summaryrefslogtreecommitdiff
path: root/src/mg_ore.cpp
AgeCommit message (Expand)Author
2017-08-18Modernize various files (src/m*) (#6267)Loïc Blot
2017-08-16Cleanup various headers to reduce compilation times (#6255)Loïc Blot
2017-07-11Biomes/decorations/ores: Make relative to 'water_level' settingparamat
2017-06-26Ores: Make 'absheight' flag non-functionalparamat
2017-06-25Revert "Ores: Make 'absheight' flag non-functional"Loic Blot
2017-06-25Ores: Make 'absheight' flag non-functionalparamat
2017-06-18Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot
2017-06-04C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot
2017-05-26Mapgen files: Update and correct copyright creditsparamat
2017-05-06Clean up numeric.h and split FacePositionCache from itShadowNinja
2016-08-10Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ...Ner'zhul
2016-02-23Sheet Ore: Eliminate crash caused by PcgRandom range max < minparamat
2015-11-09Convert usages of PseudoRandom to PcgRandom for ore and deco placementkwolekr
2015-09-19Blob ore: Fix partial blobsparamat
2015-09-17Ore: Add puff ore typekwolekr
2015-09-13Ore: Add ore sheet column height range selectionkwolekr
2015-08-29Ores: change ore chance in clusters to better respect clust_num_ores for dens...Gael-de-Sailly
2015-04-20Fix sign-compare compiler warnings in mg_ore.cppShadowNinja
2015-04-20Ore: Add biomes parameterkwolekr
2015-04-16Schematics: Refactor NodeResolver and add NodeResolveMethodkwolekr
2015-03-31GenElementManager: Pass opaque handles to Lua and rename to ObjDefManagerkwolekr
2015-03-22Add support for the PCG32 PRNG algo (and associated script APIs)kwolekr
2015-01-15Initialize noise ptr on creation (fixes crash if OreVein deleted before use)kwolekr
2015-01-05Shorten ManualMapVoxelManipulator to MMVManipkwolekr
2015-01-04Add minetest.generate_ores() and minetest.generate_decorations()kwolekr
2014-12-30Replace instances of height_min/height_max with y_min/y_max to remove ambiguitykwolekr
2014-12-28Ore: Add Vein ore typekwolekr
2014-12-28Ore: Add Blob ore typekwolekr
2014-12-27Redefine NodeResolver interface and replace with callback mechanismkwolekr
2014-12-12Add minetest.clear_registered_decorations() and clear_registered_ores()kwolekr
2014-12-10Remove get_noiseparams function. read_noiseparams should be used from now onkwolekr
2014-12-10Noise: Create a deep copy of NoiseParamskwolekr
2014-12-06Rewrite generate notification mechanismkwolekr
2014-11-14Fix warnings and other misc. minor changeskwolekr
2014-11-12Add Generator Element Management frameworkkwolekr
2014-11-01Split up mapgen.cppkwolekr