This website requires JavaScript.
Explore
Help
Sign in
mirror
/
openmw-tes3mp
Watch
1
Star
0
Fork
You've already forked openmw-tes3mp
1
mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced
2025-02-19 17:39:44 +00:00
Code
Issues
Releases
Wiki
Activity
4c0045b418
openmw-tes3mp
/
apps
/
openmw
/
mwscript
History
scrawl
c04a8afc8b
Make sure onPcEquip is also set for Equip script instruction
2014-01-18 10:51:52 +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
Make sure onPcEquip is also set for Equip script instruction
2014-01-18 10:51:52 +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
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