Commit Graph

219 Commits

Author SHA1 Message Date
Sascha L. Teichmann
1acfd26e80 Uplift max bulk string size for redisalize server to 8MB. Big TNT explosion seem to write big blocks into the database. 2014-10-22 19:10:06 +02:00
Sascha L. Teichmann
4f49d114c6 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
Sascha L. Teichmann
269e63ea59 span buffer test now passes. Code ist still too complicated. 2014-10-21 17:41:19 +02:00
Sascha L. Teichmann
e744390503 Repaired old unit tests. Added unit test for span buffers ... which currently fails. :-/ 2014-10-21 16:11:20 +02:00
Sascha L. Teichmann
a82d20f14b Complete code of insert into span buffer. Looks complicated and needs testing. 2014-10-21 12:08:01 +02:00
Sascha L. Teichmann
d880983abc merged 2014-10-21 01:11:37 +02:00
Sascha L. Teichmann
1a087d127c Started implementing span buffers to handle transparency spans in right Y order. 2014-10-21 01:09:50 +02:00
Sascha L. Teichmann
08775444c4 Made a few blocks (water, glass) transparent in colors.txt. 2014-10-19 21:43:17 +02:00
Sascha L. Teichmann
c03d382ca6 Pass pointer to Colors struct around which makes it easier to eg. find transparent colors. 2014-10-19 21:05:38 +02:00
Sascha L. Teichmann
2a48fc3c35 Added tag 0.4 for changeset ec35ba11a140 2014-10-19 20:24:02 +02:00
Sascha L. Teichmann
8b42446acc Do not render air only blocks. Nice performance speed up! :-) 2014-10-19 17:15:33 +02:00
Sascha L. Teichmann
1c530a2ce7 Sort transparent colors from colors.txt to front of lookup table. Makes it easier
to determine if a color index corresponds to a transparent color.
2014-10-19 11:43:53 +02:00
Sascha L. Teichmann
e4baf66fb9 COMPILE.md: Fixed C&P error. 2014-10-06 06:04:30 +00:00
Sascha L. Teichmann
e5d9986750 README.md edited online with Bitbucket 2014-10-05 14:23:14 +00:00
Sascha L. Teichmann
6d263533c2 SETUP: Wrote final paragraph about configuring the Minetest server. 2014-10-05 15:08:25 +02:00
Sascha L. Teichmann
bf07b042e9 SETUP: Wrote paragraph about how to start the web mapper. 2014-10-05 14:53:33 +02:00
Sascha L. Teichmann
bd178c8cab SETUP: Write paragraph about seeding the map. 2014-10-05 14:14:36 +02:00
Sascha L. Teichmann
57f1f1eb3b SETUP: Wrote paragraph how to start mtredisalize. 2014-10-05 13:05:04 +02:00
Sascha L. Teichmann
786cbee5f7 SETUP: prefix it with a "BACKUP FIRST!". Removed some typos. 2014-10-05 12:01:41 +02:00
Sascha L. Teichmann
1838b837d6 SETUP: Wrote paragraph how to convert world databases into interleaved format. 2014-10-05 08:59:11 +02:00
Sascha L. Teichmann
549955bf6d Try to work around bitbucket's misbehaved # markdown links. 2014-10-04 21:48:45 +02:00
Sascha L. Teichmann
9658176c77 More experiments with # links. 2014-10-04 21:39:04 +02:00
Sascha L. Teichmann
5bc0a168c0 Experiment with anchor links in bitbuckets markdown. 2014-10-04 19:09:07 +00:00
Sascha L. Teichmann
8285038e16 Fixed link to SETUP.md. 2014-10-04 20:57:47 +02:00
Sascha L. Teichmann
d99bb70358 Start writing how to setup MTSatellite. Not done, yet. 2014-10-04 20:56:01 +02:00
Sascha L. Teichmann
600a6001ba README.md edited online with Bitbucket 2014-10-03 20:10:32 +00:00
Sascha L. Teichmann
41c1043866 README.md edited online with Bitbucket 2014-10-03 20:04:33 +00:00
Sascha L. Teichmann
498ffb97c4 Add a text how to compile MTSatellite. 2014-10-03 19:39:27 +02:00
Sascha L. Teichmann
bfe5d36775 Fixed build of mtredisalize. 2014-10-03 19:10:40 +02:00
Sascha L. Teichmann
0160299acc Fixed build of mtdbconverter. 2014-10-03 18:59:14 +02:00
Sascha L. Teichmann
789d0eba35 Another url fix. 2014-10-03 13:21:27 +02:00
Sascha L. Teichmann
a84540c644 Fixed links. 2014-10-03 13:19:59 +02:00
Sascha L. Teichmann
b639e4fe0b README.md edited online with Bitbucket 2014-10-03 11:11:38 +00:00
Sascha L. Teichmann
842b5a098f README.md edited online with Bitbucket 2014-10-03 11:09:59 +00:00
Sascha L. Teichmann
bdad1c92d2 More doc, link YouTube video. 2014-10-03 12:31:40 +02:00
Sascha L. Teichmann
2588122c37 Adjusted documentation a bit. Not complete yet. 2014-10-03 12:23:47 +02:00
Sascha L. Teichmann
8630300332 Adjusted imports to make it compilable again. 2014-10-03 12:07:53 +02:00
Sascha L. Teichmann
6c94927f7b subbaseline.go edited online with Bitbucket 2014-10-03 10:00:33 +00:00
Sascha L. Teichmann
890ff350c8 main.go edited online with Bitbucket 2014-10-03 09:59:54 +00:00
Sascha L. Teichmann
dd3fecca3a mtseeder: rename command line option "worker" to "workers" in symmetry to mtwebmapper. 2014-09-27 13:23:34 +02:00
Sascha L. Teichmann
a9e682889c Adjusted TODO 2014-09-24 10:10:02 +02:00
Sascha L. Teichmann
6a0bcae555 Moved cmd/tilemapper to mttilemapper to match the mt* pattern of the other commands. 2014-09-24 10:05:36 +02:00
Sascha L. Teichmann
5e7af91c74 Removed some sead code. 2014-09-23 23:28:33 +02:00
Sascha L. Teichmann
d3a617dbc1 mtwebmapper: Added a button to force a refresh of the loaded tiles. 2014-09-23 16:18:15 +02:00
Sascha L. Teichmann
2bea824153 mtwebmapper: simplified pyramid tile updater a bit. 2014-09-22 02:37:44 +02:00
Sascha L. Teichmann
11a4b9f471 mtwebmapper: Reduced the amount of copying from old tile. Code still reads a bit clumpsy. 2014-09-22 00:56:29 +02:00
Sascha L. Teichmann
8b6470fc9c mtwebmapper: Updating the pyramid tiles finally works but the amount of copying from the original can be minimized. 2014-09-22 00:25:24 +02:00
Sascha L. Teichmann
c428756beb mtwebmapper: First version of pyramid tile updater. Needs testing. 2014-09-21 17:30:19 +02:00
Sascha L. Teichmann
4e80236e26 mtwebmapper: Pass right base dir to pyramid update workers. 2014-09-21 13:29:03 +02:00
Sascha L. Teichmann
58d30b1323 mtwebmapper: Do not fire up too many base tile re-generator workers if there is not much to do. 2014-09-21 13:18:13 +02:00