aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_mapgen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sure relevant std::stringstreams are set to binarysfan52021-09-111-3/+1
* Fix broken `BiomeGen` abstraction (#11107)sfan52021-03-231-89/+27
* Schematic: Properly deal with before/after node resolving and document (#11011)SmallJoker2021-03-201-3/+2
* Reduce ore noise_parms error to deprecation warning (#10921)rubenwardy2021-02-061-4/+2
* Settings: Proper priority hierarchySmallJoker2021-01-291-1/+1
* MgOre: Fix invalid field polymorphism (#10846)rubenwardy2021-01-211-1/+1
* Removed some obsolete code (#10562)Zughy2021-01-211-3/+0
* Allow more than 255 biomes, document new maximum (#9855)Paramat2020-05-201-2/+2
* Fix remaining issues with mapgen scriptapisfan52020-05-051-16/+8
* Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copysfan52020-05-051-25/+38
* scriptapi: Some small optimizations to value pushing (#9669)sfan52020-04-141-8/+7
* Change some usages of "deprecated" to "obsolete" (#9062)random-geek2019-10-291-1/+1
* Add function `minetest.read_schematic`upsilon2019-08-141-0/+78
* l_mapgen.cpp: Fix LINT broken since b1b40feSmallJoker2019-05-211-1/+1
* Allow multiple cave liquids in a biome definition (#8481)Paramat2019-05-181-1/+10
* Fix various bugs (Anticheat, Lua helpers) (#8013)SmallJoker2019-01-061-2/+1
* Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot2018-06-301-18/+18
* Biome API / dungeons: Add biome-defined dungeon nodesParamat2018-04-071-9/+12
* Biome API / cavegen: Add definable cave liquid for a biome (#7192)Paramat2018-04-051-2/+5
* Mapgen: Remove unused mgv7 code and some unused biometypesParamat2018-03-261-4/+0
* Biome API: Add 'get_biome_name(biome_id)' APIparamat2018-03-111-2/+20
* Spawn level: Add 'get_spawn_level(x, z)' APIparamat2018-03-101-0/+22
* Biomes: Add 'min_pos'/'max_pos' xyz biome limitsparamat2018-03-091-5/+8
* Gennotify: Add 'minetest.get_decoration_id' APIparamat2018-03-031-0/+27
* Place schematic (on vmanip): Enable use of 'place center' flagsparamat2018-02-271-3/+16
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-10/+10
* Biomes: Add 'get heat', 'get humidity', 'get biome data' APIsparamat2018-01-161-1/+152
* Biomes: Add vertical biome blend (#6853)Paramat2018-01-051-0/+1
* Stratum ore: Add option for a constant thickness stratumparamat2017-11-191-4/+6
* Move files to subdirectories (#6599)Vitaliy2017-11-081-6/+6
* Simple decorations: Make 'place_offset_y' usable with simple decorationsparamat2017-10-101-8/+7
* Simple decorations: Add 'param2_max' parameter for random param2paramat2017-10-091-2/+8
* Stratum ore: Allow use with no noise for simple horizontal strataparamat2017-10-011-1/+3
* Schematic decorations: Add 'place_offset_y' placement parameterparamat2017-09-101-0/+2
* Ores: Add stratum ore (#6352)Paramat2017-09-031-0/+10
* Modernize code: very last fixes (#6290)Loïc Blot2017-08-201-3/+3
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-5/+4
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-4/+4
* read_schematic_replacements: ensure fields are strings (#5726)Loïc Blot2017-05-081-0/+8
* 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