1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-24 01:43:12 +08:00
osu-lazer/osu.Game/Screens
Dean Herbert 8e25c94452
Fix kiai fountains sometimes not displaying when they should
The previous logic was very wrong, as the check would only occur on each
beat. But that's not how kiai sections work – they can be placed at any
timestamp, even if that doesn't align with a beat.

In addition, the rate limiting has been removed because it didn't exist
on stable and causes some fountains to be missed. Overlap scenarios are
already handled internally by the `StarFountain` class.

Closes https://github.com/ppy/osu/issues/31855.
2025-02-18 14:12:16 +09:00
..
Backgrounds Remove unused method 2024-12-31 14:02:07 +01:00
Edit Merge pull request #31917 from bdach/nudge-fix 2025-02-18 12:19:14 +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 kiai fountains sometimes not displaying when they should 2025-02-18 14:12:16 +09:00
OnlinePlay Merge pull request #31880 from peppy/team-logo-support 2025-02-14 22:59:57 +09:00
Play Fix kiai fountains sometimes not displaying when they should 2025-02-18 14:12:16 +09:00
Ranking Fix score position not being displayed in solo results screen 2025-02-10 12:17:52 +01:00
Select Flash footer freemod/freestyle buttons when active 2025-02-12 18:30:34 +09:00
SelectV2 Add drawable implementations of team logo 2025-02-14 17:39:21 +09: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