aboutsummaryrefslogtreecommitdiff
path: root/src/server.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Inventory: Send dirty lists where appropriate (#8742)SmallJoker2019-08-241-1/+1
* Implement adding velocity to player from Luasfan52019-08-101-0/+1
* Optimize string (mis)handling (#8128)Jozef Behran2019-05-181-2/+2
* Force send a mapblock to a player (#8140)sofar2019-04-281-0/+3
* Optimize interaction distance checker (#8193)Jozef Behran2019-03-071-1/+1
* Send only changed node metadata to clients instead of whole mapblock (#5268)SmallJoker2018-12-041-0/+3
* Add core.remove_detached_inventory (#7684)SmallJoker2018-10-101-1/+3
* Particles: Make collision with objects optional (#7682)Paramat2018-09-081-4/+4
* Check node updates whether the blocks are known (#7568)SmallJoker2018-08-161-5/+5
* Rename CSM flavours to restrictionsSmallJoker2018-06-261-4/+4
* Remove Server::m_ignore_map_edit_events (noop)Loic Blot2018-06-151-6/+0
* Server: move shutdown parts to a specific shutdown state object (#7437)Loïc Blot2018-06-131-7/+21
* Add online content repositoryrubenwardy2018-04-191-2/+2
* Client eventmanager refactor (#7179)Loïc Blot2018-03-301-1/+0
* Add reasons to on_dieplayer and on_hpchangeAndrew Ward2018-03-281-2/+3
* Add formspec theming using prepended stringsAndrew Ward2018-03-281-0/+2
* Drop Server::m_enable_rollback_recording it's only used in server constructorLoic Blot2018-03-161-1/+0
* Forgot to remove obsolete Server::m_modsLoic Blot2018-03-161-1/+0
* Server: delegate mod management & config to ServerModConfiguration (#7131)Loïc Blot2018-03-161-1/+3
* Drop unused Server::m_ignore_map_edit_events_peer_idLoic Blot2018-03-091-6/+0
* Drop less performant Server::setBlockNotSent for ClientInterface::markBlockpo...Loic Blot2018-03-091-1/+0
* Cleanup & bugfixLoic Blot2018-03-081-15/+6
* Cleanup: drop Server::hudGetHotbarSelectedImage()Loic Blot2018-03-081-1/+0
* Cleanup: drop Server::hudGetHotbarImage()Loic Blot2018-03-081-1/+0
* Cleanup: drop Server::hudGetHotbarItemcount()Loic Blot2018-03-081-1/+0
* Mitigate formspec exploits by verifying that the formspec was shown to the us...red-0012018-02-181-0/+2
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-5/+6
* Inventory: Restrict access from too far awaySmallJoker2017-11-241-0/+1
* Server: affect bind_addr on constructor instead of start() (#6474)Loïc Blot2017-09-281-2/+2
* Add session_t typedef + remove unused functions (#6470)Loïc Blot2017-09-271-59/+64
* Implement mod communication channels (#6351)Loïc Blot2017-09-261-1/+17
* Network: Remove large parts of deprecated legacy code (#6404)SmallJoker2017-09-121-1/+0
* Network proto handlers/container fixes (#6334)Loïc Blot2017-08-291-1/+1
* Add clientside translations.Ekdohibs2017-08-241-1/+1
* Network cleanup (#6302)Loïc Blot2017-08-241-5/+5
* Optimize headers (part 2) (#6272)Loïc Blot2017-08-181-7/+3
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-161-2/+3
* Move MapEditEventAreaIgnorer to emerge.cppLoic Blot2017-07-251-25/+0
* [CSM] Add flavour limits controlled by server (#5930)Loïc Blot2017-07-181-1/+6
* Chat protocol rewrite (#5117)Loïc Blot2017-07-161-1/+2
* Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot2017-06-181-24/+24
* Sound: Add pitch option (#5960)Rui2017-06-111-23/+13
* Add a server-sided way to remove color codes from incoming chat messages (#5948)red-0012017-06-101-1/+1
* C++11 patchset 6: forbid object copy using assigment/copy function deleters (...Loïc Blot2017-06-101-2/+2
* Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-061-2/+2
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-4/+4
* Set sky API: Add bool for clouds in front of custom skyboxparamat2017-05-021-2/+4
* Sound API: Add fading soundsBrandon2017-05-031-1/+5
* Add clouds APIBen Deutsch2017-04-301-0/+12