1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-24 14:39:41 +00:00
openmw-tes3mp/components/openmw-mp
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
..
Base [General] Rework PlayerSkill packets so they are of minimal size 2017-11-24 12:38:42 +02:00
Controllers [General] Add & implement PlayerShapeshift packet for werewolf states 2017-07-15 09:02:19 +03:00
Master [General] Remove explicit specifier 2017-10-11 06:17:02 +08:00
Packets [General] Rework PlayerSkill packets so they are of minimal size 2017-11-24 12:38:42 +02:00
Log.hpp [General] Rewrite Log class 2017-11-07 05:34:55 +08:00
NetworkMessages.hpp [General] Add & implement PlayerShapeshift packet for werewolf states 2017-07-15 09:02:19 +03:00
Utils.cpp [General] Move getFilenameTimestamp() to Utils 2017-11-07 05:33:10 +08:00
Utils.hpp [General] Move getFilenameTimestamp() to Utils 2017-11-07 05:33:10 +08:00
Version.hpp [General] Update version to 0.7-alpha 2017-09-13 10:29:36 +03:00