1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-30 08:57:00 +02:00
vcmi/AI/Nullkiller/Analyzers
Soar Qin c87df8e704
Fix warnings/errors on MSVC (#753)
* Fix warnings/errors on MSVC
1. update googletest to tag release-1.11.0 to make googletest and
   googlemock compile on MSVC2022.
2. set gtest_force_shared_crt to ON in test cmake project to make tests
   compile on MSVC.
3. add /wd4251 and /wd4275 to MSVC compile flags to ignore DLL related
   warnings for class exports.
4. fix some other warnings and errors while compiling on MSVC2022.
2022-06-11 18:45:34 +03:00
..
ArmyManager.cpp Nullkiller: fix/refactor temporary bonus nodes, fix gather army quest completion 2021-07-26 21:02:50 +03:00
ArmyManager.h Fix warnings/errors on MSVC (#753) 2022-06-11 18:45:34 +03:00
BuildAnalyzer.cpp NullkillerAI: fix build analyser when town has no upgrade for creature 2022-05-01 10:26:07 +03:00
BuildAnalyzer.h Nullkiller: improved citadel priority 2021-07-26 21:02:50 +03:00
DangerHitMapAnalyzer.cpp replace boost::chrono with std::chrono 2021-11-23 10:23:55 +03:00
DangerHitMapAnalyzer.h Nullkiller: fix freeze on accessing guarded object 2021-07-26 21:02:50 +03:00
HeroManager.cpp Nullkiller: rename VCAI to AIGateway 2021-07-26 21:02:50 +03:00
HeroManager.h Nullkiller: clusterization fixes, heroes clusterization for additional mains in case of locked heroes 2021-07-26 21:02:50 +03:00
ObjectClusterizer.cpp replace boost::chrono with std::chrono 2021-11-23 10:23:55 +03:00
ObjectClusterizer.h Nullkiller: parallel object clusterization, stabilization 2021-07-26 21:02:50 +03:00