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
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
..
browser [General] Switch to new official master server port when using old one 6 years ago
bsatool Restore trailing new lines to shrink PR 7 years ago
esmtool Dropping a separate NPDTstruct12 object and instead use NPDTstruct52 7 years ago
essimporter Initialize missing variables 7 years ago
launcher Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
master [Master] Fix REST servers/info 8 years ago
mwiniimporter Fix MSVC warnings C4456 7 years ago
niftest Some PVS-Studio and cppcheck fixes 7 years ago
opencs Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
openmw [General] Reduce inventory-sending hooks to just 2 in ContainerStore 6 years ago
openmw-mp [Server] Set minimum updateRate when communicating with master server 6 years ago
openmw_test_suite Make partial binary search case insensitive, as it supposed to be (bug #4558) 6 years ago
wizard Merged pull request #1697 7 years ago
doc.hpp