osu/osu.Game/Screens
Dean Herbert 656c58567d Add safeties to skip attempted import of the intro beatmap when osu! ruleset not present
In general running this import will not cause any critical failures, but
the import itself *will* fail – and more loudly with the upcoming
changes to `RulesetStore` (https://github.com/ppy/osu/pull/16890). Due
to it being a loud failure, it will cause the notification overlay to
display a parsing error, which can interrupt the flow of some tests.

See test failure at
https://github.com/ppy/osu/runs/5268848949?check_suite_focus=true as an
example (video coverage at
https://github.com/ppy/osu/pull/16890#issuecomment-1046542243).
2022-02-21 16:21:38 +09:00
..
Backgrounds Fix BackgroundScreenDefault incorrectly updating current background after being inactive 2021-12-14 16:40:50 +09:00
Edit Merge branch 'master' into copy-existing-difficulty 2022-02-16 08:55:12 +09:00
Import Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
Menu Add safeties to skip attempted import of the intro beatmap when osu! ruleset not present 2022-02-21 16:21:38 +09:00
OnlinePlay Merge branch 'master' into remove-playlistitem-beatmap 2022-02-17 17:19:26 +09:00
Play Merge branch 'master' into expandable-controls 2022-02-14 16:57:45 +09:00
Ranking Pre-check for divisor zero and add explanation 2022-02-08 14:36:29 +08:00
Select Revert "Merge pull request #16889 from smoogipoo/remove-mod-multiplier" 2022-02-17 13:26:12 +09:00
Spectate Clean up SpectatorScreen based on suggestions 2022-02-09 12:20:07 +09:00
BackgroundScreen.cs
BackgroundScreenStack.cs Improve code around background screen handling to read better 2021-09-07 14:35:33 +09:00
IHandlePresentBeatmap.cs
IHasSubScreenStack.cs
IOsuScreen.cs Move MusicController adjustment set to inside OsuScreen itself (and result nullable) 2021-09-16 16:08:09 +09:00
Loader.cs Allow realm migration to run again if interrupted halfway 2022-01-24 18:55:15 +09:00
OsuScreen.cs Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
OsuScreenDependencies.cs
OsuScreenStack.cs Fix the default background parallax being set incorrectly when no screen is present 2021-09-17 18:14:39 +09:00
ScorePresentType.cs
ScreenWhiteBox.cs
StartupScreen.cs Remove unnecessary AllowTrackAdjustments overrides, add true to SongSelect 2021-09-15 13:12:57 +03:00