Skip to content

Releases: aeramos/JavaAutonomousGUI

Version 0.3.0

20 Feb 16:18
v0.3.0
880edf8

Choose a tag to compare

Version 0.3.0 Pre-release
Pre-release

This update converts the old Paths to the new AutonomousRoutines.
It also adds the actual map file that we will use for 2018.

v0.2.2: Version 0.2.2

24 Nov 06:39
v0.2.2

Choose a tag to compare

v0.2.2: Version 0.2.2 Pre-release
Pre-release
This update fixes a bug that allowed letters to be in the "Minimum line
length" text field.

Stop minimumLineLength from allowing letters

20 Dec 21:48

Choose a tag to compare

Through some error on my part, minimumLineLength allowed letters in the
TextField again, this has been fixed.

The Path class is now based on Integers instead of Doubles because it is
impossible to have a double coordinate value. The class also has an
implemented toString method for testing + a slight JavaDocs update.

v0.2.1: Version 0.2.1

23 Nov 03:58
v0.2.1

Choose a tag to compare

v0.2.1: Version 0.2.1 Pre-release
Pre-release
This update fixes some extremely minor bugs and ugly things in the GUI.

v0.2.0: Version 0.2.0

18 Nov 05:37
v0.2.0

Choose a tag to compare

v0.2.0: Version 0.2.0 Pre-release
Pre-release
Fully added the new Click Mode and added better support for the old Drag
Mode (added ability to set minimum line length).

This will probably be the last feature update for a while until I get
more information from Bowen and Karun about what scales to use for the
map image.

v0.1.0: Version 0.1.0

18 Nov 05:25
v0.1.0

Choose a tag to compare

v0.1.0: Version 0.1.0 Pre-release
Pre-release
Added the intial Autonomous GUI for the first time. It is fully usable
at this stage but it is not complete, thus the beta version.