1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00
OpenMW/apps/openmw/mwmechanics
2022-05-16 18:29:16 +02:00
..
activespells.cpp
activespells.hpp
actor.cpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
actor.hpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
actors.cpp Fix inverted logic 2022-05-16 18:29:16 +02:00
actors.hpp Make MWMechanics::Actors local static variables to be members 2022-05-09 00:59:37 +02:00
actorutil.cpp
actorutil.hpp
aiactivate.cpp Use unique_ptr to manage AiPackage lifetime 2022-02-23 00:39:30 +01:00
aiactivate.hpp
aiavoiddoor.cpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
aiavoiddoor.hpp
aibreathe.cpp
aibreathe.hpp
aicast.cpp
aicast.hpp
aicombat.cpp Cache the target for ai packages instead of looking for it every frame 2022-04-17 17:15:00 +00:00
aicombat.hpp Use unique_ptr instead of shared_ptr 2022-04-08 16:12:36 +02:00
aicombataction.cpp Use unique_ptr instead of shared_ptr 2022-04-08 16:12:36 +02:00
aicombataction.hpp Use unique_ptr instead of shared_ptr 2022-04-08 16:12:36 +02:00
aiescort.cpp Use unique_ptr to manage AiPackage lifetime 2022-02-23 00:39:30 +01:00
aiescort.hpp
aiface.cpp
aiface.hpp
aifollow.cpp Use unique_ptr to manage AiPackage lifetime 2022-02-23 00:39:30 +01:00
aifollow.hpp
aipackage.cpp Cache the target for ai packages instead of looking for it every frame 2022-04-17 17:15:00 +00:00
aipackage.hpp Cache the target for ai packages instead of looking for it every frame 2022-04-17 17:15:00 +00:00
aipackagetypeid.hpp
aipursue.cpp Cache the target for ai packages instead of looking for it every frame 2022-04-17 17:15:00 +00:00
aipursue.hpp
aisequence.cpp Mark getActivePackage const 2022-03-28 16:17:42 +03:00
aisequence.hpp Mark getActivePackage const 2022-03-28 16:17:42 +03:00
aistate.hpp
aitimer.hpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
aitravel.cpp Ignore player when checking whether AiTravel destination is occupied by other actor 2022-04-11 19:30:54 +02:00
aitravel.hpp
aiwander.cpp Cleanup stopMovement 2022-03-29 19:49:02 +03:00
aiwander.hpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
alchemy.cpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
alchemy.hpp
autocalcspell.cpp
autocalcspell.hpp
character.cpp Make Environment a storage of referencing pointers instead of owned 2022-05-06 23:44:01 +02:00
character.hpp Disallow non-bipedal hand-to-hand refreshes 2022-02-16 21:58:22 +01:00
combat.cpp Avoid looking up settings from gmst each frame 2022-04-12 18:58:13 +03:00
combat.hpp
creaturestats.cpp Bring HitAttemptOnMe in line with HitOnMe 2022-04-30 18:32:10 +02:00
creaturestats.hpp Bring HitAttemptOnMe in line with HitOnMe 2022-04-30 18:32:10 +02:00
difficultyscaling.cpp
difficultyscaling.hpp
disease.hpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
drawstate.hpp
enchanting.cpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
enchanting.hpp
levelledlist.hpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
magiceffects.cpp
magiceffects.hpp
mechanicsmanagerimp.cpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
mechanicsmanagerimp.hpp Remove redundant update virtual functions 2022-05-06 23:44:04 +02:00
movement.hpp
npcstats.cpp
npcstats.hpp
objects.cpp
objects.hpp
obstacle.cpp Ignore player when checking whether AiTravel destination is occupied by other actor 2022-04-11 19:30:54 +02:00
obstacle.hpp Ignore player when checking whether AiTravel destination is occupied by other actor 2022-04-11 19:30:54 +02:00
pathfinding.cpp
pathfinding.hpp
pathgrid.cpp
pathgrid.hpp
pickpocket.cpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
pickpocket.hpp
recharge.cpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
recharge.hpp
repair.cpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
repair.hpp
security.cpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
security.hpp
spellcasting.cpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
spellcasting.hpp
spelleffects.cpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
spelleffects.hpp
spelllist.cpp
spelllist.hpp
spellpriority.cpp
spellpriority.hpp
spellresistance.cpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
spellresistance.hpp
spells.cpp Rename hasDisease to hasSpellType and refactor function 2022-03-25 20:47:43 +02:00
spells.hpp Rename hasDisease to hasSpellType and refactor function 2022-03-25 20:47:43 +02:00
spellutil.cpp
spellutil.hpp
stat.cpp
stat.hpp
steering.cpp
steering.hpp Increase the base angular velocity to 900°/sec (#5192) 2022-02-23 02:13:31 +03:00
summoning.cpp
summoning.hpp
trading.cpp Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
trading.hpp
typedaipackage.hpp
weaponpriority.cpp
weaponpriority.hpp
weapontype.cpp
weapontype.hpp