1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
vcmi/AI/VCAI
Arseniy Shestakov cdd9dbc7f1 Code style: avoid some ambiguous else if indentation
If some code intentionally want to break else if to achieve specific indentation there must be braces.
2017-07-19 03:42:26 +03:00
..
AIUtility.cpp Code style: remove default value hints in definitions (#342) 2017-07-15 14:08:20 +03:00
AIUtility.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CMakeLists.txt Change the output path for cmake so all files go into the same root directory 2017-07-07 13:08:53 +03:00
Fuzzy.cpp VCAI tweaks (#311) 2017-07-15 01:15:08 +03:00
Fuzzy.h VCAI tweaks (#311) 2017-07-15 01:15:08 +03:00
Goals.cpp Code style: avoid some ambiguous else if indentation 2017-07-19 03:42:26 +03:00
Goals.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
main.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
StdInc.cpp * added an initial version of adventure AI: VCAI, more details here: http://forum.vcmi.eu/viewtopic.php?p=6508#6508 2012-02-14 18:04:45 +00:00
StdInc.h More bugfixing: 2014-06-29 17:23:06 +03:00
VCAI.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
VCAI.cpp Code style: add empty parameter list to all lambda expressions (#345) 2017-07-17 15:35:57 +03:00
VCAI.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
VCAI.vcxproj Updated project files to MVS 2015 (in fact, it's trivial). 2016-12-12 19:14:45 +01:00