minetest/src/script
SmallJoker 4ef93fe25f
Allow place_param2 = 0 node placement predictions (#13787)
The placement prediction value 0 was accidentally ignored
and made the clients fall back to automatic rotation based
on the node paramtype2 value.

This now changes the internal representation to properly
indicate the disabled state (e.g. 'nil' in Lua).
2023-09-13 13:57:57 +02:00
..
common Allow place_param2 = 0 node placement predictions (#13787) 2023-09-13 13:57:57 +02:00
cpp_api Add warning for initial properties directly inside definition (#9650) 2023-08-13 00:19:03 +01:00
lua_api Fix -Wunused-but-set-variable warnings 2023-09-09 18:48:56 +02:00
CMakeLists.txt Rename Scripting API files for consistency 2017-04-25 13:41:36 -04:00
scripting_client.cpp Rename ModApiEnvMod and ModApiItemMod 2023-06-23 09:05:26 +02:00
scripting_client.h A few initialization cleanups 2020-04-11 13:12:51 +02:00
scripting_mainmenu.cpp Sound refactor and improvements (#12764) 2023-06-16 20:15:21 +02:00
scripting_mainmenu.h Async-related script cleanups 2021-08-28 12:15:12 +02:00
scripting_server.cpp Add two missing classes to async environment 2023-08-14 18:16:36 +02:00
scripting_server.h Save Lua globals after mod loading 2023-06-23 09:05:26 +02:00