l_mapgen.cpp: Fix LINT broken since b1b40fe
[oweals/minetest.git] / src / script / lua_api / l_mapgen.cpp
2019-05-21 SmallJokerl_mapgen.cpp: Fix LINT broken since b1b40fe
2019-05-18 ParamatAllow multiple cave liquids in a biome definition ...
2019-01-06 SmallJokerFix various bugs (Anticheat, Lua helpers) (#8013)
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2018-04-07 ParamatBiome API / dungeons: Add biome-defined dungeon nodes
2018-04-05 ParamatBiome API / cavegen: Add definable cave liquid for...
2018-03-26 ParamatMapgen: Remove unused mgv7 code and some unused biometypes
2018-03-11 paramatBiome API: Add 'get_biome_name(biome_id)' API
2018-03-10 paramatSpawn level: Add 'get_spawn_level(x, z)' API
2018-03-09 paramatBiomes: Add 'min_pos'/'max_pos' xyz biome limits
2018-03-03 paramatGennotify: Add 'minetest.get_decoration_id' API
2018-02-27 paramatPlace schematic (on vmanip): Enable use of 'place cente...
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2018-01-16 paramatBiomes: Add 'get heat', 'get humidity', 'get biome...
2018-01-04 ParamatBiomes: Add vertical biome blend (#6853)
2017-11-19 paramatStratum ore: Add option for a constant thickness stratum
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-10-10 paramatSimple decorations: Make 'place_offset_y' usable with...
2017-10-09 paramatSimple decorations: Add 'param2_max' parameter for...
2017-10-01 paramatStratum ore: Allow use with no noise for simple horizon...
2017-09-10 paramatSchematic decorations: Add 'place_offset_y' placement...
2017-09-03 ParamatOres: Add stratum ore (#6352)
2017-08-20 Loïc BlotModernize code: very last fixes (#6290)
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-08 Loïc Blotread_schematic_replacements: ensure fields are strings...
2017-03-16 paramatGet biome list: Downgrade missing biome message to...
2017-03-11 Dániel JuhászLight calculation: New bulk node lighting code
2016-12-20 ShadowNinjaMod security: Allow read-only access to all mod paths
2016-12-08 Auke KokSimple decorations: Fix range check for deco->deco_param2
2016-12-07 Auke KokSimple deco: Allow setting param2 value on placement
2016-10-06 Loic BlotUse more unordered_maps to improve performance in c...
2016-09-14 paramatDecorations: Generalise 'spawn by' to be used by all...
2016-08-10 Ner'zhulPermit usage of std::unordered_map & std::unorderered_s...
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2016-06-05 paramatBiome API: Add per-biome riverbed material and depth
2016-05-28 kwolekrFix MgStoneType and BiomeType enum names
2016-05-28 kwolekrMove biome calculation to BiomeGen
2015-12-07 est31Fix threshold type
2015-12-06 Jun ZhangFix spelling of noise_threshold
2015-11-05 kwolekrSchematics: Add core.place_schematic_on_vmanip API
2015-10-26 kwolekrSAPI: Throw runtime error instead of if l_get_mapgen_ob...
2015-10-26 kwolekrSAPI: Mark all Lua API functions requiring envlock
2015-10-04 kwolekrAllow setting chunksize in core.set_mapgen_params
2015-10-04 kwolekrDefine and use limit constants for Irrlicht fixed-width... master
2015-10-02 Duane RobertsonAdd get_biome_id(biome_name) callback
2015-09-17 kwolekrOre: Add puff ore type
2015-09-13 kwolekrOre: Add ore sheet column height range selection
2015-08-03 paramatBiome API: Make fallback biome stone and water, disable...
2015-07-25 SmallJokerFix MSVC number conversion warning
2015-06-20 paramatMapgen objects: Enable heatmap and humidmap for all...
2015-05-29 kwolekrMake get_biome_list() error message more helpful
2015-05-28 TeTpaAkaAdd some missing getter functions to the lua API
2015-05-18 kwolekrFix null dereference when loading schematic from defini...
2015-05-16 ShadowNinjaAdd mod security
2015-05-12 est31Fix compiler warning about sign comparison
2015-05-09 kwolekrSchematics: Add per-node force placement option
2015-05-08 kwolekrTests: Add schematic unittests
2015-05-07 kwolekrSchematics: Add indent-with-space option for schematic...
2015-05-07 kwolekrNodeResolver: Remove NodeResolveMethod
2015-04-21 kwolekrOre: Add biomes parameter
2015-04-19 paramatBiome API: Add biome-specific river water
2015-04-17 kwolekrSchematics: Fix core.schematic_create()
2015-04-17 kwolekrSwitch to check_v3s16 in l_mapgen.cpp and l_vmanip...
2015-04-17 kwolekrBiomes: Remove referenced biomes from Decorations on...
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
2015-04-13 kwolekrSchematics: Reorganize (de)serialization and add Lua...
2015-04-08 kwolekrSchematics: Prepend mod path to relative schematic...
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-04-01 kwolekrObjDefManager, Mapgen SAPI: Huge refactoring
2015-03-31 kwolekrGenElementManager: Pass opaque handles to Lua and renam...
2015-03-24 paramatlua_api/l_mapgen: generate_ores/decorations: make p1...
2015-03-24 kwolekrAdd core.register_schematic() and cache schematics...
2015-03-20 kwolekrRevert "Fix issue #2441: crash on respawn, since a...
2015-03-11 paramatlua_api/l_mapgen: Fix overlapping areas of minetest...
2015-03-05 Loic BlotFix issue #2441: crash on respawn, since a conversion...
2015-02-26 paramatBiome API: Re-calculate biome at every surface in a...
2015-01-05 kwolekrShorten ManualMapVoxelManipulator to MMVManip
2015-01-05 kwolekrAdd minetest.generate_ores() and minetest.generate_deco...
2015-01-04 kwolekrAdd warning about using deprecated fields in Mapgen...
2014-12-30 kwolekrReplace instances of height_min/height_max with y_min...
2014-12-30 kwolekrDecoration: Fix default parameter values
2014-12-29 kwolekrExpose mapgen parameters on scripting init
2014-12-29 kwolekrDecoration: Add height_min and height_max parameters
2014-12-29 paramatBiome API: Add shore top and shore filler nodes, underw...
2014-12-29 kwolekrOre: Add Vein ore type
2014-12-28 kwolekrOre: Add Blob ore type
2014-12-28 kwolekrSet fallback content if resolving content vector requir...
2014-12-27 kwolekrRedefine NodeResolver interface and replace with callba...
2014-12-12 kwolekrAdd minetest.clear_registered_decorations() and clear_r...
2014-12-10 kwolekrMove get_schematic and read_schematic to l_mapgen.cpp
2014-12-10 kwolekrRemove get_noiseparams function. read_noiseparams shoul...
2014-12-10 kwolekrNoise: Create a deep copy of NoiseParams
2014-12-10 kwolekrRename and repurpose minetest.set_noiseparam_defaults...
2014-12-08 kwolekrAdd flags and lacunarity as new noise parameters
2014-12-06 kwolekrAdd minetest.clear_registered_biomes() api
2014-12-06 kwolekrRewrite generate notification mechanism
2014-12-04 paramatAdd definable node_stone to biome API, mgv5, mgv7....
2014-11-14 kwolekrFix warnings and other misc. minor changes
2014-11-13 kwolekrAdd Generator Element Management framework
next