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-23 04:10:25 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
mtsatellite
/
common
History
Sascha L. Teichmann
f762154b05
Made tile renderer resetable to reduce the memory for render more than one tile.
2014-09-14 14:57:49 +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
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
image.go
Moved image saving to common.
2014-09-14 00:31:28 +02:00
redisclient.go
Moved redis client from tilemapper to common.
2014-09-13 19:18:12 +02:00
renderer.go
Made tile renderer resetable to reduce the memory for render more than one tile.
2014-09-14 14:57:49 +02:00