529 Commits (fb6420524d3bcaa468bbaa27d68363442b5b68a1)
 

Author SHA1 Message Date
Erika Savell fb6420524d Adding a parameter to test command to debug missing library
9 years ago
Erika Savell 493932b93f Merged with visualiser side of mark boats
9 years ago
Erika Savell 0ed02962a1 Merge branch 'Story49Vis' into 49Mock
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
Jessica McAuslin d294ee7994 Deleted redundant and deprecated code (Visualiser)
9 years ago
Erika Savell 11f6dee301 Added a number of race tests.
9 years ago
Erika Savell 0bb18c7957 Temporarily ignoring animation tests
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
Erika Savell ffa3d530ae Event takes string and sets time of race
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
Fan-Wu Yang 045e69a637 Deleted and Fixed some redundant code
9 years ago
Fan-Wu Yang 9e19ddb1f4 Story 49 Marks move with boat location.
9 years ago
cbt24 9902cec688 Added tests for BoatXMLReader
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
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
Jessica McAuslin 43757b34d1 General code tidy up (Visualiser)
9 years ago
Jessica McAuslin 2d983eccfd General code tidy up
9 years ago
Joseph Gardner e1ba2ae5b6 Now reads course wind direction from the live stream, so the wind arrow now changes when the wind changes. #story[882]
9 years ago
fjc40 a32775eab6 Fixed a few javadoc issues.
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 020c0329b0 Merge remote-tracking branch 'origin/TCPDisconnection' into submission
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 61ecdc2269 Merge branch 'submission' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into submission
9 years ago
David Wu 61afe8d608 Created finish view to see when a race finishes.
9 years ago
cbt24 c038010bd2 Draws track for racing boats only to reduce information clutter.
9 years ago
cbt24 f27dbc29b0 Added self-documenting RaceStatus boolean getters
9 years ago
cbt24 cc824aa89a Removed unnecessary countdownTimer from Race in visualiser module
9 years ago
cbt24 a6adfb4960 Refactored RaceClock to act as central source of time and duration information throughout visualiser.
9 years ago
Fan-Wu Yang bdf215d0f1 TCP connection at the front menu will no longer bug out if the socket is bugged.
9 years ago
David Wu a95a0c2543 Added documentation for multiple classes.
9 years ago
hba56 12e457824d fix for issue #5 gate lines
9 years ago
Fan-Wu Yang d52b09e74a Visualiser Closes All threads on exit now.
9 years ago
Fan-Wu Yang a20dafea11 Annotations go on top and boundaries now update
9 years ago
Fan-Wu Yang 982b47943a Fixed blocking issue
9 years ago