210 Commits (7966ac41fbf7de45b889e463089c8026251f183e)

Author SHA1 Message Date
Joseph Gardner 5d34b49316 Merge branch 'master' into submission
9 years ago
Fan-Wu Yang b065b8d9c7 Merged Mock49 and fixed bugs
9 years ago
hba56 12b6f49f2e boats now bounce on the boundry
9 years ago
fjc40 572e54b076 Mock.Race:
9 years ago
Joseph Gardner 93c539b68b mock pom had the name visualiser 🤔
9 years ago
zwu18 0291726589 Added test for changing wind direction.
9 years ago
fjc40 f4d5df9df2 Mock.Polars:
9 years ago
fjc40 7f37dbbcb5 Mock.Race:
9 years ago
fjc40 c2f487b06d Merge branch 'story31.2' of eng-git.canterbury.ac.nz:seng302-2017/team-7 into story31.2
9 years ago
fjc40 6f2c5d6c40 Mock.VMG:
9 years ago
hba56 3895172631 updated the race class to set heading for windward legs
9 years ago
hba56 d4be901b1a Merge remote-tracking branch 'origin/story31.2' into story31.2
9 years ago
fjc40 2dc17a688f Mock.Polars:
9 years ago
fjc40 6f9249e238 Mock.PolarParser. Fixed a bug where it would only parse the first half of each row.
9 years ago
hba56 dd1308808a updated the race class to set heading based on the vmg not just the end of a leg
9 years ago
Joseph Gardner 04fdeaf2e2 Optimised boundary checking #story[873]
9 years ago
zwu18 a91bc459f7 Implemented functionality for mock to parse marker boats throughout race.
9 years ago
Erika Savell 5708db1936 Ignoring all new race tests
9 years ago
Erika Savell 799e588145 Unignored a couple of GPS tests
9 years ago
Joseph Gardner eca6b7e374 Fixed imports
9 years ago
Erika Savell 11f6dee301 Added a number of race tests.
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
Joseph Gardner 8c0c03dcf2 Fixed tests that were reading the file again making them fail. #story[873]
9 years ago
Joseph Gardner a13899b6a7 Implemented and tested to check if a point is inside or outside of a boundary using a ray tracing algorithm. The function is public static for a GPSCoordinate and takes a list of GPSCoordinates and the comparing coordinate. #story[873]
9 years ago
Erika Savell 0bb18c7957 Temporarily ignoring animation tests
9 years ago
fjc40 3b2f99b7d7 Fixed Polars.calculateVMG function - it was using non-existent keys in some circumstances.
9 years ago
fjc40 238b97c016 Added a VMG class (has a speed and bearing).
9 years ago
Erika Savell 892bfd9676 Began on tests for Race class.
9 years ago
Erika Savell fd036c1835 Refactored countdown timer in race class
9 years ago
Erika Savell a35d9cbc5a Re-refactored Event class
9 years ago
Erika Savell e7f84eaf83 Refactored Event Class
9 years ago
Erika Savell 1a780d6955 Fixed spread starting positions being reset at start of race
9 years ago
Erika Savell af3dfbad05 Fixed boats not displayinggit stash
9 years ago
Erika Savell 081a7d5666 Attempting to solve boats not apearing problem
9 years ago
zwu18 ce5a726153 Adjusted wind direction changing angles to a smaller angle.
9 years ago
Erika Savell ffa3d530ae Event takes string and sets time of race
9 years ago
zwu18 8390b19299 Created methods to initialise and change wind direction throughout race.
9 years ago
fjc40 693da8a82a Removed some unneccessary code and comments from PolarParser.parse(...).
9 years ago
cbt24 91b1773703 Commented out obsolete tests, may be useful if refactored.
9 years ago
cbt24 f31a987787 Reads BoatDataSource into StreamedCourseXMLReader so the latter can function as a single source of static information for the race.
9 years ago
hba56 4f8d6b14d4 updated app class to read the polar csv and pass it off to its parser
9 years ago
hba56 245914a69e added the polars csv
9 years ago
hba56 e67f8fae4b parser updated for the hashmap polars
9 years ago
fjc40 1434892b51 Merge branch 'story31.1' of eng-git.canterbury.ac.nz:seng302-2017/team-7 into story31.1
9 years ago
fjc40 aeee8ca748 Added polar data file.
9 years ago
hba56 f518c52c7b changed the way we store polars
9 years ago
hba56 1f554648ef changed all polar values to doubles and added a empty constructor
9 years ago
hba56 a4480f3ccf removed the get best heading method as it was incorrect and not related to this story
9 years ago
cbt24 9902cec688 Added tests for BoatXMLReader
9 years ago
hba56 d7294f73a1 boats now have polars stored in the
9 years ago
cbt24 9aa4183a7c Merge remote-tracking branch 'origin/49Mock' into 49Mock
9 years ago
cbt24 69cd44bda8 Reads data from boat XML file
9 years ago
Erika Savell 16d3fe2ef2 Added marker boats with correct gps positions into boats xml read by mock
9 years ago
hba56 5b010cad49 added the polar class for storing polars
9 years ago
Erika Savell 83d6cdbd59 Edited race xml read by mock
9 years ago
cbt24 6e9386f4fb Switched mock to send out official xmls.
9 years ago
Erika Savell 1b6693a19b Added xml files for mock to read in
9 years ago
hba56 187acc6960 added an empty polarparser class to push a new branch
9 years ago
fjc40 b247244665 Did some large tidy ups, refactoring, and documenting.
9 years ago
fjc40 466e22437b Visualiser. The nullptr issues relating to the XML data files appears to be fixed. Essentially, the StartController.startRaceNoScaling() function was being called as soon possible, before it was even ready - setRaceClock either hadn't been called or hadn't finished executing yet, so the StartController.raceClock member was null, causing crashes.
9 years ago
fjc40 83ce9b99d2 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
fjc40 01224c509a Added some comments to MockOutput. Also removed instance of RaceVisionByteEncoder, as it has no state, and the functions used are all static.
9 years ago
fjc40 3481a882de Fixed Team Oracle's boat name in mock data file.
9 years ago
David Wu 61afe8d608 Created finish view to see when a race finishes.
9 years ago
David Wu a95a0c2543 Added documentation for multiple classes.
9 years ago
Erika Savell 62db7f333c Frantically cherry-picking commit by commit
9 years ago
Erika Savell 8ed0ca5b4f Quick way of adding extra leg to mock data
9 years ago
hba56 6888d0bddc fixed all java doc errors
9 years ago
David Wu 545ef7aa7f Fix lobby not entering race when race status is "started".
9 years ago
Erika Savell 5ebd4251e2 Merge branch 'splitIntoTwoModules' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into splitIntoTwoModules
9 years ago
Erika Savell c3ee3ec9e2 Added new lines to the other two xml creators
9 years ago
David Wu bf12f77796 Set it so the lobby view switches to race view depending on the race status passed in by the mock.
9 years ago
David Wu b60b4b257f Remove start button from StartController.
9 years ago
Erika Savell 311cd99457 Added newlines to xml created by mock
9 years ago
Erika Savell eb58581e83 Fixed velocity issues with mock data
9 years ago
Erika Savell b9901a252a Moved speed conversion to BoatMessage class
9 years ago
Erika Savell 7c59632c41 Fixes to get race running
9 years ago
Erika Savell d2e08fa8e1 Added boat velocity to information provided by mock
9 years ago
Erika Savell 08f203a0f8 Added race statuses for before the race has started. 3 min -> 1 min is warning, 1 min -> 0 min is preparatory.
9 years ago
Erika Savell 049f0f7331 Changed main loop so boats are looped through with a different starting boat
9 years ago
Erika Savell 42ad1f78fc Added heading to boatlocation messages
9 years ago
Erika Savell f2e0eec212 Fixed date time parsing problem
9 years ago
Erika Savell 7d1f4209e4 Got mock data being used by visualiser.
9 years ago
Erika Savell 63ee51d938 Fixed compoundMarkID typo that was causing a parse int exception
9 years ago
Erika Savell 060db182a8 Minor tweaks to get streaming from mock working
9 years ago
Erika Savell 185c65e54d Editing MockOutput to send actual generated boat/race/regatta xmls
9 years ago
hba56 8bbea28cab refactored the boat message to not use boats
9 years ago
Joseph Gardner 9eefbbd7fa Merge remote-tracking branch 'origin/splitIntoTwoModules' into splitIntoTwoModules
9 years ago
Joseph Gardner 8117e11ff2 Merge branch 'NetworkedVisualiser' into splitIntoTwoModules
9 years ago
David Wu 4811b7f4ea Merge remote-tracking branch 'origin/splitIntoTwoModules' into splitIntoTwoModules
9 years ago
David Wu 0bfc9a5a39 Added test for race dnf in Race class.
9 years ago
Erika Savell 9acd519d7b Removed the rest of the shared model classes needed by mock
9 years ago
cbt24 ccbe467090 Synchronised GUI with VisualiserInput thread.
9 years ago
Erika Savell 3f748bfdb6 Removed BoatInRace from shared model, refactored
9 years ago
Erika Savell 7e569b59b7 Commenting out tests just to get CI working, will investigate on different branch
9 years ago
Erika Savell 2320675b7e Fixing build
9 years ago
Erika Savell 0126d29524 Fixing some of the SharedModel/seng302 import conflicts
9 years ago
Erika Savell 067beed1e3 Attempted to write test for calls to MockOutput
9 years ago
Erika Savell bbd282bd9b Set race to send out status messages (including boat location details)
9 years ago
Erika Savell e2f3abffc6 WIP adding race status messages
9 years ago