aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_server.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimize headers (part 2) (#6272)Loïc Blot2017-08-181-1/+1
* l_server, clientenvironment, clientiface: code modernizationLoic Blot2017-08-171-14/+7
* Clean up numeric.h and split FacePositionCache from itShadowNinja2017-05-061-0/+1
* Sound API: Add fading soundsBrandon2017-05-031-0/+11
* Allow scripts to get the client protocol version in non-debug builds. (#5649)red-0012017-04-271-5/+5
* Fix various points reported by cppcheck (#5656)Loïc Blot2017-04-251-2/+2
* Player data to Database (#5475)Loïc Blot2017-04-231-0/+17
* lua: remove core.cause_error call (#5637)Loïc Blot2017-04-221-33/+0
* Implement delayed server shutdown with cancelation (#4664)Loïc Blot2017-04-151-1/+2
* Add minetest.get_server_uptime() function to Lua API (#4702)Brandon2016-11-021-0/+10
* Player/LocalPlayer/RemotePlayer inheritance cleanup (part 2 on X)Loic Blot2016-10-081-11/+10
* Add server side ncurses terminalest312015-11-061-0/+12
* SAPI: Mark all Lua API functions requiring envlockkwolekr2015-10-251-0/+1
* Rename macros with two leading underscoresShadowNinja2015-10-141-4/+4
* Use numeric indices and raw table access with LUA_REGISTRYINDEXKahrl2015-08-271-2/+2
* SAPI: Track last executed mod and include in error messageskwolekr2015-08-121-0/+27
* Optional reconnect functionalityest312015-07-231-1/+3
* Use UTF-8 instead of narrowest312015-07-081-1/+1
* Add mod securityShadowNinja2015-05-161-1/+2
* Prepare Protocol v25 init & authentication.Loic Blot2015-03-131-1/+1
* l_get_modnames: Compare using std::sort instead of a custom function which do...Loic Blot2015-03-051-22/+6
* Performance improvement: Use std::list instead of std::vector for request_med...Loic Blot2015-03-051-2/+3
* Add lua exception handling test codesapier2014-08-231-0/+35
* Use "core" namespace internallyShadowNinja2014-05-081-1/+1
* Organize builtin into subdirectoriesShadowNinja2014-05-071-7/+1
* Cleanup client init states by bumping protocol versionsapier2014-04-081-1/+131
* Remove "Server -!- " prefix from player messagesShadowNinja2014-02-271-6/+2
* Add minetest.kick_player(name, reason)sapier2014-02-031-0/+26
* Optimize table creationShadowNinja2013-11-301-24/+8
* Pass a errfunc to lua_pcall to get a tracebackShadowNinja2013-11-151-1/+2
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+347