1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-24 00:52:56 +08:00
osu-lazer/osu.Game/Graphics/Containers
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
..
Markdown Update markdown code block implementation in line with framework changes 2024-02-18 02:00:55 +03:00
BeatSyncedContainer.cs Fix kiai fountains sometimes not displaying when they should 2025-02-18 14:12:16 +09:00
ConstrainedIconContainer.cs Fix ConstrainedIconContainer always using masking 2024-01-18 04:06:02 +03:00
ExpandingContainer.cs Allow ExpandingContainer to not auto expand on hover 2023-12-27 02:33:02 +09:00
HoldToConfirmContainer.cs Make AbortConfirm() virtual and override with filter logic 2023-02-11 12:54:16 -08:00
IExpandable.cs Automated pass 2023-06-24 01:00:03 +09:00
IExpandingContainer.cs Automated pass 2023-06-24 01:00:03 +09:00
LinkFlowContainer.cs Ignore overlapping links instead of crashing 2023-12-01 00:54:13 +01:00
LogoTrackingContainer.cs Apply NRT to LogoTrackingContainer 2024-02-18 23:35:26 +08:00
OsuClickableContainer.cs Fix OsuClickableContainer sounds not being blocked by nested drawables 2023-02-13 15:36:17 -08:00
OsuFocusedOverlayContainer.cs Implement basic medal display flow 2024-02-20 16:31:31 +01:00
OsuHoverContainer.cs Fix idle/hover colour handling weirdness in OsuHoverContainer 2025-01-16 18:54:51 +09:00
OsuRearrangeableListContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
OsuRearrangeableListItem.cs Fix click sounds playing twice on OsuRearrangeableListItem 2024-08-01 18:18:00 -07:00
OsuScrollContainer.cs Move absolute scroll support local to carousel and allow custom bindings 2025-01-16 20:47:59 +09:00
OsuTextFlowContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
ParallaxContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
ReverseChildIDFillFlowContainer.cs Automated pass 2023-06-24 01:00:03 +09:00
ScalingContainer.cs Apply nullability to ScalingContainer 2025-02-14 18:35:43 +09:00
SectionsContainer.cs Update game ScrollContainer usage in line with framework changes 2025-01-11 01:42:59 +09:00
SelectionCycleFillFlowContainer.cs Update R# + fix inspections 2024-02-02 21:00:28 +09:00
ShakeContainer.cs Automated pass 2023-06-24 01:00:03 +09:00
UprightAspectMaintainingContainer.cs Bypass Parent nullability checks for now 2023-10-17 17:48:45 +09:00
UserDimContainer.cs Fix publicly-settable bindables 2023-10-06 16:51:24 +09:00
UserTrackingScrollContainer.cs Move absolute scroll support local to carousel and allow custom bindings 2025-01-16 20:47:59 +09:00
WaveContainer.cs Avoid using .Children for enumeration in other locations 2024-01-23 05:32:11 +09:00