hba56
c9a968a5fd
added decoder test for boatlocation
...
-refactered networking test file structure
-boatlocationdecoder now makes a boatlocation message with its data
-boatlocationmessage sequence number changed to an int
-racevisionbyteencode changed device type to just be a byte
-fixed the short conversion in racevisionbyteencode
-added boatlocation decoder test
#story[778, 782]
9 years ago
hba56
615115160d
added decoders for avg wind, course wind and mark rounding
...
-refactered networking test file structure
-added average wind decoder
-added course wind decoder
-added mark rounding decoder
-updated boat location decoder
-added true wind direction to the boatLocationMessage class
-added true wind direction to raceVisionByteEncoder method for boat location
#story[778, 782]
9 years ago
hba56
43d087c764
Merge remote-tracking branch 'origin/networkingTest' into networkingTest
9 years ago
hba56
ec0747ab9a
added decoders for race start status and race status
...
-refactered decoders into own package
-added race status decoder
-added race start status decoder
-started on the boat location decoder
#story[778, 782]
9 years ago
Fan-Wu Yang
1b18eff3db
Added CRC to Encoder
...
- Added CRC to Message Encoder
#story[778]
9 years ago
hba56
ee24ecaadc
Merge remote-tracking branch 'origin/networkingTest' into networkingTest
9 years ago
hba56
8e79164b69
updated encoder and decoder with test for decoder
...
-added binary message decoder test
-updated binary message encoder
-updated binary message decoder
-added enum for message type
#story[778, 782]
9 years ago
Fan-Wu Yang
82acf40dd6
Merge branch 'networkingTest' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into networkingTest
9 years ago
fjc40
a1ab8347ca
Added Encodings to RaceVisionByteEncoder
...
- Added boatLocation Encoding
- Added markRounding Encoding
- Added courseWind Encoding
- Added averageWind Encoding
#story[778]
9 years ago
hba56
655b5787a2
binary message encoder as well test for the decoder
...
-added binary message encoder
-added test for the decoder
-bug with the sync number 2
#story[782]
9 years ago
hba56
f56bb747a7
Merge branch 'networkingTest' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into networkingTest
9 years ago
hba56
a99f91a075
binary message decoder as well as refactor of xml encoder and decoder placement
...
-added binary message decoder
#story[782]
9 years ago
Fan-Wu Yang
c63c6a3c77
Added Encoding to RaceVisionByteEncoder
...
- Added chatterText
9 years ago
fjc40
a7e0ffae42
Added class to encapsulate a BoatLocationMessage.
...
#story[778]
9 years ago
Fan-Wu Yang
54a2c08258
Added RaceVisionByteEncoder
...
- Encodes heartBeat
- Encodes raceStatus
- Encodes displayTextMessage
- Encodes raceStartStatus
- Encodes yachtEventCode
#story[778]
9 years ago
Fan-Wu Yang
4dd173261c
Added functions to the RaceVisionByteEncoder
...
- Encodes Race Status
- Encodes displayTextMessage
- Encodes raceStartStatus
- Encodes yachtEventCode
#story[778]
9 years ago
hba56
9d9c491372
XML Message Decoder added with test
...
-added XMLMessageDecoder to decode xml files from byte array
-added test class for xml decoder
-renamed getByteArray method to encode
-made longToSixBytes private
#story[778, 782]
9 years ago
hba56
79c5b93935
XML Message Encoder and tests class added
...
-added XMLMessageEncoder to encode xml files into byte array
-added test class for xml encoder
-added regatta.xml to the test resources
#story[778, 782]
9 years ago
Fan-Wu Yang
4ba9331528
Merge branch 'networkingTest' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into networkingTest
9 years ago
Fan-Wu Yang
6046ba4cf1
Added Some Encoding functions for ByteStrem
...
- Created Heart Beat encoding
- Created race Status encoding
- Create display Text encoding
- Created race Start status encoding
#story[778]
9 years ago
hba56
8384b1a2ef
updated .xmls in the format used by AC35
...
#story[778, 782]
9 years ago
hba56
b5bd1c9d6d
updated to have main methods for the server and client
...
#story[778, 782]
9 years ago
hba56
43af929701
Started a new branch for the networking side of story 29, 30
...
-added a basic tcp server and client
#story[778, 782]
9 years ago
Erika Savell
028cb33509
Fixing fxml problems
...
#story[760]
9 years ago
Erika Savell
374b31f5c0
Disabled scale buttons once one has been clicked
...
#story[760]
9 years ago
Erika Savell
b1e55f8c7d
Merge branch 'master' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into story28
9 years ago
Erika Savell
dc32868227
Created countdown clock on start screen.
...
#story[760]
9 years ago
Joseph Gardner
fc15c3d151
Added annotation to toggle all boat paths on and off #Pair[jjg64, zwu18] #Story[759]
9 years ago
hba56
f5472bf595
Merge remote-tracking branch 'remotes/origin/master' into story28
...
-anchors now fills stage
-added time label
# Conflicts:
# pom.xml
# src/main/java/seng302/Controllers/RaceController.java
# src/main/resources/scenes/racepane.fxml
#pair[fwy13, hba56]
#story[761]
9 years ago
hba56
edabe58b03
Merge remote-tracking branch 'remotes/origin/master' into story28
...
-anchors now fills stage
-added time label
# Conflicts:
# pom.xml
# src/main/java/seng302/Controllers/RaceController.java
# src/main/resources/scenes/racepane.fxml
#pair[fwy13, hba56]
#story[761]
9 years ago
Joseph Gardner
eb9fce1f22
Track scales with time scale #Pair[jjg64, zwu18] #Story[758]
9 years ago
cbt24
71535be143
Merge branch 'story_25'
9 years ago
cbt24
caf1e61391
Documented methods added for track handling.
...
#story[758]
9 years ago
Joseph Gardner
af9d6769e5
Story 25 merged #Story[758]
9 years ago
Joseph Gardner
b07e881edc
Merge branch 'story_25'
...
# Conflicts:
# src/main/java/seng302/Controllers/RaceController.java
# src/main/java/seng302/Model/ResizableRaceCanvas.java
# src/main/resources/scenes/racepane.fxml
9 years ago
Joseph Gardner
2945c8446e
Points now last whole race with a lower opacity #Story[25]
9 years ago
hba56
a00b066f8d
Quick fix to zoneId to make it set correctly
...
- removed local zoneId
#story[761]
#pair[fwy13, hba56]
9 years ago
Fan-Wu Yang
e501102bc5
Refactored the raceClock
...
- created a class that hosts the raceClock
- refactored the raceController to use a raceClock.
#story[761]
9 years ago
Joseph
56d51ceaa9
Track point is now removed after its expiry and fades after the boat has stopped Story [758]
9 years ago
Erika Savell
4e78ae2ae7
Fixed testing problem where race tests would sometimes fail because a boat did not finish
...
- Added an option to set the dnf chance, then set it to 0 is all tests
#story[760]
9 years ago
Erika Savell
f25e2bac32
Changed countdown length to two minutes
9 years ago
Erika Savell
62d220f1fb
Merge branch 'master' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into story27
9 years ago
cbt24
2d74cdc5dc
Fixed DNF position handling
...
- DNF position is now "-"
- If boat DNFs during leg, other boats' rankings are updated to remain accurate
#story[15]
9 years ago
cbt24
680c6fb991
Increased minimum opacity so actual track from start is visible.
...
- No longer removes points from track
#story[25]
9 years ago
cbt24
375202e7a0
Fades boat opacity every frame during and after race.
...
- Added TrackPoint with time added and expiry to calculate opacity each frame
- Modified drawTrackPoint to compute colour from TrackPoint alpha
- Removed getTrackPoint from BoatInRace
#pait[jjg64, cbt24]
9 years ago
Joseph Gardner
63591ad1ec
Added fixed opacity points of fading and modified race time to keep updating when the race is finished. Pair [jjg64, cbt24] Story [758]
9 years ago
cbt24
4eef872a60
Decoupled drawing and adding track points, added combobox selector for visible boats.
9 years ago
zwu18
c31ea51068
Temporarily removed test for countdown timer as countdown timer now uses animation timer.
9 years ago
zwu18
57d30a7a02
Fixed countdown timer not scaling.
...
-Countdown timer now also uses an animation timer
-Added scaling factor to countdown timer
9 years ago
Jessica McAuslin
2bf264c6bb
Populated starting boat table
...
- boat names shown in first column
- boat abbrevs. shown in second column
#story[760]
9 years ago