]> git.lizzy.rs Git - minetest.git/history - src/script/common/c_internal.h
Use a Lua error handler that calls tostring (#11913)
[minetest.git] / src / script / common / c_internal.h
2022-12-15 Jude Melton-HoughtonUse a Lua error handler that calls tostring (#11913)
2022-10-18 Jude Melton-HoughtonImplement vector and node conversion in Lua (#12609)
2022-10-13 Jude Melton-HoughtonUse enum to define custom registry indices
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2022-03-29 Jude Melton-HoughtonStore vector metatable in registry
2021-12-18 sfan5Don't let HTTP API pass through untrusted function
2021-09-10 sfan5Clean up/improve some scriptapi error handling code
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-11 sfan5Fix broken config check in 659245a
2020-04-08 sfan5Work around LuaJIT issues on aarch64 (#9614)
2020-02-23 sfan5Move core.get_connected_players() implementation to C++
2020-02-23 sfan5Refactor Script API's log_deprecated
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-30 red-001Create a filesystem abstraction layer for CSM and only...
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
2014-04-29 sapierAdd proper lua api deprecated handling
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...
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-24 sapierMove scriptapi to separate folder (by sapier)