]> git.lizzy.rs Git - dragonfireclient.git/history - src/mg_ore.h
core.get_objects_inside_radius: Omit removed objects (#6318)
[dragonfireclient.git] / src / mg_ore.h
2017-08-19 Loic BlotCode modernization: src/m* (part 3)
2017-08-18 Loïc BlotModernize various files (src/m*) (#6267)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-07-11 paramatBiomes/decorations/ores: Make relative to 'water_level...
2017-06-26 paramatOres: Make 'absheight' flag non-functional
2017-06-25 Loic BlotRevert "Ores: Make 'absheight' flag non-functional"
2017-06-25 paramatOres: Make 'absheight' flag non-functional
2017-06-18 Loïc BlotCpp11 patchset 11: continue working on constructor...
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-26 paramatMapgen files: Update and correct copyright credits
2016-08-10 Ner'zhulPermit usage of std::unordered_map & std::unorderered_s...
2015-12-06 Jun ZhangFix spelling of noise_threshold
2015-09-17 kwolekrOre: Add puff ore type
2015-09-13 kwolekrOre: Add ore sheet column height range selection
2015-05-19 kwolekrSplit ObjDef/ObjDefManager out to objdef.cpp
2015-04-21 kwolekrOre: Add biomes parameter
2015-04-17 kwolekrSchematics: Remove referenced schematics from Decoratio...
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
2015-04-01 kwolekrObjDefManager, Mapgen SAPI: Huge refactoring
2015-03-31 kwolekrGenElementManager: Pass opaque handles to Lua and renam...
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-08 KahrlFix struct vs. class in forward declarations
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