1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 17:57:38 +08:00
osu-lazer/osu.Game.Tests/Visual/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
..
TestSceneAccuracyCircle.cs Simplify TestSceneAccuracyCircle test specifications 2023-02-09 15:42:03 +09:00
TestSceneContractedPanelMiddleContent.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneExpandedPanelMiddleContent.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneExpandedPanelTopContent.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneHitEventTimingDistributionGraph.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOverallRanking.cs Fix invalid data in test scene 2022-12-27 19:49:08 +01:00
TestSceneResultsScreen.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneScorePanel.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneScorePanelList.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneSimpleStatisticTable.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneStatisticsPanel.cs Return StatisticItems rather than StatisticRows from ruleset 2023-06-01 14:35:15 +09:00