You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps
David Cernat 78441c769a [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.

(cherry picked from commit ef79a98544)
7 years ago
..
browser [Browser] Fix crashing of browser (I hope) 8 years ago
bsatool Restore trailing new lines to shrink PR 7 years ago
esmtool Some PVS-Studio and cppcheck fixes 7 years ago
essimporter ESS-Importer: Convert magic projectiles (Closes #2320) 7 years ago
launcher Merge pull request #408 from OpenMW/master 7 years ago
master [Master] Fix REST servers/info 8 years ago
mwiniimporter Restore trailing new lines to shrink PR 7 years ago
niftest Some PVS-Studio and cppcheck fixes 7 years ago
opencs Merge pull request #408 from OpenMW/master 7 years ago
openmw [General] Rework PlayerSkill packets so they are of minimal size 7 years ago
openmw-mp [General] Rework PlayerSkill packets so they are of minimal size 7 years ago
openmw_test_suite Label gtest directories as system 7 years ago
wizard Some PVS-Studio and cppcheck fixes 7 years ago
doc.hpp