aboutsummaryrefslogtreecommitdiff
path: root/src/mg_decoration.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Biome API: Enable decorations placed on waterparamat2015-03-061-1/+5
* 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
* 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 Generator Element Management frameworkkwolekr2014-11-121-13/+58
* Split up mapgen.cppkwolekr2014-11-011-0/+275