1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-18 03:21:27 +02:00
vcmi/server/queries
Ivan Savenko 39a2c29c97 Removed creatureBank flag from battle, battles now receive BattleLayout
struct that defines how units are placed in combat
2024-09-12 12:11:18 +00:00
..
BattleQueries.cpp Removed creatureBank flag from battle, battles now receive BattleLayout 2024-09-12 12:11:18 +00:00
BattleQueries.h pass object/hero parameters directly instead of passing query 2024-09-04 14:17:22 +00:00
CQuery.cpp Move visit query to a separate class, remove no longer needed Cast.h 2024-09-04 14:32:36 +00:00
CQuery.h pass object/hero parameters directly instead of passing query 2024-09-04 14:17:22 +00:00
MapQueries.cpp Pass pointer to actual caller in showBlockingDialog callWith 2024-09-04 15:14:56 +00:00
MapQueries.h Pass pointer to actual caller in showBlockingDialog callWith 2024-09-04 15:14:56 +00: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
VisitQueries.cpp Split map object visit from town building visit. Removes side effects 2024-09-04 14:54:09 +00:00
VisitQueries.h Split map object visit from town building visit. Removes side effects 2024-09-04 14:54:09 +00:00