aboutsummaryrefslogtreecommitdiff
path: root/src/mg_decoration.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Shorten ManualMapVoxelManipulator to MMVManipkwolekr2015-01-051-5/+3
|
* Add minetest.generate_ores() and minetest.generate_decorations()kwolekr2015-01-041-11/+13
|
* Replace instances of height_min/height_max with y_min/y_max to remove ambiguitykwolekr2014-12-301-2/+2
|
* Decoration: Add height_min and height_max parameterskwolekr2014-12-281-1/+2
| | | | | Also set default height_min/height_max to -31000 and 31000, respectively, for ore and biomes
* Redefine NodeResolver interface and replace with callback mechanismkwolekr2014-12-271-11/+15
|
* Use std::string::empty() instead of size() where applicableAnton2014-12-121-1/+1
|
* Add minetest.clear_registered_decorations() and clear_registered_ores()kwolekr2014-12-121-0/+26
|
* Remove get_noiseparams function. read_noiseparams should be used from now onkwolekr2014-12-101-5/+4
|
* Rewrite generate notification mechanismkwolekr2014-12-061-5/+11
| | | | | | | Add support for notify-on-decoration Clean up mapgen constructors Clean up mapgen.cpp code style somewhat Remove trailing whitespace from some files
* Add Generator Element Management frameworkkwolekr2014-11-121-13/+58
| | | | Add BiomeManager, OreManager, DecorationManager, and SchematicManager
* Split up mapgen.cppkwolekr2014-11-011-0/+275