There's still a lot I'd like to improve about this but spent long enough on it so want to go with what I have for now. Start playing the daily challenge track during the intro (and automatically download) (#29347 by @peppy) Add sound design for daily challenge intro animation (#2...
@@ -199,6 +205,7 @@ private struct TrailPart { public Vector2 Position; public float Time; public Vector2 Scale; public long InvalidationID; } @@ -280,7 +287,7 @@ protected override void Draw(IRenderer renderer) vertexBatch.Add(new TexturedTrailVertex { Position = new Vector2(part....
This was added due to feedback that the previous minimum of 30 seconds feels too long for most cases. Fix star range display looking a bit bad when changing opacity (#31435 by @peppy) BeforeAfter Add notifications for when friends go online or offline (#31444 by @smoogipoo) Note that...
Intended to be done long ago but was seemingly forgotten (see relevant discussion). Some decisions made in this PR may be questionable (such as removing the "show log overlay" and "bypass front-to-back" settings), but I'm opening this PR just to shine back on doing this.Skinning...