1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00
vcmi/AI/VCAI
Ivan Savenko 2a05fbdd50 Unified handling of battle sides ID's
- Replaced BattleSide namespace-enum with enum class
- Merged two different BattleSide enum's into one
- Merged BattlePerspective enum into BattleSide enum
- Changed all places that use integers to represent battle side to use
BattleSide enum
- Added BattleSideArray convenience wrapper for std::array that is
always 2-elements in size and allows access to its elements using
BattleSide enum
2024-08-11 20:54:44 +00:00
..
Goals Split CTownHandler into smaller chunks 2024-07-21 18:21:48 +00:00
Pathfinding Merge remote-tracking branch 'vcmi/master' into develop 2024-07-11 17:43:44 +00:00
AIhelper.cpp Fix: licenses, pragma guards, StdInc 2024-03-29 07:48:52 +02:00
AIhelper.h
AIUtility.cpp convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
AIUtility.h Split CTownHandler into smaller chunks 2024-07-21 18:21:48 +00:00
ArmyManager.cpp Renamed speed -> getMovementRange, remove misleading default parameter 2024-01-14 17:14:36 +02:00
ArmyManager.h Split CTownHandler into smaller chunks 2024-07-21 18:21:48 +00:00
BuildingManager.cpp Split CTownHandler into smaller chunks 2024-07-21 18:21:48 +00:00
BuildingManager.h Split CTownHandler into smaller chunks 2024-07-21 18:21:48 +00: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 Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +02:00
ResourceManager.h Fix typos using https://github.com/crate-ci/typos 2024-06-24 03:47:19 +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.cpp Unified handling of battle sides ID's 2024-08-11 20:54:44 +00:00
VCAI.h Unified handling of battle sides ID's 2024-08-11 20:54:44 +00:00