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.cpp
Age
Commit message (
Expand
)
Author
2022-12-03
Add `minetest.get_mapgen_edges` (#12999)
Jude Melton-Houghton
2022-11-23
Fix reading schematics after their resolution (#12985)
Jude Melton-Houghton
2022-11-09
Fix typos and en_US/en_GB inconsistency in various files (#12902)
Abdou-31
2022-10-04
Consolidate API object code (#12728)
Jude Melton-Houghton
2021-09-11
Make sure relevant std::stringstreams are set to binary
sfan5
2021-03-23
Fix broken `BiomeGen` abstraction (#11107)
sfan5
2021-03-20
Schematic: Properly deal with before/after node resolving and document (#11011)
SmallJoker
2021-02-06
Reduce ore noise_parms error to deprecation warning (#10921)
rubenwardy
2021-01-29
Settings: Proper priority hierarchy
SmallJoker
2021-01-21
MgOre: Fix invalid field polymorphism (#10846)
rubenwardy
2021-01-21
Removed some obsolete code (#10562)
Zughy
2020-05-20
Allow more than 255 biomes, document new maximum (#9855)
Paramat
2020-05-05
Fix remaining issues with mapgen scriptapi
sfan5
2020-05-05
Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copy
sfan5
2020-04-14
scriptapi: Some small optimizations to value pushing (#9669)
sfan5
2019-10-29
Change some usages of "deprecated" to "obsolete" (#9062)
random-geek
2019-08-14
Add function `minetest.read_schematic`
upsilon
2019-05-21
l_mapgen.cpp: Fix LINT broken since b1b40fe
SmallJoker
2019-05-18
Allow multiple cave liquids in a biome definition (#8481)
Paramat
2019-01-06
Fix various bugs (Anticheat, Lua helpers) (#8013)
SmallJoker
2018-06-30
Modernize lua read (part 2 & 3): C++ templating assurance (#7410)
Loïc Blot
2018-04-07
Biome API / dungeons: Add biome-defined dungeon nodes
Paramat
2018-04-05
Biome API / cavegen: Add definable cave liquid for a biome (#7192)
Paramat
2018-03-26
Mapgen: Remove unused mgv7 code and some unused biometypes
Paramat
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-09
Biomes: Add 'min_pos'/'max_pos' xyz biome limits
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-02-10
Node definition manager refactor (#7016)
Dániel Juhász
2018-01-16
Biomes: Add 'get heat', 'get humidity', 'get biome data' APIs
paramat
2018-01-05
Biomes: Add vertical biome blend (#6853)
Paramat
2017-11-19
Stratum ore: Add option for a constant thickness stratum
paramat
2017-11-08
Move files to subdirectories (#6599)
Vitaliy
2017-10-10
Simple decorations: Make 'place_offset_y' usable with simple decorations
paramat
2017-10-09
Simple decorations: Add 'param2_max' parameter for random param2
paramat
2017-10-01
Stratum ore: Allow use with no noise for simple horizontal strata
paramat
2017-09-10
Schematic decorations: Add 'place_offset_y' placement parameter
paramat
2017-09-03
Ores: Add stratum ore (#6352)
Paramat
2017-08-20
Modernize code: very last fixes (#6290)
Loïc Blot
2017-08-20
Modernize source code: last part (#6285)
Loïc Blot
2017-06-04
C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)
Loïc Blot
2017-05-08
read_schematic_replacements: ensure fields are strings (#5726)
Loïc Blot
2017-03-16
Get biome list: Downgrade missing biome message to infostream
paramat
2017-03-11
Light calculation: New bulk node lighting code
Dániel Juhász
2016-12-20
Mod security: Allow read-only access to all mod paths
ShadowNinja
2016-12-08
Simple decorations: Fix range check for deco->deco_param2
Auke Kok
2016-12-07
Simple deco: Allow setting param2 value on placement
Auke Kok
2016-10-06
Use more unordered_maps to improve performance in c++11 builds
Loic Blot
2016-09-14
Decorations: Generalise 'spawn by' to be used by all decoration types
paramat
[next]