aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_mapgen.h
AgeCommit message (Expand)Author
2022-12-03Add `minetest.get_mapgen_edges` (#12999)Jude Melton-Houghton
2020-05-20Allow more than 255 biomes, document new maximum (#9855)Paramat
2019-08-14Add function `minetest.read_schematic`upsilon
2018-03-11Biome API: Add 'get_biome_name(biome_id)' APIparamat
2018-03-10Spawn level: Add 'get_spawn_level(x, z)' APIparamat
2018-03-03Gennotify: Add 'minetest.get_decoration_id' APIparamat
2018-02-27Place schematic (on vmanip): Enable use of 'place center' flagsparamat
2018-01-16Biomes: Add 'get heat', 'get humidity', 'get biome data' APIsparamat
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-04-07Clang-format: fix some header files and remove them from whitelistLoic Blot
2016-07-03Add MapSettingsManager and new mapgen setting script API functionskwolekr
2015-11-05Schematics: Add core.place_schematic_on_vmanip APIkwolekr
2015-10-02Add get_biome_id(biome_name) callbackDuane Robertson
2015-05-28Add some missing getter functions to the lua APITeTpaAka
2015-04-16Schematics: Refactor NodeResolver and add NodeResolveMethodkwolekr
2015-04-13Schematics: Reorganize (de)serialization and add Lua serialization APIkwolekr
2015-03-31ObjDefManager, Mapgen SAPI: Huge refactoringkwolekr
2015-03-23Add core.register_schematic() and cache schematics on usekwolekr
2015-03-11lua_api/l_mapgen: Fix overlapping areas of minetest.generate_ores/decorationsparamat
2015-01-18Fix all warnings and remove -Wno-unused-but-set cflagkwolekr
2015-01-04Add minetest.generate_ores() and minetest.generate_decorations()kwolekr
2014-12-29Expose mapgen parameters on scripting initkwolekr
2014-12-27Redefine NodeResolver interface and replace with callback mechanismkwolekr
2014-12-12Add minetest.clear_registered_decorations() and clear_registered_ores()kwolekr
2014-12-10Move get_schematic and read_schematic to l_mapgen.cppkwolekr
2014-12-09Rename and repurpose minetest.set_noiseparam_defaults to set_noiseparamskwolekr
2014-12-06Add minetest.clear_registered_biomes() apikwolekr
2014-11-12Add Generator Element Management frameworkkwolekr
2014-10-29Refactor decoration-related codekwolekr
2014-05-08Use "core" namespace internallyShadowNinja
2014-02-15Add minetest.set_noiseparam_defaults() Lua APIkwolekr
2013-12-14Add map feature generation notify Lua APIkwolekr
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl