1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00
vcmi/AI
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
..
BattleAI Unified handling of battle sides ID's 2024-08-11 20:54:44 +00:00
EmptyAI Merge pull request #3997 from IvanSavenko/serialization_refactor 2024-05-30 19:13:21 +03:00
FuzzyLite@7aee562d6c vcmi: new commits in submodules 2023-04-27 20:59:55 +03:00
Nullkiller Unified handling of battle sides ID's 2024-08-11 20:54:44 +00:00
StupidAI Unified handling of battle sides ID's 2024-08-11 20:54:44 +00:00
VCAI Unified handling of battle sides ID's 2024-08-11 20:54:44 +00:00
CMakeLists.txt enable StupidAI and EmptyAI for static AI 2023-03-02 12:09:49 +03:00
GeniusAI.brain convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00