index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
lua_api
/
l_mapgen.h
Age
Commit message (
Expand
)
Author
2022-12-03
Add `minetest.get_mapgen_edges` (#12999)
Jude Melton-Houghton
2020-05-20
Allow more than 255 biomes, document new maximum (#9855)
Paramat
2019-08-14
Add function `minetest.read_schematic`
upsilon
2018-03-11
Biome API: Add 'get_biome_name(biome_id)' API
paramat
2018-03-10
Spawn level: Add 'get_spawn_level(x, z)' API
paramat
2018-03-03
Gennotify: Add 'minetest.get_decoration_id' API
paramat
2018-02-27
Place schematic (on vmanip): Enable use of 'place center' flags
paramat
2018-01-16
Biomes: Add 'get heat', 'get humidity', 'get biome data' APIs
paramat
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-04-07
Clang-format: fix some header files and remove them from whitelist
Loic Blot
2016-07-03
Add MapSettingsManager and new mapgen setting script API functions
kwolekr
2015-11-05
Schematics: Add core.place_schematic_on_vmanip API
kwolekr
2015-10-02
Add get_biome_id(biome_name) callback
Duane Robertson
2015-05-28
Add some missing getter functions to the lua API
TeTpaAka
2015-04-16
Schematics: Refactor NodeResolver and add NodeResolveMethod
kwolekr
2015-04-13
Schematics: Reorganize (de)serialization and add Lua serialization API
kwolekr
2015-03-31
ObjDefManager, Mapgen SAPI: Huge refactoring
kwolekr
2015-03-23
Add core.register_schematic() and cache schematics on use
kwolekr
2015-03-11
lua_api/l_mapgen: Fix overlapping areas of minetest.generate_ores/decorations
paramat
2015-01-18
Fix all warnings and remove -Wno-unused-but-set cflag
kwolekr
2015-01-04
Add minetest.generate_ores() and minetest.generate_decorations()
kwolekr
2014-12-29
Expose mapgen parameters on scripting init
kwolekr
2014-12-27
Redefine NodeResolver interface and replace with callback mechanism
kwolekr
2014-12-12
Add minetest.clear_registered_decorations() and clear_registered_ores()
kwolekr
2014-12-10
Move get_schematic and read_schematic to l_mapgen.cpp
kwolekr
2014-12-09
Rename and repurpose minetest.set_noiseparam_defaults to set_noiseparams
kwolekr
2014-12-06
Add minetest.clear_registered_biomes() api
kwolekr
2014-11-12
Add Generator Element Management framework
kwolekr
2014-10-29
Refactor decoration-related code
kwolekr
2014-05-08
Use "core" namespace internally
ShadowNinja
2014-02-15
Add minetest.set_noiseparam_defaults() Lua API
kwolekr
2013-12-14
Add map feature generation notify Lua API
kwolekr
2013-08-14
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl