Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers (#4430)
[oweals/minetest.git] / src / mg_ore.cpp
2016-08-10 Ner'zhulPermit usage of std::unordered_map & std::unorderered_s...
2016-02-23 paramatSheet Ore: Eliminate crash caused by PcgRandom range...
2015-11-09 kwolekrConvert usages of PseudoRandom to PcgRandom for ore...
2015-09-19 paramatBlob ore: Fix partial blobs
2015-09-17 kwolekrOre: Add puff ore type
2015-09-13 kwolekrOre: Add ore sheet column height range selection
2015-08-29 Gael-de-SaillyOres: change ore chance in clusters to better respect...
2015-04-21 ShadowNinjaFix sign-compare compiler warnings in mg_ore.cpp
2015-04-21 kwolekrOre: Add biomes parameter
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
2015-03-31 kwolekrGenElementManager: Pass opaque handles to Lua and renam...
2015-03-22 kwolekrAdd support for the PCG32 PRNG algo (and associated...
2015-01-15 kwolekrInitialize noise ptr on creation (fixes crash if OreVei...
2015-01-05 kwolekrShorten ManualMapVoxelManipulator to MMVManip
2015-01-05 kwolekrAdd minetest.generate_ores() and minetest.generate_deco...
2014-12-30 kwolekrReplace instances of height_min/height_max with y_min...
2014-12-29 kwolekrOre: Add Vein ore type
2014-12-28 kwolekrOre: Add Blob ore type
2014-12-27 kwolekrRedefine NodeResolver interface and replace with callba...
2014-12-12 kwolekrAdd minetest.clear_registered_decorations() and clear_r...
2014-12-10 kwolekrRemove get_noiseparams function. read_noiseparams shoul...
2014-12-10 kwolekrNoise: Create a deep copy of NoiseParams
2014-12-06 kwolekrRewrite generate notification mechanism
2014-11-14 kwolekrFix warnings and other misc. minor changes
2014-11-13 kwolekrAdd Generator Element Management framework
2014-11-01 kwolekrSplit up mapgen.cpp