Biome API: Add biome-specific river water
[oweals/minetest.git] / src / script / lua_api / l_mapgen.cpp
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
2014-11-01 kwolekrSplit up mapgen.cpp
2014-10-30 kwolekrFix erroneous lua_pop parameter
2014-10-29 kwolekrRefactor decoration-related code
2014-10-28 kwolekrPrevent invalid memory access under failure conditions
2014-10-27 kwolekrAdd NodeResolver and clean up node name -> content...
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-09-12 ShadowNinjaSimplify and optimize schematic replacements
2014-05-08 ShadowNinjaUse "core" namespace internally 1258/head
2014-04-15 Sfan5Fix all warnings reported by clang
2014-03-08 kwolekrUpdate set_mapgen_params and set_gen_notify Lua API...
2014-02-16 Sfan5Fix g_settings not being included
2014-02-16 kwolekrSchematic: Add force_placement parameter to minetest...
2014-02-16 kwolekrAdd minetest.set_noiseparam_defaults() Lua API
2014-02-09 kwolekrAdd capability to read table flag fields from Lua API
2014-02-08 kwolekrMake flag strings clear specified flag with 'no' prefix
2014-02-04 kwolekrHuge overhaul of the entire MapgenParams system
2013-12-14 kwolekrAdd map feature generation notify Lua API
2013-12-08 kwolekrFix leak and possible segfault in minetest.set_mapgen_p... 606/head
2013-12-01 kwolekrDecoration: Add schematic Y-slice probability support
2013-11-17 kwolekrDecoration: Stop DecoSimple::resolveNodeNames from...
2013-09-17 kwolekrFix some warnings and other minor details
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...