Skip to content

Releases: RoboCup-SSL/ssl-game-controller

v2.0.0-rc5

26 Jun 18:50
Compare
Choose a tag to compare
bugfix: More robust bad message parsing in CI connection

v2.0.0-rc4

21 May 09:17
Compare
Choose a tag to compare
bugfix: Send ball placement command with "place ball" button

v2.0.0-rc3: Bugfixes

10 May 11:56
Compare
Choose a tag to compare
- 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

09 May 19:35
Compare
Choose a tag to compare
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

09 May 18:10
Compare
Choose a tag to compare
feature: Add a sample client for the remote control

v2.0.0-beta7: New features:

03 May 11:45
Compare
Choose a tag to compare
- Majority
- Disable game events per autoRef
- Store game event settings in a separate config file

v2.0.0-beta6: Bugfixes

01 May 13:27
Compare
Choose a tag to compare
- Fix deadlock in CI mode
- Calculate readyToContinue radius correctly

v2.0.0-beta5

26 Apr 19:33
Compare
Choose a tag to compare
Beta 5

v2.0.0-beta4

19 Apr 17:16
Compare
Choose a tag to compare
Fix ci release job

v2.0.0-beta3

18 Apr 20:52
Compare
Choose a tag to compare
Correctly detect when penalty kick is prepared