1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00
osu-lazer/osu.Game/Screens/Ranking/Statistics
Dean Herbert 76832a1495
Remove ScorePerformanceCache
This class was only used in two places, both on the results screen, but
was holding references to `OsuPlayfield` game-wide (due to unrelated
issues, but still).

Because I can't really think of future use cases for this, and running
the calculation twice at results screen isn't a huge overhead, let's
just do that for now to keep things simple.
2024-01-29 15:28:20 +09:00
..
User Change OverallRanking to use a two-column layout similar to statistics table 2023-07-13 18:45:32 +09:00
AverageHitError.cs Automated pass 2023-06-24 01:00:03 +09:00
HitEventTimingDistributionGraph.cs Adjust metrics of HitEventTimingDistributionGraph 2023-07-13 18:45:32 +09:00
PerformanceBreakdownChart.cs Remove ScorePerformanceCache 2024-01-29 15:28:20 +09:00
SimpleStatisticItem.cs Centralise font size specification for statistic items (and reduce slightly) 2023-07-13 18:31:40 +09:00
SimpleStatisticTable.cs Change OverallRanking to use a two-column layout similar to statistics table 2023-07-13 18:45:32 +09:00
SoloStatisticsPanel.cs Fix overall ranking text overlapping at some aspect ratios 2024-01-06 20:25:07 +09:00
StatisticItem.cs Centralise font size specification for statistic items (and reduce slightly) 2023-07-13 18:31:40 +09:00
StatisticItemContainer.cs Rename StatisticContainer to StatisticItemContainer and add a background 2023-07-13 18:59:11 +09:00
StatisticsPanel.cs Fix differing anchor specs on statistics panel flow items 2023-07-13 20:00:29 +02:00
UnstableRate.cs Automated pass 2023-06-24 01:00:03 +09:00