356 Commits (eab41315c5bce7c605f7a954680a58ad1eb4e183)
 

Author SHA1 Message Date
Fan-Wu Yang eab41315c5 Merge branch 'splitIntoTwoModules' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into splitIntoTwoModules
9 years ago
Fan-Wu Yang 760f1ed5a9 Added CRC
9 years ago
Erika Savell 214e26ad90 Switched port back to 4942
9 years ago
Erika Savell 6befa24302 Merge branch 'splitIntoTwoModules' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into splitIntoTwoModules
9 years ago
Joseph Gardner 3b24d35677 Merge remote-tracking branch 'origin/splitIntoTwoModules' into splitIntoTwoModules
9 years ago
Joseph Gardner bbd725d069 Merge
9 years ago
Erika Savell ce47818c94 Merge branch 'splitIntoTwoModules' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into splitIntoTwoModules
9 years ago
Joseph Gardner d977d3f146 Merge branch 'visualiserAndDataLink' into splitIntoTwoModules
9 years ago
Erika Savell 9c24b0840e Changed MockInput to thread
9 years ago
hba56 3b13f5bac1 swapping sockets so mock is the server rather than visualiser
9 years ago
Joseph Gardner 39d3cc7c28 Removed boats being able to store colour, this is now down the in the ResizableRaceCanvas. #refactor #story[782]
9 years ago
Erika Savell b1bbef814b Switching to use networking modules
9 years ago
Joseph Gardner f377cf6471 Changed it so Boat can be used as a superclass for StreamedBoat and BoatInRace properly and removed ConstantVelocityRace. Everything that used to use BoatInRace or StreamedBoat now uses it superclass (boat). #pair[jjg64, cbt24] #refactor #story[782]
9 years ago
hba56 c95f5377f6 Merge remote-tracking branch 'origin/splitIntoTwoModules' into splitIntoTwoModules
9 years ago
Erika Savell 2289936f4f Javadoc fix to get CI running
9 years ago
hba56 f4e4a207be Merge branch 'networkingTest' into splitIntoTwoModules
9 years ago
cbt24 7d35312644 Merge remote-tracking branch 'origin/splitIntoTwoModules' into splitIntoTwoModules
9 years ago
cbt24 5f3f3770bb Temporarily ignore out-of-bound race markers in testing.
9 years ago
hba56 04a1e70920 small refactor of the VisualiserInput to better use the decoder
9 years ago
Joseph Gardner 3d284c4a2b Merge branch 'splitIntoTwoModules' into visualiserAndDataLink
9 years ago
fjc40 ecebace9f1 Merge branch 'splitIntoTwoModules' of eng-git.canterbury.ac.nz:seng302-2017/team-7 into splitIntoTwoModules
9 years ago
Connor Taylor-Brown 7f273f8ba0 Fixed time source for visualiser, replacing local time
9 years ago
Connor Taylor-Brown 02511db2b9 Implemented marker visualisation from XML in ResizableRaceCanvas
9 years ago
fjc40 873089707d Fixed the RaceStatusDecoder not deserializing BoatStatus (a subobject of RaceStatus) properly.
9 years ago
fjc40 d29c0a9439 Mock now serializes and sends Boat.xml, Race.xml, Regatta.xml, Heartbeat, BoatLocation messages.
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
Joseph 033198ca2c Linked the streamedRace course to the visualiser, linked the boats to the visualiser (this needs to be tests) #story[768]
9 years ago
Fan-Wu Yang a18eb86438 Merge branch 'networkingTest' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into networkingTest
9 years ago
Fan-Wu Yang 278a7dbde0 Added rare bug which would cause system crash
9 years ago
fjc40 50cb31b85f Moved networking code into the network module.
9 years ago
fjc40 06d786d581 Merge remote-tracking branch 'origin/networkingTest' into splitIntoTwoModules
9 years ago
hba56 538f1bd6ba removed all putInt and putShort methods for byte buffers to fix tests
9 years ago
hba56 7dd07b470a update byte to int methods in decoders
9 years ago
hba56 137e85e14c Merge remote-tracking branch 'origin/networkingTest' into networkingTest
9 years ago
Fan-Wu Yang 1d33015925 Fixed a small array out of bounds exception error
9 years ago
hba56 246420ccf9 fixed bug with heartbeat
9 years ago
hba56 949b967abb visualiserInput update as well as refactor of number to bytes conversion
9 years ago
hba56 bd7fefd67e Worked on the MockOutput Class
9 years ago
Fan-Wu Yang 8223ae46a1 Fixed some issues
9 years ago
Fan-Wu Yang 413ab7b768 Added Tests for bytesToLong
9 years ago
Fan-Wu Yang df871b1242 Added tests to fix ByteConverter
9 years ago
Fan-Wu Yang be9f02997e Fixed issue where the new XML Decoder funtion was changed
9 years ago
Fan-Wu Yang 7b4a428574 Merge branch 'networkingTest' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into networkingTest
9 years ago
Fan-Wu Yang 7d7564ce15 Added being able to decode everything into their respective classes
9 years ago
Erika Savell 1e3b816ff5 Added tests for BoatData and RaceData
9 years ago
Erika Savell 83dfe1a60c Renamed some directories, optimized imports, general code clean up
9 years ago
Erika Savell 073102d1a3 Merge branch 'splitIntoTwoModules' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into isolatingMock
9 years ago
Erika Savell e30aa02aac Commented and javadoc-ed RegattaData and BoatData
9 years ago
Erika Savell 19224ba840 Refactored RegattaData
9 years ago
Erika Savell ba5c965fd6 Refactored BoatData
9 years ago