1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/AI
John Bolton 6d8f1e4530 Fixed incorrect usage of const std::shared_ptr. Resolves 0003142.
Replaced const TBonusListPtr with TConstBonusListPtr where necessary
Replaced const std::shared_ptr<T> with std::shared_ptr<const T> where necessary.
Removed superfluous use of const.
Replaced const std::shared_ptr<T> with const std::shared_ptr<T> & in function parameters and ranged for-loops.
2020-09-30 22:56:28 -07:00
..
BattleAI Fixed incorrect usage of const std::shared_ptr. Resolves 0003142. 2020-09-30 22:56:28 -07:00
EmptyAI Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00
FuzzyLite@9751a751a1 AI: replace SectorMap with new PathfinderManager 2018-10-06 16:35:31 +03:00
StupidAI Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00
VCAI Fix PQ issues while calculating paths 2020-09-22 00:19:40 +03:00
CMakeLists.txt CMake: restore some of old MinGW code and improve ENABLE_PCH option 2017-08-16 16:12:36 +03:00
FuzzyLite.cbp [C::B] Switch to MinGW 7.3 2019-02-19 14:59:10 +03:00
GeniusAI.brain