]> git.lizzy.rs Git - dragonfireclient.git/history - src/server.h
Cache serialized mapblocks during sending
[dragonfireclient.git] / src / server.h
2022-05-08 sfan5Cache serialized mapblocks during sending
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2022-05-02 sfan5Refactor some Lua API functions in preparation for...
2022-04-28 sfan5Clean up some auth packet handling related code
2022-03-26 x2048Add API to control shadow intensity from the game/mod...
2022-01-15 savilliDon't call on_dieplayer callback two times (#11874)
2022-01-07 Jude Melton-HoughtonUse a database for mod storage (#11763)
2021-09-10 sfan5Clean up/improve some scriptapi error handling code
2021-09-09 sfan5Dynamic_Add_Media v2 (#11550)
2021-02-05 SmallJokerServer: properly delete ServerMap on interrupted startups
2021-02-02 sfan5Drop wide/narrow conversion functions
2021-02-01 sfan5Revise dynamic_add_media API to better accomodate futur...
2021-01-31 sfan5Cache client IP in RemoteClient so it can always be...
2021-01-29 SmallJokerSettings: Proper priority hierarchy
2021-01-22 rubenwardyRemove dead code (#10845)
2020-10-04 Pierre-Yves RolloMinimap as HUD element with API control
2020-09-16 rubenwardyClean up server-side translations, remove global variab...
2020-08-24 DesourProperly handle mod-errors in on_shutdown
2020-06-13 sfan5Server pushing media at runtime (#9961)
2020-05-22 sfan5Cleanup of particle & particlespawner structures and...
2020-05-07 Loïc BlotServer class code cleanups (#9769)
2020-04-29 Loic BlotAdd MetricsBackend with prometheus counter support
2020-04-25 EvidenceB KidscodeAdd server side translations capability (#9733)
2020-04-18 HybridDogserverpackethandler: Reduce pkt->getPeerId() invocation...
2020-03-05 Jordachset_sky improvements, set_sun, set_moon and set_stars
2020-02-01 sfan5Improve core.sound_play with ephemeral sounds and playe...
2019-09-24 SmallJokerFix some reference counters (memleak) (#8981)
2019-09-19 Anand SAdd support for per-player FOV overrides and multipliers
2019-09-14 ANANDSend ActiveObjects once right after Init2
2019-09-09 SmallJokerSend cumulated inventory changes only each step (#8856)
2019-08-24 SmallJokerInventory: Send dirty lists where appropriate (#8742)
2019-08-10 sfan5Implement adding velocity to player from Lua
2019-05-18 Jozef BehranOptimize string (mis)handling (#8128)
2019-04-27 sofarForce send a mapblock to a player (#8140)
2019-03-07 Jozef BehranOptimize interaction distance checker (#8193)
2018-12-04 SmallJokerSend only changed node metadata to clients instead...
2018-10-10 SmallJoker Add core.remove_detached_inventory (#7684)
2018-09-07 ParamatParticles: Make collision with objects optional (#7682)
2018-08-16 SmallJokerCheck node updates whether the blocks are known (#7568)
2018-06-26 SmallJokerRename CSM flavours to restrictions
2018-06-15 Loic BlotRemove Server::m_ignore_map_edit_events (noop)
2018-06-13 Loïc BlotServer: move shutdown parts to a specific shutdown...
2018-04-19 rubenwardyAdd online content repository
2018-03-30 Loïc BlotClient eventmanager refactor (#7179)
2018-03-28 Andrew WardAdd reasons to on_dieplayer and on_hpchange
2018-03-28 Andrew WardAdd formspec theming using prepended strings
2018-03-16 Loic BlotDrop Server::m_enable_rollback_recording it's only...
2018-03-16 Loic BlotForgot to remove obsolete Server::m_mods
2018-03-16 Loïc BlotServer: delegate mod management & config to ServerModCo...
2018-03-09 Loic BlotDrop unused Server::m_ignore_map_edit_events_peer_id
2018-03-09 Loic BlotDrop less performant Server::setBlockNotSent for Client...
2018-03-08 Loic BlotCleanup & bugfix
2018-03-08 Loic BlotCleanup: drop Server::hudGetHotbarSelectedImage()
2018-03-08 Loic BlotCleanup: drop Server::hudGetHotbarImage()
2018-03-08 Loic BlotCleanup: drop Server::hudGetHotbarItemcount()
2018-02-18 red-001Mitigate formspec exploits by verifying that the formsp...
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2017-11-24 SmallJokerInventory: Restrict access from too far away
2017-09-28 Loïc BlotServer: affect bind_addr on constructor instead of...
2017-09-27 Loïc BlotAdd session_t typedef + remove unused functions (#6470)
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-09-12 SmallJokerNetwork: Remove large parts of deprecated legacy code...
2017-08-29 Loïc BlotNetwork proto handlers/container fixes (#6334)
2017-08-24 EkdohibsAdd clientside translations.
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-07-25 Loic BlotMove MapEditEventAreaIgnorer to emerge.cpp
2017-07-18 Loïc Blot[CSM] Add flavour limits controlled by server (#5930)
2017-07-16 Loïc BlotChat protocol rewrite (#5117)
2017-06-18 Loïc BlotCpp11 patchset 11: continue working on constructor...
2017-06-11 RuiSound: Add pitch option (#5960)
2017-06-10 red-001Add a server-sided way to remove color codes from incom...
2017-06-10 Loïc BlotC++11 patchset 6: forbid object copy using assigment...
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-03 paramatSet sky API: Add bool for clouds in front of custom...
2017-05-03 BrandonSound API: Add fading sounds
2017-04-29 Ben DeutschAdd clouds API
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-22 red-001Network:Remove old opcodes and fix documentation. ...
2017-04-15 Loïc BlotImplement delayed server shutdown with cancelation...
2017-03-18 ShadowNinjaServer list cleanup
2017-03-16 Loïc BlotAdd ModStorageAPI to client side modding (#5396)
2017-03-13 Loic Blot[CSM] storage + fixes
2017-03-13 Loic Blot[CSM] Client side modding
2017-02-07 Loïc BlotAdd ModMetadata API (#5131)
2017-01-27 Loïc BlotImplement player attribute backend (#4155)
2017-01-18 sfan5Add particle animation, glow
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2017-01-08 Loic BlotMove ServerEnvironment to dedicated cpp/header files
2017-01-01 Loic BlotBreath cheat fix: server side
2016-12-24 RogierMove PP() and PP2() macros to basic_macros.h
2016-12-20 ShadowNinjaMod security: Allow read-only access to all mod paths
2016-11-28 sfan5Allow restricting detached inventories to one player
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-11-12 raymooAdd control information to player interacts (#4685)
2016-11-02 BrandonAdd minetest.get_server_uptime() function to Lua API...
next