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
2093e79b6a0646104c4ff22f2a57bc87da738702
Party-Parrots-At-Sea
/
src
/
test
/
java
/
seng302
T
History
Calum
2093e79b6a
Rather than a high frequency loop sending all packets a low frequency loop is made then destroyed on button press for sending turn packets. This means a fast response time on button press but fewer packets sent.
...
#implement #issue[38]
2017-08-13 18:38:24 +12:00
..
gameServer
/server
Added an attribute to each yacht: 'DistanceToNextMark'
2017-08-03 16:29:12 +12:00
model
Added booleans: has entered rounding zone, has crossed first line, has crossed second line
2017-08-03 17:39:07 +12:00
models
Merge branch '1124_Mark_Sequence_From_RaceXML' into 'develop'
2017-08-05 15:18:26 +12:00
utilities
Added a method to test if a geo point is located in a triangle which is formed by other three geo points.
2017-08-06 12:36:57 +12:00
visualiser
Rather than a high frequency loop sending all packets a low frequency loop is made then destroyed on button press for sending turn packets. This means a fast response time on button press but fewer packets sent.
2017-08-13 18:38:24 +12:00
ColorsTest.java
Began fixing bugs with caused by asynchronous listener calls.
2017-07-30 20:12:19 +12:00
TestRaceTimer.java
Began fixing bugs with caused by asynchronous listener calls.
2017-07-30 20:12:19 +12:00