mtsatellite/common
Sascha L. Teichmann 7f78feb9bd Replaced expensive fmt.Sscanf call in redis client with strconv.ParseInt. 2017-02-25 19:29:27 +01:00
..
basetilecreator.go Write tile coord if it is unchanged not the file path to the base tile. 2016-05-08 17:43:48 +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
basetilehash_test.go Test linked list in both directions in base tile hash. 2016-05-11 18:43:20 +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.go Call better suited strconv.AppendInt when converting keys to byte slices. 2017-02-25 00:11:03 +01:00
coords_test.go More header updates. 2015-07-26 16:44:51 +02: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 Replaced expensive fmt.Sscanf call in redis client with strconv.ParseInt. 2017-02-25 19:29:27 +01:00
renderer.go Improved performance of Renderer.Reset by factor of 2. 2017-02-24 17:59:41 +01:00
spans.go More header updates. 2015-07-26 16:44:51 +02:00
spans_test.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