aboutsummaryrefslogtreecommitdiff
path: root/src/mg_decoration.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Shorten ManualMapVoxelManipulator to MMVManipkwolekr2015-01-051-8/+5
* Add minetest.generate_ores() and minetest.generate_decorations()kwolekr2015-01-041-5/+8
* 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-0/+2
* Redefine NodeResolver interface and replace with callback mechanismkwolekr2014-12-271-6/+4
* Add minetest.clear_registered_decorations() and clear_registered_ores()kwolekr2014-12-121-1/+5
* Remove get_noiseparams function. read_noiseparams should be used from now onkwolekr2014-12-101-3/+4
* Fix struct vs. class in forward declarationsKahrl2014-12-081-1/+1
* Rewrite generate notification mechanismkwolekr2014-12-061-3/+3
* Add Generator Element Management frameworkkwolekr2014-11-121-7/+50
* Split up mapgen.cppkwolekr2014-11-011-0/+102