aboutsummaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
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
2019-03-06Fix incorrect string length check after castrubenwardy
2019-03-01Fix particle spawners not visible since CSM spawner implementation (#8289)Loïc Blot
2019-02-26Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8...Loïc Blot
2019-02-26Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)Paramat
2019-02-23Attend to LINT sillyness (#8276)Paramat
2019-02-15Revert RTT fixes (#8187)ANAND
2019-02-15LINT fixLoïc Blot
2019-02-10Consistent HP and damage types (#8167)SmallJoker
2019-02-09Fix Address::isLocalhost algorithmLoic Blot
2019-02-09Disable confirmation dialog on localhostrubenwardy
2019-02-07Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019)Paul Ouellette
2019-01-26Add setting to disable confirmation on new player registration (#8102)Muhammad Rifqi Priyo Susanto
2019-01-06Fix various bugs (Anticheat, Lua helpers) (#8013)SmallJoker
2019-01-03Proselytize the network. Use IEEE F32 (#8030)SmallJoker
2019-01-03CSM restrictions: Make 'LOAD_CLIENT_MODS' disable loading of 'builtin' (#8000)Paramat
2018-12-24CSM: add requested CSM_RF_READ_PLAYERINFO (#8007)Loïc Blot
2018-12-13Network: Send IEEE floats (#7768)SmallJoker
2018-12-04Send only changed node metadata to clients instead of whole mapblock (#5268)SmallJoker
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin
2018-11-28Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395)CoderForTheBetter
2018-11-24CSM: Don't create the client script environment if CSM is disabled (#7874)Paramat
2018-10-10 Add core.remove_detached_inventory (#7684)SmallJoker
2018-09-08Particles: Make collision with objects optional (#7682)Paramat
2018-07-29Add protocol_version and supported package types to ContentDB urlsrubenwardy
2018-07-26Fix build on gcc 5.0 (#7586)zeuner
2018-07-14Remove legacy client handling code.Lars Hofhansl
2018-07-13Fix bug setting channel window size.Lars Hofhansl
2018-07-13Ensure that legacy mode is correctly disabled.Lars Hofhansl
2018-07-10Formspecs: Remove accidental empty 'quit' fieldSmallJoker
2018-06-26Rename CSM flavours to restrictionsSmallJoker
2018-06-24Fix rtt >= 0.0f assertion and free_move crashSmallJoker
2018-06-23RTT fixes (#7428)you