Added configurable selectionbox width. Min width = 1, Max = 5
[oweals/minetest.git] / src / script / lua_api / l_server.cpp
2014-08-23 sapierAdd lua exception handling test code 1579/head
2014-05-08 ShadowNinjaUse "core" namespace internally 1258/head
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
2014-04-08 sapierCleanup client init states by bumping protocol version 1143/head
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 995/head
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...