minetest/src/script/common
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
..
CMakeLists.txt Async environment for mods to do concurrent tasks (#11131) 2022-05-02 20:56:06 +02:00
c_content.cpp Allow place_param2 = 0 node placement predictions (#13787) 2023-09-13 13:57:57 +02:00
c_content.h Add warning for initial properties directly inside definition (#9650) 2023-08-13 00:19:03 +01:00
c_converter.cpp Add minetest.get_player_window_information() (#12367) 2023-02-27 22:58:41 +00:00
c_converter.h Add minetest.get_player_window_information() (#12367) 2023-02-27 22:58:41 +00:00
c_internal.cpp Add warning for initial properties directly inside definition (#9650) 2023-08-13 00:19:03 +01:00
c_internal.h Add warning for initial properties directly inside definition (#9650) 2023-08-13 00:19:03 +01:00
c_packer.cpp Fix some warnings (#12615) 2022-07-30 12:51:23 +01:00
c_packer.h Use native packer to transfer globals into async env(s) 2022-05-10 22:37:42 +02:00
c_types.cpp Remove lua_State parameter from LuaError::LuaError 2014-03-15 16:28:59 -04:00
c_types.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
helper.cpp Reduce code duplication between c_converter.cpp and helper.cpp 2022-07-14 20:55:45 +02:00
helper.h Reduce code duplication between c_converter.cpp and helper.cpp 2022-07-14 20:55:45 +02:00