This website requires JavaScript.
Explore
Help
Sign In
michael
/
Party-Parrots-At-Sea
Watch
1
Star
0
Fork
0
You've already forked Party-Parrots-At-Sea
mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced
2026-05-09 06:18:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4c7f530458e17253086f6952173d5713c27bce34
Party-Parrots-At-Sea
/
src
/
main
/
java
/
seng302
/
models
/
parsers
T
History
Zhi You Tan
2e914a7704
Fixed estimate time to next mark to match acceptance criteria which is countdown in minutes and seconds.
...
#story[924]
2017-05-15 15:49:21 +12:00
..
packets
merging with wake remake #story[820]
2017-05-01 20:09:51 +12:00
ConfigParser.java
Deleted the print exception stack statement to make terminal more tidy.
2017-03-28 19:38:57 +13:00
CourseParser.java
Removed the parser from queing packets incorrectly. Used the marker boat location packets to get the live updates of the marker positions and implemented the markers being updated much like the boats currently are. This means the course more closely resembles the actual intended course design.
2017-04-29 20:10:39 +12:00
FileParser.java
Created BoatsParser.java to parse boats from server boat.xml and created a table on the start screen to display all the teams from server
2017-04-30 17:17:47 +12:00
PacketType.java
Created packet enum to class packets and started progress on how the packets are read and parsed according to the type of packet.
2017-04-24 15:50:21 +12:00
StreamPacket.java
Finished tweaking wakes. Made marker movement smooth.
2017-04-30 22:34:49 +12:00
StreamParser.java
Fixed estimate time to next mark to match acceptance criteria which is countdown in minutes and seconds.
2017-05-15 15:49:21 +12:00
StreamReceiver.java
Refactored course boundary to be a shade rather than a line and made the stream parser and stream receiver exit gracefully before the app closes.
2017-05-04 13:29:53 +12:00
TeamsParser.java
Reimplemented race position in the race view. Removed Boat class and Yacht class is replaced completely. Race position "-" shows properly on start screen. Removed BoatTest and TeamsParserTest. Fixed estimated time till finish on server.
2017-05-04 13:50:06 +12:00
XMLParser.java
Updated start screen team list to show position in race. Created Yacht class to replace Boat class. Removed Boat class from XMLParser. Removed unused BoatParser.java.
2017-05-04 04:16:16 +12:00