]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_server.cpp
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / script / lua_api / l_server.cpp
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2022-05-02 sfan5Refactor some Lua API functions in preparation for...
2022-04-28 sfan5Clean up some auth packet handling related code
2021-12-18 sfan5Restructure devtest's unittests and run them in CI...
2021-11-26 Corey PowellImplemented disconnect_player (#10492)
2021-10-05 WuzzyFix crash when calling remove/kick/ban_player on start...
2021-10-05 WuzzyAdd get_server_max_lag() (#11671)
2021-09-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-09-09 sfan5Dynamic_Add_Media v2 (#11550)
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
2021-08-28 sfan5Async-related script cleanups
2021-05-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-02-02 sfan5Drop wide/narrow conversion functions
2021-02-01 sfan5Revise dynamic_add_media API to better accomodate futur...
2021-01-31 sfan5Cache client IP in RemoteClient so it can always be...
2021-01-11 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-08 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-12-12 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinRevert "Make Lint Happy"
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMake Lint Happy
2020-10-18 Elias FleckensteinMake lint happy; Remove stupid redirector
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-06-23 Elias Fleckensteintest
2020-06-13 sfan5Server pushing media at runtime (#9961)
2020-05-01 sfan5Allow connection info to be missing from minetest.get_p...
2020-04-25 EvidenceB KidscodeAdd server side translations capability (#9733)
2020-02-01 sfan5Improve core.sound_play with ephemeral sounds and playe...
2019-09-14 SmallJokerFormspecs: Introduce formspec_version to mods
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2018-06-10 number ZeroFix narrow/utf8 difference in incoming/outcoming messages
2018-06-04 Loïc BlotModernize lua read (part 1): C++ templating insurance...
2017-09-30 Loïc BlotMake Player::peer_id server-side only and add getters...
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-17 Loic Blotl_server, clientenvironment, clientiface: code moderniz...
2017-05-06 ShadowNinjaClean up numeric.h and split FacePositionCache from it
2017-05-03 BrandonSound API: Add fading sounds
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...