aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_mapgen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ore: Add biomes parameterkwolekr2015-04-201-0/+10
* Biome API: Add biome-specific river waterparamat2015-04-191-13/+14
* Schematics: Fix core.schematic_create()kwolekr2015-04-171-0/+1
* Switch to check_v3s16 in l_mapgen.cpp and l_vmanip.cpp for type safetykwolekr2015-04-171-9/+9
* Biomes: Remove referenced biomes from Decorations on clearkwolekr2015-04-161-1/+0
* Schematics: Refactor NodeResolver and add NodeResolveMethodkwolekr2015-04-161-196/+228
* Schematics: Reorganize (de)serialization and add Lua serialization APIkwolekr2015-04-131-6/+58
* Schematics: Prepend mod path to relative schematic filepathskwolekr2015-04-081-1/+7
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* ObjDefManager, Mapgen SAPI: Huge refactoringkwolekr2015-03-311-140/+287
* GenElementManager: Pass opaque handles to Lua and rename to ObjDefManagerkwolekr2015-03-311-86/+95
* lua_api/l_mapgen: generate_ores/decorations: make p1, p2 optionalparamat2015-03-241-6/+12
* Add core.register_schematic() and cache schematics on usekwolekr2015-03-231-90/+136
* Revert "Fix issue #2441: crash on respawn, since a conversion std::list to st...kwolekr2015-03-201-1/+1
* lua_api/l_mapgen: Fix overlapping areas of minetest.generate_ores/decorationsparamat2015-03-111-6/+10
* Fix issue #2441: crash on respawn, since a conversion std::list to std::vecto...Loic Blot2015-03-051-1/+1
* Biome API: Re-calculate biome at every surface in a mapchunk columnparamat2015-02-261-5/+1
* Shorten ManualMapVoxelManipulator to MMVManipkwolekr2015-01-051-1/+1
* Add minetest.generate_ores() and minetest.generate_decorations()kwolekr2015-01-041-0/+39
* Add warning about using deprecated fields in Mapgen API and update docskwolekr2015-01-041-6/+8
* Replace instances of height_min/height_max with y_min/y_max to remove ambiguitykwolekr2014-12-301-6/+16
* Decoration: Fix default parameter valueskwolekr2014-12-301-2/+2
* Expose mapgen parameters on scripting initkwolekr2014-12-291-13/+35
* Decoration: Add height_min and height_max parameterskwolekr2014-12-281-10/+12
* Biome API: Add shore top and shore filler nodes, underwater node, water top n...paramat2014-12-281-14/+19
* Ore: Add Vein ore typekwolekr2014-12-281-3/+10
* Ore: Add Blob ore typekwolekr2014-12-281-4/+4
* Set fallback content if resolving content vector requires everythingkwolekr2014-12-271-4/+4
* Redefine NodeResolver interface and replace with callback mechanismkwolekr2014-12-271-30/+38
* Add minetest.clear_registered_decorations() and clear_registered_ores()kwolekr2014-12-121-0/+17
* Move get_schematic and read_schematic to l_mapgen.cppkwolekr2014-12-101-1/+108
* Remove get_noiseparams function. read_noiseparams should be used from now onkwolekr2014-12-101-4/+4
* Noise: Create a deep copy of NoiseParamskwolekr2014-12-101-1/+8
* Rename and repurpose minetest.set_noiseparam_defaults to set_noiseparamskwolekr2014-12-091-23/+10
* Add flags and lacunarity as new noise parameterskwolekr2014-12-071-3/+6
* Add minetest.clear_registered_biomes() apikwolekr2014-12-061-0/+8
* Rewrite generate notification mechanismkwolekr2014-12-061-15/+23
* Add definable node_stone to biome API, mgv5, mgv7. Reduce and correct depth o...paramat2014-12-031-0/+3
* Fix warnings and other misc. minor changeskwolekr2014-11-141-8/+8
* Add Generator Element Management frameworkkwolekr2014-11-121-62/+67
* Split up mapgen.cppkwolekr2014-11-011-1/+5
* Fix erroneous lua_pop parameterkwolekr2014-10-301-2/+4
* Refactor decoration-related codekwolekr2014-10-291-75/+80
* Prevent invalid memory access under failure conditionskwolekr2014-10-281-35/+40
* Add NodeResolver and clean up node name -> content ID resolution systemkwolekr2014-10-261-98/+96
* Split settings into seperate source and header filesShadowNinja2014-09-211-0/+2
* Simplify and optimize schematic replacementsShadowNinja2014-09-111-27/+27
* Use "core" namespace internallyShadowNinja2014-05-081-3/+3
* Fix all warnings reported by clangSfan52014-04-151-2/+2
* Update set_mapgen_params and set_gen_notify Lua API to use new flag formatkwolekr2014-03-081-14/+16