openmw-tes3coop/components/openmw-mp/Packets
David Cernat ef79a98544 [General] Rework PlayerSkill packets so they are of minimal size
Previously, whenever a single skill value changed for a player, that player then sent a PlayerSkill packet with all values for all 27 skills, plus the player's progress towards the next level and the bonuses to each attribute on the next level up as the result of sklll increases thus far.

This commit makes PlayerSkill contain only the values of specific skills, moves the player's progress towards the next level to PlayerLevel packets, and moves the bonuses to each attribute on the next level up to PlayerAttribute packets.

Players now also send a PlayerSkill packet whenever their progress towards a new point in a skill changes. This was previously avoided so as to not have massive packet spam.
2017-11-24 12:38:42 +02:00
..
Actor [General] Modernize Script API 2017-08-28 00:15:56 +08:00
Player [General] Rework PlayerSkill packets so they are of minimal size 2017-11-24 12:38:42 +02:00
World [General] Implement ObjectState packet 2017-07-13 09:46:30 +03:00
BasePacket.cpp [General] Return sent packet number 2017-07-31 19:08:04 +08:00
BasePacket.hpp [General] Empty strings should be sent too 2017-09-04 04:03:02 +08:00
PacketPreInit.cpp [General] Make coding style consistent 2017-05-02 22:47:58 +03:00
PacketPreInit.hpp [General] Improve PacketPreInit 2017-05-02 23:31:30 +08:00