1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/apps/openmw/mwmechanics
2013-11-18 15:38:08 +01:00
..
activespells.cpp Stop continuous VFX when the effect is no longer active. 2013-11-13 15:44:43 +01:00
activespells.hpp Refactor ActiveSpells to track range type. Added basic self range magic. 2013-11-09 07:51:46 +01:00
actors.cpp flag game as ended when player dies 2013-11-18 15:38:08 +01:00
actors.hpp Implemented Fortify/Drain skill magic effects. Scroll of icarian flight works! 2013-11-09 10:49:00 +01:00
aiactivate.cpp
aiactivate.hpp
aiescort.cpp
aiescort.hpp
aifollow.cpp
aifollow.hpp
aipackage.cpp
aipackage.hpp
aisequence.cpp
aisequence.hpp
aitravel.cpp Avoid killing AIWander and AITravel when far away 2013-08-29 17:41:20 -07:00
aitravel.hpp
aiwander.cpp Increase the distance for reaching a path node 2013-08-29 17:41:20 -07:00
aiwander.hpp
alchemy.cpp silenced a warning 2013-11-10 21:45:27 +01:00
alchemy.hpp
character.cpp Fix VFX not getting removed when an actor dies 2013-11-14 14:52:30 +01:00
character.hpp Fix continuous FX getting removed instantly 2013-11-14 13:30:48 +01:00
creaturestats.cpp Missing const, thanks to jeaye 2013-11-10 23:27:11 +01:00
creaturestats.hpp Missing const, thanks to jeaye 2013-11-10 23:27:11 +01:00
drawstate.hpp
enchanting.cpp Pass item count to ManualRef constructor 2013-11-10 02:45:16 +01:00
enchanting.hpp Call ContainerStore::remove() to remove items from inventory 2013-11-10 02:45:16 +01:00
magiceffects.cpp Fix some leftover code that still calculated random magnitude per spell rather than per effect. Major cleanup of InventoryStore: Magic effects are now updated when needed, rather than cached. Also allows to get rid of 'mutable' hacks and non-const method that should be const. Play sounds and particles when equipping a permanent enchantment item. 2013-11-13 18:51:28 +01:00
magiceffects.hpp Fix some leftover code that still calculated random magnitude per spell rather than per effect. Major cleanup of InventoryStore: Magic effects are now updated when needed, rather than cached. Also allows to get rid of 'mutable' hacks and non-const method that should be const. Play sounds and particles when equipping a permanent enchantment item. 2013-11-13 18:51:28 +01:00
mechanicsmanagerimp.cpp Refactor NpcAnimation: get rid of delayed update (no longer required), make sure that the Animation is set up *before* the inventory store is accessed anywhere (which now triggers auto equip and animation update). Allows better tracking of magic VFX for permanent enchantments in InventoryStore. 2013-11-14 14:41:10 +01:00
mechanicsmanagerimp.hpp Refactor NpcAnimation: get rid of delayed update (no longer required), make sure that the Animation is set up *before* the inventory store is accessed anywhere (which now triggers auto equip and animation update). Allows better tracking of magic VFX for permanent enchantments in InventoryStore. 2013-11-14 14:41:10 +01:00
movement.hpp
npcstats.cpp Remove some unused functions 2013-08-27 17:13:49 -07:00
npcstats.hpp Remove some unused functions 2013-08-27 17:13:49 -07:00
objects.cpp
objects.hpp
pathfinding.cpp Minor pathfinding cleanup 2013-08-29 19:17:27 -07:00
pathfinding.hpp Minor pathfinding cleanup 2013-08-29 19:17:27 -07:00
repair.cpp Call ContainerStore::remove() to remove items from inventory 2013-11-10 02:45:16 +01:00
repair.hpp
security.cpp Call ContainerStore::remove() to remove items from inventory 2013-11-10 02:45:16 +01:00
security.hpp
spells.cpp Fix continuous FX getting removed instantly 2013-11-14 13:30:48 +01:00
spells.hpp Fix some leftover code that still calculated random magnitude per spell rather than per effect. Major cleanup of InventoryStore: Magic effects are now updated when needed, rather than cached. Also allows to get rid of 'mutable' hacks and non-const method that should be const. Play sounds and particles when equipping a permanent enchantment item. 2013-11-13 18:51:28 +01:00
spellsuccess.hpp Use the formula from the wiki for spell success. 2013-11-14 19:19:32 +01:00
stat.hpp Modify the current magicka and fatigue when the base changes 2013-08-27 22:44:52 -07:00