summaryrefslogtreecommitdiff
path: root/src/mg_ore.cpp
Commit message (Expand)AuthorAge
* Stratum ore: Allow use with no noise for simple horizontal strataparamat2017-10-01
* Biome API: Revert biomes, decos, ores being relative to water levelparamat2017-09-17
* Ores: Add stratum ore (#6352)Paramat2017-09-03
* Modernize various files (src/m*) (#6267)Loïc Blot2017-08-18
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-16
* Biomes/decorations/ores: Make relative to 'water_level' settingparamat2017-07-11
* Ores: Make 'absheight' flag non-functionalparamat2017-06-26
* Revert "Ores: Make 'absheight' flag non-functional"Loic Blot2017-06-25
* Ores: Make 'absheight' flag non-functionalparamat2017-06-25
* Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot2017-06-18
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-04
* Mapgen files: Update and correct copyright creditsparamat2017-05-26
* Clean up numeric.h and split FacePositionCache from itShadowNinja2017-05-06
* Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ...Ner'zhul2016-08-10
* Sheet Ore: Eliminate crash caused by PcgRandom range max < minparamat2016-02-23
* Convert usages of PseudoRandom to PcgRandom for ore and deco placementkwolekr2015-11-09
* Blob ore: Fix partial blobsparamat2015-09-19
* Ore: Add puff ore typekwolekr2015-09-17
* Ore: Add ore sheet column height range selectionkwolekr2015-09-13
* Ores: change ore chance in clusters to better respect clust_num_ores for dens...Gael-de-Sailly2015-08-29
* Fix sign-compare compiler warnings in mg_ore.cppShadowNinja2015-04-20
* Ore: Add biomes parameterkwolekr2015-04-20
* Schematics: Refactor NodeResolver and add NodeResolveMethodkwolekr2015-04-16
* GenElementManager: Pass opaque handles to Lua and rename to ObjDefManagerkwolekr2015-03-31
* Add support for the PCG32 PRNG algo (and associated script APIs)kwolekr2015-03-22
* Initialize noise ptr on creation (fixes crash if OreVein deleted before use)kwolekr2015-01-15
* Shorten ManualMapVoxelManipulator to MMVManipkwolekr2015-01-05
* Add minetest.generate_ores() and minetest.generate_decorations()kwolekr2015-01-04
* Replace instances of height_min/height_max with y_min/y_max to remove ambiguitykwolekr2014-12-30
* Ore: Add Vein ore typekwolekr2014-12-28
* Ore: Add Blob ore typekwolekr2014-12-28
* Redefine NodeResolver interface and replace with callback mechanismkwolekr2014-12-27
* Add minetest.clear_registered_decorations() and clear_registered_ores()kwolekr2014-12-12
* Remove get_noiseparams function. read_noiseparams should be used from now onkwolekr2014-12-10
* Noise: Create a deep copy of NoiseParamskwolekr2014-12-10
* Rewrite generate notification mechanismkwolekr2014-12-06
* Fix warnings and other misc. minor changeskwolekr2014-11-14
* Add Generator Element Management frameworkkwolekr2014-11-12
* Split up mapgen.cppkwolekr2014-11-01