1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 19:32:55 +08:00
osu-lazer/osu.Game/Configuration
Dean Herbert ced8dda1a2
Clear previous LastLocalUserScore when returning to song select
This seems like the lowest friction way of fixing
https://github.com/ppy/osu/issues/30885.

We could also only null this on application, but this feels worse
because

- It would require local handling (potentially complex) in
  `BeatmapOffsetControl` if we want to continue displaying the graph and
button after clicking it.
- It would make the session static very specific in usage and
  potentially make future usage not possible due to being nulled in only
a very specific scenario.

One might argue that it would be nice to have this non-null until the
next play, but if such a usage comes up I'd propose we rename this
session static and add a new one with that purpose.
2024-11-28 18:01:28 +09:00
..
BackgroundSource.cs Automated pass 2023-06-24 01:00:03 +09:00
DevelopmentOsuConfigManager.cs Automated pass 2023-06-24 01:00:03 +09:00
DiscordRichPresenceMode.cs Automated pass 2023-06-24 01:00:03 +09:00
HUDVisibilityMode.cs Automated pass 2023-06-24 01:00:03 +09:00
IGameplaySettings.cs Move IGameplaySettings override to compose screen to keep test mode unaffected 2022-11-17 01:45:16 +03:00
InMemoryConfigManager.cs Automated pass 2023-06-24 01:00:03 +09:00
IntroSequence.cs Remove redundant nullable suppression directives 2023-06-07 08:20:41 +03:00
ModSettingChangeTracker.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuConfigManager.cs Rename of the setting 2024-11-27 00:27:22 +03:00
RandomSelectAlgorithm.cs Automated pass 2023-06-24 01:00:03 +09:00
RealmRulesetSetting.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ReleaseStream.cs Remove redundant nullable suppression directives 2023-06-07 08:20:41 +03:00
ScalingMode.cs Automated pass 2023-06-24 01:00:03 +09:00
ScreenshotFormat.cs Automated pass 2023-06-24 01:00:03 +09:00
ScrollVisualisationMethod.cs Automated pass 2023-06-24 01:00:03 +09:00
SeasonalBackgroundMode.cs Automated pass 2023-06-24 01:00:03 +09:00
SessionAverageHitErrorTracker.cs Fix global audio offset suggestion feature not taking previous offset value into account 2023-12-29 12:20:58 +01:00
SessionStatics.cs Clear previous LastLocalUserScore when returning to song select 2024-11-28 18:01:28 +09:00
SettingSourceAttribute.cs Merge pull request #29936 from u4vh3/skinning-colour-customisation 2024-09-27 14:20:58 +09:00
SettingsStore.cs Automated pass 2023-06-24 01:00:03 +09:00
StorageConfigManager.cs Automated pass 2023-06-24 01:00:03 +09:00
ToolbarClockDisplayMode.cs Remove redundant nullable suppression directives 2023-06-07 08:20:41 +03:00