Commit Graph

24 Commits

Author SHA1 Message Date
sfan5 31b0d09a19 Warn if only unknown nodes seen
suggested by @Calinou
2022-02-09 23:09:32 +01:00
sfan5 e4bf375ac7 General code cleanups/maintenance 2022-02-09 23:09:32 +01:00
sfan5 b491dd375a Add --dumpblock flag for advanced use
This is not only useful for debugging minetestmapper itself but
also makes it a standalone tool for extracting data you want to work on
from a Minetest map.
2022-02-09 21:52:28 +01:00
sfan5 2e353312b5 Inherit custom exceptions from std::exception 2022-02-08 23:43:20 +01:00
sfan5 ccd5d14962 Add progress bar during map generation
closes #82
2021-09-03 21:06:23 +02:00
sfan5 b0ca3d7066 Add support for map block version 29 2021-09-01 23:57:37 +02:00
sfan5 8e83ce6464 Some more code modernization
also a few small performance improvements
2020-05-08 22:16:13 +02:00
sfan5 2979dc5b6b Fix compatibility of MapBlock decoding
also properly drop support for version < 22, which hasn't worked in years
2020-05-06 22:32:27 +02:00
sfan5 2ae790c0b7 Improve --help output 2020-03-28 14:02:27 +01:00
sfan5 cb8341aeab Implement --exhaustive y mode as another database access optimization
This one works best when you have a wide area with low height (e.g. 10000x200x10000)
2020-03-28 00:14:47 +01:00
sfan5 7ff2288627 Optimize database access further by allowing "brute-force" queries instead of listing available blocks
Also adds a heuristic that will enable this behaviour automatically.
2020-03-27 23:38:18 +01:00
sfan5 5b264fd443 Rewrite DB class to allow backends to fully optimize block fetches 2020-03-27 20:30:13 +01:00
sfan5 ecc2b31f78 Rewrite config file parser
I noticed it didn't work correctly in some cases...
2020-03-27 19:33:42 +01:00
sfan5 a160dc051c Sort out include path mess in CMakeLists 2020-03-27 11:19:25 +01:00
sfan5 9096f70188 C++11 code modernization 2020-03-26 23:14:47 +01:00
Martijn Versteegh ee5b8a9f86 Add a flag to never output empty images. 2018-11-01 13:10:28 +01:00
sfan5 b2406db169 Fix a few small issues
closes #58
2018-10-20 23:01:03 +02:00
sfan5 657499e981 Fix incorrect exception types 2018-10-20 22:38:09 +02:00
Martijn Versteegh 8e8cc3d1f2 Add an option to get the extent of the map. 2018-10-20 22:32:33 +02:00
sfan5 b6ad40feb9 sqlite3 player backend support
fixes #47
2018-03-25 16:03:11 +02:00
sfan5 1f471b369b Refactoring (3) 2018-03-25 15:44:30 +02:00
sfan5 2f78c39d9c Refactoring (2) 2018-03-25 15:19:48 +02:00
sfan5 2ebc3afc7c Refactoring (1) 2018-03-25 14:32:11 +02:00
sfan5 e543517eb8 Move include files 2018-03-25 14:12:39 +02:00