1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/AI/BattleAI
2024-07-20 18:28:13 +00:00
..
AttackPossibility.cpp Do not use floating point equality checks 2024-02-14 12:07:07 +02:00
AttackPossibility.h Reduced usage of global variables - removed or made const / constexpr 2024-02-12 13:49:45 +02:00
BattleAI.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
BattleAI.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
BattleEvaluator.cpp Fix possible crash on trying to move to invalid battlefield hexes 2024-07-20 18:28:13 +00:00
BattleEvaluator.h Support multiple battles in AI 2023-09-06 16:03:46 +03:00
BattleExchangeVariant.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
BattleExchangeVariant.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
CMakeLists.txt Merge pull request #3609 from IvanSavenko/single_process 2024-02-14 12:06:22 +02:00
EnemyInfo.cpp Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
EnemyInfo.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
main.cpp Reduced usage of global variables - removed or made const / constexpr 2024-02-12 13:49:45 +02:00
PossibleSpellcast.cpp Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
PossibleSpellcast.h BattleAI: spellcast fixes and floating point score 2023-08-26 14:17:33 +03:00
PotentialTargets.cpp BattleAI: damage cache and switch to different model of spells evaluation 2023-08-26 13:06:51 +03:00
PotentialTargets.h BattleAI: damage cache and switch to different model of spells evaluation 2023-08-26 13:06:51 +03:00
StackWithBonuses.cpp Replace bonus string description with metastring that can properly 2024-04-09 16:13:30 +03:00
StackWithBonuses.h Replaced most of usages of CRandomGenerator with vstd::RNG in library 2024-07-16 13:13:07 +00:00
StdInc.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
StdInc.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
ThreatMap.cpp Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
ThreatMap.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00