Ivan Savenko b7efa6c8cc Fixed potential thread races in Battle AI 1 year ago
..
AttackPossibility.cpp 7359b66f99 Do not use floating point equality checks 1 year ago
AttackPossibility.h 4c70abbeb5 Reduced usage of global variables - removed or made const / constexpr 1 year ago
BattleAI.cbp ecaa9f5d0b Entities redesign and a few ERM features 4 years ago
BattleAI.cpp ced0bbe526 Remove "catch everything and silently ignore" block 1 year ago
BattleAI.h 036df2e0ad Support multiple battles in AI 2 years ago
BattleAI.vcxproj 54550b50de Update VS files to 2019, partially fix test project 6 years ago
BattleEvaluator.cpp b7efa6c8cc Fixed potential thread races in Battle AI 1 year ago
BattleEvaluator.h 036df2e0ad Support multiple battles in AI 2 years ago
BattleExchangeVariant.cpp b7efa6c8cc Fixed potential thread races in Battle AI 1 year ago
BattleExchangeVariant.h b7efa6c8cc Fixed potential thread races in Battle AI 1 year ago
CMakeLists.txt 9ebd194ab1 Merge pull request #3609 from IvanSavenko/single_process 1 year ago
EnemyInfo.cpp 0b70baa95e Spells configuration version 2 (effect-based) 7 years ago
EnemyInfo.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 years ago
PossibleSpellcast.cpp 0b70baa95e Spells configuration version 2 (effect-based) 7 years ago
PossibleSpellcast.h 5f13a0bbda BattleAI: spellcast fixes and floating point score 2 years ago
PotentialTargets.cpp 274bf739b8 BattleAI: damage cache and switch to different model of spells evaluation 2 years ago
PotentialTargets.h 274bf739b8 BattleAI: damage cache and switch to different model of spells evaluation 2 years ago
StackWithBonuses.cpp 9e49587749 Replace bonus string description with metastring that can properly 1 year ago
StackWithBonuses.h b58301849b Pass functor via reference to avoid costly copies 1 year ago
StdInc.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 years ago
StdInc.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 years ago
ThreatMap.cpp b472c89276 vcmi: make some CStack properties private 2 years ago
ThreatMap.h 3de891b4b4 Moving/dividing classes from BattleState to separate files. 8 years ago
main.cpp 4c70abbeb5 Reduced usage of global variables - removed or made const / constexpr 1 year ago