1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-24 06:32:56 +08:00
osu-lazer/osu.Game/Screens
Bartłomiej Dach 288851c606
Fix score position not being displayed in solo results screen
Closes https://github.com/ppy/osu/issues/31842.

To be honest, I recall this working too, but I don't recall when it
might have broken, nor do I want to go look for the point of breakage
because it might be borderline impossible to find it now. So I'm just
fixing as if it was just a straight omission.

Opting for a client-side fix because server-side inclusion of the score
position for an entire leaderboard has been previously rejected as too
expensive:

	https://github.com/ppy/osu-web/pull/11354#discussion_r1689217450
2025-02-10 12:17:52 +01:00
..
Backgrounds Remove unused method 2024-12-31 14:02:07 +01:00
Edit Add percent progress display to editor footer 2025-02-10 14:51:48 +09:00
Footer Explicitly define Hue rather than implicitly provide it by enum value 2024-07-18 00:26:24 +03:00
Import Redesign directory & file selector (and update usages accordingly) 2024-09-24 14:54:48 +02:00
Menu Fix main menu osu logo being activated by function keys and escape 2025-01-21 16:40:21 +09:00
OnlinePlay Simplify naming of endpoints 2025-02-07 17:33:32 +09:00
Play Don't attempt to submit zero scores 2025-02-07 15:36:59 +09:00
Ranking Fix score position not being displayed in solo results screen 2025-02-10 12:17:52 +01:00
Select Merge branch 'master' into multiplayer-free-style 2025-01-24 17:23:35 +09:00
SelectV2 Merge pull request #31823 from peppy/carousel-v2-optimisation-pass 2025-02-07 10:44:53 +01:00
Spectate Watch global user presence while in spectator screen 2025-02-04 17:55:50 +09:00
Utility Adjust calls to GetContainingInputManager() 2024-06-18 07:41:19 +02:00
BackgroundScreen.cs Remove requirement of specifying animateOnnter in BackgroundScreen ctor 2024-08-07 19:07:44 +09:00
BackgroundScreenStack.cs Remove requirement of specifying animateOnnter in BackgroundScreen ctor 2024-08-07 19:07:44 +09:00
IHandlePresentBeatmap.cs
IHasSubScreenStack.cs
IOsuScreen.cs Merge branch 'master' into mobile-fix-mania 2025-01-24 17:03:00 +09:00
IPerformFromScreenRunner.cs
Loader.cs Fix test faiulres when seasonal set to true due to non-circles intro 2024-12-20 16:02:43 +09:00
OsuScreen.cs Merge branch 'master' into mobile-fix-mania 2025-01-24 17:03:00 +09:00
OsuScreenDependencies.cs
OsuScreenStack.cs Move screen footer to OsuGame 2024-05-16 07:48:58 +03:00
ScorePresentType.cs
ScreenWhiteBox.cs
StartupScreen.cs Rename AllowBackButton to AllowUserExit and rewrite visibility flow structure 2024-11-26 16:52:39 -05:00