openmw-tes3coop/apps/openmw-mp/Script
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)
2018-04-19 15:18:38 +03:00
..
API [Server] Allow timers callbacks to restart timers 2017-05-08 05:48:04 +08:00
Functions [General] Rework PlayerSkill packets so they are of minimal size 2018-04-19 15:18:38 +03:00
LangLua [Server] Remove redundant newlines & keep ~120 columns 2017-02-27 17:13:07 +08:00
LangNative [General] Leave one blank line at the end of every tes3mp code file 2017-01-26 06:17:29 +02:00
LangPawn [General] Add basic integrity check to reading of ActorList packets 2017-05-16 14:20:40 +03:00
Language.hpp Fixed types in all GetInterface functions 2016-08-02 18:10:06 +08:00
Platform.hpp Fix include guard 2016-11-17 13:22:34 +08:00
Script.cpp [General] Leave one blank line at the end of every tes3mp code file 2017-01-26 06:17:29 +02:00
Script.hpp [General] Move Utils from server to components 2017-03-04 13:08:22 +08:00
ScriptFunction.cpp [Server] Add expected ‘;’ 2017-06-30 19:58:14 +08:00
ScriptFunction.hpp Some patches for lua on windows 2016-12-16 19:04:47 +03:00
ScriptFunctions.cpp [Server] Fix confusing script function names 2018-04-18 19:10:58 +03:00
ScriptFunctions.hpp [Server] Fix confusing script function names 2018-04-18 19:10:58 +03:00
SystemInterface.hpp Fixed types in all GetInterface functions 2016-08-02 18:10:06 +08:00
Types.hpp [General] Move Utils from server to components 2017-03-04 13:08:22 +08:00