Cockatrice/libcockatrice_network/libcockatrice
Lukas Brübach 82ae0ecf01 Show loaded deck messages to players joining a game (#552)
The "Player X has loaded a deck" message is only broadcast when a deck is
selected, so players and spectators who join a game afterwards never see it.

On game join, replay a deck-select event context privately to the joining
participant for every player that already has a deck loaded, reusing the
existing Event_PlayerPropertiesChanged + Context_DeckSelect mechanism so no
protocol version bump is needed.

- Server_AbstractPlayer: expose the sideboard-locked state
- Server_Game: synthesize deck-select contexts in createGameJoinedEvent
2026-09-07 00:55:08 +02:00
..
network Show loaded deck messages to players joining a game (#552) 2026-09-07 00:55:08 +02:00