1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-14 02:33:51 +02:00
vcmi/AI/VCAI
Ivan Savenko 97b3b2e147 Fix build
2023-06-03 00:48:32 +03:00
..
Goals Remove excessive CMap.h includes 2023-05-31 23:18:38 +03:00
Pathfinding Remove excessive CMap.h includes 2023-05-31 23:18:38 +03:00
AIhelper.cpp vcmi: use std::optional 2023-04-17 00:43:13 +03:00
AIhelper.h vcmi: use std::optional 2023-04-17 00:43:13 +03:00
AIUtility.cpp vcmi: split bonus to enumerator and HeroBonus.h 2023-05-03 18:01:06 +03:00
AIUtility.h Split some map object files into smaller files. Reduced includes usage. 2023-06-02 21:47:37 +03:00
ArmyManager.cpp vcmi: camelCase methods of new classes 2023-05-02 12:09:13 +03:00
ArmyManager.h add missing virtual destructors 2022-09-22 11:54:09 +03:00
BuildingManager.cpp vcmi: use std::optional 2023-04-17 00:43:13 +03:00
BuildingManager.h vcmi: use std::optional 2023-04-17 00:43:13 +03:00
CMakeLists.txt change static AI approach to use static libvcmi 2023-03-02 12:09:48 +03:00
FuzzyEngines.cpp vcmi: split bonus to enumerator and HeroBonus.h 2023-05-03 18:01:06 +03:00
FuzzyEngines.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
FuzzyHelper.cpp Fix build 2023-06-03 00:48:32 +03:00
FuzzyHelper.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
main.cpp Nullkiller: fix old VCAI new lines 2021-07-26 21:02:50 +03:00
MapObjectsEvaluator.cpp Split some map object files into smaller files. Reduced includes usage. 2023-06-02 21:47:37 +03:00
MapObjectsEvaluator.h Fix build 2023-06-03 00:48:32 +03:00
ResourceManager.cpp vcmi: massive refactoring v1 2023-04-05 22:33:12 +03:00
ResourceManager.h
StdInc.cpp Nullkiller: fix old VCAI new lines 2021-07-26 21:02:50 +03:00
StdInc.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
VCAI.cbp
VCAI.cpp Split some map object files into smaller files. Reduced includes usage. 2023-06-02 21:47:37 +03:00
VCAI.h int3 now has proper hasher function 2023-04-20 22:04:24 +03:00
VCAI.vcxproj
VCAI.vcxproj.filters