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.
zwu18 8390b19299
Created methods to initialise and change wind direction throughout race.
9 years ago
..
Boat.java Added documentation for multiple classes. 9 years ago
Event.java Mockoutput's main loop now pops messages off the message queue, rather than iterating over it like an array, and clearing it (this could have threading issues where the iteration starts (with e.g., 5 messages), as it is sending the messages another one is added, and then it ends up clearing the sent messages, and the unsent message. 9 years ago
GPSCoordinate.java Removed the rest of the shared model classes needed by mock 9 years ago
Leg.java Removed the rest of the shared model classes needed by mock 9 years ago
Marker.java Removed the rest of the shared model classes needed by mock 9 years ago
Race.java Created methods to initialise and change wind direction throughout race. 9 years ago
Regatta.java Removed the rest of the shared model classes needed by mock 9 years ago