]> git.lizzy.rs Git - dragonfireclient.git/history - src/network/clientpackethandler.cpp
[CSM] Add method that display chat to client-sided lua. (#5089) (#5091)
[dragonfireclient.git] / src / network / clientpackethandler.cpp
2017-03-13 red-001[CSM] Add method that display chat to client-sided...
2017-03-13 Loic Blot[CSM] Client side modding
2017-01-18 sfan5Add particle animation, glow
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-10-30 Ner'zhulPlayerSAO/LocalPlayer refactor: (#4612)
2016-10-13 raymooAttached particle spawners
2016-10-08 Loic BlotMore code cleanup (UNORDERED + RemotePlayer/LocalPlayer)
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-06 Loic BlotUse more unordered_maps to improve performance in c...
2016-05-28 Auke KokParticles: Add option to remove particles on collision
2016-03-20 ShadowNinjaClean up Strfnd
2016-03-14 HybridDogFix player teleportation bug whilst sneaking
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-09-01 est31Hide minimap if it has been disabled by server
2015-08-24 ShadowNinjaClean up threading
2015-07-27 est31Fix srp.cpp:815 leak
2015-07-23 est31Optional reconnect functionality
2015-07-14 kwolekrRemove raw message output on AOM deserialization failure
2015-07-08 est31Use UTF-8 instead of narrow
2015-07-07 est31Client: better m_proto_ver initialisation
2015-06-23 Loic BlotTypo fix on previous @est31 commit
2015-06-23 est31Small TOCLIENT_HELLO logging fix
2015-05-16 est31Finalize init packets and enable protocol v25
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-04-22 est31Protocol 25: wstring -> string for custom access denial...
2015-04-05 Loic BlotTOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable...
2015-04-03 Loic BlotCreate PacketError exception and use it with ACTIVEOBJE...
2015-03-28 ShadowNinjaChange error_message from wstring to string
2015-03-16 Loic BlotRename packethandler/{client,server}.cpp to {client...