1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 03:39:14 +00:00
OpenMW/apps/openmw/mwscript
2014-01-21 12:30:15 +01:00
..
docs Merge remote-tracking branch 'sergeyshambir/startcombat' 2014-01-13 10:17:10 +01:00
aiextensions.cpp fixed StartCombat script 2014-01-18 12:55:17 +02:00
aiextensions.hpp
animationextensions.cpp
animationextensions.hpp
cellextensions.cpp GetWaterLevel fix (similar to MCP): if there is no water in the cell, return -FLT_MAX to prevent mods from incorrectly thinking the player is underwater. 2014-01-08 20:19:47 +01:00
cellextensions.hpp
compilercontext.cpp
compilercontext.hpp
consoleextensions.cpp
consoleextensions.hpp
containerextensions.cpp Issue #777: Create InventoryStore for creatures with weapons/shields 2014-01-19 11:43:23 +01:00
containerextensions.hpp
controlextensions.cpp Closes #1106: Move stance to CreatureStats, since creatures also have separate run/walk animations. 2014-01-15 14:53:29 +01:00
controlextensions.hpp
dialogueextensions.cpp
dialogueextensions.hpp
extensions.cpp
extensions.hpp
globalscripts.cpp
globalscripts.hpp
guiextensions.cpp Some unneeded includes cleanup 2014-01-15 14:53:28 +01:00
guiextensions.hpp
interpretercontext.cpp 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) 2014-01-09 02:21:03 +01:00
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) 2014-01-09 02:21:03 +01:00
locals.cpp
locals.hpp
miscextensions.cpp Feature #957: Handle area effects for "on touch" range 2014-01-21 12:30:15 +01:00
miscextensions.hpp
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) 2014-01-09 02:21:03 +01:00
scriptmanagerimp.cpp Don't suppress exceptions thrown while running scripts 2014-01-08 19:52:57 +01:00
scriptmanagerimp.hpp
skyextensions.cpp
skyextensions.hpp
soundextensions.cpp
soundextensions.hpp
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) 2014-01-15 15:50:45 +01:00
statsextensions.hpp
transformationextensions.cpp Some unneeded includes cleanup 2014-01-15 14:53:28 +01:00
transformationextensions.hpp
userextensions.cpp
userextensions.hpp