1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00
vcmi/AI/BattleAI
K 462c79e190 remove never used code in CBonusSystemNode
Method CBonusSystemNode::getAllBonuses have 'root' parameter which is never
set to anythig else than nullptr. This patch removes the parameter and all
code that depends on it as preparatory work for further bonus system
optimization.
2024-08-25 14:15:21 +02:00
..
AttackPossibility.cpp Merge pull request #4437 from IvanSavenko/battle_sides 2024-08-14 18:37:05 +03:00
AttackPossibility.h Unified handling of battle sides ID's 2024-08-11 20:54:44 +00:00
BattleAI.cpp Unified handling of battle sides ID's 2024-08-11 20:54:44 +00:00
BattleAI.h Unified handling of battle sides ID's 2024-08-11 20:54:44 +00:00
BattleEvaluator.cpp Unified handling of battle sides ID's 2024-08-11 20:54:44 +00:00
BattleEvaluator.h Unified handling of battle sides ID's 2024-08-11 20:54:44 +00:00
BattleExchangeVariant.cpp Unified handling of battle sides ID's 2024-08-11 20:54:44 +00:00
BattleExchangeVariant.h BattleAI: fix shhoters waiting and reduce strength of our loss affecting decissions 2024-08-04 17:50:19 +03:00
CMakeLists.txt TBB is now a dependency of lib. Implemented multithreaded xBRZ scale 2024-08-17 15:25:26 +00: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 remove never used code in CBonusSystemNode 2024-08-25 14:15:21 +02:00
StackWithBonuses.h remove never used code in CBonusSystemNode 2024-08-25 14:15:21 +02: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