This website requires JavaScript.
Explore
Help
Sign In
mtcontrib
/
mtsatellite
Watch
1
Star
0
Fork
0
You've already forked mtsatellite
mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced
2025-02-22 20:00:26 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
mtsatellite
/
common
History
Sascha L. Teichmann
c03d382ca6
Pass pointer to Colors struct around which makes it easier to eg. find transparent colors.
2014-10-19 21:05:38 +02:00
..
basetilecreator.go
Pass pointer to Colors struct around which makes it easier to eg. find transparent colors.
2014-10-19 21:05:38 +02:00
block.go
Pass pointer to Colors struct around which makes it easier to eg. find transparent colors.
2014-10-19 21:05:38 +02:00
colors.go
Sort transparent colors from colors.txt to front of lookup table. Makes it easier
2014-10-19 11:43:53 +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
mtwebmapper: First version of pyramid tile updater. Needs testing.
2014-09-21 17:30:19 +02:00
redisclient.go
Moved redis client from tilemapper to common.
2014-09-13 19:18:12 +02:00
renderer.go
Pass pointer to Colors struct around which makes it easier to eg. find transparent colors.
2014-10-19 21:05:38 +02:00