| .. |
|
AIUtility.cpp
|
e5b011abe0
- Fixed heroes stalling. Locked heroes now try to decompose their goals exhaustively, which FINALLY works as intended.
|
12 years ago |
|
AIUtility.h
|
c708a631c1
- Improved AI logging messages
|
11 years ago |
|
CMakeLists.txt
|
95034b9fa0
- Updated PCH to use our StdInc.h as the prefix header (not generated one from cotire) -> no exclude headers from ffmpeg/etc... statements required
|
11 years ago |
|
Fuzzy.cpp
|
d17b3a14bd
- Significantly improved exploration algorithm
|
11 years ago |
|
Fuzzy.h
|
d17b3a14bd
- Significantly improved exploration algorithm
|
11 years ago |
|
Goals.cpp
|
d17b3a14bd
- Significantly improved exploration algorithm
|
11 years ago |
|
Goals.h
|
a9b10c8099
- Changed aggregation method so now fuzzy engine takes all the factors into consideration
|
11 years ago |
|
StdInc.cpp
|
7a66c1bf2b
* added an initial version of adventure AI: VCAI, more details here: http://forum.vcmi.eu/viewtopic.php?p=6508#6508
|
14 years ago |
|
StdInc.h
|
2b45e13c5c
c++03 -> c++11 switch:
|
12 years ago |
|
VCAI.cbp
|
16d6292be9
[refactor] extract often used classes from lib\NetPacks.h to separate header - less dependecies on whole packets class tree
|
12 years ago |
|
VCAI.cpp
|
d17b3a14bd
- Significantly improved exploration algorithm
|
11 years ago |
|
VCAI.h
|
c2cbd8da27
Un-abstracted AbstractGoal to allow serialization.
|
12 years ago |
|
VCAI.vcxproj
|
36a69aaa2f
- Fixed VS project files (added missing .cpp files)
|
12 years ago |
|
main.cpp
|
4a0587d500
More work on auto-fight.
|
12 years ago |