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/components
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
..
bsa http to https for supported urls (#1625) 7 years ago
compiler Resolve merge conflicts 7 years ago
config Make hasMaster() behavior consistent with isGameFile() (fixes #3618) 7 years ago
contentselector Merged pull request #1623 7 years ago
crashcatcher Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
esm Merge pull request #456 from OpenMW/master while resolving conflicts 7 years ago
esmterrain Initialize missing variables 7 years ago
fallback Revert log spam 7 years ago
files Removed escape_hash_filter::mPrevious, removed usage of boost::replace_all 7 years ago
fontloader [Fix] Some PVS-Studio and cppcheck fixes 7 years ago
interpreter [Client] Record type of each InterpreterContext for later checking 7 years ago
loadinglistener use loading screen to freeze the screen 7 years ago
misc Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
myguiplatform purge unnecessary imports 8 years ago
nif Refactor NifStream class (eliminate LNK4221 MSVC warning) 7 years ago
nifbullet Handle RootCollisionNode, attached to non-root node (bug #4311) 6 years ago
nifosg Revert untextured shapes rendering changes 6 years ago
openmw-mp [General] Reduce inventory-sending hooks to just 2 in ContainerStore 6 years ago
process OSX build fix 10 years ago
resource Make partial binary search case insensitive, as it supposed to be (bug #4558) 6 years ago
sceneutil Add an empty compileGLObjects implementation to Rig/MorphGeometry to avoid unnecessary creation of display list done by osg 7 years ago
sdlutil Force software decompression if OPENMW_DECOMPRESS_TEXTURES is set 7 years ago
settings http to https for supported urls (#1625) 7 years ago
shader Reduce error spam 7 years ago
terrain Initialize some missing fields in constructors 7 years ago
to_utf8 Fix typo in a comment 9 years ago
translation Merge pull request #228 from OpenMW/master while resolving conflicts 8 years ago
version Allow getting available version information even when clone is shallow 8 years ago
vfs Ignore duplicate data directories to work around the fallout of (Fixes #3557) 7 years ago
widgets Initialize some missing fields in constructors 7 years ago
CMakeLists.txt Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
doc.hpp second set of additional doxygen comments 14 years ago