]> git.lizzy.rs Git - minetest.git/history - src/script/cpp_api/s_server.cpp
Add meshnode drawtype.
[minetest.git] / src / script / cpp_api / s_server.cpp
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...