aboutsummaryrefslogtreecommitdiff
path: root/src/mg_ore.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Code modernization: src/m* (part 3)Loic Blot2017-08-191-2/+2
* Modernize various files (src/m*) (#6267)Loïc Blot2017-08-181-2/+2
* 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
* Ores: Make 'absheight' flag non-functionalparamat2017-06-261-4/+1
* Revert "Ores: Make 'absheight' flag non-functional"Loic Blot2017-06-251-1/+4
* Ores: Make 'absheight' flag non-functionalparamat2017-06-251-4/+1
* Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot2017-06-181-7/+7
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-2/+2
* Mapgen files: Update and correct copyright creditsparamat2017-05-261-1/+2
* Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ...Ner'zhul2016-08-101-1/+2
* Fix spelling of noise_thresholdJun Zhang2015-12-061-1/+1
* Ore: Add puff ore typekwolekr2015-09-171-4/+23
* Ore: Add ore sheet column height range selectionkwolekr2015-09-131-0/+4
* Split ObjDef/ObjDefManager out to objdef.cppkwolekr2015-05-181-3/+3
* Ore: Add biomes parameterkwolekr2015-04-201-5/+6
* Schematics: Remove referenced schematics from Decorations on clearkwolekr2015-04-171-1/+1
* Schematics: Refactor NodeResolver and add NodeResolveMethodkwolekr2015-04-161-1/+1
* ObjDefManager, Mapgen SAPI: Huge refactoringkwolekr2015-03-311-9/+9
* GenElementManager: Pass opaque handles to Lua and rename to ObjDefManagerkwolekr2015-03-311-5/+7
* Initialize noise ptr on creation (fixes crash if OreVein deleted before use)kwolekr2015-01-151-0/+1
* Shorten ManualMapVoxelManipulator to MMVManipkwolekr2015-01-051-11/+11
* Add minetest.generate_ores() and minetest.generate_decorations()kwolekr2015-01-041-6/+6
* Replace instances of height_min/height_max with y_min/y_max to remove ambiguitykwolekr2014-12-301-2/+2
* Ore: Add Vein ore typekwolekr2014-12-281-8/+16
* Ore: Add Blob ore typekwolekr2014-12-281-10/+18
* Redefine NodeResolver interface and replace with callback mechanismkwolekr2014-12-271-1/+4
* Add minetest.clear_registered_decorations() and clear_registered_ores()kwolekr2014-12-121-1/+3
* Remove get_noiseparams function. read_noiseparams should be used from now onkwolekr2014-12-101-0/+2
* Noise: Create a deep copy of NoiseParamskwolekr2014-12-101-6/+11
* Fix struct vs. class in forward declarationsKahrl2014-12-081-1/+1
* Fix warnings and other misc. minor changeskwolekr2014-11-141-1/+0
* Add Generator Element Management frameworkkwolekr2014-11-121-13/+35
* Split up mapgen.cppkwolekr2014-11-011-0/+94