aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_mapgen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get biome list: Downgrade missing biome message to infostreamparamat2017-03-161-4/+4
* Light calculation: New bulk node lighting codeDániel Juhász2017-03-111-1/+3
* Mod security: Allow read-only access to all mod pathsShadowNinja2016-12-201-1/+1
* Simple decorations: Fix range check for deco->deco_param2Auke Kok2016-12-081-2/+4
* Simple deco: Allow setting param2 value on placementAuke Kok2016-12-071-0/+7
* Use more unordered_maps to improve performance in c++11 buildsLoic Blot2016-10-061-2/+2
* Decorations: Generalise 'spawn by' to be used by all decoration typesparamat2016-09-141-11/+10
* Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ...Ner'zhul2016-08-101-2/+2
* Add MapSettingsManager and new mapgen setting script API functionskwolekr2016-07-031-29/+125
* Biome API: Add per-biome riverbed material and depthparamat2016-06-051-0/+2
* Fix MgStoneType and BiomeType enum nameskwolekr2016-05-271-6/+6
* Move biome calculation to BiomeGenkwolekr2016-05-271-6/+10
* Fix threshold typeest312015-12-071-3/+3
* Fix spelling of noise_thresholdJun Zhang2015-12-061-1/+10
* Schematics: Add core.place_schematic_on_vmanip APIkwolekr2015-11-051-1/+44
* SAPI: Throw runtime error instead of if l_get_mapgen_object called in incorre...kwolekr2015-10-251-1/+1
* SAPI: Mark all Lua API functions requiring envlockkwolekr2015-10-251-1/+43
* Allow setting chunksize in core.set_mapgen_paramskwolekr2015-10-041-1/+9
* Define and use limit constants for Irrlicht fixed-width typeskwolekr2015-10-041-1/+1
* Add get_biome_id(biome_name) callbackDuane Robertson2015-10-021-0/+25
* Ore: Add puff ore typekwolekr2015-09-171-15/+38
* Ore: Add ore sheet column height range selectionkwolekr2015-09-131-1/+12
* Biome API: Make fallback biome stone and water, disable fillerparamat2015-08-031-2/+2
* Fix MSVC number conversion warningSmallJoker2015-07-251-1/+1
* Mapgen objects: Enable heatmap and humidmap for all biome api mapgensparamat2015-06-201-8/+13
* Make get_biome_list() error message more helpfulkwolekr2015-05-281-3/+6
* Add some missing getter functions to the lua APITeTpaAka2015-05-281-0/+35
* Fix null dereference when loading schematic from definition without a NodeDef...kwolekr2015-05-171-1/+2
* Add mod securityShadowNinja2015-05-161-2/+5
* Fix compiler warning about sign comparisonest312015-05-131-1/+1
* Schematics: Add per-node force placement optionkwolekr2015-05-091-29/+28
* Tests: Add schematic unittestskwolekr2015-05-081-4/+3
* Schematics: Add indent-with-space option for schematic Lua table serializationkwolekr2015-05-071-2/+4
* NodeResolver: Remove NodeResolveMethodkwolekr2015-05-071-41/+28
* 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