1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 21:42:13 +00:00
OpenMW/apps/openmw/mwmechanics
2013-11-16 14:44:31 +01:00
..
activespells.cpp Implement damage tick effects 2013-11-16 03:16:21 +01:00
activespells.hpp Implement RestoreHealth/Magicka/Fatigue 2013-11-16 05:06:54 +01:00
actors.cpp Implement RestoreHealth/Magicka/Fatigue 2013-11-16 05:06:54 +01:00
actors.hpp Implement damage tick effects 2013-11-16 03:16:21 +01:00
aiactivate.cpp
aiactivate.hpp
aiescort.cpp
aiescort.hpp
aifollow.cpp
aifollow.hpp
aipackage.cpp
aipackage.hpp
aisequence.cpp
aisequence.hpp
aitravel.cpp
aitravel.hpp
aiwander.cpp
aiwander.hpp
alchemy.cpp silenced a warning 2013-11-10 21:45:27 +01:00
alchemy.hpp
character.cpp Don't advance acrobatics skill for NPCs 2013-11-16 02:11:11 +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 Copy paste mistake (oops) 2013-11-16 14:44:31 +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
npcstats.hpp
objects.cpp
objects.hpp
pathfinding.cpp
pathfinding.hpp
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
spellcasting.hpp Implement Resist & Weakness effects 2013-11-16 02:34:43 +01:00
spells.cpp Move code for listing effect sources to the spell management classes 2013-11-15 20:29:47 +01:00
spells.hpp Move code for listing effect sources to the spell management classes 2013-11-15 20:29:47 +01:00
stat.hpp