osu/osu.Game/Screens/Ranking
Dean Herbert 985604fab5 Return StatisticItems rather than StatisticRows from ruleset
There were no usages of more than one column being provided per row, so
it seemed like unnecessarily complexity. I'm currently trying to reduce
complexity so we can improve the layout of the results screen, which
currently has up to three levels of nested `GridContainer`s.

Of note, I can't add backwards compatibility because the method
signature has not changed in `Ruleset` (only the return type). If we do
want to keep compatibility with other rulesets, we could designate a new
name for the updated method.
2023-06-01 14:35:15 +09:00
..
Contracted
Expanded Centralise accuracy cutoff constants and add lookup helper methods 2023-02-09 15:41:58 +09:00
Statistics Return StatisticItems rather than StatisticRows from ruleset 2023-06-01 14:35:15 +09:00
AspectContainer.cs
PanelState.cs
ReplayDownloadButton.cs
ResultsScreen.cs
RetryButton.cs
ScorePanel.cs
ScorePanelList.cs Fix CI issues 2023-05-23 19:32:19 +09:00
ScorePanelTrackingContainer.cs
SoloResultsScreen.cs