1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00
osu-lazer/osu.Game.Rulesets.Osu
Bartłomiej Dach d0e9402761
Fix flashlight not dimming if slider head is hit early
Closes https://github.com/ppy/osu/issues/26551

Fix is a bit nuclear (`OnUpdate` should be considered last resort),
but I don't see many better alternatives here as
`ApplyCustomUpdateState` does not work...
2024-01-16 18:56:50 +01:00
..
Beatmaps Fix combo/combo colouring issues around spinners 2023-11-23 13:54:05 +09:00
Configuration Add basic structural requirements for cursor ripples 2023-04-30 14:48:03 +09:00
Difficulty Fix incorrect score conversion on selected beatmaps due to incorrect difficultyPeppyStars rounding 2024-01-10 19:30:18 +01:00
Edit Merge pull request #26499 from OliBomby/slider-performance 2024-01-16 13:22:49 +09:00
Judgements Add SpinnerSpinHistory and tests 2023-10-17 20:10:22 +09:00
Mods Fix flashlight not dimming if slider head is hit early 2024-01-16 18:56:50 +01:00
Objects change wording 2024-01-15 12:51:08 +01:00
Properties Automated pass 2023-06-24 01:00:03 +09:00
Replays Expand comment for clarification 2023-11-20 11:50:28 +09:00
Scoring Use SliderTailHit result for slider tails (non-classic-mod) 2023-12-30 10:38:47 +09:00
Skinning Merge branch 'master' into spinner-speed-fix 2024-01-17 01:40:53 +11:00
Statistics Move helper method to LegacyRulesetExtensions and stop applying rounding allowance to catch 2023-10-20 18:57:14 +09:00
UI Merge pull request #26545 from frenzibyte/fix-resume-cursor-transition-abused 2024-01-15 20:06:16 +01:00
Utils Automated pass 2023-06-24 01:00:03 +09:00
osu.Game.Rulesets.Osu.csproj Update language version 2023-02-25 02:15:56 +09:00
OsuInputManager.cs Add note about CheckScreenSpaceActionPresJudgeable being naive 2023-01-25 15:03:47 +09:00
OsuRuleset.cs Make slider ends show on results screen again 2024-01-02 17:01:32 +09:00
OsuSkinComponentLookup.cs Add "Component" prefix to lookup naming 2022-11-09 17:46:43 +09:00
OsuSkinComponents.cs Implement ripples (legacy and default) 2023-04-30 14:48:03 +09:00