14 Commits (d4be901b1a2f5333f8bc879b9d3ba4e43f1a4a89)

Author SHA1 Message Date
fjc40 6f9249e238 Mock.PolarParser. Fixed a bug where it would only parse the first half of each row.
9 years ago
Joseph Gardner eca6b7e374 Fixed imports
9 years ago
Joseph Gardner 602bc0686e Changed public functions in the RaceXMLReader to make a new list every time and reassign the list to avoid duplicates in a list. #story[873]
9 years ago
fjc40 693da8a82a Removed some unneccessary code and comments from PolarParser.parse(...).
9 years ago
hba56 4f8d6b14d4 updated app class to read the polar csv and pass it off to its parser
9 years ago
hba56 e67f8fae4b parser updated for the hashmap polars
9 years ago
fjc40 aeee8ca748 Added polar data file.
9 years ago
hba56 187acc6960 added an empty polarparser class to push a new branch
9 years ago
David Wu a95a0c2543 Added documentation for multiple classes.
9 years ago
Erika Savell 049f0f7331 Changed main loop so boats are looped through with a different starting boat
9 years ago
Erika Savell 9acd519d7b Removed the rest of the shared model classes needed by mock
9 years ago
Erika Savell 3f748bfdb6 Removed BoatInRace from shared model, refactored
9 years ago
fjc40 90f8bec415 Moved several classes from seng302.model to its own module - sharedModel (this is supposed to contain any shared data model code between mock and visualiser). Specifically, Regatta, Boat, BoatInRace, Constants, GPSCoordinate, Leg, Marker.
9 years ago
Erika Savell 83dfe1a60c Renamed some directories, optimized imports, general code clean up
9 years ago