aboutsummaryrefslogtreecommitdiff
path: root/src/mg_decoration.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simple decorations: Make 'place_offset_y' usable with simple decorationsparamat2017-10-101-1/+1
* Simple decorations: Add 'param2_max' parameter for random param2paramat2017-10-091-0/+1
* Biome API: Revert biomes, decos, ores being relative to water levelparamat2017-09-171-4/+2
* Schematic decorations: Add 'place_offset_y' placement parameterparamat2017-09-101-16/+4
* Modernize various files (src/m*) (#6267)Loïc Blot2017-08-181-4/+4
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
* Biomes/decorations/ores: Make relative to 'water_level' settingparamat2017-07-111-2/+4
* Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot2017-06-181-8/+8
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-4/+2
* Mapgen files: Update and correct copyright creditsparamat2017-05-261-1/+2
* Simple deco: Allow setting param2 value on placementAuke Kok2016-12-071-0/+1
* Decorations: Generalise 'spawn by' to be used by all decoration typesparamat2016-09-141-5/+4
* Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ...Ner'zhul2016-08-101-2/+2
* Convert usages of PseudoRandom to PcgRandom for ore and deco placementkwolekr2015-11-091-4/+4
* Decoration API: Add flag for placement on liquid surfaceparamat2015-10-231-0/+1
* Clean up threadingShadowNinja2015-08-231-1/+1
* Split ObjDef/ObjDefManager out to objdef.cppkwolekr2015-05-181-2/+3
* Schematics: Remove referenced schematics from Decorations on clearkwolekr2015-04-171-24/+21
* Schematics: Refactor NodeResolver and add NodeResolveMethodkwolekr2015-04-161-2/+2
* ObjDefManager, Mapgen SAPI: Huge refactoringkwolekr2015-03-311-1/+1
* GenElementManager: Pass opaque handles to Lua and rename to ObjDefManagerkwolekr2015-03-311-5/+7
* mg_decoration: Raise highest allowed deco top to max edge of voxelmanipparamat2015-03-151-3/+3
* Biome API: Enable decorations placed on waterparamat2015-03-061-4/+5
* 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