aboutsummaryrefslogtreecommitdiff
path: root/src/network/clientpackethandler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small TOCLIENT_HELLO logging fixest312015-06-231-2/+3
* Finalize init packets and enable protocol v25est312015-05-161-7/+12
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-4/+95
* Protocol 25: wstring -> string for custom access denial reasonsest312015-04-221-3/+1
* TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable, catch PacketError except...Loic Blot2015-04-051-15/+20
* Create PacketError exception and use it with ACTIVEOBJECT_REMOVE_ADD handler ...Loic Blot2015-04-031-14/+18
* Change error_message from wstring to stringShadowNinja2015-03-271-3/+7
* Rename packethandler/{client,server}.cpp to {client,server}packethandler.cppLoic Blot2015-03-161-0/+1096