This website requires JavaScript.
探索
說明
登入
mtcontrib
/
mtsatellite
關註
1
收藏
0
複製
0
You've already forked mtsatellite
镜像来自
https://bitbucket.org/s_l_teichmann/mtsatellite
synced
2025-10-15 17:55:42 +02:00
程式碼
問題管理
Projects
版本發佈
Wiki
Activity
Files
58d30b1323344913875ada00828c1d17de0b108c
mtsatellite
/
common
文件歷史
Sascha L. Teichmann
216f641fa3
mtwebmapper: Move BaseTileCreator to common. TODO: Make mtseeder use it, too.
2014-09-20 15:21:01 +02:00
..
basetilecreator.go
mtwebmapper: Move BaseTileCreator to common. TODO: Make mtseeder use it, too.
2014-09-20 15:21:01 +02:00
block.go
Moved bloch decoding and rendering from tilemapper to common.
2014-09-12 20:22:34 +02:00
colors.go
Moved color parsing to common.
2014-09-14 00:02:04 +02:00
coords_test.go
Render blocks through a ring buffer which is a binary heap ordered by descending y coords. This establisches a stream of partial y ordered blocks to reduce the the over all overdraw. Speeds up rendering about 25%.
2014-09-12 12:37:27 +02:00
coords.go
mtredisalize: Add infrastructure to send backend store changes to separate daemons.
2014-09-17 09:51:34 +02:00
image.go
Moved PNG loading to common.
2014-09-16 01:13:12 +02:00
redisclient.go
Moved redis client from tilemapper to common.
2014-09-13 19:18:12 +02:00
renderer.go
When generating shaded tiles draw to pix buffer directly instead of calling Set() for each pixel. Set resize filter for generating pyramid tiles to Lanczos3 because of better visual results.
2014-09-16 00:08:31 +02:00