Fixed and enables the old wakes. Enabled the fps counter by implementing the team-27s fps counter from their code, fixed trails from starting at the start of the startline no matter at what point in the race the stream is connected to (this is means the map starts a lot cleaner). Added live tracked speeds which are taken from the boat location packet. Linked the speeds coming in to their specified boats and allowed the onscreen speed tracker to keep up with the speeds. Linked the current speeds to the wakes so the wakes are redrawn for each change in speed and size to match the speed. Also added the toggle functionality back to the fps counter so they can be toggled on an off.

#story[818]
This commit is contained in:
Kusal Ekanayake
2017-04-28 16:41:35 +12:00
parent d1289b0de1
commit 0f4ad48de0
8 changed files with 110 additions and 39 deletions
+1
View File
@@ -140,4 +140,5 @@ public class Boat {
public int getId() {
return id;
}
}