]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_server.cpp
Allow scripts to get the client protocol version in non-debug builds. (#5649)
[dragonfireclient.git] / src / script / lua_api / l_server.cpp
2017-04-27 red-001Allow scripts to get the client protocol version in...
2017-04-25 Loïc BlotFix various points reported by cppcheck (#5656)
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-21 Loïc Blotlua: remove core.cause_error call (#5637)
2017-04-15 Loïc BlotImplement delayed server shutdown with cancelation...
2016-11-02 BrandonAdd minetest.get_server_uptime() function to Lua API...
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2015-11-06 est31Add server side ncurses terminal
2015-10-26 kwolekrSAPI: Mark all Lua API functions requiring envlock
2015-10-14 ShadowNinjaRename macros with two leading underscores
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-07-23 est31Optional reconnect functionality
2015-07-08 est31Use UTF-8 instead of narrow
2015-05-16 ShadowNinjaAdd mod security
2015-03-13 Loic BlotPrepare Protocol v25 init & authentication.
2015-03-05 Loic Blotl_get_modnames: Compare using std::sort instead of...
2015-03-05 Loic BlotPerformance improvement: Use std::list instead of std...
2014-08-23 sapierAdd lua exception handling test code
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
2014-04-08 sapierCleanup client init states by bumping protocol version
2014-02-27 ShadowNinjaRemove "Server -!- " prefix from player messages
2014-02-03 sapierAdd minetest.kick_player(name, reason)
2013-11-30 ShadowNinjaOptimize table creation
2013-11-15 ShadowNinjaPass a errfunc to lua_pcall to get a traceback
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...