summaryrefslogtreecommitdiff
path: root/src/network/clientpackethandler.cpp
AgeCommit message (Expand)Author
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
2016-10-08More code cleanup (UNORDERED + RemotePlayer/LocalPlayer)Loic Blot
2016-10-08Player/LocalPlayer/RemotePlayer inheritance cleanup (part 1 on X)Loic Blot
2016-10-06Use more unordered_maps to improve performance in c++11 buildsLoic Blot
2016-05-28Particles: Add option to remove particles on collisionAuke Kok
2016-03-19Clean up StrfndShadowNinja
2016-03-14Fix player teleportation bug whilst sneakingHybridDog
2015-10-14Use warningstream for log messages with WARNINGShadowNinja
2015-09-01Hide minimap if it has been disabled by serverest31
2015-08-23Clean up threadingShadowNinja
2015-07-27Fix srp.cpp:815 leakest31
2015-07-23Optional reconnect functionalityest31
2015-07-13Remove raw message output on AOM deserialization failurekwolekr
2015-07-08Use UTF-8 instead of narrowest31
2015-07-07Client: better m_proto_ver initialisationest31
2015-06-23Typo fix on previous @est31 commitLoic Blot
2015-06-23Small TOCLIENT_HELLO logging fixest31
2015-05-16Finalize init packets and enable protocol v25est31
2015-05-11Make early protocol auth mechanism generic, and add SRPest31
2015-04-22Protocol 25: wstring -> string for custom access denial reasonsest31
2015-04-05TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable, catch PacketError except...Loic Blot
2015-04-03Create PacketError exception and use it with ACTIVEOBJECT_REMOVE_ADD handler ...Loic Blot
2015-03-27Change error_message from wstring to stringShadowNinja
2015-03-16Rename packethandler/{client,server}.cpp to {client,server}packethandler.cppLoic Blot