Releases: RoboCup-SSL/ssl-game-controller
Releases · RoboCup-SSL/ssl-game-controller
v2.0.0-rc5
bugfix: More robust bad message parsing in CI connection
v2.0.0-rc4
bugfix: Send ball placement command with "place ball" button
v2.0.0-rc3: Bugfixes
- 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.
v2.0.0-rc1
feature: Add a sample client for the remote control
v2.0.0-beta7: New features:
- Majority - Disable game events per autoRef - Store game event settings in a separate config file
v2.0.0-beta6: Bugfixes
- Fix deadlock in CI mode - Calculate readyToContinue radius correctly
v2.0.0-beta5
Beta 5
v2.0.0-beta4
Fix ci release job
v2.0.0-beta3
Correctly detect when penalty kick is prepared