summaryrefslogtreecommitdiff
path: root/src/mg_ore.cpp
Commit message (Expand)AuthorAge
* 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