Cockatrice/libcockatrice_protocol/libcockatrice/protocol
Lukas Brübach dca6fdf17f
[Protocol] Share tournament messages and report draws explicitly
- TournamentPlayer/TournamentPairing/TournamentSettings move into
  serverinfo_tournament.proto, imported by both the tournament event and
  the tournament game commands, so Command_CreateGame reaches them without
  crossing the command/event boundary
- Command_CreateGame carries the full TournamentSettings instead of a
  duplicate games_per_match field, keeping game creation and mid-game
  changes on one wire representation
- draw results are explicit: Command_ReportMatchResult and
  TournamentPairing gain is_draw, so a report stays distinguishable from
  an unset -1 winner
- pairing match-wins are uint32 like the other game counts
2026-09-06 16:15:45 +02:00
..
pb [Protocol] Share tournament messages and report draws explicitly 2026-09-06 16:15:45 +02:00
debug_pb_message.cpp Split trice_limits.h into dedicated headers (#7025) 2026-06-29 14:37:52 -07:00
debug_pb_message.h Turn Card, Deck_List, Protocol, RNG, Network (Client, Server), Settings and Utility into libraries and remove cockatrice_common. (#6212) 2025-10-09 07:36:12 +02:00
featureset.cpp style: Add braces to all control flow statements (#6887) 2026-05-16 19:19:53 +02:00
featureset.h [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00
get_pb_extension.cpp style: Add braces to all control flow statements (#6887) 2026-05-16 19:19:53 +02:00
get_pb_extension.h Turn Card, Deck_List, Protocol, RNG, Network (Client, Server), Settings and Utility into libraries and remove cockatrice_common. (#6212) 2025-10-09 07:36:12 +02:00
pending_command.cpp [Network] Measure real server round-trip times (#7153) 2026-08-23 00:03:52 +02:00
pending_command.h [Network] Measure real server round-trip times (#7153) 2026-08-23 00:03:52 +02:00