1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-11 09:36:37 +00:00
OpenMW/apps/openmw/mwscript
Emmanuel Anne af7b5e636e improves InterpreterContext::updatePtr
This checks the update is really on the right pointer. It fixes the boat
disappearing in "fishing academy", and it allows scripts linked to objects
not to loose their default reference when using the object-> notation on
another object.
2015-11-12 17:53:17 +01:00
..
docs
aiextensions.cpp
aiextensions.hpp
animationextensions.cpp
animationextensions.hpp
cellextensions.cpp
cellextensions.hpp
compilercontext.cpp fixed for compiler not recognising script names in some situations 2015-10-08 14:01:29 +02:00
compilercontext.hpp
consoleextensions.cpp
consoleextensions.hpp
containerextensions.cpp Fixes for building with unity build 2015-09-24 15:21:42 +02:00
containerextensions.hpp
controlextensions.cpp
controlextensions.hpp
dialogueextensions.cpp
dialogueextensions.hpp
extensions.cpp
extensions.hpp
globalscripts.cpp make sure local variables are loaded when trying to access them from outside of a script (Fixes #2659) 2015-09-15 13:58:07 +02:00
globalscripts.hpp
guiextensions.cpp
guiextensions.hpp
interpretercontext.cpp improves InterpreterContext::updatePtr 2015-11-12 17:53:17 +01:00
interpretercontext.hpp improves InterpreterContext::updatePtr 2015-11-12 17:53:17 +01:00
locals.cpp make sure local variables are loaded when trying to access them from outside of a script (Fixes #2659) 2015-09-15 13:58:07 +02:00
locals.hpp make sure local variables are loaded when trying to access them from outside of a script (Fixes #2659) 2015-09-15 13:58:07 +02:00
miscextensions.cpp Rotations: remove LocalRotation 2015-11-12 01:16:37 +01:00
miscextensions.hpp
ref.cpp
ref.hpp
scriptmanagerimp.cpp make sure local variables are loaded when trying to access them from outside of a script (Fixes #2659) 2015-09-15 13:58:07 +02:00
scriptmanagerimp.hpp
skyextensions.cpp
skyextensions.hpp
soundextensions.cpp
soundextensions.hpp
statsextensions.cpp Fixes for building with unity build 2015-09-24 15:21:42 +02:00
statsextensions.hpp
transformationextensions.cpp improves InterpreterContext::updatePtr 2015-11-12 17:53:17 +01:00
transformationextensions.hpp
userextensions.cpp
userextensions.hpp