You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cbt24 cc824aa89a
Removed unnecessary countdownTimer from Race in visualiser module
9 years ago
..
Controllers Refactored RaceClock to act as central source of time and duration information throughout visualiser. 9 years ago
Mock fixed all java doc errors 9 years ago
Model Removed unnecessary countdownTimer from Race in visualiser module 9 years ago
App.java Visualiser Closes All threads on exit now. 9 years ago
Constants.java Implemented marker visualisation from XML in ResizableRaceCanvas 9 years ago
GPSCoordinate.java Actually added sub modules this time 9 years ago
GraphCoordinate.java Actually added sub modules this time 9 years ago
RaceConnection.java fixed all java doc errors 9 years ago
RaceDataSource.java Synchronised GUI with VisualiserInput thread. 9 years ago
RaceMap.java Actually added sub modules this time 9 years ago
RaceXMLReader.java Changed it so Boat can be used as a superclass for StreamedBoat and BoatInRace properly and removed ConstantVelocityRace. Everything that used to use BoatInRace or StreamedBoat now uses it superclass (boat). #pair[jjg64, cbt24] #refactor #story[782] 9 years ago
VisualiserInput.java Fixed blocking issue 9 years ago
XMLReader.java Changed the XML reader to take an InputStream rather than InputSource- this has changed everything that used an InputSource to use an InputStream. Made the XML Readers actually read after they received a new InputStream. Changed it so the table updates when the boats in the race change. #pair[jjg64, cbt24] #story[782] 9 years ago