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-03-15 08:40:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
mtsatellite
/
tilemapper
History
Sascha L. Teichmann
223d11df0b
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
..
blockdecoder.go
Made tilerender finally work. Needs performance tweaks.
2014-09-10 23:49:27 +02:00
client.go
Fixed closing zlib decompressor in error case. Added missing header.
2014-09-10 17:33:13 +02:00
colors.go
Made tilerender finally work. Needs performance tweaks.
2014-09-10 23:49:27 +02:00
colors.txt
Added color for mummy spawner.
2014-09-11 02:37:48 +02:00
image.go
Write image tile to PNG file.
2014-09-10 18:58:12 +02:00
main.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
renderer.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