aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp
AgeCommit message (Expand)Author
2018-04-04Fix 5 issues reported by PVS studioLoic Blot
2018-03-30Client eventmanager refactor (#7179)Loïc Blot
2018-03-28Add reasons to on_dieplayer and on_hpchangeAndrew Ward
2018-03-28Add formspec theming using prepended stringsAndrew Ward
2018-03-21Minetest ASCII art: Move from actionstream to rawstreamparamat
2018-03-16Drop Server::m_enable_rollback_recording it's only used in server constructorLoic Blot
2018-03-16ServerEnvironment::loadDefaultMeta: Loading default meta is only possible for...Loic Blot
2018-03-16Forgot to remove obsolete Server::m_modsLoic Blot
2018-03-16Server: delegate mod management & config to ServerModConfiguration (#7131)Loïc Blot
2018-03-09Drop less performant Server::setBlockNotSent for ClientInterface::markBlockpo...Loic Blot
2018-03-08Cleanup & bugfixLoic Blot
2018-03-08Cleanup: drop Server::hudGetHotbarSelectedImage()Loic Blot
2018-03-08Cleanup: drop Server::hudGetHotbarImage()Loic Blot
2018-03-08Cleanup: drop Server::hudGetHotbarItemcount()Loic Blot
2018-02-18Mitigate formspec exploits by verifying that the formspec was shown to the us...red-001
2018-02-10Node definition manager refactor (#7016)Dániel Juhász
2018-01-16Load a texturepack from the 'textures' subfolder of a gamered-001
2017-12-03Shut down mapgen threads before other shutdown tasks (#6689)raymoo
2017-11-17Load files from subfolders in texturepacksnumber Zero
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-09-30Make Player::peer_id server-side only and add getters and setters (#6478)Loïc Blot
2017-09-28Server: affect bind_addr on constructor instead of start() (#6474)Loïc Blot
2017-09-27Fix some forgotten u16 -> session_t in ad7daf7b52348e1b71aa803be10de5b2134cba11Loic Blot
2017-09-27Add session_t typedef + remove unused functions (#6470)Loïc Blot
2017-09-26Implement mod communication channels (#6351)Loïc Blot
2017-09-15Customizeable max breath for players (#6411)SmallJoker
2017-09-12Network: Remove large parts of deprecated legacy code (#6404)SmallJoker
2017-09-09Server: Calculate maximal total block sends dynamically (#6393)SmallJoker
2017-08-30Remove DSTACK support (#6346)Loïc Blot
2017-08-29Network proto handlers/container fixes (#6334)Loïc Blot
2017-08-24Add clientside translations.Ekdohibs
2017-08-24Network cleanup (#6302)Loïc Blot
2017-08-23Respect object property hp_max field for players (#6287)SmallJoker
2017-08-19Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot
2017-08-18Optimize headers (part 2) (#6272)Loïc Blot
2017-08-18server.cpp: unroll setting when sending mapblocks (#6265)Loïc Blot
2017-08-16Cleanup various headers to reduce compilation times (#6255)Loïc Blot
2017-08-15server.cpp: code modernizationLoic Blot
2017-08-14Various server.cpp cleanupsLoic Blot
2017-08-14Server::AsyncRunStep + Server::sendAddNode: modernize codeLoic Blot
2017-07-27Remove one unused variable in Server::Receive functionLoic Blot
2017-07-18[CSM] Add flavour limits controlled by server (#5930)Loïc Blot
2017-07-16Chat protocol rewrite (#5117)Loïc Blot
2017-06-18Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot
2017-06-14Remove legacy content_abm.{cpp,h}Loïc Blot
2017-06-11Use thread_local instead from some static settings (#5955)Loïc Blot
2017-06-11Sound: Add pitch option (#5960)Rui
2017-06-11(Re)spawn players within 'mapgen_limit'paramat
2017-06-10Add a server-sided way to remove color codes from incoming chat messages (#5948)red-001
2017-06-09Fix sending color codes to clients that don't support them. (#5950)red-001