aboutsummaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
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
2018-06-22Fix ipv6_server=true not accepting IPv4 connections on Windows (#7471)sfan5
2018-06-13Server: move shutdown parts to a specific shutdown state object (#7437)Loïc Blot
2018-05-26Formspec verification: Fix show_formspec inside callbacks (#7374)SmallJoker
2018-04-18Fix wrong channel number representation in logs (#7205)SmallJoker
2018-03-28Add reasons to on_dieplayer and on_hpchangeAndrew Ward
2018-03-28Add formspec theming using prepended stringsAndrew Ward
2018-03-24Cleanup sound manager class (#7158)Loïc Blot
2018-03-16Fix an alone if to be with a missing elseLoic Blot
2018-02-18Mitigate formspec exploits by verifying that the formspec was shown to the us...red-001
2018-02-17Remove legacy chat network code. (#6954)red-001
2018-02-15Add `on_auth_fail` callback (#7039)red-001
2018-01-26Fix issues with earlier CSM HUD commit (#6940)red-001
2018-01-20[CSM] Add functions to create particles and particlespawners. (#6072)red-001
2018-01-20[CSM] Add basic HUD manipulation. (#6067)red-001
2018-01-13Add confirmation on new player registration (#6849)Muhammad Rifqi Priyo Susanto
2018-01-03Connected Nodeboxes: Add `disconnected` boxesThomas--S
2017-12-22Fix undefined behaviour on getting pointer to data in empty vectornOOb3167
2017-12-11CSM fixes: load mods after flavours & add flavour to block mod loading (#6738)Loïc Blot
2017-12-10Damage: Remove damage ignore timerSmallJoker
2017-12-04Zoom: Set zoom FOV per-player using a player object propertyparamat
2017-11-24Inventory: Restrict access from too far awaySmallJoker
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-10-30Initial Haiku support (#6568)miqlas
2017-10-29Allow overriding tool capabilities through itemstack metadataraymoo
2017-10-16Fix strict_protocol_version_checking functionality after ee9a442SmallJoker
2017-10-15Real global textures (#6105)Vitaliy
2017-10-10NetworkPacket::putRawPacket: resize m_data to datasize + memcpyLoic Blot
2017-10-09Travis: Update clang from 4.0 to 5.0 (#6467)Loïc Blot
2017-09-27Lint fixLoic Blot