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 e40bb6c4cb
Merge remote-tracking branch 'origin/splitIntoTwoModules' into splitIntoTwoModules
9 years ago
..
Controllers Merge remote-tracking branch 'origin/splitIntoTwoModules' into splitIntoTwoModules 9 years ago
Mock Merge remote-tracking branch 'origin/splitIntoTwoModules' into splitIntoTwoModules 9 years ago
Model Update boat position according to boat location messages in StreamedRace 9 years ago
App.java Merge remote-tracking branch 'origin/networkingTest' into splitIntoTwoModules 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
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 Merge remote-tracking branch 'origin/splitIntoTwoModules' into splitIntoTwoModules 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