Commit Graph

212 Commits

Author SHA1 Message Date
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
Sascha L. Teichmann 33337d5df2 mtwebmapper: Added scaffold for updating the pyramid tiles. TODO: Implement th actual imaging stuff. 2014-09-21 12:57:21 +02:00
Sascha L. Teichmann d39a948bd4 mtseeder: Fixed problem that tiles with missing sub tiles were drawn in white entirely. 2014-09-21 09:04:59 +02:00
Sascha L. Teichmann 2709761255 mtwebmapper: Added fast path for rendering RGBA sub base level tiles. Up to 5-10x faster. 2014-09-20 23:53:09 +02:00
Sascha L. Teichmann 8c29975d27 Fixed tile offset. 2014-09-20 21:57:01 +02:00
Sascha L. Teichmann ba301372f1 mtseeder: Make base level generator use the BaseTileCreator, too. 2014-09-20 15:50:07 +02:00
Sascha L. Teichmann 216f641fa3 mtwebmapper: Move BaseTileCreator to common. TODO: Make mtseeder use it, too. 2014-09-20 15:21:01 +02:00
Sascha L. Teichmann b3ce895294 mtwebmapper: renamed yRanges to tileDepths in preparation of moving the BaseTileCreator to common. 2014-09-20 14:39:51 +02:00