1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/server/queries
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
..
BattleQueries.cpp Unified handling of battle sides ID's 2024-08-11 20:54:44 +00:00
BattleQueries.h Unified handling of battle sides ID's 2024-08-11 20:54:44 +00:00
CQuery.cpp Fixed new issues detected by SonarCloud 2024-07-15 07:46:40 +00:00
CQuery.h Remove redundant virtual specifiers 2024-02-10 20:46:13 +01:00
MapQueries.cpp Reduce includes in headers 2024-04-26 13:26:33 +03:00
MapQueries.h Remove redundant virtual specifiers 2024-02-10 20:46:13 +01:00
QueriesProcessor.cpp Removed no longer used mutexes from match server 2024-02-03 17:04:14 +02:00
QueriesProcessor.h Removed no longer used mutexes from match server 2024-02-03 17:04:14 +02:00