aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_mapgen.cpp
AgeCommit message (Expand)Author
2021-09-11Make sure relevant std::stringstreams are set to binarysfan5
2021-03-23Fix broken `BiomeGen` abstraction (#11107)sfan5
2021-03-20Schematic: Properly deal with before/after node resolving and document (#11011)SmallJoker
2021-02-06Reduce ore noise_parms error to deprecation warning (#10921)rubenwardy
2021-01-29Settings: Proper priority hierarchySmallJoker
2021-01-21MgOre: Fix invalid field polymorphism (#10846)rubenwardy
2021-01-21Removed some obsolete code (#10562)Zughy
2020-05-20Allow more than 255 biomes, document new maximum (#9855)Paramat
2020-05-05Fix remaining issues with mapgen scriptapisfan5
2020-05-05Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copysfan5
2020-04-14scriptapi: Some small optimizations to value pushing (#9669)sfan5
2019-10-29Change some usages of "deprecated" to "obsolete" (#9062)random-geek
2019-08-14Add function `minetest.read_schematic`upsilon
2019-05-21l_mapgen.cpp: Fix LINT broken since b1b40feSmallJoker
2019-05-18Allow multiple cave liquids in a biome definition (#8481)Paramat
2019-01-06Fix various bugs (Anticheat, Lua helpers) (#8013)SmallJoker
2018-06-30Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot
2018-04-07Biome API / dungeons: Add biome-defined dungeon nodesParamat
2018-04-05Biome API / cavegen: Add definable cave liquid for a biome (#7192)Paramat
2018-03-26Mapgen: Remove unused mgv7 code and some unused biometypesParamat
2018-03-11Biome API: Add 'get_biome_name(biome_id)' APIparamat
2018-03-10Spawn level: Add 'get_spawn_level(x, z)' APIparamat
2018-03-09Biomes: Add 'min_pos'/'max_pos' xyz biome limitsparamat
2018-03-03Gennotify: Add 'minetest.get_decoration_id' APIparamat
2018-02-27Place schematic (on vmanip): Enable use of 'place center' flagsparamat
2018-02-10Node definition manager refactor (#7016)Dániel Juhász
2018-01-16Biomes: Add 'get heat', 'get humidity', 'get biome data' APIsparamat
2018-01-05Biomes: Add vertical biome blend (#6853)Paramat
2017-11-19Stratum ore: Add option for a constant thickness stratumparamat
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-10-10Simple decorations: Make 'place_offset_y' usable with simple decorationsparamat
2017-10-09Simple decorations: Add 'param2_max' parameter for random param2paramat
2017-10-01Stratum ore: Allow use with no noise for simple horizontal strataparamat
2017-09-10Schematic decorations: Add 'place_offset_y' placement parameterparamat
2017-09-03Ores: Add stratum ore (#6352)Paramat
2017-08-20Modernize code: very last fixes (#6290)Loïc Blot
2017-08-20Modernize source code: last part (#6285)Loïc Blot
2017-06-04C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot
2017-05-08read_schematic_replacements: ensure fields are strings (#5726)Loïc Blot
2017-03-16Get biome list: Downgrade missing biome message to infostreamparamat
2017-03-11Light calculation: New bulk node lighting codeDániel Juhász
2016-12-20Mod security: Allow read-only access to all mod pathsShadowNinja
2016-12-08Simple decorations: Fix range check for deco->deco_param2Auke Kok
2016-12-07Simple deco: Allow setting param2 value on placementAuke Kok
2016-10-06Use more unordered_maps to improve performance in c++11 buildsLoic Blot
2016-09-14Decorations: Generalise 'spawn by' to be used by all decoration typesparamat
2016-08-10Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ...Ner'zhul
2016-07-03Add MapSettingsManager and new mapgen setting script API functionskwolekr
2016-06-05Biome API: Add per-biome riverbed material and depthparamat
2016-05-27Fix MgStoneType and BiomeType enum nameskwolekr