1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:47:24 +08:00
osu-lazer/osu.Game
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 Merge branch 'master' into sample-set-controls 2023-05-24 14:03:04 +09:00
Beatmaps Merge branch 'master' into sample-set-controls 2023-05-25 21:58:16 +02:00
Collections make ResetConfirmDialog properly utilise its parent's logic 2023-03-05 20:57:26 +01:00
Configuration Remove usages of [ExcludeFromDynamicCompile] 2023-05-08 18:12:56 +09:00
Database Gracefully handle failures in cleaning up pending file deletions 2023-05-31 19:39:43 +09:00
Extensions Move extension methods closer to serialisation classes 2023-02-15 18:37:41 +09:00
Graphics Adjust background colour used in LabelledDrawables to allow visibility of sliders 2023-05-31 23:24:21 +09:00
Input Fix hold-for-right-click showing during gameplay 2023-05-13 21:32:30 +09:00
IO Also support hard links on macOS 2022-12-29 22:35:13 +08:00
IPC Handle osu:// scheme links via IPC in desktop game 2022-06-20 21:26:22 +02:00
Localisation GameplayMenuOverlay.cs: add translatable strings for Retry count: and Song progress: 2023-05-27 12:47:05 +02:00
Models Remove usages of [ExcludeFromDynamicCompile] 2023-05-08 18:12:56 +09:00
Online Pass ScoreProcessorStatistics to FrameHeader, rather than the full processor 2023-05-29 20:00:42 +09:00
Overlays Merge pull request #23637 from peppy/add-shadow-settings-notifications 2023-05-24 21:34:14 +02:00
Performance Partial everything 2022-11-27 00:00:27 +09:00
Properties Automated #nullable processing 2022-06-17 16:37:17 +09:00
Replays Show smoke in replays 2022-09-18 17:55:06 -07:00
Rulesets Return StatisticItems rather than StatisticRows from ruleset 2023-06-01 14:35:15 +09:00
Scoring Split out multiplier retrieval into a function and use a default multiplier for all rulesets 2023-05-30 14:20:26 +09:00
Screens Return StatisticItems rather than StatisticRows from ruleset 2023-06-01 14:35:15 +09:00
Skinning Remove usages of [ExcludeFromDynamicCompile] 2023-05-08 18:12:56 +09:00
Storyboards Fix storyboard video-only check being inverted 2023-05-16 21:51:32 -07:00
Tests Add score processor statistics to replay header 2023-05-19 16:29:24 +09:00
Updater Partial everything 2022-11-27 00:00:27 +09:00
Users Use image@2x from tournament banner api 2023-03-25 13:08:46 -07:00
Utils Extract common part of regex to separate method 2022-12-03 16:59:43 +01:00
.editorconfig Add localisation length hinting 2022-04-28 19:26:28 +09:00
BackgroundBeatmapProcessor.cs Partial everything 2022-11-27 00:00:27 +09:00
osu!.res And then everything became one 2017-09-19 16:06:58 +09:00
osu.Game.csproj Update framework 2023-05-21 20:38:27 +02:00
OsuGame.cs Fix hold-for-right-click showing during gameplay 2023-05-13 21:32:30 +09:00
OsuGameBase_Importing.cs Move ImportParameters to better home 2022-12-13 21:41:26 +09:00
OsuGameBase.cs Rename method to better indicate directionality 2023-05-04 18:15:12 +02:00
PerformFromMenuRunner.cs Partial everything 2022-11-27 00:00:27 +09:00