You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hba56 cb8e81a7b2
encoders and decoders for the host game message with datatype and test
8 years ago
..
Enums encoders and decoders for the host game message with datatype and test 8 years ago
AC35Data.java LatestMessages can hold MarkRounding messages. It also holds XMLMessage for each message type. 9 years ago
AssignPlayerBoat.java Fixed player boat not being highlighted. 8 years ago
AverageWind.java Added AverageWindEncoder. 8 years ago
BoatAction.java WIP. Probably need to cherry pick stuff out of here. 8 years ago
BoatLocation.java Refactored BoatLocation message, encoders, decoders. It now exposes datatypes that we actually use in the program (double knots, bearings, etc..), instead of the bits-on-the-wire packed units (like int mmPerSec). Also documented it, and updated test. 8 years ago
BoatStatus.java Added empty data sources, to be used by VisualiserRace. 8 years ago
CourseWind.java Added MessageDecoder interface. All decoder implement this. 8 years ago
CourseWinds.java Added MessageDecoder interface. All decoder implement this. 8 years ago
HeartBeat.java Renamed Heartbeat to HeartBeat. 8 years ago
HostGame.java encoders and decoders for the host game message with datatype and test 8 years ago
JoinAcceptance.java Added missing javadoc. 8 years ago
LatestMessages.java Added empty data sources, to be used by VisualiserRace. 8 years ago
MarkRounding.java Added MarkRoundingEncoder. 8 years ago
RaceMessage.java Refactored mock.Event to work with MockRace. 9 years ago
RaceSnapshot.java WIP. Probably need to cherry pick stuff out of here. 8 years ago
RaceStartStatus.java Added RaceStartStatusEncoder. 8 years ago
RaceStatus.java Added Knots <-> MMperSec conversions to AC35UnitConverter. 8 years ago
RequestToJoin.java Implemented RequestToJoin and JoinAcceptance messages. 8 years ago
XMLMessage.java Sails are displayed on first boat in a race. Optimised imports. 8 years ago
YachtEvent.java Added YachtEvent message with encoder and decoder 8 years ago