| Commit message (Expand) | Author | Age |
* | Biomes/decorations/ores: Make relative to 'water_level' setting | paramat | 2017-07-11 |
* | Ores: Make 'absheight' flag non-functional | paramat | 2017-06-26 |
* | Revert "Ores: Make 'absheight' flag non-functional" | Loic Blot | 2017-06-25 |
* | Ores: Make 'absheight' flag non-functional | paramat | 2017-06-25 |
* | Cpp11 patchset 11: continue working on constructor style migration (#6004) | Loïc Blot | 2017-06-18 |
* | C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821) | Loïc Blot | 2017-06-04 |
* | Mapgen files: Update and correct copyright credits | paramat | 2017-05-26 |
* | Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ... | Ner'zhul | 2016-08-10 |
* | Fix spelling of noise_threshold | Jun Zhang | 2015-12-06 |
* | Ore: Add puff ore type | kwolekr | 2015-09-17 |
* | Ore: Add ore sheet column height range selection | kwolekr | 2015-09-13 |
* | Split ObjDef/ObjDefManager out to objdef.cpp | kwolekr | 2015-05-18 |
* | Ore: Add biomes parameter | kwolekr | 2015-04-20 |
* | Schematics: Remove referenced schematics from Decorations on clear | kwolekr | 2015-04-17 |
* | Schematics: Refactor NodeResolver and add NodeResolveMethod | kwolekr | 2015-04-16 |
* | ObjDefManager, Mapgen SAPI: Huge refactoring | kwolekr | 2015-03-31 |
* | GenElementManager: Pass opaque handles to Lua and rename to ObjDefManager | kwolekr | 2015-03-31 |
* | Initialize noise ptr on creation (fixes crash if OreVein deleted before use) | kwolekr | 2015-01-15 |
* | Shorten ManualMapVoxelManipulator to MMVManip | kwolekr | 2015-01-05 |
* | Add minetest.generate_ores() and minetest.generate_decorations() | kwolekr | 2015-01-04 |
* | Replace instances of height_min/height_max with y_min/y_max to remove ambiguity | kwolekr | 2014-12-30 |
* | Ore: Add Vein ore type | kwolekr | 2014-12-28 |
* | Ore: Add Blob ore type | kwolekr | 2014-12-28 |
* | Redefine NodeResolver interface and replace with callback mechanism | kwolekr | 2014-12-27 |
* | Add minetest.clear_registered_decorations() and clear_registered_ores() | kwolekr | 2014-12-12 |
* | Remove get_noiseparams function. read_noiseparams should be used from now on | kwolekr | 2014-12-10 |
* | Noise: Create a deep copy of NoiseParams | kwolekr | 2014-12-10 |
* | Fix struct vs. class in forward declarations | Kahrl | 2014-12-08 |
* | Fix warnings and other misc. minor changes | kwolekr | 2014-11-14 |
* | Add Generator Element Management framework | kwolekr | 2014-11-12 |
* | Split up mapgen.cpp | kwolekr | 2014-11-01 |