aboutsummaryrefslogtreecommitdiff
path: root/src/server.h
AgeCommit message (Expand)Author
2021-02-05Server: properly delete ServerMap on interrupted startupsSmallJoker
2021-02-02Drop wide/narrow conversion functionssfan5
2021-02-01Revise dynamic_add_media API to better accomodate future changessfan5
2021-01-31Cache client IP in RemoteClient so it can always be retrieved (#10887)sfan5
2021-01-29Settings: Proper priority hierarchySmallJoker
2021-01-22Remove dead code (#10845)rubenwardy
2020-10-04Minimap as HUD element with API controlPierre-Yves Rollo
2020-09-16Clean up server-side translations, remove global variable (#10075)rubenwardy
2020-08-24Properly handle mod-errors in on_shutdownDesour
2020-06-13Server pushing media at runtime (#9961)sfan5
2020-05-22Cleanup of particle & particlespawner structures and code (#9893)sfan5
2020-05-07Server class code cleanups (#9769)Loïc Blot
2020-04-29Add MetricsBackend with prometheus counter supportLoic Blot
2020-04-25Add server side translations capability (#9733)EvidenceB Kidscode
2020-04-18serverpackethandler: Reduce pkt->getPeerId() invocations and more (#9689)HybridDog
2020-03-05set_sky improvements, set_sun, set_moon and set_starsJordach
2020-02-01Improve core.sound_play with ephemeral sounds and player exclusionsfan5
2019-09-24Fix some reference counters (memleak) (#8981)SmallJoker
2019-09-19Add support for per-player FOV overrides and multipliersAnand S
2019-09-14Send ActiveObjects once right after Init2ANAND
2019-09-09Send cumulated inventory changes only each step (#8856)SmallJoker
2019-08-24Inventory: Send dirty lists where appropriate (#8742)SmallJoker
2019-08-10Implement adding velocity to player from Luasfan5
2019-05-18Optimize string (mis)handling (#8128)Jozef Behran
2019-04-28Force send a mapblock to a player (#8140)sofar
2019-03-07Optimize interaction distance checker (#8193)Jozef Behran
2018-12-04Send only changed node metadata to clients instead of whole mapblock (#5268)SmallJoker
2018-10-10 Add core.remove_detached_inventory (#7684)SmallJoker
2018-09-08Particles: Make collision with objects optional (#7682)Paramat
2018-08-16Check node updates whether the blocks are known (#7568)SmallJoker
2018-06-26Rename CSM flavours to restrictionsSmallJoker
2018-06-15Remove Server::m_ignore_map_edit_events (noop)Loic Blot
2018-06-13Server: move shutdown parts to a specific shutdown state object (#7437)Loïc Blot
2018-04-19Add online content repositoryrubenwardy
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-16Drop Server::m_enable_rollback_recording it's only used in server constructorLoic 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 unused Server::m_ignore_map_edit_events_peer_idLoic 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
2017-11-24Inventory: Restrict access from too far awaySmallJoker
2017-09-28Server: affect bind_addr on constructor instead of start() (#6474)Loïc Blot