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