1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-30 08:57:00 +02:00
vcmi/AI/VCAI
DjWarmonger 8683b982c7 - A simple method to break loop in goal decomposition (which consumed time)
- Finally corrected canGetArmy conditions (which also consumed time)
- Removed some unused code, general cleaning
2014-02-19 16:23:47 +00:00
..
AIUtility.cpp - Restored correct specialty serialization (#1599 and all its children) 2014-02-17 17:28:39 +00:00
AIUtility.h Cleanup in AI. 2014-02-15 08:10:06 +00:00
CMakeLists.txt - Updated PCH to use our StdInc.h as the prefix header (not generated one from cotire) -> no exclude headers from ffmpeg/etc... statements required 2014-02-05 20:25:36 +00:00
Fuzzy.cpp - Restored correct specialty serialization (#1599 and all its children) 2014-02-17 17:28:39 +00:00
Fuzzy.h - Significantly improved exploration algorithm 2014-02-07 20:09:15 +00:00
Goals.cpp - A simple method to break loop in goal decomposition (which consumed time) 2014-02-19 16:23:47 +00:00
Goals.h - A simple method to break loop in goal decomposition (which consumed time) 2014-02-19 16:23:47 +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 [refactor] extract often used classes from lib\NetPacks.h to separate header - less dependecies on whole packets class tree 2014-01-16 20:24:06 +00:00
VCAI.cpp - A simple method to break loop in goal decomposition (which consumed time) 2014-02-19 16:23:47 +00:00
VCAI.h - Restored correct specialty serialization (#1599 and all its children) 2014-02-17 17:28:39 +00:00
VCAI.vcxproj - Fixed VS project files (added missing .cpp files) 2013-11-30 14:22:03 +00:00