Commit Graph

26 Commits

Author SHA1 Message Date
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
Sascha L. Teichmann
f6f5aa0dd1 Little code cleanups. 2014-09-12 10:45:36 +02:00
Sascha L. Teichmann
6306a9acb7 Fixed tilerenderer. 2014-09-11 22:38:01 +02:00
Sascha L. Teichmann
09b321de02 Cache the min y value of an 16x16 area in tilemapper instead of calculating it over and over again. 2014-09-11 22:20:04 +02:00
Sascha L. Teichmann
9fdf06d671 Added shaded renderer. 2014-09-11 17:35:03 +02:00
Sascha L. Teichmann
458fc5d1da Do some early stopping when scanning for min y of a 16x16 region. 2014-09-11 11:03:35 +02:00
Sascha L. Teichmann
6588bef04a Changed background color to white. 2014-09-11 03:27:37 +02:00
Sascha L. Teichmann
9890b8b8c7 Added color for mummy spawner. 2014-09-11 02:37:48 +02:00
Sascha L. Teichmann
d08fcbbe9e Removed obsolete out commended code. 2014-09-11 02:29:34 +02:00
Sascha L. Teichmann
072eba3e5a Better early stopping when the tile is filled. 2014-09-11 02:28:09 +02:00
Sascha L. Teichmann
e2070c8b94 Do multiple queries in descending y order to make better use of the block rejection. 2014-09-11 00:22:36 +02:00
Sascha L. Teichmann
ab767a97bb Made tilerender finally work. Needs performance tweaks. 2014-09-10 23:49:27 +02:00
Sascha L. Teichmann
4fd0722ade Write image tile to PNG file. 2014-09-10 18:58:12 +02:00
Sascha L. Teichmann
26aabeb6d5 Fixed closing zlib decompressor in error case. Added missing header. 2014-09-10 17:33:13 +02:00
Sascha L. Teichmann
0ff87c1d22 Added a comment about the zlib compressed content and meta data in the blocks. 2014-09-10 08:35:20 +02:00
Sascha L. Teichmann
cb5b6461a3 Map content in DecodedBlock.Content() thru the index map to pull this logic out of the renderer. 2014-09-10 08:21:51 +02:00
Sascha L. Teichmann
e145779ca0 Added incomplete renderer. 2014-09-10 01:21:55 +02:00
Sascha L. Teichmann
baee56b27b More colors. Store indices of colors in decoded blocks instead of strings. 2014-09-09 23:33:53 +02:00
Sascha L. Teichmann
73b6fa4fb9 Added simple block decoder for tilemapper. 2014-09-09 17:48:39 +02:00
Sascha L. Teichmann
b04bb20fe4 Added copyright header. 2014-09-09 15:22:29 +02:00
Sascha L. Teichmann
0da0761b44 Added color table for tilemapper. 2014-09-09 15:01:14 +02:00
Sascha L. Teichmann
01626f0d22 Removed dev artifact. 2014-09-07 21:58:03 +02:00
Sascha L. Teichmann
58a553f0da Added right files of the tilemapper. 2014-09-07 21:46:55 +02:00
Sascha L. Teichmann
36df69a6cb Removed accidentally checked in tilemapper binary. 2014-09-07 21:44:52 +02:00
Sascha L. Teichmann
eb9cfb9959 Clip coordinates in interleaved spatial queries to world boundaries. 2014-09-07 21:36:59 +02:00
Sascha L. Teichmann
6b717e41fb Added frame for tile mapper. Not working, yet. 2014-09-07 19:59:29 +02:00