1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-11-26 14:04:34 +00:00
openmw-tes3mp/apps/openmw/mwscript
MiroslavR d97e9cfe7e Fix InterpreterContext::updatePtr updating mLocals to the implicit ref's locals when interpreting a targeted global script (Fixes #3738)
The interpreter context of a targeted global script would point to the target's locals instead of the global script instance's locals when the target changed cell during script execution. Credit to scrawl for the solution.
2017-01-29 13:29:53 +01:00
..
docs ToggleAI cleanup 2016-03-12 20:32:42 +01:00
aiextensions.cpp Implement Face instruction (Feature #1424) 2016-07-09 02:16:47 +02:00
aiextensions.hpp
animationextensions.cpp Make loopgroup loop correct number of times 2016-08-14 21:57:06 +09:00
animationextensions.hpp
cellextensions.cpp Do not adjust the player position when loading a savegame (Fixes #2089) 2016-03-24 17:18:08 +01:00
cellextensions.hpp
compilercontext.cpp fixed for compiler not recognising script names in some situations 2015-10-08 14:01:29 +02:00
compilercontext.hpp Fixed more spelling mistakes 2016-12-15 13:09:40 +01:00
consoleextensions.cpp Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
consoleextensions.hpp
containerextensions.cpp add missing item when executing the Equip instruction 2016-09-06 16:33:26 +02:00
containerextensions.hpp
controlextensions.cpp Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
controlextensions.hpp
dialogueextensions.cpp Accept an implicit reference in Journal (Fixes #3135) 2016-01-11 23:07:01 +01:00
dialogueextensions.hpp
extensions.cpp Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
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 fixed warning C4099: 2015-03-06 21:36:42 +13:00
guiextensions.cpp Rename to lowerCaseInPlace 2015-12-07 22:49:15 +01:00
guiextensions.hpp
interpretercontext.cpp Fix InterpreterContext::updatePtr updating mLocals to the implicit ref's locals when interpreting a targeted global script (Fixes #3738) 2017-01-29 13:29:53 +01:00
interpretercontext.hpp Vanilla-compatible activate / onActivate (Fixes #1629) 2016-02-26 13:08:35 +01:00
locals.cpp Fix char -> int, fix shadowing warning 2016-10-30 20:10:33 +01:00
locals.hpp Implement 'Show' script instruction 2016-02-27 13:40:53 +01:00
miscextensions.cpp Implement 'Show' script instruction 2016-02-27 13:40:53 +01:00
miscextensions.hpp
ref.cpp Remove some including of mwbase/world.hpp 2015-02-09 17:45:48 +01:00
ref.hpp Remove some including of mwbase/world.hpp 2015-02-09 17:45:48 +01:00
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 fixed warning C4099: 2015-03-06 21:36:42 +13:00
skyextensions.cpp Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
skyextensions.hpp
soundextensions.cpp Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
soundextensions.hpp
statsextensions.cpp Rebuild actor animations on resurrection (Fixes #3124) 2016-01-04 20:27:38 +01:00
statsextensions.hpp
transformationextensions.cpp Throw an exception if placeAt is passed an invalid direction parameter 2016-06-02 21:19:02 +02:00
transformationextensions.hpp fix -Wnewline-eof warnings 2015-03-11 10:54:45 -04:00
userextensions.cpp Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
userextensions.hpp