Fixed start line boat position algorithm. Fixed map limits and max players. Fixed concurrency bug on token creation and pickup. Fixed mini map arrows not rendering correctly for finish lines on maps other than the original. Removed System.gc() call after memory issues causing pauses could not be replicated.

This commit is contained in:
Calum
2017-10-11 00:13:55 +13:00
parent 057af2799a
commit 5dbc23866a
16 changed files with 63 additions and 84 deletions
@@ -16,6 +16,9 @@ public abstract class Marker extends Group{
protected int exitArrowIndex = 0;
public abstract void addArrows(RoundingSide roundingSide, double entryAngle, double exitAngle);
public abstract void addFinishArrow(RoundingSide roundingSide, double entryAngle, double exitAngle);
/**
* Shows the next EnterArrow. Does nothing if there are no more enter arrows. Other arrows become hidden.
*/