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 14:28:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0a2281216523ab371ac3a7d532a24bc9d454b637
Party-Parrots-At-Sea
/
src
/
main
/
java
/
seng302
/
models
T
History
Kusal Ekanayake
0a22812165
Got the live ac35 data working in paralell with the parse and the app. Boats move and the live data works correctly. We need to fix the markers now
...
#story[818]
2017-04-27 16:18:33 +12:00
..
mark
Wakes still broken. Implemented dashed lines that track the progress of individual boats.
2017-04-27 13:57:19 +12:00
parsers
Got the live ac35 data working in paralell with the parse and the app. Boats move and the live data works correctly. We need to fix the markers now
2017-04-27 16:18:33 +12:00
Boat.java
Added abstract class for all javafx object that a displayed during race. Began refactoring of mark implementation to be a subclass of the aforementioned abstract class.
2017-04-26 21:16:22 +12:00
BoatGroup.java
Wakes still broken. Implemented dashed lines that track the progress of individual boats.
2017-04-27 13:57:19 +12:00
Colors.java
Refactored Boat class to better fit the MVC model by moving all GUI parts to BoatPolygon. Changed the way animation works so that it will work with a constantly updated set of lats and lons.
2017-04-24 23:06:30 +12:00
Event.java
Started to implement the group over the canvas in the code. Removed basic boat redrawing and timeline and replaced with boats being placed into a group and given coordinates.
2017-04-11 17:46:02 +12:00
Leg.java
Fixed JavaDoc errors by adding missing @params
2017-04-04 19:29:05 +12:00
Race.java
Refactored Boat class to better fit the MVC model by moving all GUI parts to BoatPolygon. Changed the way animation works so that it will work with a constantly updated set of lats and lons.
2017-04-24 23:06:30 +12:00
RaceObject.java
Wakes still broken. Implemented dashed lines that track the progress of individual boats.
2017-04-27 13:57:19 +12:00
TimelineInfo.java
Mostly got boats going to marks on the canvas (code currently broken) #story[377] #pair[zyt10, ptg19]
2017-03-17 16:18:01 +13:00
Wake.java
Wakes still broken. Implemented dashed lines that track the progress of individual boats.
2017-04-27 13:57:19 +12:00