aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Server: move shutdown parts to a specific shutdown state object (#7437)Loïc Blot2018-06-131-124/+146
* Fix the /shutdown command (#7431)SmallJoker2018-06-111-5/+7
* Run detach callbacks on player leaveSmallJoker2018-05-121-0/+3
* Fix builtin inventory list crash when size = 0 (#7297)SmallJoker2018-05-051-5/+9
* Allow damage for attached objects, add attach/detach callbacks (#6786)SmallJoker2018-04-301-0/+1
* Move ASCII art to std::cerr, to remove it from logsrubenwardy2018-04-231-1/+1
* Add online content repositoryrubenwardy2018-04-191-1/+1
* Fix 5 issues reported by PVS studioLoic Blot2018-04-041-1/+2
* Client eventmanager refactor (#7179)Loïc Blot2018-03-301-8/+0
* Add reasons to on_dieplayer and on_hpchangeAndrew Ward2018-03-281-7/+9
* Add formspec theming using prepended stringsAndrew Ward2018-03-281-1/+21
* Minetest ASCII art: Move from actionstream to rawstreamparamat2018-03-211-1/+1
* Drop Server::m_enable_rollback_recording it's only used in server constructorLoic Blot2018-03-161-2/+1
* ServerEnvironment::loadDefaultMeta: Loading default meta is only possible for...Loic Blot2018-03-161-7/+1
* Forgot to remove obsolete Server::m_modsLoic Blot2018-03-161-2/+0
* Server: delegate mod management & config to ServerModConfiguration (#7131)Loïc Blot2018-03-161-44/+18
* Drop less performant Server::setBlockNotSent for ClientInterface::markBlockpo...Loic Blot2018-03-091-19/+5
* Cleanup & bugfixLoic Blot2018-03-081-37/+13
* Cleanup: drop Server::hudGetHotbarSelectedImage()Loic Blot2018-03-081-5/+0
* Cleanup: drop Server::hudGetHotbarImage()Loic Blot2018-03-081-7/+0
* Cleanup: drop Server::hudGetHotbarItemcount()Loic Blot2018-03-081-6/+1
* Mitigate formspec exploits by verifying that the formspec was shown to the us...red-0012018-02-181-0/+5
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-3/+3
* Load a texturepack from the 'textures' subfolder of a gamered-0012018-01-161-3/+7
* Shut down mapgen threads before other shutdown tasks (#6689)raymoo2017-12-031-10/+17
* Load files from subfolders in texturepacksnumber Zero2017-11-171-5/+4
* Move files to subdirectories (#6599)Vitaliy2017-11-081-3/+3
* Make Player::peer_id server-side only and add getters and setters (#6478)Loïc Blot2017-09-301-30/+32
* Server: affect bind_addr on constructor instead of start() (#6474)Loïc Blot2017-09-281-18/+17
* Fix some forgotten u16 -> session_t in ad7daf7b52348e1b71aa803be10de5b2134cba11Loic Blot2017-09-271-26/+26
* Add session_t typedef + remove unused functions (#6470)Loïc Blot2017-09-271-62/+69
* Implement mod communication channels (#6351)Loïc Blot2017-09-261-5/+83
* Customizeable max breath for players (#6411)SmallJoker2017-09-151-1/+1
* Network: Remove large parts of deprecated legacy code (#6404)SmallJoker2017-09-121-22/+7
* Server: Calculate maximal total block sends dynamically (#6393)SmallJoker2017-09-091-5/+7
* Remove DSTACK support (#6346)Loïc Blot2017-08-301-68/+0
* Network proto handlers/container fixes (#6334)Loïc Blot2017-08-291-1/+1
* Add clientside translations.Ekdohibs2017-08-241-4/+17
* Network cleanup (#6302)Loïc Blot2017-08-241-10/+16
* Respect object property hp_max field for players (#6287)SmallJoker2017-08-231-1/+1
* Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot2017-08-191-11/+9
* Optimize headers (part 2) (#6272)Loïc Blot2017-08-181-0/+11
* server.cpp: unroll setting when sending mapblocks (#6265)Loïc Blot2017-08-181-27/+20
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-161-0/+1
* server.cpp: code modernizationLoic Blot2017-08-151-40/+27
* Various server.cpp cleanupsLoic Blot2017-08-141-137/+93
* Server::AsyncRunStep + Server::sendAddNode: modernize codeLoic Blot2017-08-141-61/+39
* Remove one unused variable in Server::Receive functionLoic Blot2017-07-271-1/+0
* [CSM] Add flavour limits controlled by server (#5930)Loïc Blot2017-07-181-0/+9
* Chat protocol rewrite (#5117)Loïc Blot2017-07-161-16/+28