48 Commits (2bbcb10458017d97f04d1acb47fa310a1af7c7d5)

Author SHA1 Message Date
Jessica McAuslin 2bbcb10458 Removed unused classes and imports
9 years ago
Erika Savell 92e5dc4490 Cherrypicked changes allowing vis to display est time from bugged branch to current master.
9 years ago
Erika Savell e9f3467d97 Reverted commits pushed to master accidentally
9 years ago
Erika Savell f0da2d4fee Merge remote-tracking branch 'origin/sprint4_master' into 33CherryPick
9 years ago
Erika Savell 230b458e5d Cherrypicked changes allowing vis to display est time from bugged branch to current master.
9 years ago
Fan-Wu Yang 22e5996e64 Merge remote-tracking branch 'origin/sprint4_master' into AuditRefactors
9 years ago
Joseph Gardner 40421e5a83 Merge branch 'sprint4_master' into noDependencyArrow
9 years ago
Fan-Wu Yang 044d786043 Added Refactors that the Audit suggested
9 years ago
fjc40 60458f0f7a Merge commit '7990ac9d2ee8c71d50606813e21a0674f442464f' into story31.2_alternateTack.
9 years ago
fjc40 be9f19eae5 Mock.Polars:
9 years ago
Joseph Gardner 5d34b49316 Merge branch 'master' into submission
9 years ago
Fan-Wu Yang b065b8d9c7 Merged Mock49 and fixed bugs
9 years ago
Fan-Wu Yang a7a065825a Fixed thread issue on windows
9 years ago
Fan-Wu Yang 156e0bfdd5 removed blocking queue that somehow appeared again
9 years ago
Fan-Wu Yang 294627074d Commented out throws in the BinaryMessageDecoder for messages we ignore as they were not errors and instead were causing the program to stop if they're received
9 years ago
Fan-Wu Yang b2d9e44d03 Deleted Unecessary code
9 years ago
Jessica McAuslin d294ee7994 Deleted redundant and deprecated code (Visualiser)
9 years ago
fjc40 693da8a82a Removed some unneccessary code and comments from PolarParser.parse(...).
9 years ago
Joseph Gardner 3bc8ad0a07 Arrow is now displayed on screen more vividly, the arrow can be customised to a different colour scheme if needed. #story[882]
9 years ago
Fan-Wu Yang 9e19ddb1f4 Story 49 Marks move with boat location.
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 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
Fan-Wu Yang bdf215d0f1 TCP connection at the front menu will no longer bug out if the socket is bugged.
9 years ago
Fan-Wu Yang 982b47943a Fixed blocking issue
9 years ago
Fan-Wu Yang b7f010a2fa Fixed Network While loops
9 years ago
hba56 62ecd40967 fixed all java doc errors
9 years ago
cbt24 09483fff2c Added blocking loop to wait
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 f2e0eec212 Fixed date time parsing problem
9 years ago
Erika Savell 7d1f4209e4 Got mock data being used by visualiser.
9 years ago
Fan-Wu Yang 04366c2e4c Fixed small Merge issue
9 years ago
Fan-Wu Yang 0fc1da4090 Merge branch 'splitIntoTwoModules' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into splitIntoTwoModules
9 years ago
Fan-Wu Yang 560af8c21d Added more data types to Visualiser Input that can be take from InputStream
9 years ago
cbt24 e40bb6c4cb Merge remote-tracking branch 'origin/splitIntoTwoModules' into splitIntoTwoModules
9 years ago
cbt24 2e7527b325 Update boat position according to boat location messages in StreamedRace
9 years ago
Erika Savell 4b485fe5ca Merge branch 'splitIntoTwoModules' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into splitIntoTwoModules
9 years ago
Erika Savell 060db182a8 Minor tweaks to get streaming from mock working
9 years ago
Fan-Wu Yang 2c414d3061 Added way to get the Race Status and Boat Status'
9 years ago
Joseph Gardner 2a2fe6de59 Race clock now works and the setup for the racestart now checks if the tag has "Start" or "Time". #story[782]
9 years ago
hba56 8bbea28cab refactored the boat message to not use boats
9 years ago
Joseph Gardner 41a94495aa 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
cbt24 3f42d56502 Merge remote-tracking branch 'remotes/origin/splitIntoTwoModules' into NetworkedVisualiser
9 years ago
cbt24 b1db9ee5be Merge remote-tracking branch 'remotes/origin/splitIntoTwoModules' into NetworkedVisualiser
9 years ago
cbt24 ccbe467090 Synchronised GUI with VisualiserInput thread.
9 years ago