1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-23 18:03:01 +08:00
osu-lazer/osu.Game/Screens/Menu
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
..
ButtonArea.cs Update R# + fix inspections 2024-02-02 21:00:28 +09:00
ButtonSystem.cs Fix main menu osu logo being activated by function keys and escape 2025-01-21 16:40:21 +09:00
ConfirmDiscardChangesDialog.cs Partial everything 2022-11-27 00:00:27 +09:00
ConfirmExitDialog.cs Adjust punctuation 2024-07-10 18:17:10 +02:00
DailyChallengeButton.cs Merge branch 'master' into multiplayer-remove-cmc-and-composite 2024-11-20 17:24:55 +09:00
FlowContainerWithOrigin.cs Partial everything 2022-11-27 00:00:27 +09:00
HoldToExitGameOverlay.cs Merge branch 'master' into no-confirmation-on-update-restart 2023-06-25 13:35:21 +02:00
IntroCircles.cs Partial everything 2022-11-27 00:00:27 +09:00
IntroScreen.cs Ensure intro files exist in storage 2025-01-04 15:27:49 +09:00
IntroSequence.cs Partial everything 2022-11-27 00:00:27 +09:00
IntroTriangles.cs Update in line with framed clock changes 2023-09-22 22:02:18 +09:00
IntroWelcome.cs Update a few more instances of 0.96f scale constants 2023-05-03 18:20:12 +09:00
KiaiMenuFountains.cs Fix kiai fountains sometimes not displaying when they should 2025-02-18 14:12:16 +09:00
LogoVisualisation.cs Avoid beatmap lookup per bar in logo visualisation 2024-12-10 14:45:36 +09:00
MainMenu.cs Reduce nesting slightly 2025-01-05 00:32:06 +09:00
MainMenuButton.cs Add confirmation when pressing 'q' to quit at the main menu 2024-11-13 19:27:20 +09:00
MenuLogoVisualisation.cs Subclass menu logo visualisation 2024-12-20 15:35:31 +09:00
MenuSideFlashes.cs Subclass menu flashes instead of adding local code to it 2024-12-20 15:35:30 +09:00
MenuTip.cs Add menu tip hinting at correct spelling of laser 2024-12-21 21:41:48 +09:00
OnlineMenuBanner.cs Fix occasional test failures on new menu content tests 2024-06-03 12:24:56 +09:00
OsuLogo.cs Subclass menu logo visualisation 2024-12-20 15:35:31 +09:00
SongTicker.cs Remove using directive 2024-11-23 20:13:57 -05:00
StarFountain.cs Add in-gameplay version of kiai star fountains/burst 2024-08-21 17:34:38 +09:00
StorageErrorDialog.cs Fix retry button on storage unavailable dialog not reopening realm if retry succeeds 2024-11-08 09:28:14 +01:00
SupporterDisplay.cs Don't dismiss on hover, and allow dismissing via click 2023-12-28 17:20:01 +09:00