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/mwscript
cc9cii b2e3fa70c2 Fix spelling errors in comments. 11 years ago
..
docs allow one more integer argument in RemoveSoulGem and up to 6 more in AiFollow and then throw them all away 11 years ago
aiextensions.cpp Fixes #1143: Make getCurrentAiPackage return the package that was run last, not the package that will be run in the next frame. 11 years ago
aiextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
animationextensions.cpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
animationextensions.hpp added animation-related script instructions 13 years ago
cellextensions.cpp moved CellRefList into a separate file 11 years ago
cellextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
compilercontext.cpp another case fix (remote member access again) 11 years ago
compilercontext.hpp added access to remote access of local variables of global scripts 11 years ago
consoleextensions.cpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
consoleextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
containerextensions.cpp moved CellRefList into a separate file 11 years ago
containerextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
controlextensions.cpp Closes #1106: Move stance to CreatureStats, since creatures also have separate run/walk animations. 11 years ago
controlextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
dialogueextensions.cpp Add getPlayerPtr() utility method. Reduces dependencies a lot. 11 years ago
dialogueextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
extensions.cpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
extensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
globalscripts.cpp added access to remote access of local variables of global scripts 11 years ago
globalscripts.hpp remove our stdint.h version that uses boost and force usage of system stdint.h 11 years ago
guiextensions.cpp Some unneeded includes cleanup 11 years ago
guiextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
interpretercontext.cpp fixed broken remote member variable access 11 years ago
interpretercontext.hpp added access to remote access of local variables of global scripts 11 years ago
locals.cpp store global script state in saved game files 11 years ago
locals.hpp store global script state in saved game files 11 years ago
miscextensions.cpp moved CellRefList into a separate file 11 years ago
miscextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
ref.hpp Scripting: Add an optional 'required' parameter to getReference (default: true). If required=false, it will not throw an exception if there's no reference. Fixes PcExpell not working without a reference like it's supposed to, and makes the code nicer for some others (use required=false instead of catching the exception) 11 years ago
scriptmanagerimp.cpp instead of using pre-compiled variable lists for remote member access get the variable list from the remote script on the fly 11 years ago
scriptmanagerimp.hpp added new switch: --script-warn 11 years ago
skyextensions.cpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
skyextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
soundextensions.cpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
soundextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
statsextensions.cpp Unset selected spell when removed 11 years ago
statsextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
transformationextensions.cpp Fix spelling errors in comments. 11 years ago
transformationextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
userextensions.cpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
userextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago