From 6f46be12dbf5b85b8ba4d0cd59d62441e1b406fb Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 8 May 2026 22:50:40 +0900 Subject: [PATCH 1/4] Update framework --- osu.Android.props | 2 +- osu.Game/osu.Game.csproj | 2 +- osu.iOS.props | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/osu.Android.props b/osu.Android.props index 96f41cfb1269..7e2f2ee2e054 100644 --- a/osu.Android.props +++ b/osu.Android.props @@ -10,7 +10,7 @@ true - + diff --git a/osu.iOS.props b/osu.iOS.props index ad3348f59b9a..6ddbfd8c0c78 100644 --- a/osu.iOS.props +++ b/osu.iOS.props @@ -17,6 +17,6 @@ -all - + From 397b2201d052e8989b44ee869ce766efc82cb8db Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Sat, 9 May 2026 00:26:25 +0900 Subject: [PATCH 2/4] Fix missing uncommitted change --- .../Overlays/Settings/Sections/Graphics/RendererSettings.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/osu.Game/Overlays/Settings/Sections/Graphics/RendererSettings.cs b/osu.Game/Overlays/Settings/Sections/Graphics/RendererSettings.cs index f1cec99f38a0..ec4bba9c9814 100644 --- a/osu.Game/Overlays/Settings/Sections/Graphics/RendererSettings.cs +++ b/osu.Game/Overlays/Settings/Sections/Graphics/RendererSettings.cs @@ -34,9 +34,7 @@ private void load(FrameworkConfigManager config, OsuConfigManager osuConfig, IDi Caption = GraphicsSettingsStrings.Renderer, Current = renderer, Items = host.GetPreferredRenderersForCurrentPlatform().Order() -#pragma warning disable CS0612 // Type or member is obsolete - .Where(t => t != RendererType.Vulkan && t != RendererType.OpenGLLegacy), -#pragma warning restore CS0612 // Type or member is obsolete + .Where(t => t != RendererType.Vulkan), }) { Keywords = new[] { @"compatibility", @"directx" }, From 458a27c99a010310d75cce86ed5634250ff7bb15 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Sat, 9 May 2026 00:34:45 +0900 Subject: [PATCH 3/4] Remove unused variable --- osu.Game.Tests/Skins/TestSceneBeatmapSkinLookupDisables.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/osu.Game.Tests/Skins/TestSceneBeatmapSkinLookupDisables.cs b/osu.Game.Tests/Skins/TestSceneBeatmapSkinLookupDisables.cs index a0f0bd2e7781..2e6d9d8587c0 100644 --- a/osu.Game.Tests/Skins/TestSceneBeatmapSkinLookupDisables.cs +++ b/osu.Game.Tests/Skins/TestSceneBeatmapSkinLookupDisables.cs @@ -13,7 +13,6 @@ using osu.Framework.Graphics.Textures; using osu.Framework.Testing; using osu.Game.Audio; -using osu.Game.Configuration; using osu.Game.Rulesets.Osu; using osu.Game.Skinning; using osu.Game.Tests.Beatmaps; @@ -30,9 +29,6 @@ public partial class TestSceneBeatmapSkinLookupDisables : OsuTestScene private BeatmapSkinSource beatmapSource; private SkinRequester requester; - [Resolved] - private OsuConfigManager config { get; set; } - [SetUp] public void SetUp() => Schedule(() => { From 7c2ec32d5c20db4e49514da46569d6de76a084d5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 8 May 2026 18:16:40 +0000 Subject: [PATCH 4/4] chore: bump framework to winnerspiros 2026.508.3 (run #44, GC pressure + LINQ hot-path opt) Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/29ac7f90-1c85-4add-b966-2cb397c12074 Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com> --- osu.Android.props | 2 +- osu.Game/osu.Game.csproj | 2 +- osu.iOS.props | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/osu.Android.props b/osu.Android.props index 797ba69f0b49..c4692c761dd8 100644 --- a/osu.Android.props +++ b/osu.Android.props @@ -102,7 +102,7 @@ - +