1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/AI
Michał W. Urbańczyk a1f545792b Compile fixes specific for VS 2012"
* Reverted std::bind to boost::bind. std::bind on Visual 2012 doesn't work in some cases (especially with std::ref), not sure why [but it seems to be a bug, since 2013 preview compiles the same code fine]. 
 * Move assignment operator for VS 2012.
2013-07-02 15:23:32 +00:00
..
BattleAI Compile fixes specific for VS 2012" 2013-07-02 15:23:32 +00:00
EmptyAI More work on auto-fight. 2013-06-22 21:47:51 +00:00
FuzzyLite Ignore the cmath-fix block on non-vs compilers. 2013-07-02 15:19:54 +00:00
StupidAI Compile fixes specific for VS 2012" 2013-07-02 15:23:32 +00:00
VCAI second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported 2013-06-29 13:05:48 +00:00
CMakeLists.txt - added battleAI to CMake, compile fixes 2012-09-22 15:10:15 +00:00
GeniusAI.brain Various fixes. Temporarily replaced neural network's output with random number. 2009-08-21 18:18:52 +00:00