New Orchestrator and Worker

This commit is contained in:
ZeldaZach 2025-01-25 16:56:06 -05:00
parent efa76939ac
commit 1751f755f1
No known key found for this signature in database
17 changed files with 801 additions and 530 deletions

View file

@ -19,9 +19,10 @@ set(oracle_SOURCES
../cockatrice/src/game/cards/card_database.cpp
../cockatrice/src/game/cards/card_database_manager.cpp
../cockatrice/src/client/ui/picture_loader/picture_loader.cpp
../cockatrice/src/client/ui/picture_loader/picture_loader_orchestrator.cpp
../cockatrice/src/client/ui/picture_loader/picture_loader_worker.cpp
../cockatrice/src/client/ui/picture_loader/picture_loader_worker_work.cpp
../cockatrice/src/client/ui/picture_loader/picture_to_load.cpp
../cockatrice/src/client/ui/picture_loader/rate_limited_network_manager.cpp
../cockatrice/src/game/cards/card_database_parser/card_database_parser.cpp
../cockatrice/src/game/cards/card_database_parser/cockatrice_xml_3.cpp
../cockatrice/src/game/cards/card_database_parser/cockatrice_xml_4.cpp