72 Commits (610aa96241cb8db8aa81ad94c9cc53920bba3e85)

Author SHA1 Message Date
fjc40 4bcfc01ceb shared.dataInput:
9 years ago
fjc40 2c5380f5d8 Removed old network files.
9 years ago
fjc40 3a85fad211 Currently, mock/pom.xml and visualiser/pom.xml build racevisionGame mock and visualiser.
9 years ago
Jessica McAuslin cf0adb8511 Fixed JavaDoc, spelling errors, and redundant classes
9 years ago
Jessica McAuslin 2bbcb10458 Removed unused classes and imports
9 years ago
Fan-Wu Yang 512169010c Fixed Annotations and bound windarrow
9 years ago
Fan-Wu Yang b9b03305b0 Fixed Annotations and bound windarrow
9 years ago
Joseph Gardner e5ae2543f8 removed unneeded print statement and fixed incorrect comment (minor (2 lines))
9 years ago
fjc40 1bd9fdd931 Merge remote-tracking branch 'origin/sprint4_master' into story36_boundary_fix_attempt_2
9 years ago
cbt24 b58c3b98ed Integrated changes from story33-estimateTime branch
9 years ago
fjc40 8273cd5167 Merge branch 'sprint4_master' into story36_boundary_fix_attempt_2
9 years ago
Fan-Wu Yang a3ccd75f4c Merge remote-tracking branch 'origin/sprint4_master' into Story877
9 years ago
fjc40 824a5ed3a2 Merge branch 'boat_boundarty_fix' into story36
9 years ago
Fan-Wu Yang 671d62aeb1 Added Important and Partial Annotations and other refactors and documentation.
9 years ago
fjc40 c011ccb11b Did some minor refactoring of Mock module...
9 years ago
fjc40 60458f0f7a Merge commit '7990ac9d2ee8c71d50606813e21a0674f442464f' into story31.2_alternateTack.
9 years ago
Fan-Wu Yang c0bc2b2c1e Merged Mock49 and fixed bugs
9 years ago
Fan-Wu Yang b065b8d9c7 Merged Mock49 and fixed bugs
9 years ago
fjc40 f4d5df9df2 Mock.Polars:
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
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 b247244665 Did some large tidy ups, refactoring, and documenting.
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
cbt24 f27dbc29b0 Added self-documenting RaceStatus boolean getters
9 years ago
Fan-Wu Yang 037c09b059 Merge branch 'splitIntoTwoModules' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into splitIntoTwoModules
9 years ago
Fan-Wu Yang bb57685faf Added Test for AC35UnitConverter
9 years ago
hba56 62ecd40967 fixed all java doc errors
9 years ago
Erika Savell cfa6ba1c3f Fixed speed notbeing displayed from AC35 live data
9 years ago
Erika Savell 23dfc6a6bf Fixed annotation toggles displaying behind course
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 d2e08fa8e1 Added boat velocity to information provided by mock
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
Fan-Wu Yang 5444b872bd Fixed GPs Coordinates as well as got Boats to display
9 years ago
Fan-Wu Yang 560af8c21d Added more data types to Visualiser Input that can be take from InputStream
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
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
hba56 7cb4b2228d Merge remote-tracking branch 'origin/splitIntoTwoModules' into splitIntoTwoModules
9 years ago
hba56 a271952e0c fixed boat parser for the mock
9 years ago
cbt24 b1db9ee5be Merge remote-tracking branch 'remotes/origin/splitIntoTwoModules' into NetworkedVisualiser
9 years ago
Erika Savell 69fca43534 Merge branch 'splitIntoTwoModules' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into splitIntoTwoModules
9 years ago
Erika Savell 9acd519d7b Removed the rest of the shared model classes needed by mock
9 years ago
hba56 cdcbb07dc6 removed unused conversion
9 years ago
hba56 40a7ca808f added .trim to remove the unwanted bytes at the end of xml
9 years ago
cbt24 ccbe467090 Synchronised GUI with VisualiserInput thread.
9 years ago
Erika Savell d34dfc537e Merge branch 'splitIntoTwoModules' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into splitIntoTwoModules
9 years ago
Fan-Wu Yang 444a4432c6 Fixed stream from messing up
9 years ago