]> git.lizzy.rs Git - minetest.git/commit
Fix segfault in deprecation logging due to tail call, log by default (#10174)
authorrubenwardy <rw@rubenwardy.com>
Sat, 31 Oct 2020 18:19:23 +0000 (18:19 +0000)
committerGitHub <noreply@github.com>
Sat, 31 Oct 2020 18:19:23 +0000 (18:19 +0000)
commit89dd05fdf35ce465fcc2b3588337f79f818a78aa
tree8cd34c9435fd0feca4d35184649bc002cc53d260
parent2dff3dd03f7ba25f3fab7c360759ddbf93615668
Fix segfault in deprecation logging due to tail call, log by default (#10174)
builtin/settingtypes.txt
src/defaultsettings.cpp
src/script/common/c_internal.cpp
src/script/common/c_internal.h
src/script/lua_api/l_base.cpp
src/script/lua_api/l_base.h
src/script/lua_api/l_internal.h
src/script/lua_api/l_noise.cpp
src/script/lua_api/l_object.cpp