]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/common/c_internal.cpp
HUD: Reject and warn on invalid stat types (#11548)
[dragonfireclient.git] / src / script / common / c_internal.cpp
2021-08-21 SmallJokerHUD: Reject and warn on invalid stat types (#11548)
2020-10-31 rubenwardyFix segfault in deprecation logging due to tail call...
2020-04-21 HybridDogFix configuration caching in log_deprecated (#9697)
2020-04-04 LNJFix 'the the' typos in comments (#9554)
2020-02-23 sfan5Refactor Script API's log_deprecated
2018-11-28 Michael MullerClean up stack after script_get_backtrace (#7854)
2018-07-22 nOOb3167Add a MSVC / Windows compatible snprintf function ...
2018-05-14 SmallJokerFix segfault in player migration and crash in log_depre...
2017-11-27 sfan5Hint at problematic code when logging deprecated calls
2017-06-30 red-001Create a filesystem abstraction layer for CSM and only...
2015-10-16 est31Fix crash regression when invsize formspec gets used
2015-10-15 ShadowNinjaUse warningstream for deprecated field messages and...
2015-08-26 KahrlPush error handler afresh each time lua_pcall is used
2015-08-13 kwolekrSAPI: Track last executed mod and include in error...
2015-08-10 kwolekrDisplay Lua memory usage at the time of Out-of-Memory...
2015-08-06 kwolekrImprove Script CPP API diagnostics
2015-05-16 ShadowNinjaAdd mod security
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2014-08-23 KahrlFix LuaJIT exception wrapper
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-04-29 sapierAdd proper lua api deprecated handling
2014-03-15 ShadowNinjaRemove lua_State parameter from LuaError::LuaError
2014-03-15 ShadowNinjaRevert "Make sure we get a stacktrace for as many lua...
2014-03-15 Sfan5Make sure we get a stacktrace for as many lua errors...
2013-12-18 ShadowNinjaHandle LuaErrors in Lua -> C++ calls on LuaJIT
2013-12-08 ShadowNinjaMove script_run_callbacks to Lua
2013-11-21 kwolekrFix possible implicit conversion of NULL to std::string
2013-11-15 ShadowNinjaPass a errfunc to lua_pcall to get a traceback
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-24 sapierMove scriptapi to separate folder (by sapier)