| .. |
|
AIUtility.cpp
|
ee6cdbeffe
went through the rest of cppcheck warnings, mostly harmless
|
12 years ago |
|
AIUtility.h
|
9950bc6ec3
First part of AI refactoring. Trying to split AI into three distinct parts:
|
12 years ago |
|
CMakeLists.txt
|
c4716d0a9a
- reordered files in cmake so files with long compile times will be
|
12 years ago |
|
Fuzzy.cpp
|
2f698acf98
Compile fix - template specialization is defined before generic template.
|
12 years ago |
|
Fuzzy.h
|
8be4ca03c8
Uncommented Fuzzy code. Please let me know if it compiles on other platforms.
|
12 years ago |
|
Goals.cpp
|
2f698acf98
Compile fix - template specialization is defined before generic template.
|
12 years ago |
|
Goals.h
|
54c52869cf
- Fixed some more cases when heroes could block each other
|
12 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
|
d8b068afd9
[c::b] update projects
|
13 years ago |
|
VCAI.cpp
|
54c52869cf
- Fixed some more cases when heroes could block each other
|
12 years ago |
|
VCAI.h
|
54c52869cf
- Fixed some more cases when heroes could block each other
|
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 |