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/apps/openmw/mwscript
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
..
docs Start cell border debug drawing 7 years ago
aiextensions.cpp [Client] Send ActorAI with combat when an NPC's fight is set to 100 7 years ago
aiextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
animationextensions.cpp [Client] Set packetOrigin for all ObjectList packets sent 7 years ago
animationextensions.hpp added animation-related script instructions 13 years ago
cellextensions.cpp Use ActionTeleport in COE/COC commands 8 years ago
cellextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
compilercontext.cpp fixed for compiler not recognising script names in some situations 9 years ago
compilercontext.hpp Fixed more spelling mistakes 8 years ago
consoleextensions.cpp Remove empty line at the beginning of files 10 years ago
consoleextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
containerextensions.cpp [General] Reduce inventory-sending hooks to just 2 in ContainerStore 6 years ago
containerextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
controlextensions.cpp Check animation state for GetPCRunning and GetPCSneaking 7 years ago
controlextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
dialogueextensions.cpp Merge pull request #469 from davidcernat/master while resolving conflicts 6 years ago
dialogueextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
extensions.cpp Remove empty line at the beginning of files 10 years ago
extensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
globalscripts.cpp [Client] Record type of each InterpreterContext for later checking 7 years ago
globalscripts.hpp fixed warning C4099: 10 years ago
guiextensions.cpp Merge pull request #360 from TES3MP/0.6.1-openmw-updates while resolving conflicts 7 years ago
guiextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
interpretercontext.cpp [Client] Set packetOrigin for all ObjectList packets sent 7 years ago
interpretercontext.hpp [Client] Record type of each InterpreterContext for later checking 7 years ago
locals.cpp Check if the local was not found, just for sure 7 years ago
locals.hpp Implement 'Show' script instruction 9 years ago
miscextensions.cpp [Client] Set packetOrigin for all ObjectList packets sent 7 years ago
miscextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
ref.cpp Remove some including of mwbase/world.hpp 10 years ago
ref.hpp Remove some including of mwbase/world.hpp 10 years ago
scriptmanagerimp.cpp More consistent wording of errors/warnings 8 years ago
scriptmanagerimp.hpp Always print context for script warnings to remove the need for verbose option 8 years ago
skyextensions.cpp Fixes for building in MSVC 8 years ago
skyextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
soundextensions.cpp [Client] Set packetOrigin for all ObjectList packets sent 7 years ago
soundextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
statsextensions.cpp [Client] Combine methods for sending spell packets into a single one 6 years ago
statsextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
transformationextensions.cpp [Client] Set packetOrigin for all ObjectList packets sent 7 years ago
transformationextensions.hpp fix -Wnewline-eof warnings 10 years ago
userextensions.cpp Remove empty line at the beginning of files 10 years ago
userextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago