aboutsummaryrefslogtreecommitdiff
path: root/src/network/clientpackethandler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement mod communication channels (#6351)Loïc Blot2017-09-261-0/+93
* Network: Fix logging into older worlds with base64 hashesSmallJoker2017-09-121-2/+4
* Network: Remove large parts of deprecated legacy code (#6404)SmallJoker2017-09-121-106/+39
* Network proto handlers/container fixes (#6334)Loïc Blot2017-08-291-7/+7
* Clientevent refactor (#6320)Loïc Blot2017-08-281-102/+104
* Add clientside translations.Ekdohibs2017-08-241-1/+7
* Network cleanup (#6302)Loïc Blot2017-08-241-1/+2
* Minimap: Add new HUD flag for minimap radar modeparamat2017-08-201-2/+7
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-5/+5
* [CSM] Add flavour limits controlled by server (#5930)Loïc Blot2017-07-181-0/+5
* Chat protocol rewrite (#5117)Loïc Blot2017-07-161-3/+41
* Verify HudSetParams input when hotbar textures are set (#6013)Loïc Blot2017-06-191-0/+12
* Cpp11 initializers 2 (#5999)Loïc Blot2017-06-171-2/+1
* Sound: Add pitch option (#5960)Rui2017-06-111-4/+7
* Have the server send the player list to the client (#5924)red-0012017-06-081-0/+22
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-2/+2
* When minimap is disabled in configuration, really disable it (#5771)Loïc Blot2017-05-191-1/+1
* Fading soungs: Fix client crash on older serversSmallJoker2017-05-031-1/+1
* Set sky API: Add bool for clouds in front of custom skyboxparamat2017-05-021-0/+6
* Sneak: Improve and fix various thingsSmallJoker2017-05-031-1/+0
* Sound API: Add fading soundsBrandon2017-05-031-1/+34
* Add clouds APIBen Deutsch2017-04-301-0/+28
* Rename Scripting API files for consistencyShadowNinja2017-04-251-1/+1
* Network:Remove old opcodes and fix documentation. (#5573)red-0012017-04-221-15/+0
* Client handlers: Remove useless stringstream usage in two handlers (#5510)Loïc Blot2017-04-041-6/+2
* [CSM] Add minimap API modifiers (#5399)Loïc Blot2017-03-161-1/+1
* [CSM] Add enable_client_modding param (default: false)nerzhul2017-03-131-2/+4
* [CSM] Add on_death, on_hp_modification & oh_damage_taken callbacks (#5093)Loïc Blot2017-03-131-0/+2
* [CSM] Add method that display chat to client-sided lua. (#5089) (#5091)red-0012017-03-131-2/+2
* [CSM] Client side moddingLoic Blot2017-03-131-1/+5
* Add particle animation, glowsfan52017-01-181-0/+18
* Revert "Adding particle blend, glow and animation (#4705)"sfan52016-11-141-80/+31
* Adding particle blend, glow and animation (#4705)Foghrye42016-11-151-31/+80
* PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul2016-10-301-1/+0
* Attached particle spawnersraymoo2016-10-131-0/+3
* More code cleanup (UNORDERED + RemotePlayer/LocalPlayer)Loic Blot2016-10-081-9/+9
* Player/LocalPlayer/RemotePlayer inheritance cleanup (part 1 on X)Loic Blot2016-10-081-3/+3
* Use more unordered_maps to improve performance in c++11 buildsLoic Blot2016-10-061-3/+1
* Particles: Add option to remove particles on collisionAuke Kok2016-05-281-0/+7
* Clean up StrfndShadowNinja2016-03-191-2/+2
* Fix player teleportation bug whilst sneakingHybridDog2016-03-141-0/+1
* Use warningstream for log messages with WARNINGShadowNinja2015-10-141-3/+3
* Hide minimap if it has been disabled by serverest312015-09-011-0/+12
* Clean up threadingShadowNinja2015-08-231-4/+4
* Fix srp.cpp:815 leakest312015-07-271-3/+0
* Optional reconnect functionalityest312015-07-231-3/+20
* Remove raw message output on AOM deserialization failurekwolekr2015-07-131-19/+9
* Use UTF-8 instead of narrowest312015-07-081-1/+1
* Client: better m_proto_ver initialisationest312015-07-071-6/+9
* Typo fix on previous @est31 commitLoic Blot2015-06-231-1/+1