1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/AI/BattleAI
Arseniy Shestakov 40af43c46e CMake: massive rework for Mac build and other improvements
- macOS: RPATH-related code all removed or disabled
- macOS: new osx/CMakeLists.txt to run some install-code running after all subdirectories
- Assets copying into the runtime output directory implemented for Mac and Linux development
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: 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