1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/apps/openmw
scrawl e68600eda2 Make Activate instruction work properly even when onActivate was not called in the same frame.
There are two major differences to the old implementation:
 - Activate can now be called on its own, e.g. in the console. In Vanilla this appears to be a no-op, so it is unlikely to be used and the potential for breakage is low.
 - The Action to execute is now determined when Activate is called, not when OnActivate is called. This however makes sense, since there may be a time difference between the two, and the object (or the player) could have changed in the meantime, requiring a different Action.

Fixes #1166 and #1346.
2014-05-28 19:23:50 +02:00
..
mwbase Implement modFactionReaction instruction (Closes #1347) 2014-05-27 14:54:29 +02:00
mwclass Basic RefData and CellRef change tracking 2014-05-25 14:30:07 +02:00
mwdialogue Fix case folding for faction reaction from ESX records 2014-05-27 19:02:48 +02:00
mwgui Basic RefData and CellRef change tracking 2014-05-25 14:30:07 +02:00
mwinput Remove MyGUI color codes when copying to system clipboard 2014-05-27 17:07:14 +02:00
mwmechanics Say attack voiced dialogue *after* the target is set up 2014-05-28 13:59:31 +02:00
mwrender Fix offset to accumulation root not being cleared when adding an animation state with startpoint=1.f (observed with death animations) 2014-05-26 20:52:38 +02:00
mwscript Make Activate instruction work properly even when onActivate was not called in the same frame. 2014-05-28 19:23:50 +02:00
mwsound
mwstate Merge remote-tracking branch 'greye/widechar' 2014-05-23 07:48:26 +02:00
mwworld Fix container scripts not getting removed properly on cell change 2014-05-28 18:45:07 +02:00
CMakeLists.txt Basic RefData and CellRef change tracking 2014-05-25 14:30:07 +02:00
crashcatcher.cpp
doc.hpp
engine.cpp Make Activate instruction work properly even when onActivate was not called in the same frame. 2014-05-28 19:23:50 +02:00
engine.hpp
main.cpp