You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option: show room success rate colors in chapter graph (#140)
* Success rate colors in graph (no way to turn off)
* Use success rate rather than golden success rate
* Use default colors
* Use same successRate as `{room:successRate}` format
* Add setting toggle for showing success rate colors in graph
* Move room success rate calculation used by graph overlay
to `SuccessRateStat`
* Cache success rate data for graph overlay
Also, adjust `ChokeRateStat` caching code to match
All caches are invalidated on run end or chapter change.
`SuccessRateStat` cache is also invaludated in:
- `RoomStats.AddAttempt`
- `RoomStats.RemoveLastAttempt`
* Reset stat cache in `Events.OnAfterSavingStats`
* Dim success rate colors in graph overlay for past rooms
when using standard room indicator
* Chapter graph success rate colors flashing with non-explicit indicator
* Change graph overlay color switching to use sinosoidal animation
* Update variable name to match code style
* GraphOverlay blink to darker colors
* Graph overlay start blinking animation at same brightness level
as is currently being shown
0 commit comments