osu/osu.Game/Screens/Select
Dean Herbert 5b3a154431 Fix potential errors thrown during beatmap leaderboard display due to incorrect beatmap reference
Specifically, the global `BeatmapInfo` is referenced inside the web
request's success callback, and used to attempt population via methods
which expect non-null beatmap inputs.

Closes #16211.
2021-12-22 17:24:48 +09:00
..
Carousel Update all simple cases of switching to `IWorkingBeatmap` 2021-11-17 20:56:57 +09:00
Details Change difficulty cache storage type to nullable 2021-11-20 17:00:50 +01:00
Filter
Leaderboards Fix potential errors thrown during beatmap leaderboard display due to incorrect beatmap reference 2021-12-22 17:24:48 +09:00
Options
BeatmapCarousel.cs Update cases where equality can be used instead of primary key equality 2021-11-24 12:49:57 +09:00
BeatmapClearScoresDialog.cs
BeatmapDeleteDialog.cs Fix a few more "maybe null" inspections 2021-11-04 16:11:23 +09:00
BeatmapDetailArea.cs
BeatmapDetailAreaDetailTabItem.cs
BeatmapDetailAreaLeaderboardTabItem.cs
BeatmapDetailAreaTabControl.cs
BeatmapDetailAreaTabItem.cs
BeatmapDetails.cs Clean up unused resolved properties 2021-12-03 18:49:49 +09:00
BeatmapInfoWedge.cs Add missing null check before attempting to populate bpm info 2021-12-10 13:53:48 +09:00
BeatmapInfoWedgeBackground.cs Update all simple cases of switching to `IWorkingBeatmap` 2021-11-17 20:56:57 +09:00
FilterControl.cs Apply batch fixing of built-in types using `var` 2021-10-27 13:04:41 +09:00
FilterCriteria.cs Rename `BeatmapSetOnlineStatus` to `BeatmapOnlineStatus` 2021-11-24 18:42:49 +09:00
FilterQueryParser.cs Apply batch fixing of built-in types using `var` 2021-10-27 13:04:41 +09:00
Footer.cs
FooterButton.cs
FooterButtonMods.cs
FooterButtonOptions.cs
FooterButtonRandom.cs
ImportFromStablePopup.cs
LocalScoreDeleteDialog.cs
PlayBeatmapDetailArea.cs
PlaySongSelect.cs
SongSelect.cs Merge branch 'master' into primary-key-consistency 2021-12-08 21:34:38 +09:00
WedgeBackground.cs