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-tes3coop/apps/openmw
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.
6 years ago
..
mwbase Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
mwclass Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
mwdialogue Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
mwgui [General] Reduce inventory-sending hooks to just 2 in ContainerStore 6 years ago
mwinput Merge pull request #456 from OpenMW/master while resolving conflicts 7 years ago
mwmechanics [General] Reduce inventory-sending hooks to just 2 in ContainerStore 6 years ago
mwmp [General] Reduce inventory-sending hooks to just 2 in ContainerStore 6 years ago
mwphysics Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
mwrender Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
mwscript [General] Reduce inventory-sending hooks to just 2 in ContainerStore 6 years ago
mwsound Replace 0 sound range values separately 7 years ago
mwstate Add resumeGame method 7 years ago
mwworld [General] Reduce inventory-sending hooks to just 2 in ContainerStore 6 years ago
CMakeLists.txt [General] Implement PlayerItemUse packet 6 years ago
android_commandLine.cpp
android_commandLine.h
android_main.c android: Update for sdl 2.0.8 7 years ago
doc.hpp
engine.cpp Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
engine.hpp Merge branch 'master' into screenshot360 7 years ago
main.cpp Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago