1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 08:07:24 +08:00
osu-lazer/osu.Game.Tests/Visual
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
..
Audio Rename NormalSliderBar.cs to RoundedSliderBar.cs 2023-02-02 17:24:45 +01:00
Background Add second definition of EndTime for storyboard elements to account for loops in lifetime 2023-04-25 15:22:11 +09:00
Beatmaps Partial everything 2022-11-27 00:00:27 +09:00
Collections Partial everything 2022-11-27 00:00:27 +09:00
Colours Partial everything 2022-11-27 00:00:27 +09:00
Components Partial everything 2022-11-27 00:00:27 +09:00
Editing Merge branch 'master' into slider-control-point-no-distance-snap 2023-05-26 19:52:54 +02:00
Gameplay Merge branch 'master' into scorev2 2023-05-29 20:06:32 +09:00
Menus Fix overlay toggle keys working during disabled activation modes 2023-04-03 15:03:47 +09:00
Mods Add testing 2023-05-29 22:33:46 +02:00
Multiplayer Fix tests 2023-05-23 18:18:27 +09:00
Navigation Fix test step name 2023-05-24 20:18:36 +02:00
Online Change "Show main page" test steps to actually load the main page 2023-05-08 15:32:00 +09:00
Playlists Fix intermittent failure in playlists match loading test 2023-01-20 01:18:41 +03:00
Ranking Return StatisticItems rather than StatisticRows from ruleset 2023-06-01 14:35:15 +09:00
Settings Remove all unnecessary usage of IHasFilterableChildren 2022-11-29 14:40:52 +09:00
SongSelect Fix TestSceneTopLocalRank 2023-05-19 14:06:56 +09:00
UserInterface Centralise beatmap playable duration and bounds lookups 2023-05-25 17:32:48 +09:00
TestMultiplayerComponents.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOsuScreenStack.cs Partial everything 2022-11-27 00:00:27 +09:00