mtsatellite/common
Sascha L. Teichmann 003ce5035a Moved area coverage stuff out of renderer. It is an optimization to load
only needed blocks from db and has nothing to do with rendering.
2017-02-26 13:13:19 +01:00
..
area.go Moved area coverage stuff out of renderer. It is an optimization to load 2017-02-26 13:13:19 +01:00
basetilecreator.go Moved area coverage stuff out of renderer. It is an optimization to load 2017-02-26 13:13:19 +01:00
basetilehash_test.go Test linked list in both directions in base tile hash. 2016-05-11 18:43:20 +02:00
basetilehash.go Fixed toFront opertaion in LRU logic of base tile hashing. Tests now pass. 2016-05-11 11:49:53 +02:00
block.go Content and parameters width seems to be 255 instead of 2 in new block format. This is strange becaus they are set hard to 2 in mapblock.cpp#MapBlock::serialize. 2017-02-24 12:02:06 +01:00
colors.go Silence all warnings of golint not related to missing comments. 2016-04-24 12:41:58 +02:00
coords_test.go More header updates. 2015-07-26 16:44:51 +02:00
coords.go Call better suited strconv.AppendInt when converting keys to byte slices. 2017-02-25 00:11:03 +01:00
coverage.go More header updates. 2015-07-26 16:44:51 +02:00
image.go Make go vet happy. 2016-05-08 18:03:13 +02:00
math.go Removed dead code. 2016-04-24 12:55:17 +02:00
post17offset.go Before Go 1.7 there is an extra offset needed to decode blocks correctly 2016-04-08 23:40:36 +02:00
pre17offset.go Before Go 1.7 there is an extra offset needed to decode blocks correctly 2016-04-08 23:40:36 +02:00
redisclient.go Only do expensive area coverage calculation if there where blocks loaded from database. 2017-02-26 12:57:38 +01:00
renderer.go Moved area coverage stuff out of renderer. It is an optimization to load 2017-02-26 13:13:19 +01:00
spans_test.go More header updates. 2015-07-26 16:44:51 +02:00
spans.go More header updates. 2015-07-26 16:44:51 +02:00
version.go Set version to 0.7 2016-05-13 16:46:06 +02:00