osu/osu.Game
Bartłomiej Dach 602d5db3bb
Simplify column dimensions code
`dimensions` would always receive exactly one item, so might as well
inline it.

And yes, at this point the grid container is mostly a glorified
`FillFlowContainer { Direction = FlowDirection.Vertical }`, but I am not
touching that in this pull pending further decisions with respect to
direction.
2023-06-03 19:40:01 +02: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
Configuration
Database Gracefully handle failures in cleaning up pending file deletions 2023-05-31 19:39:43 +09:00
Extensions
Graphics Adjust background colour used in LabelledDrawables to allow visibility of sliders 2023-05-31 23:24:21 +09:00
Input
IO
IPC
Localisation GameplayMenuOverlay.cs: add translatable strings for Retry count: and Song progress: 2023-05-27 12:47:05 +02:00
Models
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
Properties
Replays
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 Simplify column dimensions code 2023-06-03 19:40:01 +02:00
Skinning
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
Users
Utils
.editorconfig
BackgroundBeatmapProcessor.cs
osu!.res
osu.Game.csproj Update framework 2023-05-21 20:38:27 +02:00
OsuGame.cs
OsuGameBase_Importing.cs
OsuGameBase.cs
PerformFromMenuRunner.cs