1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-24 00:13:29 +08:00
osu-lazer/osu.Game
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
..
.idea/.idea.osu.dir/.idea Merge branch 'master' into multiplayer-remove-cmc-and-composite 2024-11-20 17:24:55 +09:00
Audio Use cleaner array creation expression 2025-01-07 01:23:19 +03:00
Beatmaps Changed the Currently Playing Text when no track is selected 2025-02-09 01:29:22 -03:00
Collections Fix potential bad realm access to collection name 2025-02-11 20:05:48 +09:00
Configuration Reset UI scale for mobile platforms 2025-02-14 06:25:53 -05:00
Database Implement special exporter intended specifically for submission flows 2025-02-05 14:01:37 +01:00
Extensions Apply minor performance rules 2024-11-28 20:41:44 +08:00
Graphics Fix kiai fountains sometimes not displaying when they should 2025-02-18 14:12:16 +09:00
Input Add comment warning about enum entry order in GlobalAction 2025-02-11 18:04:23 +01:00
IO Work around rare sharpcompress failure to extract certain archives 2025-01-27 12:28:53 +01:00
IPC
Localisation Fix minor typo 2025-02-17 22:42:03 +09:00
Models
Online Fix one more misalignment on leaderboard scores 2025-02-14 19:16:03 +09:00
Overlays Minor bump some packages 2025-02-17 15:23:26 +09:00
Performance Expose high performance session state 2024-04-16 10:04:38 +08:00
Properties
Replays Update HasFlag usages 2024-07-03 00:19:04 +09:00
Rulesets Fix incorrect snapping behaviour when previous object is not snapped to beat 2025-02-04 11:45:15 +01:00
Scoring Use RealmLive in SaveFailedScoreButton 2024-11-27 15:25:42 +09:00
Screens Fix kiai fountains sometimes not displaying when they should 2025-02-18 14:12:16 +09:00
Seasonal Add extra safeties against null ref when rulesets are missing 2024-12-21 20:30:00 +09:00
Skinning Merge pull request #31527 from bdach/spectator-list-ready 2025-01-21 18:54:11 +09:00
Storyboards Fix potential nullref due to silly null handling and too much OOP 2025-01-14 19:03:58 +09:00
Tests Add drawable implementations of team logo 2025-02-14 17:39:21 +09:00
Updater Resurrect SimpleUpdateManager as MobileUpdateNotifier 2024-07-05 03:29:09 -04:00
Users Add missing LongRunningLoad attribute 2025-02-14 19:16:02 +09:00
Utils Merge branch 'master' into freestyle-mods 2025-02-12 18:32:01 +09:00
.editorconfig
FodyWeavers.xml
osu!.res
osu.Game.csproj Update resources 2025-02-17 17:17:07 +09:00
OsuGame.cs Change how values are applied to (hopefully) simplify things 2025-02-14 18:35:27 +09:00
OsuGameBase_Importing.cs
OsuGameBase.cs Simplify naming of endpoints 2025-02-07 17:33:32 +09:00
PerformFromMenuRunner.cs