You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Do not accept emergency stop, if game is already stopped
- No proposal/majority for GC internal game events
- Set game event origin for emergency_stop
- Add accepted flag to proposal groups
v2.0.0-rc2: bugfix: Keep compatible to older clients
GameEvent.type was a required field, so new enum values causes
the protobuf parser to raise an error.
To avoid errors on older clients, game events and proposed game events
were added to new lists in the Referee message.
That way, old clients will not receive any game events, but
they will also not crash.