aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot2017-06-181-24/+2
* Remove legacy content_abm.{cpp,h}Loïc Blot2017-06-141-4/+0
* Use thread_local instead from some static settings (#5955)Loïc Blot2017-06-111-7/+9
* Sound: Add pitch option (#5960)Rui2017-06-111-1/+1
* (Re)spawn players within 'mapgen_limit'paramat2017-06-111-1/+3
* Add a server-sided way to remove color codes from incoming chat messages (#5948)red-0012017-06-101-2/+5
* Fix sending color codes to clients that don't support them. (#5950)red-0012017-06-091-6/+9
* Have the server send the player list to the client (#5924)red-0012017-06-081-0/+6
* Revert "Remove deprecated code segments (#5891)"Loïc Blot2017-06-061-0/+1
* Remove deprecated code segments (#5891)Thomas--S2017-06-041-1/+0
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-21/+22
* Real control fix (#5787)Loïc Blot2017-05-201-26/+0
* Mainmenu: Fix issues while trying to enable all mods (#5770)SmallJoker2017-05-191-1/+1
* Particles: Do not send single particles to distant clients (#5760)Paramat2017-05-171-1/+13
* Set sky API: Add bool for clouds in front of custom skyboxparamat2017-05-021-4/+8
* Sound API: Add fading soundsBrandon2017-05-031-5/+59
* Add clouds APIBen Deutsch2017-04-301-0/+30
* Rename Scripting API files for consistencyShadowNinja2017-04-251-1/+1
* Player data to Database (#5475)Loïc Blot2017-04-231-39/+11
* Add on_flood() callback.Auke Kok2017-04-221-1/+1
* Fix #5617 - respect message and reconnect parameters when shutting down immed...orwell962017-04-211-4/+8
* Fix MSVC build broken by 34d32ceSmallJoker2017-04-171-2/+2
* Implement delayed server shutdown with cancelation (#4664)Loïc Blot2017-04-151-0/+67
* ClientIface::sendToAll: honor packet configuration (#5590)Loïc Blot2017-04-141-4/+4
* Move chat command handling code from C++ to Lua (#5528)red-0012017-04-081-17/+6
* Fix multiple death messages (#5305)presstabstart2017-04-061-6/+5
* Fix /shutdown or ^C no longer causing server exitsfan52017-03-191-0/+3