1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-23 14:53:21 +08:00
osu-lazer/osu.Game/Graphics
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 Load seasonal backgrounds without requiring being logged in 2024-12-20 00:38:54 +09:00
Containers Fix kiai fountains sometimes not displaying when they should 2025-02-18 14:12:16 +09:00
Cursor Improve menu/context-menu sample playback 2024-11-29 06:54:48 +09:00
OpenGL/Vertices Automated pass 2023-06-24 01:00:03 +09:00
Sprites Decouple GlowingDrawable from GlowingSpriteText 2024-03-31 01:44:54 +03:00
UserInterface Also disable sliderbar focus when disabled 2025-02-14 00:06:20 +09:00
UserInterfaceV2 Minor adjustments 2025-02-05 15:58:34 +09:00
DateTooltip.cs Automated pass 2023-06-24 01:00:03 +09:00
DrawableDate.cs Automated pass 2023-06-24 01:00:03 +09:00
ErrorTextFlowContainer.cs Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
HSPAColour.cs Fix HSPAColour.ToColour not being pure 2022-11-06 23:35:51 +09:00
IHasAccentColour.cs Automated pass 2023-06-24 01:00:03 +09:00
InputBlockingContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
OsuColour.cs Add Room.HasEnded helper method 2024-11-26 21:09:28 +09:00
OsuFont.cs Add description for torus alt 2022-12-03 23:42:16 +03:00
OsuIcon.cs Add button to access daily challenge playlist from main menu 2024-05-17 11:15:52 +02:00
ParticleExplosion.cs Automated pass 2023-06-24 01:00:03 +09:00
ParticleSpewer.cs Update HasFlag usages 2024-07-03 00:19:04 +09:00
ScreenshotManager.cs Refactor crop logic slightly 2024-01-25 14:30:26 +09:00