]> git.lizzy.rs Git - minetest.git/history - src/script/lua_api/l_mapgen.h
Joystick: Remap joystick-specific KeyTypes to generic ones
[minetest.git] / src / script / lua_api / l_mapgen.h
2020-05-20 ParamatAllow more than 255 biomes, document new maximum (...
2019-08-14 upsilonAdd function `minetest.read_schematic`
2018-03-11 paramatBiome API: Add 'get_biome_name(biome_id)' API
2018-03-10 paramatSpawn level: Add 'get_spawn_level(x, z)' API
2018-03-03 paramatGennotify: Add 'minetest.get_decoration_id' API
2018-02-27 paramatPlace schematic (on vmanip): Enable use of 'place cente...
2018-01-16 paramatBiomes: Add 'get heat', 'get humidity', 'get biome...
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-04-07 Loic BlotClang-format: fix some header files and remove them...
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2015-11-05 kwolekrSchematics: Add core.place_schematic_on_vmanip API
2015-10-02 Duane RobertsonAdd get_biome_id(biome_name) callback
2015-05-28 TeTpaAkaAdd some missing getter functions to the lua API
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
2015-04-13 kwolekrSchematics: Reorganize (de)serialization and add Lua...
2015-04-01 kwolekrObjDefManager, Mapgen SAPI: Huge refactoring
2015-03-24 kwolekrAdd core.register_schematic() and cache schematics...
2015-03-11 paramatlua_api/l_mapgen: Fix overlapping areas of minetest...
2015-01-19 kwolekrFix all warnings and remove -Wno-unused-but-set cflag
2015-01-05 kwolekrAdd minetest.generate_ores() and minetest.generate_deco...
2014-12-29 kwolekrExpose mapgen parameters on scripting init
2014-12-27 kwolekrRedefine NodeResolver interface and replace with callba...
2014-12-12 kwolekrAdd minetest.clear_registered_decorations() and clear_r...
2014-12-10 kwolekrMove get_schematic and read_schematic to l_mapgen.cpp
2014-12-10 kwolekrRename and repurpose minetest.set_noiseparam_defaults...
2014-12-06 kwolekrAdd minetest.clear_registered_biomes() api
2014-11-13 kwolekrAdd Generator Element Management framework
2014-10-29 kwolekrRefactor decoration-related code
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-02-16 kwolekrAdd minetest.set_noiseparam_defaults() Lua API
2013-12-14 kwolekrAdd map feature generation notify Lua API
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...