]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/cpp_api/s_base.cpp
Add LuaEntity on_death callback (#6177)
[dragonfireclient.git] / src / script / cpp_api / s_base.cpp
2017-06-30 red-001Create a filesystem abstraction layer for CSM and only...
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-05-18 Loic BlotFix a warning pointed by GCC 7.1
2017-04-29 Vincent Glize[CSM] Add event on_place_node API lua (#5548)
2017-03-13 Loic Blot[CSM] Client side modding
2016-12-24 RogierMake minetest abort on lua panic
2016-01-23 est31Fix C++11 compilability
2015-11-01 kwolekrFix Lua scripting synchronization
2015-10-31 ShadowNinjaFix server crashing on Lua errors
2015-08-26 KahrlPush error handler afresh each time lua_pcall is used
2015-08-26 KahrlUse numeric indices and raw table access with LUA_REGIS...
2015-08-13 kwolekrSAPI: Track last executed mod and include in error...
2015-08-06 kwolekrImprove Script CPP API diagnostics
2015-07-03 kwolekrFix code style from recent commits and add misc. optimi...
2015-06-29 rubenwardyAdd Lua errors to error dialog
2015-06-02 est31Fix uninitialized variable error
2015-05-16 ShadowNinjaAdd mod security
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2014-11-20 ShadowNinjaSimplify loading of Android version of menu
2014-10-07 ShadowNinjaFix object reference pushing functions when called...
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
2014-04-27 ShadowNinjaOnly push the Lua error handler once
2014-03-15 ShadowNinjaRemove lua_State parameter from LuaError::LuaError
2014-03-12 SelatPass arguments by reference
2013-12-18 ShadowNinjaHandle LuaErrors in Lua -> C++ calls on LuaJIT
2013-12-01 sapierCleanup jthread and fix win32 build
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)