aboutsummaryrefslogtreecommitdiff
path: root/src/network/clientpackethandler.cpp
AgeCommit message (Expand)Author
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-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-06-26Rename CSM flavours to restrictionsSmallJoker
2018-03-28Add formspec theming using prepended stringsAndrew Ward
2018-03-24Cleanup sound manager class (#7158)Loïc Blot
2018-02-17Remove legacy chat network code. (#6954)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
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-09-26Implement mod communication channels (#6351)Loïc Blot
2017-09-12Network: Fix logging into older worlds with base64 hashesSmallJoker
2017-09-12Network: Remove large parts of deprecated legacy code (#6404)SmallJoker
2017-08-29Network proto handlers/container fixes (#6334)Loïc Blot
2017-08-28Clientevent refactor (#6320)Loïc Blot
2017-08-24Add clientside translations.Ekdohibs
2017-08-24Network cleanup (#6302)Loïc Blot
2017-08-20Minimap: Add new HUD flag for minimap radar modeparamat
2017-08-19Code modernization: subfolders (#6283)Loïc Blot
2017-07-18[CSM] Add flavour limits controlled by server (#5930)Loïc Blot
2017-07-16Chat protocol rewrite (#5117)Loïc Blot
2017-06-19Verify HudSetParams input when hotbar textures are set (#6013)Loïc Blot
2017-06-17Cpp11 initializers 2 (#5999)Loïc Blot
2017-06-11Sound: Add pitch option (#5960)Rui
2017-06-08Have the server send the player list to the client (#5924)red-001
2017-06-04C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot
2017-05-19When minimap is disabled in configuration, really disable it (#5771)Loïc Blot
2017-05-03Fading soungs: Fix client crash on older serversSmallJoker
2017-05-02Set sky API: Add bool for clouds in front of custom skyboxparamat
2017-05-03Sneak: Improve and fix various thingsSmallJoker
2017-05-03Sound API: Add fading soundsBrandon
2017-04-30Add clouds APIBen Deutsch
2017-04-25Rename Scripting API files for consistencyShadowNinja
2017-04-22Network:Remove old opcodes and fix documentation. (#5573)red-001
2017-04-04Client handlers: Remove useless stringstream usage in two handlers (#5510)Loïc Blot
2017-03-16[CSM] Add minimap API modifiers (#5399)Loïc Blot
2017-03-13[CSM] Add enable_client_modding param (default: false)nerzhul
2017-03-13[CSM] Add on_death, on_hp_modification & oh_damage_taken callbacks (#5093)Loïc Blot
2017-03-13[CSM] Add method that display chat to client-sided lua. (#5089) (#5091)red-001
2017-03-13[CSM] Client side moddingLoic Blot
2017-01-18Add particle animation, glowsfan5
2016-11-14Revert "Adding particle blend, glow and animation (#4705)"sfan5
2016-11-15Adding particle blend, glow and animation (#4705)Foghrye4
2016-10-30PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul
2016-10-13Attached particle spawnersraymoo