aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp
AgeCommit message (Expand)Author
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
2017-06-08Have the server send the player list to the client (#5924)red-001
2017-06-06Revert "Remove deprecated code segments (#5891)"Loïc Blot
2017-06-04Remove deprecated code segments (#5891)Thomas--S
2017-06-04C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot
2017-05-20Real control fix (#5787)Loïc Blot
2017-05-19Mainmenu: Fix issues while trying to enable all mods (#5770)SmallJoker
2017-05-17Particles: Do not send single particles to distant clients (#5760)Paramat
2017-05-02Set sky API: Add bool for clouds in front of custom skyboxparamat
2017-05-03Sound API: Add fading soundsBrandon
2017-04-30Add clouds APIBen Deutsch
2017-04-25Rename Scripting API files for consistencyShadowNinja
2017-04-23Player data to Database (#5475)Loïc Blot
2017-04-22Add on_flood() callback.Auke Kok
2017-04-21Fix #5617 - respect message and reconnect parameters when shutting down immed...orwell96
2017-04-17Fix MSVC build broken by 34d32ceSmallJoker
2017-04-15Implement delayed server shutdown with cancelation (#4664)Loïc Blot
2017-04-14ClientIface::sendToAll: honor packet configuration (#5590)Loïc Blot