]> git.lizzy.rs Git - dragonfireclient.git/history - src/network
Fix hash implementation for SerializedBlockCache
[dragonfireclient.git] / src / network /
2022-05-04 paradust7Make logging cost free when there is no output target...
2022-04-30 sfan5Deal with compiler warnings
2022-04-28 sfan5Clean up some auth packet handling related code
2022-04-28 sfan5Fix password changing getting stuck if wrong password...
2022-04-28 sfan5Apply disallow_empty_password to password changes too
2022-04-28 sfan5Fix race condition in registration leading to duplicate...
2022-04-08 ShadowNinjaSpacing fixes
2022-03-26 x2048Add API to control shadow intensity from the game/mod...
2022-02-17 sfan5Clean up ClientReady packet handling
2022-02-03 Jude Melton-HoughtonClean up ClientInterface locking
2022-01-30 sfan5Get rid of `basic_debug` last minute
2022-01-22 Vincent RobinsonBump formspec version (#11980)
2022-01-22 sfan5Fix consistency of sky sun/moon texture behaviour
2022-01-19 sfan5Fix local animation not instantly updating after being set
2022-01-15 savilliDon't call on_dieplayer callback two times (#11874)
2022-01-09 sfan5Restore pass-through of direction keys (#11924)
2021-12-29 sfan5Socket-related cleanups
2021-12-28 savilliFix check that denies new clients from a singleplayer...
2021-12-28 JosiahWIRestore GCC 5 compatibility (#11778)
2021-12-01 SmallJokerNetwork: Delete copy constructor and use std::move...
2021-10-31 WuzzyFix number of tool uses being off by 1..32767 (#11110)
2021-10-25 sfan5Fix item duplication if player dies during interact...
2021-10-12 sfan5Remove broken timeout behaviour
2021-10-12 savilliFix player HP desync between client and server
2021-09-27 SmallJokerVarious code improvements
2021-09-19 sfan5Fix trivial typos
2021-09-17 sfan5Shave off buffer copies in networking code (#11607)
2021-09-12 sfan5Fix broken handling of NodemetaChanged packets
2021-09-11 sfan5Make sure relevant std::stringstreams are set to binary
2021-09-09 sfan5Dynamic_Add_Media v2 (#11550)
2021-08-28 savilliRemove redundant on_dieplayer calls
2021-08-27 NeroBurnerJoystick sensitivity for player movement (#11262)
2021-08-21 SmallJokerHUD: Reject and warn on invalid stat types (#11548)
2021-07-27 sfan5Add bold, italic and monospace font styling for HUD...
2021-06-24 WuzzyRequire 'basic_debug' priv to view gameplay-relevant...
2021-03-30 Lars MüllerBlock & report player self-interaction (#11137)
2021-03-19 Elias FleckensteinCheck for duplicate login in TOSERVER_INIT handler...
2021-03-07 SmallJokerProtect dropping from far node inventories
2021-03-07 SmallJokerProtect per-player detached inventory actions
2021-03-06 sfan5Clean up ClientEvent hudadd/hudchange internals
2021-02-26 savilliFix hud_change and hud_remove after hud_add (#10997)
2021-02-15 SmallJokerServer-side authority for attached players (#10952)
2021-02-02 sfan5Encode high codepoints as surrogates to safely transpor...
2021-02-02 sfan5Drop wide/narrow conversion functions
2021-02-02 SmallJokerServer GotBlocks(): Lock clients to avoid multithreadin...
2021-01-31 sfan5Cache client IP in RemoteClient so it can always be...
2021-01-22 rubenwardyRemove dead code (#10845)
2020-12-24 sfan5Fix some minor code issues all over the place
2020-12-18 DSDocumentation for highest formspec_version[] and change...
2020-11-12 sfan5serverpackethandler: Minor log message fixes
2020-11-09 rubenwardyFix object interaction distance not being checked ...
2020-11-02 red-001Block attempts to connect to the client (#10589)
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-10-04 Pierre-Yves RolloMinimap as HUD element with API control
2020-10-01 SmallJoker(se)SerializeString: Include max length in the name
2020-09-07 SmallJokerInventory: Protect Craft and Drop actions (#10353)
2020-09-04 LejoPrevent interacting with items out of the hotbar (...
2020-09-01 HybridDog[2] Code cleanup in serverpackethandler (#9349)
2020-08-29 Lars MüllerPrevent players accessing inventories of other players...
2020-08-23 David CARLIERComplete Haiku platform support. (#10311)
2020-08-15 ANANDAllow binding dig, place actions to keys; remove LMB...
2020-07-29 LejoAdd PUT and DELETE request + specific method value...
2020-07-23 sfan5Replace std::list<session_t> in networking code (#10215)
2020-07-12 LejoAdd reconnect button on error: Too many players (#9405)
2020-07-10 v-robFormspec: Make dropdowns optionally return event based...
2020-06-13 Lars MüllerExposing the zoom key to Lua API (#9903)
2020-06-13 sfan5Server pushing media at runtime (#9961)
2020-05-23 sfan5Implement spawning particles with node texture appearance
2020-05-23 sorcerykidAdd on_authplayer callback and 'last_login' to on_joinp...
2020-05-22 sfan5Cleanup of particle & particlespawner structures and...
2020-05-16 sfan5Log protocol ver on mismatched client connect too
2020-05-14 sfan5network: Replace a fatal_error with just error logging
2020-05-11 WuzzyAdd support for statbar “off state” icons (#9462)
2020-05-07 Loïc BlotServer class code cleanups (#9769)
2020-05-05 sfan5Server: Improve some log messages (#9820)
2020-05-05 SmallJokerSky API: Rename *_tint to fog_*_tint for consistency
2020-05-02 ANANDset_fov: Add support for time-based transitions (#9705)
2020-05-01 sfan5Allow connection info to be missing from minetest.get_p...
2020-04-25 EvidenceB KidscodeAdd server side translations capability (#9733)
2020-04-20 sfan5Improve protocol-level receiving code (#9617)
2020-04-18 HybridDogserverpackethandler: Reduce pkt->getPeerId() invocation...
2020-04-13 DSAdd scroll_container formspec element (redo) (#9101)
2020-04-11 Loic BlotMove PlayerSAO to dedicated files
2020-04-10 Loïc BlotDrop genericobject.{cpp,h} (#9629)
2020-04-08 sfan5Overall improvements to log messages (#9598)
2020-04-08 sfan5Miscellaneous networking improvements (#9611)
2020-03-26 SmallJokerConnection: Fix deadlock in debug mode (#9550)
2020-03-20 WuzzyAdd comments for translators (#9510)
2020-03-08 SmallJokerWorkaround for get_player_information
2020-03-05 sfan5Fix memory leak in protocol 38 set_sky
2020-03-05 sfan5Fixes around ServerActiveObject on_punch handling
2020-03-05 Jordachset_sky improvements, set_sun, set_moon and set_stars
2020-02-26 Warr1024Allow texture modifiers in hotbar textures. (#9271)
2020-02-01 sfan5Improve core.sound_play with ephemeral sounds and playe...
2020-01-16 Hugues RossMake clipping of formspec elements more consistent...
2019-12-08 DSFormspec: make bgcolor element less confusing and allow...
2019-12-06 Pierre-Yves RolloAdd z-index management to HUD
2019-11-19 sfan5Rework packet receiving in ServerThread
2019-11-10 sfan5Call on_secondary_use when object is right-clicked
2019-11-07 DSFormspec: draw order and clipping for all elements...
next