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
Marc Zinnschlag 1b5301eec0 Merge branch 'savedgame'
Conflicts:
	apps/openmw/mwbase/mechanicsmanager.hpp
	apps/openmw/mwbase/soundmanager.hpp
	apps/openmw/mwgui/mapwindow.hpp
	apps/openmw/mwmechanics/actors.cpp
	apps/openmw/mwmechanics/mechanicsmanagerimp.hpp
	apps/openmw/mwsound/soundmanagerimp.hpp
	components/esm/loadcell.cpp
11 years ago
..
docs Merge remote-tracking branch 'sergeyshambir/startcombat' 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 Merge branch 'savedgame' 11 years ago
cellextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
compilercontext.cpp Split up components/esm/loadlocks 12 years ago
compilercontext.hpp Issue #181: Member variable access in expressions; error reporting fix for the previous commit 13 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 Issue #777: Create InventoryStore for creatures with weapons/shields 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 store global script state in saved game files 11 years ago
globalscripts.hpp store global script state in saved game files 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 Merge branch 'master' of https://github.com/zinnschlag/openmw into savedgame 11 years ago
interpretercontext.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
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 branch 'savedgame' 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 Merge branch 'master' of https://github.com/zinnschlag/openmw into savedgame 11 years ago
scriptmanagerimp.hpp globals script cleanup; fixed potential case folding bug 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 Added getSkill to Class interface, since creatures also have skills (which are provided by generalized Combat, Magic and Stealth attributes which substitute for the specific skills, in the same way as specialization) 11 years ago
statsextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 12 years ago
transformationextensions.cpp Some unneeded includes cleanup 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