Skip to content

Releases: RoboCup-SSL/ssl-game-controller

v2.3.0

18 Jul 16:09

Choose a tag to compare

feature: Allow publishing referee messages in CI mode

v2.2.1

15 Jul 16:27

Choose a tag to compare

bugfix: Process recursive changes in the right order

v2.2.0

11 Jul 14:44

Choose a tag to compare

Improved shutdown behavior, more efficient store.Add

v2.1.1

09 Jul 15:55

Choose a tag to compare

debug: More logging and reduced timeout for engine hooks

v2.1.0

08 Jul 19:08

Choose a tag to compare

feature: Allow sending API Input via CI interface instead of WebSocket

v2.0.0-rc5

26 Jun 18:50

Choose a tag to compare

bugfix: More robust bad message parsing in CI connection

v2.0.0-rc4

21 May 09:17

Choose a tag to compare

bugfix: Send ball placement command with "place ball" button

v2.0.0-rc3: Bugfixes

10 May 11:56

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

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

Choose a tag to compare

feature: Add a sample client for the remote control