1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 15:49:56 +00:00
openmw-tes3mp/components/openmw-mp
David Cernat 3bd8aa82fe [General] Reduce inventory-sending hooks to just 2 in ContainerStore
Whenever an item is added to or removed from the player's ContainerStore, that player sends a PlayerInventory packet with just that addition or removal.

This eliminates all the unnecessary packet spam related to oversized PlayerInventory packets that had existed in one form or another since the initial implementation of inventory sync in 1b259e2d33

Additionally, move booleans from BasePlayer to LocalPlayer when they are only needed on the client, and make the usage of the isReceivingQuickKeys boolean consistent with the new isReceivingInventory boolean by having them both in the processors of their associated packets.
2018-08-28 05:01:52 +03:00
..
Base [General] Reduce inventory-sending hooks to just 2 in ContainerStore 2018-08-28 05:01:52 +03:00
Controllers [General] Implement PlayerItemUse packet 2018-08-09 18:25:20 +03:00
Master [General] Reorder RW(string) arguments 2018-07-03 01:12:59 +08:00
Packets [General] Implement PlayerItemUse packet 2018-08-09 18:25:20 +03:00
ErrorMessages.hpp [General] Move credits integrity error message to new ErrorMessages file 2018-07-16 03:21:14 +03:00
Log.cpp [General] Implement setting of enforced client log level in GameSettings 2018-03-11 04:50:59 +02:00
Log.hpp [General] Implement setting of enforced client log level in GameSettings 2018-03-11 04:50:59 +02:00
NetworkMessages.hpp [General] Implement PlayerItemUse packet 2018-08-09 18:25:20 +03:00
Utils.cpp [General] Add compareFloats to Utils 2018-07-22 15:23:23 +03:00
Utils.hpp [General] Add getVectorSize() and resetVector() to Utils 2018-07-26 20:01:58 +03:00
Version.hpp [General] Use correct credits checksum and move it to Version.hpp 2018-07-16 01:05:56 +03:00