Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Add minetest.get_mapgen_params()
Deprecate minetest.register_on_mapgen_init()
|
|
Also set default height_min/height_max to -31000 and 31000,
respectively, for ore and biomes
|
|
node. Add water top depth and shore height parameters. Remove water dust node
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add 'absolute value' option to noise map functions
Extend persistence modulation to 3D noise
Extend 'eased' option to noise2d_perlin* functions
Some noise.cpp formatting fixups
|
|
|
|
Add support for notify-on-decoration
Clean up mapgen constructors
Clean up mapgen.cpp code style somewhat
Remove trailing whitespace from some files
|
|
of mgv7 biomes. l_mapgen.cpp: add '#include mapgen_v5.h' because '#include mapgen_v7' is there. Improve underwater grass hack
|
|
|
|
Add BiomeManager, OreManager, DecorationManager, and SchematicManager
|
|
|
|
|
|
Split up ModApiMapgen::l_register_decoration()
Define and make use of CONTAINS() and ARRLEN() macros
|
|
|
|
|
|
This also cleans up settings a bit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove flagmask field from set_mapgen_params table
Add small bits of needed documentation
|
|
MapgenParams is no longer a polymorphic class, eliminating the need for messy and bug-prone reallocations.
Separation between the common and mapgen-specific parameters is now strongly defined.
Mapgen parameters objects are now properly encapsulated within the proper subsystems.
|
|
|
|
|
|
|
|
name if decolist is used
Fix warning message for spawnby nodes
Prevent type-punning warning caused by casting enum to int
|
|
|
|
|