1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00
osu-lazer/osu.Game/Overlays/BeatmapSet
Salman Ahmed be2d616e34 Fix localisation use cases not falling back to default(LocalisableString)
Previously such use cases have been returning `null` values just fine since `GetLocalisableString` was returning `LocalisableFormattableString`, and these null values were wrapped in `LocalisableString`s implicitly, therefore not requiring an explicit fallback string and `null` doesn't break anything.
2022-04-28 11:21:00 +03:00
..
Buttons Split out INotificationOverlay to allow for easier testing 2022-04-18 20:14:01 +09:00
Scores Fix localisation use cases not falling back to default(LocalisableString) 2022-04-28 11:21:00 +03:00
AuthorInfo.cs Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
BasicStats.cs Update all beatmap overlay views to use APIBeatmap/APIBeatmapSet 2021-10-29 18:50:55 +09:00
BeatmapAvailability.cs Use existing web localisation for most hardcoded strings 2022-04-20 16:31:11 -07:00
BeatmapPicker.cs Fix current selection not being correctly maintained when BeatmapPicker updates its display 2022-02-22 17:17:08 +09:00
BeatmapRulesetSelector.cs Update all beatmap overlay views to use APIBeatmap/APIBeatmapSet 2021-10-29 18:50:55 +09:00
BeatmapRulesetTabItem.cs Update other usages of online ID comparisons to use new extension method 2021-11-15 14:44:08 +09:00
BeatmapSetHeader.cs Update all beatmap overlay views to use APIBeatmap/APIBeatmapSet 2021-10-29 18:50:55 +09:00
BeatmapSetHeaderContent.cs Remove mentions of "panel" and "direct" from names of old download buttons 2021-11-27 15:08:03 +01:00
BeatmapSetLayoutSection.cs Refactor to avoid visual inconsistency for beatmaps with no leaderboard 2020-02-22 03:40:59 +03:00
Details.cs Update all beatmap overlay views to use APIBeatmap/APIBeatmapSet 2021-10-29 18:50:55 +09:00
ExplicitContentBeatmapPill.cs Remove all references to static OverlayColourProviders 2022-02-20 21:09:08 +01:00
FeaturedArtistBeatmapPill.cs Remove all references to static OverlayColourProviders 2022-02-20 21:09:08 +01:00
Info.cs Update all beatmap overlay views to use APIBeatmap/APIBeatmapSet 2021-10-29 18:50:55 +09:00
LeaderboardModSelector.cs Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00
LeaderboardScopeSelector.cs Remove redundant using directives 2020-02-16 21:52:08 +01:00
MetadataSection.cs Localise beatmap info. 2021-08-12 19:17:32 +02:00
MetadataType.cs Localise beatmap info. 2021-08-12 19:17:32 +02:00
SuccessRate.cs Display pass/play count in success rate percentage tooltip 2022-04-02 18:08:57 +03:00