This website requires JavaScript.
Explore
Help
Sign In
mirror
/
OpenMW
Watch
1
Star
0
Fork
0
You've already forked OpenMW
mirror of
https://gitlab.com/OpenMW/openmw.git
synced
2025-01-10 15:39:02 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
846276f747
OpenMW
/
apps
/
openmw
/
mwscript
History
scrawl
d544551f61
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)
...
Information provided by Hrnchamd.
2014-01-15 15:50:45 +01:00
..
docs
Merge remote-tracking branch 'sergeyshambir/startcombat'
2014-01-13 10:17:10 +01:00
aiextensions.cpp
StopCombat: mark as non-hostile
2014-01-15 14:53:29 +01: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
Correction for RemoveSoulgem instruction
2014-01-14 06:13:30 +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
Add getPlayerPtr() utility method. Reduces dependencies a lot.
2014-01-08 18:39:44 +01:00
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
Correction for RemoveSoulgem instruction
2014-01-14 06:13:30 +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