aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp
AgeCommit message (Expand)Author
2017-01-18Add particle animation, glowsfan5
2017-01-17Remove client-side chat prediction. (#5055)red-001
2017-01-15Added lua tracebacks to some errors where you have been blind to what… (#5043)sapier
2017-01-09Environment & IGameDef code refactoring (#4985)Ner'zhul
2017-01-01Breath cheat fix: server sideLoic Blot
2016-12-26Various anticheat improvementssfan5
2016-11-30Optimize/adjust blocks/ActiveObjects sent at the server based on client setti...lhofhansl
2016-11-28Allow restricting detached inventories to one playersfan5
2016-11-23Make supplying empty formspec strings close the formspec (#4737)orwell96
2016-11-14Revert "Adding particle blend, glow and animation (#4705)"sfan5
2016-11-15Adding particle blend, glow and animation (#4705)Foghrye4
2016-11-05PlayerSAO saving fix (#4734)Ner'zhul
2016-10-30PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul
2016-10-13Attached particle spawnersraymoo
2016-10-08Move RemotePlayer code to its own cpp/headerLoic Blot
2016-10-08RemotePlayer/LocalPlayer Player base class proper separation (code cleanup) (...Loic Blot
2016-10-08Optimize ClientIface::getPlayerNames(): return const ref instead a copy of al...Loic Blot
2016-10-08More code cleanup (UNORDERED + RemotePlayer/LocalPlayer)Loic Blot
2016-10-08Player/LocalPlayer/RemotePlayer inheritance cleanup (part 2 on X)Loic Blot
2016-10-08Remove some unused attributes/class functions in server.cpp/hLoic Blot
2016-10-08Player/LocalPlayer/RemotePlayer inheritance cleanup (part 1 on X)Loic Blot
2016-10-06use unordered containers where possible (patch 4 on X)Loic Blot
2016-10-06Fix narrow string compiling issue on MSVC2010SmallJoker
2016-10-06Use more unordered_maps to improve performance in c++11 buildsLoic Blot
2016-10-06Fix crash regression when chatting in the ncurses consoleest31
2016-10-05Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot
2016-10-05Chat: new settings to prevent spamLoic Blot
2016-08-22Move on join and on leave messages to lua (#4460)Xunto
2016-07-03Add MapSettingsManager and new mapgen setting script API functionskwolekr
2016-06-11Server: Add reason for leave to `on_leaveplayer` callbacksDiego Martinez
2016-05-28Particles: Add option to remove particles on collisionAuke Kok
2016-05-08Fixes #4098 ce8a9ed didn't quite go far enough, and left this bug ingregorycu
2016-04-28Handle particle spawners in env and delete expired idsobneq
2016-03-12Nodebox: Allow nodeboxes to "connect"Auke Kok
2016-03-11Fix ask_reconnect_on_crash option being ignoredorwell96
2016-03-07Add minetest.register_lbm() to run code on block load onlyest31
2016-02-26Cache some settingsrubenwardy
2016-02-09FindSpawnPos: Let mapgens decide what spawn altitude is suitableparamat
2015-11-22Update HUD flags on server like on clientest31
2015-11-13Only allow players with shout to chatest31
2015-11-09Put ChatEvent handler into own functionest31
2015-11-08Write new line character sequence at end of print()est31
2015-11-06Add server side ncurses terminalest31
2015-11-03Time: Remove serverside getter, and use atomic operationsest31
2015-10-31Fix server crashing on Lua errorsShadowNinja
2015-10-29findSpawnPos: Add setting for max height above water levelparamat
2015-10-27Environment: Time of day fixes and add serverside getterest31
2015-10-14Rename macros with two leading underscoresShadowNinja
2015-10-14Always use errorstream for DEBUG_EXCEPTION_HANDLERShadowNinja
2015-10-14Use warningstream for log messages with WARNINGShadowNinja