1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 17:53:53 +08:00
osu-lazer/osu.Game
Dean Herbert ff108416d8
Fix incorrect background being loaded due to async race
If the API login (and thus user set) completed between `load` and
`LoadComplete`, the re-fetch on user change would not yet be hooked up,
causing an incorrect default background to be used instead.

Of note, moving this out of async load doesn't really affect load
performance as the bulk of the load operation is already scheduled and
`LoadComponentAsync`ed anyway
2024-05-01 00:05:14 +08:00
..
Audio Add fallback to find spinner samples without a bank prefix 2024-03-09 01:10:28 +09:00
Beatmaps Apply transforms to storyboard videos 2024-04-22 18:43:15 +08:00
Collections Apply safeties for AudioFilter usage around drawables which go non-present 2024-02-26 21:22:25 +08:00
Configuration Remember login by default 2024-03-12 20:14:50 +08:00
Database Merge branch 'master' into fix-zip-encoding 2024-04-30 16:30:15 +02:00
Extensions Fix date failing to display on leaderboard for some scores with weird datetimes 2024-01-14 13:52:39 +01:00
Graphics Merge pull request #27965 from bdach/generic-math 2024-04-26 01:33:54 +09:00
Input Add bindings for stepping backward/forward 2024-01-18 20:38:25 +09:00
IO Force encoding to Shift-JIS for archive filenames 2024-04-30 01:27:47 +08:00
IPC
Localisation Add ability to show beatmap source using skin editor's beatmap attribute text 2024-04-24 09:01:31 +08:00
Models Use native query to avoid huge overheads when cleaning up realm files 2024-01-09 15:37:29 +09:00
Online Fix SpectatorClient holding references to Player 2024-04-03 17:32:02 +09:00
Overlays Autosave edited skin on change 2024-04-29 14:38:53 +02:00
Performance Expose high performance session state 2024-04-16 10:04:38 +08:00
Properties Make medal overlay respect overlay disable via activation mode 2024-02-20 16:31:31 +01:00
Replays
Rulesets Fix DifficultyBindable bound desync between maxValue and CurrentNumber.MaxValue 2024-04-23 18:58:40 +02:00
Scoring Return Task.CompletedTask instead of null 2024-04-22 11:22:39 -07:00
Screens Fix incorrect background being loaded due to async race 2024-05-01 00:05:14 +08:00
Skinning Add ability to show beatmap source using skin editor's beatmap attribute text 2024-04-24 09:01:31 +08:00
Storyboards Fix fade-in no longer working on videos 2024-04-23 22:03:32 +08:00
Tests Add flag to allow backwards seeks in tests 2024-02-29 23:05:28 +08:00
Updater Warn about not using an official "deployed" build 2024-03-21 00:47:45 +09:00
Users Simplify assignment by using an auto property 2024-03-09 20:17:27 +08:00
Utils Fix test failures due to sentry oversight 2024-04-12 01:10:42 +08:00
.editorconfig
FodyWeavers.xml
osu!.res
osu.Game.csproj Update framework 2024-04-23 22:04:28 +08:00
OsuGame.cs Revert beatmap query change 2024-04-22 11:15:50 -07:00
OsuGameBase_Importing.cs
OsuGameBase.cs Fix a couple of xmldoc typos 2024-04-26 15:28:52 +08:00
PerformFromMenuRunner.cs