Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix segfault in deprecation logging due to tail call, log by default (#…
- Loading branch information
Showing
with
71 additions
and 80 deletions.
- +3 −3 builtin/settingtypes.txt
- +0 −4 src/defaultsettings.cpp
- +12 −8 src/script/common/c_internal.cpp
- +20 −0 src/script/common/c_internal.h
- +10 −51 src/script/lua_api/l_base.cpp
- +14 −7 src/script/lua_api/l_base.h
- +10 −1 src/script/lua_api/l_internal.h
- +0 −2 src/script/lua_api/l_noise.cpp
- +2 −4 src/script/lua_api/l_object.cpp