mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
- Add GameConfig struct consolidating 14 construction parameters - Add strategy interfaces for deck validation, game lifecycle, and match results - Add Server_MatchGameFactory abstract factory (forward-looking for tournaments) - Replace 15-arg Server_Game constructor with (GameConfig, Server_Room*) - Wire default strategies into Server_Game with lifecycle/match hooks - Update server_protocolhandler to build GameConfig from protobuf - Update reverse_card_move_test to use new constructor - Update CMakeLists.txt with new headers Took 7 minutes Took 2 minutes |
||
|---|---|---|
| .. | ||
| card_zone_algorithms | ||
| carddatabase | ||
| loading_from_clipboard | ||
| movecard_tests | ||
| oracle | ||
| settings | ||
| clamped_arithmetic_test.cpp | ||
| CMakeLists.txt | ||
| deck_hash_performance_test.cpp | ||
| dummy_test.cpp | ||
| expression_test.cpp | ||
| password_hash_test.cpp | ||
| server_card_counter_test.cpp | ||
| server_counter_test.cpp | ||
| test_age_formatting.cpp | ||