1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/AI/VCAI
2024-04-20 12:28:50 +03:00
..
Goals Remove custom casts 2024-02-14 12:56:37 +02:00
Pathfinding NKAI: remove 5th dimension 2024-03-24 09:32:54 +02:00
AIhelper.cpp Fix: licenses, pragma guards, StdInc 2024-03-29 07:48:52 +02:00
AIhelper.h vcmi: use std::optional 2023-04-17 00:43:13 +03:00
AIUtility.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
AIUtility.h Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00
ArmyManager.cpp Renamed speed -> getMovementRange, remove misleading default parameter 2024-01-14 17:14:36 +02:00
ArmyManager.h add missing virtual destructors 2022-09-22 11:54:09 +03:00
BuildingManager.cpp Reduced usage of global variables - removed or made const / constexpr 2024-02-12 13:49:45 +02:00
BuildingManager.h vcmi: use std::optional 2023-04-17 00:43:13 +03:00
CMakeLists.txt Removed cmake_modules/VCMI_lib macro, use it directly in place 2024-02-11 20:38:24 +02:00
FuzzyEngines.cpp Define each identifier in a dedicated statement 2024-01-10 00:22:23 +00:00
FuzzyEngines.h Define each identifier in a dedicated statement 2024-01-10 00:22:23 +00:00
FuzzyHelper.cpp Make IObjectInterface::cb non-static 2024-01-19 13:55:21 +02:00
FuzzyHelper.h Replaced boost::thread_specific_ptr with thread_local 2023-08-23 16:32:29 +03:00
main.cpp Reduced usage of global variables - removed or made const / constexpr 2024-02-12 13:49:45 +02:00
MapObjectsEvaluator.cpp Fix: licenses, pragma guards, StdInc 2024-03-29 07:48:52 +02:00
MapObjectsEvaluator.h Fix build 2023-06-03 00:48:32 +03:00
ResourceManager.cpp Remove more subID access 2023-11-01 14:44:05 +02:00
ResourceManager.h Refactoring of serialization versioning handling 2024-01-20 20:34:51 +02:00
StdInc.cpp Fix: licenses, pragma guards, StdInc 2024-03-29 07:48:52 +02:00
StdInc.h Fix: licenses, pragma guards, StdInc 2024-03-29 07:48:52 +02:00
VCAI.cbp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
VCAI.cpp Allow sending requests to move across multiple tiles at once 2024-04-20 12:28:50 +03:00
VCAI.h Replace throws() with nothrow 2024-02-14 12:07:07 +02:00
VCAI.vcxproj Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00
VCAI.vcxproj.filters Update VS files (add AI armymanager) 2019-03-25 02:20:24 +03:00