1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00
osu-lazer/osu.Game/Screens
Salman Ahmed e6236ba088 Update save score button to check availability after import
Previously was relying on whether `SaveReplay` returns null, but since
I've changed it to use the standard "prepare score for import" path, the
button has to check for local availability after import since that path
doesn't return null on fail.
2022-07-15 23:39:52 +03:00
..
Backgrounds Move event handlers to LoadComplete 2022-07-08 15:09:16 +09:00
Edit Fix potential crash when exiting editor test mode 2022-07-14 01:00:18 +09:00
Import Automated #nullable processing 2022-06-17 16:37:17 +09:00
Menu Reword comment to better explain what we are guarding against 2022-07-12 16:46:19 +09:00
OnlinePlay Replace download tracker with local querying 2022-07-15 08:16:36 +03:00
Play Update save score button to check availability after import 2022-07-15 23:39:52 +03:00
Ranking Standardise HasReplay implementation (and remove from persisting to realm) 2022-07-15 16:14:21 +09:00
Select Merge branch 'master' into placeholder-fixes 2022-07-15 20:22:25 +03:00
Spectate Automated #nullable processing 2022-06-17 16:37:17 +09:00
Utility Remove unnecessary null casts 2022-06-24 14:50:11 +09:00
BackgroundScreen.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
BackgroundScreenStack.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IHandlePresentBeatmap.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IHasSubScreenStack.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IOsuScreen.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IPerformFromScreenRunner.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
Loader.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuScreen.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuScreenDependencies.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuScreenStack.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ScorePresentType.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ScreenWhiteBox.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
StartupScreen.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00