1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-03 15:11:33 +00:00
openmw/apps/openmw/mwmechanics
2024-08-07 22:49:23 +02:00
..
activespells.cpp Don't apply area of effect for potions and improve range handling 2024-06-13 18:00:44 +02:00
activespells.hpp Spellcast related Lua API + spellcasting/activespell refactor 2024-03-25 13:50:23 +00:00
actor.hpp Do not adjust position for falling actors 2022-09-24 17:49:42 +02:00
actors.cpp Better mUse out-of-range handling 2024-06-28 10:00:04 +02:00
actors.hpp Implement Lua-based music 2024-05-19 22:10:54 +04:00
actorutil.cpp Consider 75% Chameleon magical invisibility as well 2023-11-07 02:59:37 +00:00
actorutil.hpp Don't headtrack or greet magically hidden actors (bug #5978) 2022-07-29 10:47:50 +03:00
aiactivate.cpp Use NAM9 for stack count 2023-12-31 17:12:46 +00:00
aiactivate.hpp Initial commit: In ESM structures, replace the string members that are RefIds to other records, to a new strong type 2022-12-27 19:15:54 +01:00
aiavoiddoor.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
aiavoiddoor.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
aibreathe.cpp Cleanup includes 2023-07-08 11:28:56 +02:00
aibreathe.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
aicast.cpp Spellcast related Lua API + spellcasting/activespell refactor 2024-03-25 13:50:23 +00:00
aicast.hpp Spellcast related Lua API + spellcasting/activespell refactor 2024-03-25 13:50:23 +00:00
aicombat.cpp Spellcast related Lua API + spellcasting/activespell refactor 2024-03-25 13:50:23 +00:00
aicombat.hpp Bring attack voice lines in line with research 2024-01-25 19:36:41 +01:00
aicombataction.cpp Spellcast related Lua API + spellcasting/activespell refactor 2024-03-25 13:50:23 +00:00
aicombataction.hpp Bring attack voice lines in line with research 2024-01-25 19:36:41 +01:00
aiescort.cpp Split ESM headers 2024-05-03 01:55:20 +02:00
aiescort.hpp Expose Wander option values to the Lua API (#7916) 2024-05-03 09:40:30 +00:00
aiface.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
aiface.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
aifollow.cpp Use NAM9 for stack count 2023-12-31 17:12:46 +00:00
aifollow.hpp fixed some typos and spelling errors 2023-05-09 20:07:08 -04:00
aipackage.cpp Optimize AI package target comparisons 2024-01-29 22:25:39 +01:00
aipackage.hpp Expose Wander option values to the Lua API (#7916) 2024-05-03 09:40:30 +00:00
aipackagetypeid.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
aipursue.cpp Use NAM9 for stack count 2023-12-31 17:12:46 +00:00
aipursue.hpp fixed some typos and spelling errors 2023-05-09 20:07:08 -04:00
aisequence.cpp Merge branch 'imnotyourpalbuddy' into 'master' 2024-02-09 21:28:04 +00:00
aisequence.hpp Merge branch 'imnotyourpalbuddy' into 'master' 2024-02-09 21:28:04 +00:00
aisetting.hpp Move AiSetting out of MWMechanics::CreatureStats 2022-07-16 16:43:33 +02:00
aistate.hpp Allow talking with fleeing creatures (bug #7631) 2023-10-22 16:18:52 +03:00
aistatefwd.hpp Use forward declarations instead of including aistate.hpp 2022-07-16 17:13:16 +02:00
aitemporarybase.hpp Move AiTemporaryBase to a separate header 2022-07-16 17:13:16 +02:00
aitimer.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
aitravel.cpp Filter evade directions by supported animations 2023-07-22 17:30:40 +02:00
aitravel.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
aiwander.cpp Attempt to select an AI action directly instead of waiting for the next frame 2024-07-08 19:59:50 +02:00
aiwander.hpp Expose Wander option values to the Lua API (#7916) 2024-05-03 09:40:30 +00:00
alchemy.cpp Spellcast related Lua API + spellcasting/activespell refactor 2024-03-25 13:50:23 +00:00
alchemy.hpp Make ingredient order affect effect order 2023-12-20 11:56:12 +01:00
attacktype.hpp Introduced attacktype enum, fixed lua docs 2024-06-21 23:18:48 +02:00
autocalcspell.cpp Spellcast related Lua API + spellcasting/activespell refactor 2024-03-25 13:50:23 +00:00
autocalcspell.hpp Assign StringRefIds to attributes 2023-08-20 10:28:46 +02:00
character.cpp Merge branch 'master' into 'master' 2024-07-05 08:12:17 +00:00
character.hpp An ability to specify attack type in controls.use value 2024-06-21 23:18:48 +02:00
combat.cpp Improve hit detection emulation (#7900) 2024-04-13 01:34:00 +03:00
combat.hpp Move friendly fire logic to onHit 2023-12-27 01:03:23 +03:00
creaturecustomdataresetter.hpp Split apps/openmw/mwmechanics/actorutil.hpp 2022-06-26 16:42:29 +02:00
creaturestats.cpp Added lua enum for attacktypes 2024-06-21 23:18:48 +02:00
creaturestats.hpp An ability to specify attack type in controls.use value 2024-06-21 23:18:48 +02:00
damagesourcetype.hpp Classify the damage passed to Class::onHit 2023-12-27 20:05:08 +03:00
difficultyscaling.cpp Merge branch 'cleanup_includes' into 'master' 2023-07-03 16:01:48 +00:00
difficultyscaling.hpp Implement difficulty scaling (Fixes #1505) 2014-07-20 16:38:20 +02:00
disease.hpp Elsid comments 2023-05-23 19:30:29 +02:00
drawstate.hpp Rename DrawState_ to DrawState and use enum class 2022-07-17 20:50:26 +03:00
enchanting.cpp Spellcast related Lua API + spellcasting/activespell refactor 2024-03-25 13:50:23 +00:00
enchanting.hpp Fix price enchantment price calculation to use the correct item count 2023-07-14 17:06:33 +02:00
greetingstate.hpp Split apps/openmw/mwmechanics/actorutil.hpp 2022-06-26 16:42:29 +02:00
inventory.hpp Cleanup includes 2023-07-08 11:28:56 +02:00
levelledlist.cpp Expose levelled creatures to Lua 2023-06-11 15:13:46 +02:00
levelledlist.hpp Expose levelled creatures to Lua 2023-06-11 15:13:46 +02:00
magiceffects.cpp Make ingredient order affect effect order 2023-12-20 11:56:12 +01:00
magiceffects.hpp Make ingredient order affect effect order 2023-12-20 11:56:12 +01:00
mechanicsmanagerimp.cpp Move current music from MechanicsManager to SoundManager 2024-06-02 09:29:28 +04:00
mechanicsmanagerimp.hpp Move current music from MechanicsManager to SoundManager 2024-06-02 09:29:28 +04:00
movement.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
npcstats.cpp Remove the now unused npcstats methods useSkill and increaseSkill 2024-01-30 21:25:39 +01:00
npcstats.hpp Remove the now unused npcstats methods useSkill and increaseSkill 2024-01-30 21:25:39 +01:00
objects.cpp Use a smaller integer type instead of dealing with casting issues. 2024-01-28 14:48:49 +01:00
objects.hpp Use a smaller integer type instead of dealing with casting issues. 2024-01-28 14:48:49 +01:00
obstacle.cpp Filter evade directions by supported animations 2023-07-22 17:30:40 +02:00
obstacle.hpp Filter evade directions by supported animations 2023-07-22 17:30:40 +02:00
pathfinding.cpp Use proper cell size for ESM4 cells in CoordinateConverter 2023-08-13 02:24:22 +02:00
pathfinding.hpp Replace fixed size writeHNT calls with decomposition 2024-03-03 19:39:19 +01:00
pathgrid.cpp Add missing includes 2024-05-10 23:27:21 +02:00
pathgrid.hpp Refactor pathgrid indices to use size_t instead of int 2023-04-08 00:32:43 +00:00
pickpocket.cpp Put ESMStore to Environment 2023-04-20 21:45:49 +02:00
pickpocket.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
recharge.cpp Dehardcode skill and level progression 2024-01-30 21:25:36 +01:00
recharge.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
repair.cpp Dehardcode skill and level progression 2024-01-30 21:25:36 +01:00
repair.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
security.cpp Dehardcode skill and level progression 2024-01-30 21:25:36 +01:00
security.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
setbaseaisetting.hpp Cleanup includes 2023-07-08 11:28:56 +02:00
spellcasting.cpp Don't apply area of effect for potions and improve range handling 2024-06-13 18:00:44 +02:00
spellcasting.hpp Spellcast related Lua API + spellcasting/activespell refactor 2024-03-25 13:50:23 +00:00
spelleffects.cpp Spellcast related Lua API + spellcasting/activespell refactor 2024-03-25 13:50:23 +00:00
spelleffects.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
spelllist.cpp Cleanup includes 2023-07-08 11:28:56 +02:00
spelllist.hpp Initial commit: In ESM structures, replace the string members that are RefIds to other records, to a new strong type 2022-12-27 19:15:54 +01:00
spellpriority.cpp Prevent spell priority skyrocketing in useless cases 2024-08-07 22:49:23 +02:00
spellpriority.hpp Remove heal cooldown 2023-08-07 22:44:24 +02:00
spellresistance.cpp Elsid comments 2023-05-23 19:30:29 +02:00
spellresistance.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
spells.cpp Spellcast related Lua API + spellcasting/activespell refactor 2024-03-25 13:50:23 +00:00
spells.hpp Moved check for actor/non-actor to ActorStore constructor. Refactor ActorSpells type to be an ActorStore type. 2023-05-23 19:44:51 +02:00
spellutil.cpp Spellcast related Lua API + spellcasting/activespell refactor 2024-03-25 13:50:23 +00:00
spellutil.hpp Spellcast related Lua API + spellcasting/activespell refactor 2024-03-25 13:50:23 +00:00
stat.cpp Minor header cleanup 2023-04-30 16:26:03 +02:00
stat.hpp Minor header cleanup 2023-04-30 16:26:03 +02:00
steering.cpp Use settings values for Game settings 2023-07-01 00:59:35 +02:00
steering.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
summoning.cpp Lua: Animation bindings 2024-01-26 21:39:33 +00:00
summoning.hpp Remove ESM::RefId::sEmpty 2023-04-26 21:15:16 +02:00
typedaipackage.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
weaponpriority.cpp Rate weapons as useless if the actor's skill is 0 2023-10-28 10:49:18 +02:00
weaponpriority.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
weapontype.cpp More cleanup of scripted animations 2023-12-05 14:13:35 +00:00
weapontype.hpp More cleanup of scripted animations 2023-12-05 14:13:35 +00:00