]> git.lizzy.rs Git - minetest.git/history - src/script/cpp_api/s_server.cpp
Overall improvements to log messages (#9598)
[minetest.git] / src / script / cpp_api / s_server.cpp
2019-08-08 ANANDAllow customizing chat message format (#8529)
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2018-06-06 Loïc BlotCSM/SSM: Add on_mods_loaded callback (#7411)
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-06 kwolekrImprove Script CPP API diagnostics
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-04-27 ShadowNinjaOnly push the Lua error handler once
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-11-15 ShadowNinjaPass a errfunc to lua_pcall to get a traceback
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...