]> git.lizzy.rs Git - dragonfireclient.git/history - src/network
Apply shadow only to the naturally lit part of the fragment color (#11722)
[dragonfireclient.git] / src / network /
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...
2019-09-22 sfan5Fix broken build
2019-09-22 sfan5Punchwear (improved) (#8959)
2019-09-21 SmallJokerWieldhand: Specify which ItemStack to use (#8961)
2019-09-19 Anand SAdd support for per-player FOV overrides and multipliers
2019-09-19 sfan5Remove incorrect MutexAutoLock
2019-09-14 SmallJokerBuilt-in formspecs: Force version 1
2019-09-14 ANANDSend ActiveObjects once right after Init2
2019-09-14 SmallJokerFormspecs: Introduce formspec_version to mods
2019-09-14 SmallJokerLoad CSM environment after the restrictions are known
2019-09-09 SmallJokerSend cumulated inventory changes only each step (#8856)
2019-08-24 SmallJokerInventory: Send dirty lists where appropriate (#8742)
2019-08-16 sfan5Remove unused function in ReliablePacketBuffer
2019-08-16 sfan5Minor refactor of IncomingSplitBuffer
2019-08-16 sfan5Drop m_list_size from ReliablePacketBuffer
2019-08-15 sfan5network: Stricter handling of split packets
2019-08-15 sfan5network: Fix crash in ReliablePacketBuffer on mismatchi...
2019-08-13 SmallJokerBetter F6 profiler (#8750)
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
2019-08-10 sfan5Implement adding velocity to player from Lua
2019-08-07 ANANDClient::Interact: Use InteractAction enum instead of...
2019-08-07 SmallJokerUnify wield item handling (#8677)
next