1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 03:17:52 +08:00
osu-lazer/osu.Game/Screens
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
..
Backgrounds Refresh background on file change in editor 2023-01-06 19:26:30 +03:00
Edit Merge pull request #23649 from peppy/keep-selection-buttons-on-screen 2023-05-26 20:51:45 +09:00
Import Merge branch 'master' into update-framework 2022-11-26 16:19:36 +01:00
Menu Update a few more instances of 0.96f scale constants 2023-05-03 18:20:12 +09:00
OnlinePlay Merge pull request #23661 from peppy/fix-multiplayer-present-crash 2023-05-31 19:43:30 +09:00
Play Merge branch 'master' into scorev2 2023-05-30 14:34:43 +09:00
Ranking Return StatisticItems rather than StatisticRows from ruleset 2023-06-01 14:35:15 +09:00
Select Show "rewind" text on random button when beginning a right mouse press 2023-05-17 14:51:40 +09:00
Spectate Partial everything 2022-11-27 00:00:27 +09:00
Utility Use generic Enum methods 2022-12-26 20:36:39 +01:00
BackgroundScreen.cs Partial everything 2022-11-27 00:00:27 +09:00
BackgroundScreenStack.cs Partial everything 2022-11-27 00:00:27 +09:00
IHandlePresentBeatmap.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IHasSubScreenStack.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IOsuScreen.cs Keep cursor hiding feature to gameplay screens for now 2022-10-20 03:44:58 +03:00
IPerformFromScreenRunner.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
Loader.cs Remove duplicate load rule from ShaderPrecompiler 2023-03-29 12:36:56 +09:00
OsuScreen.cs Remove OsuScreen.ApplyLogoArrivingDefaults() 2023-05-23 13:17:43 -07:00
OsuScreenDependencies.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuScreenStack.cs Partial everything 2022-11-27 00:00:27 +09:00
ScorePresentType.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ScreenWhiteBox.cs Partial everything 2022-11-27 00:00:27 +09:00
StartupScreen.cs Partial everything 2022-11-27 00:00:27 +09:00