aboutsummaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2020-04-25Add server side translations capability (#9733)EvidenceB Kidscode
2020-04-20Improve protocol-level receiving code (#9617)sfan5
2020-04-18serverpackethandler: Reduce pkt->getPeerId() invocations and more (#9689)HybridDog
2020-04-13Add scroll_container formspec element (redo) (#9101)DS
2020-04-11Move PlayerSAO to dedicated filesLoic Blot
2020-04-10Drop genericobject.{cpp,h} (#9629)Loïc Blot
2020-04-08Overall improvements to log messages (#9598)sfan5
2020-04-08Miscellaneous networking improvements (#9611)sfan5
2020-03-26Connection: Fix deadlock in debug mode (#9550)SmallJoker
2020-03-20Add comments for translators (#9510)Wuzzy
2020-03-08Workaround for get_player_informationSmallJoker
2020-03-05Fix memory leak in protocol 38 set_skysfan5
2020-03-05Fixes around ServerActiveObject on_punch handlingsfan5
2020-03-05set_sky improvements, set_sun, set_moon and set_starsJordach
2020-02-26Allow texture modifiers in hotbar textures. (#9271)Warr1024
2020-02-01Improve core.sound_play with ephemeral sounds and player exclusionsfan5
2020-01-16Make clipping of formspec elements more consistent (#9262)Hugues Ross
2019-12-08Formspec: make bgcolor element less confusing and allow setting fullscreen co...DS
2019-12-06Add z-index management to HUDPierre-Yves Rollo
2019-11-19Rework packet receiving in ServerThreadsfan5
2019-11-10Call on_secondary_use when object is right-clickedsfan5
2019-11-07Formspec: draw order and clipping for all elements (#8740)DS
2019-09-23Fix broken buildsfan5
2019-09-22Punchwear (improved) (#8959)sfan5
2019-09-21Wieldhand: Specify which ItemStack to use (#8961)SmallJoker
2019-09-19Add support for per-player FOV overrides and multipliersAnand S
2019-09-19Remove incorrect MutexAutoLocksfan5
2019-09-14Built-in formspecs: Force version 1SmallJoker
2019-09-14Send ActiveObjects once right after Init2ANAND
2019-09-14Formspecs: Introduce formspec_version to modsSmallJoker
2019-09-14Load CSM environment after the restrictions are knownSmallJoker
2019-09-09Send cumulated inventory changes only each step (#8856)SmallJoker
2019-08-24Inventory: Send dirty lists where appropriate (#8742)SmallJoker
2019-08-16Remove unused function in ReliablePacketBuffersfan5
2019-08-16Minor refactor of IncomingSplitBuffersfan5
2019-08-16Drop m_list_size from ReliablePacketBuffersfan5
2019-08-15network: Stricter handling of split packetssfan5
2019-08-15network: Fix crash in ReliablePacketBuffer on mismatching packetssfan5
2019-08-13Better F6 profiler (#8750)SmallJoker
2019-08-10Merge pull request #8776 from osjc/FixGetNodeJozef Behran
2019-08-10Implement adding velocity to player from Luasfan5
2019-08-07Client::Interact: Use InteractAction enum instead of numeric constantsANAND
2019-08-07Unify wield item handling (#8677)SmallJoker
2019-08-04Fix binary-string confusion in client network codesfan5
2019-06-09Damage: Play no damage sound when immortal (#8350)SmallJoker
2019-04-14Various network performance improvements (#8125)Jozef Behran
2019-03-14LINT fixes since recent tooling updateLoïc Blot
2019-03-10Fix serialization of std::time_t by casting to u64 first (#8353)rubenwardy
2019-03-07Optimize interaction distance checker (#8193)Jozef Behran
2019-03-07Fix detach inventory serialisation (#8331)rubenwardy