1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-30 23:18:08 +02:00
vcmi/AI/VCAI
2013-11-23 12:30:10 +00:00
..
AIUtility.cpp went through the rest of cppcheck warnings, mostly harmless 2013-11-07 12:48:41 +00:00
AIUtility.h First part of AI refactoring. Trying to split AI into three distinct parts: 2013-10-18 20:17:25 +00:00
CMakeLists.txt - reordered files in cmake so files with long compile times will be 2013-11-03 12:07:23 +00:00
Fuzzy.cpp went through the rest of cppcheck warnings, mostly harmless 2013-11-07 12:48:41 +00:00
Fuzzy.h Added class HeroPtr to VCAI that should replace CGHeroInstance*. HeroPtr is able to detect when the hero under it becomes unavailable. 2012-06-30 23:48:40 +00:00
Goals.cpp Template magic. Implemented method chaining + clone pattern for Goals. 2013-11-15 17:30:16 +00:00
Goals.h More work on VCAI Goals, still derived functions are not called :/ 2013-11-23 12:30:10 +00:00
main.cpp More work on auto-fight. 2013-06-22 21:47:51 +00: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 c++03 -> c++11 switch: 2013-06-26 11:18:27 +00:00
VCAI.cbp [c::b] update projects 2013-01-08 09:41:28 +00:00
VCAI.cpp More work on VCAI Goals, still derived functions are not called :/ 2013-11-23 12:30:10 +00:00
VCAI.h More work on VCAI Goals, still derived functions are not called :/ 2013-11-23 12:30:10 +00:00
VCAI.vcxproj Project files update/cleanup. 2012-12-19 18:23:21 +00:00