1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00
vcmi/AI/BattleAI
Arseniy Shestakov 193f492b99 CMake: cleanup, project generation and other improvements
- Use EXCLUDE_FROM_ALL for FuzzyLite and GoogleTest to avoid inclusion of unneded headers and libraries into installers.
- Set minimum CMake version only in main CMakeLists.txt
- Set project name only in main CMakeLists.txt
- Visual Studio: add assign_source_group function to generate proper filesystem tree
- Visual Studio: set PROJECT_LABEL so generated projects have same names binaries on Windows
- Visual Studio: enabled USE_FOLDERS for projects grouping. This also possibly affect other IDEs.
- Added add_subdirectory_with_folder function to make sure 3rd-party libraries are affected by USE_FOLDERS.
2017-08-16 16:10:07 +03: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 Merge pull request #323 from vcmi/CStackTweaks 2017-07-15 00:42:08 +03:00
BattleAI.h CStack refactoring 2017-07-01 19:17:08 +03:00
BattleAI.vcxproj Updated project files to MVS 2015 (in fact, it's trivial). 2016-12-12 19:14:45 +01:00
CMakeLists.txt CMake: cleanup, project generation 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