osu/osu.Game/Screens/Menu
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
..
Button.cs
ButtonArea.cs
ButtonSystem.cs Fix ButtonSystem null reference crash due to missing null check in delayed animations 2022-01-27 16:39:38 +09:00
ConfirmExitDialog.cs
Disclaimer.cs
ExitConfirmOverlay.cs Update UI cases where repeat should not be handled 2021-11-18 13:13:36 +09:00
FlowContainerWithOrigin.cs
IntroCircles.cs
IntroScreen.cs Add safeties to skip attempted import of the intro beatmap when osu! ruleset not present 2022-02-21 16:21:38 +09:00
IntroSequence.cs
IntroTriangles.cs Ensure the background is eventually displayed when IntroTriangles suspends 2022-01-30 21:32:39 +09:00
IntroWelcome.cs
LogoVisualisation.cs Fix clear identifier typos 2021-12-27 20:26:28 -08:00
MainMenu.cs Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
MenuLogoVisualisation.cs
MenuSideFlashes.cs Replace TimeSignatures enum with struct for storage of arbitrary meter 2022-01-22 20:50:31 +01:00
OsuLogo.cs Replace TimeSignatures enum with struct for storage of arbitrary meter 2022-01-22 20:50:31 +01:00
SongTicker.cs
StorageErrorDialog.cs Clean up unused resolved properties 2021-12-03 18:49:49 +09:00