1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
vcmi/AI/BattleAI
2018-01-13 16:33:49 +01:00
..
AttackPossibility.cpp Code style: use parentheses for creating heap-based objects (#344) 2017-07-16 12:58:05 +03:00
AttackPossibility.h Moving/dividing classes from BattleState to separate files. 2017-03-17 16:48:44 +01:00
BattleAI.cbp boost/program_options has only 2 uses, and unlikely will be used more -> removed form Global.h. 2016-11-28 21:38:17 +03:00
BattleAI.cpp Code style: remove void from constructors without arguments 2018-01-13 11:51:47 +03:00
BattleAI.h Code style: remove void from constructors without arguments 2018-01-13 11:51:47 +03:00
BattleAI.vcxproj Update project files to Visual Studio 2017 2018-01-13 16:33:49 +01:00
CMakeLists.txt CMake: massive rework for Mac build and other improvements 2017-08-16 16:10:07 +03:00
common.cpp Refactoring Battle AI. 2016-10-31 14:59:56 +01:00
common.h Refactoring Battle AI. 2016-10-31 14:59:56 +01:00
EnemyInfo.cpp [c::b] BattleAI project updated, fixed paths 2016-11-01 21:53:46 +03:00
EnemyInfo.h Moving some files from lib to the battle subdirectory. 2017-06-26 15:26:08 +02:00
main.cpp Android support (#299) 2017-05-25 20:57:20 +03:00
PotentialTargets.cpp Code style: remove default value hints in definitions (#342) 2017-07-15 14:08:20 +03:00
PotentialTargets.h Refactoring Battle AI. 2016-10-31 14:59:56 +01:00
StackWithBonuses.cpp Code style: remove default value hints in definitions (#342) 2017-07-15 14:08:20 +03:00
StackWithBonuses.h Refactoring Battle AI. 2016-10-31 14:59:56 +01:00
StdInc.cpp Refactoring Battle AI. 2016-10-31 14:59:56 +01:00
StdInc.h Refactoring Battle AI. 2016-10-31 14:59:56 +01:00
ThreatMap.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
ThreatMap.h Moving/dividing classes from BattleState to separate files. 2017-03-17 16:48:44 +01:00