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
Marc Zinnschlag 86e65944b8 Merge remote-tracking branch 'jeffreyhaines/master'
Conflicts:
	apps/openmw/CMakeLists.txt
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 Ai pursue now controls guards pursuit of crimes 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 Fixed code issues found with unity build. Missing include guards, duplicated functions, ... 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 Fixed code issues found with unity build. Missing include guards, duplicated functions, ... 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 Fixed code issues found with unity build. Missing include guards, duplicated functions, ... 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 Merge remote-tracking branch 'jeffreyhaines/master' 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 Fixed code issues found with unity build. Missing include guards, duplicated functions, ... 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