Releases: magmaOffenburg/RoboViz
Releases · magmaOffenburg/RoboViz
2.0.0
- update minimum required Java version to 17
- require strings sent via the drawing protocol to be UTF-8 encoded
- update JOGL to 2.4.0 (adds support for macOS Ventura)
- move entire build logic to Gradle (use
./gradlew binDir
instead of the old build script) - add a build task to generate a macOS application bundle (
./gradlew macOSApp
) - support running without a present config file
- make the team color table in the configuration window scrollable
- fix a NullPointerException when stopping the log player
- fix an IndexOutOfBoundsException when the connection ends unexpectedly
1.8.5
- add timer for penalties in RCSSServer3D 0.7.6
1.8.4
- increase tracking speed of camera when tracking the ball
1.8.3
- add support for ball holding foul introduced with RCSSServer3D 0.7.6
- add optional buffering mechanism for bad network connections
1.8.2
- Assign default team color based on team name
1.8.1
1.8.0
- included the darklaf library for better look and feels (#110)
- added "Look and Feel" to "General Settings" in
config.txt
- possible values are:system
(default)darcula
intellij
solarized_dark
solarized_light
- reimplemented the RoboViz GUI in Kotlin to better separate GUI and Rendering (#117)
- configuration improvements (#112)
- Commented out lines are kept on save
- New syntax for storing multiple servers and team colors
- made camera movement speed relative to the distance from the ground
- pass mode timer update (#114)