1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-30 08:57:00 +02:00
vcmi/AI/BattleAI
Michał W. Urbańczyk f30ee8ff04 * fixed possible corruption of pack sent by server when player request is rejected
* BattleAI will restore callback to its previous state, fixes freeze after battle #1104
* BattleAI won't lose turn when unable to correctly evaluate a spell
* VCAI will correctly recognize hero standing on town entrance
* War machines of defender will have correctly set side
* Faction 9 as neutral causes crashes, changing to -1 as used elsewhere in the code
2012-09-29 14:44:06 +00:00
..
BattleAI.cbp C::B project files initial import 2012-09-15 18:44:55 +00:00
BattleAI.cpp * fixed possible corruption of pack sent by server when player request is rejected 2012-09-29 14:44:06 +00:00
BattleAI.h * fixed possible corruption of pack sent by server when player request is rejected 2012-09-29 14:44:06 +00:00
BattleAI.vcxproj Created a new battle AI project — BattleAI. Now it is merely a copy of StupidAI but it is meant to eventually replace it. 2012-09-13 23:42:11 +00:00
CMakeLists.txt - added battleAI to CMake, compile fixes 2012-09-22 15:10:15 +00:00
main.cpp Work in progress on BattleAI. Related changes: 2012-09-20 16:55:21 +00:00
Makefile.am Created a new battle AI project — BattleAI. Now it is merely a copy of StupidAI but it is meant to eventually replace it. 2012-09-13 23:42:11 +00:00
Makefile.in Created a new battle AI project — BattleAI. Now it is merely a copy of StupidAI but it is meant to eventually replace it. 2012-09-13 23:42:11 +00:00
StdInc.cpp Created a new battle AI project — BattleAI. Now it is merely a copy of StupidAI but it is meant to eventually replace it. 2012-09-13 23:42:11 +00:00
StdInc.h Created a new battle AI project — BattleAI. Now it is merely a copy of StupidAI but it is meant to eventually replace it. 2012-09-13 23:42:11 +00:00