openmw-tes3coop/components/openmw-mp/Packets
David Cernat 038757b91a [General] Temporarily revert to original rotation animation sync
I originally added rotation animation sync as part of commit 068a45be87. Unfortunately, it meant the PlayerPosition packets were now twice as large as they had been before, which was less than ideal for such a frequently sent packet, which is why Koncord switched to a more optimized approach in commits 5f30dfd5db and d67db1a9bd.

Recently, there have since been some rotation animation problems in OpenMW, which have broken the way Koncord's approach looks. My original approach still looks somewhat okay, so I'm switching back to it until we can figure out how to reuse it under the current circumstances.
2018-07-21 19:27:36 +03:00
..
Actor [General] Rework Attack packets and add synchronization for item magic 2018-07-21 14:41:27 +03:00
Object [General] Implement ObjectActivate packet & associated script functions 2018-07-15 03:16:04 +03:00
Player [General] Temporarily revert to original rotation animation sync 2018-07-21 19:27:36 +03:00
Worldstate [General] Reimplement weather synchronization to allow soft transitions 2018-07-21 05:20:26 +03:00
BasePacket.cpp [General] Add packetValid flag to packets 2018-07-03 02:06:52 +08:00
BasePacket.hpp [General] RW functions return true on success 2018-07-03 02:28:20 +08:00
PacketPreInit.cpp [General] Add integrity checks to PacketPreInit 2018-07-03 02:21:36 +08:00
PacketPreInit.hpp [General] Add integrity checks to PacketPreInit 2018-07-03 02:21:36 +08:00