mtsatellite/common
2015-07-20 13:27:46 +02:00
..
basetilecreator.go Render transparent tiles if command line flag is set. 2014-10-26 18:36:47 +01:00
block.go Dont store air only information in decoded block. This can be found out pretty easy by analysing the other fields if needed. 2015-07-20 13:27:46 +02:00
colors.go Increase base transparency from 45% to 50%. 2014-10-27 21:42:09 +01:00
coords_test.go Removed some dead code. 2015-05-01 14:04:23 +02:00
coords.go Silence a few golint warnings. 2015-05-27 18:13:39 +02:00
image.go Repaired old unit tests. Added unit test for span buffers ... which currently fails. :-/ 2014-10-21 16:11:20 +02:00
redisclient.go Redis client: Pulled micro optimisation over from server when constructing bulk strings. 2015-06-28 14:41:07 +02:00
renderer.go Dont store air only information in decoded block. This can be found out pretty easy by analysing the other fields if needed. 2015-07-20 13:27:46 +02:00
spans_test.go span buffers: Simplified code by throwing away cases that cannot happen. Extended unit tests with more pattern to check. 2014-10-21 18:03:27 +02:00
spans.go Fixed hill shading for transparent structures a bit. Still not optimal. 2014-10-28 11:53:18 +01:00