Updated Changelog & version (20150310)

This commit is contained in:
Rogier 2015-03-10 18:33:57 +01:00
parent 9e9edbd3c2
commit d654b3fa75
2 changed files with 26 additions and 10 deletions

View File

@ -1,14 +1,30 @@
[] [10 mar 2015]
Enhancements: Enhancements:
- Added an optimisation option: --disable-blocklist-prefetch. With this - Added an optimisation option: --disable-blocklist-prefetch.
option, minetestmapper does not query the database to make a block With this option, minetestmapper does not query the database to
list before starting map generation, but directly tries to fetch make a block list before starting map generation, but directly
all possible blocks that might be in the mapped space. tries to fetch all possible blocks that might be in the mapped space.
This improves speed on large worlds when mapping a small part of This significantly improves speed on large worlds when mapping a
them. When mapping a large part of the world, or when not adequately small part of them. When mapping a large percentage of the world,
limiting the mapping height (--min-y and --max-y), this option can or when not adequately limiting the mapping height (--min-y and
cause **excessively** long mapping times. --max-y), this option can cause **excessively** long mapping times
instead.
Minetestmapper will try and warn about misuse of this option. If
possible, it will also suggest changes to parameters to make better
use of this option.
- Building instructions were improved
- Mimimum and maximum *mapped* Y coordinates are now reported, and can be
used as a hint for setting --min-y and --max-y. Blocks containing
only air are not included.
This is mainly of use when using --disable-blocklist-prefetch
- Minetestmapper now prints a message and does not generate an image file
if the world is empty (i.e. does not contain any blocks at all).
Bugfixes:
- Generated packages now contain the documentation, albeit not in HTML
format yet.
[2 mar 2015] [2 mar 2015]
Features: Features:

View File

@ -1 +1 @@
20140618 20150310