Add definable node_stone to biome API, mgv5, mgv7. Reduce and correct depth of mgv7...
[oweals/minetest.git] / src / script / lua_api / l_mapgen.cpp
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...