summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_mapgen.cpp
Commit message (Expand)AuthorAge
...
* Fix issue #2441: crash on respawn, since a conversion std::list to std::vecto...Loic Blot2015-03-05
* Biome API: Re-calculate biome at every surface in a mapchunk columnparamat2015-02-26
* Shorten ManualMapVoxelManipulator to MMVManipkwolekr2015-01-05
* Add minetest.generate_ores() and minetest.generate_decorations()kwolekr2015-01-04
* Add warning about using deprecated fields in Mapgen API and update docskwolekr2015-01-04
* Replace instances of height_min/height_max with y_min/y_max to remove ambiguitykwolekr2014-12-30
* Decoration: Fix default parameter valueskwolekr2014-12-30
* Expose mapgen parameters on scripting initkwolekr2014-12-29
* Decoration: Add height_min and height_max parameterskwolekr2014-12-28
* Biome API: Add shore top and shore filler nodes, underwater node, water top n...paramat2014-12-28
* Ore: Add Vein ore typekwolekr2014-12-28
* Ore: Add Blob ore typekwolekr2014-12-28
* Set fallback content if resolving content vector requires everythingkwolekr2014-12-27
* Redefine NodeResolver interface and replace with callback mechanismkwolekr2014-12-27
* Add minetest.clear_registered_decorations() and clear_registered_ores()kwolekr2014-12-12
* Move get_schematic and read_schematic to l_mapgen.cppkwolekr2014-12-10
* Remove get_noiseparams function. read_noiseparams should be used from now onkwolekr2014-12-10
* Noise: Create a deep copy of NoiseParamskwolekr2014-12-10
* Rename and repurpose minetest.set_noiseparam_defaults to set_noiseparamskwolekr2014-12-09
* Add flags and lacunarity as new noise parameterskwolekr2014-12-07
* Add minetest.clear_registered_biomes() apikwolekr2014-12-06
* Rewrite generate notification mechanismkwolekr2014-12-06
* Add definable node_stone to biome API, mgv5, mgv7. Reduce and correct depth o...paramat2014-12-03
* Fix warnings and other misc. minor changeskwolekr2014-11-14
* Add Generator Element Management frameworkkwolekr2014-11-12
* Split up mapgen.cppkwolekr2014-11-01
* Fix erroneous lua_pop parameterkwolekr2014-10-30
* Refactor decoration-related codekwolekr2014-10-29
* Prevent invalid memory access under failure conditionskwolekr2014-10-28
* Add NodeResolver and clean up node name -> content ID resolution systemkwolekr2014-10-26
* Split settings into seperate source and header filesShadowNinja2014-09-21
* Simplify and optimize schematic replacementsShadowNinja2014-09-11
* Use "core" namespace internallyShadowNinja2014-05-08
* Fix all warnings reported by clangSfan52014-04-15
* Update set_mapgen_params and set_gen_notify Lua API to use new flag formatkwolekr2014-03-08
* Fix g_settings not being includedSfan52014-02-16
* Schematic: Add force_placement parameter to minetest.place_structure APIkwolekr2014-02-15
* Add minetest.set_noiseparam_defaults() Lua APIkwolekr2014-02-15
* Add capability to read table flag fields from Lua APIkwolekr2014-02-09
* Make flag strings clear specified flag with 'no' prefixkwolekr2014-02-08
* Huge overhaul of the entire MapgenParams systemkwolekr2014-02-03
* Add map feature generation notify Lua APIkwolekr2013-12-14
* Fix leak and possible segfault in minetest.set_mapgen_paramskwolekr2013-12-08
* Decoration: Add schematic Y-slice probability supportkwolekr2013-12-01
* Decoration: Stop DecoSimple::resolveNodeNames from complaining about no node ...kwolekr2013-11-17
* Fix some warnings and other minor detailskwolekr2013-09-16
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14