1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +08:00
osu-lazer/osu.Game/Beatmaps/Drawables
Dean Herbert c1e9b6d4ca
Fix beatmap backgrounds loading default briefly before final display
Due to the way `ModelBackedDrawable` works, the default starts to get
loaded even though a final `Beatmap` has been set. This avoids loading
the default fallback unless a beatmap has been set (and has no
background itself).
2024-05-03 13:42:56 +08:00
..
Cards Add comment explaining why width is limited to the button area 2024-03-14 00:17:22 -07:00
BeatmapBackgroundSprite.cs Automated pass 2023-06-24 01:00:03 +09:00
BeatmapDownloadButton.cs Partial everything 2022-11-27 00:00:27 +09:00
BeatmapSetOnlineStatusPill.cs Add animation support for beatmap status pills 2023-09-06 15:04:25 +09:00
BundledBeatmapDownloader.cs Partial everything 2022-11-27 00:00:27 +09:00
DifficultyIcon.cs Substitute two jank interdependent bool flags for single tri-state enums 2024-02-22 12:05:50 +01:00
DifficultyIconTooltip.cs Swap AR and OD on tooltips 2024-02-22 12:11:49 +01:00
DifficultySpectrumDisplay.cs Automated pass 2023-06-24 01:00:03 +09:00
DownloadProgressBar.cs Automated pass 2023-06-24 01:00:03 +09:00
OnlineBeatmapSetCover.cs Use new ArgumentNullException.ThrowIfNull throw-helper API 2022-12-22 21:27:59 +01:00
StarRatingDisplay.cs Fix StarRatingDisplay's display width to avoid text making slight autosize changes 2023-12-15 16:00:03 +09:00
UpdateableBeatmapBackgroundSprite.cs Fix beatmap backgrounds loading default briefly before final display 2024-05-03 13:42:56 +08:00
UpdateableOnlineBeatmapSetCover.cs Partial everything 2022-11-27 00:00:27 +09:00