1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00
luanti/src/script
Cora de la Mouche fc6bef7de6
Extend core.generate_decorations to generate biomes respecting the biome map (#16397)
Large structures which are generated in on_generated callbacks
independently by Lua cannot influence decoration placement. This
change enables such a callback to assume responsibility for generating
decorations itself, presumably after structures are placed, by
disabling decorations in mg_flags and executing
core.generate_decorations.

---------

Co-authored-by: Po Lu <luangruo@yahoo.com>
2025-09-20 13:44:19 +02:00
..
common Clean up unused Forward Declarations (#16324) 2025-08-02 10:07:45 +02:00
cpp_api Add API to cancel async jobs (#14602) 2025-08-26 12:40:31 +02:00
lua_api Extend core.generate_decorations to generate biomes respecting the biome map (#16397) 2025-09-20 13:44:19 +02:00
CMakeLists.txt Include header files in CMake sources (#16297) 2025-07-12 13:23:35 +02:00
scripting_client.cpp In-game settings menu using separate Lua environment (#15614) 2025-01-19 13:07:04 -05:00
scripting_client.h In-game settings menu using separate Lua environment (#15614) 2025-01-19 13:07:04 -05:00
scripting_emerge.cpp Rename perlin noise to value noise (#15858) 2025-04-10 14:39:40 +02:00
scripting_emerge.h Refactor ScriptApiSecurity for cleaner separation of concerns 2024-11-13 14:22:41 +01:00
scripting_mainmenu.cpp Minor cleanups and logging changes 2025-07-16 11:42:54 +02:00
scripting_mainmenu.h Mainmenu: Move core.on_before_close to s_mainmenu like other callbacks, and doc 2025-04-23 09:31:06 +02:00
scripting_pause_menu.cpp PauseMenuScripting: resolve absolute 'builtin' path before substring check (#15720) 2025-02-02 19:04:50 +01:00
scripting_pause_menu.h In-game settings menu using separate Lua environment (#15614) 2025-01-19 13:07:04 -05:00
scripting_server.cpp Add API to cancel async jobs (#14602) 2025-08-26 12:40:31 +02:00
scripting_server.h Add API to cancel async jobs (#14602) 2025-08-26 12:40:31 +02:00