1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00
osu-lazer/osu.Game.Rulesets.Taiko
Bartłomiej Dach 157cc884f4
Fix swells not being correctly treated in editor gameplay test
Closes https://github.com/ppy/osu/issues/28989.

Because swell ticks are judged manually by their parenting objects,
swell ticks were not given a start time (with the thinking that there
isn't really one *to* give). This tripped up the "judge past objects"
logic in `EditorPlayer`, since it would enumerate all objects
(regardless of nesting) that are prior to current time and mark them as
judged. With all swell ticks having the default start time of 0 they
would get judged more often than not, leading to behaviour weirdness.

To resolve, give swell ticks a *relatively* sane start time equal to
the start time of the swell itself.
2024-07-22 11:27:56 +02:00
..
Beatmaps Remove unnecessary prefix 2023-12-06 22:00:35 +09:00
Configuration Removed unnecessary directives that were added automatically and I forgot to remove 2023-01-10 12:44:27 +00:00
Difficulty Refactor out taiko Peaks skill 2024-06-25 23:06:42 +05:00
Edit Remove setup screen controls that do nothing useful 2024-07-10 14:53:16 +02:00
Judgements Automated pass 2023-06-24 01:00:03 +09:00
Mods Implement taiko relax mod 2024-06-13 15:06:40 +02:00
Objects Fix swells not being correctly treated in editor gameplay test 2024-07-22 11:27:56 +02:00
Properties Automated pass 2023-06-24 01:00:03 +09:00
Replays Use AsNonNull() instead. 2022-07-02 19:48:32 +08:00
Resources Add conversion tests 2023-02-09 23:23:58 +01:00
Scoring Fix back-to-front conditional in taiko processor 2024-01-22 19:57:12 +01:00
Skinning Share scale factor with hit target 2024-05-27 14:20:28 +09:00
UI Merge pull request #27341 from Hiviexd/taiko-constant-speed-mod 2024-05-23 21:01:53 +09:00
osu.Game.Rulesets.Taiko.csproj Upgrade to .NET 8 SDK 2024-02-02 21:28:51 +09:00
TaikoInputManager.cs Automated pass 2023-06-24 01:00:03 +09:00
TaikoRuleset.cs Remove setup screen controls that do nothing useful 2024-07-10 14:53:16 +02:00
TaikoSettingsSubsection.cs localise remaining parts of the game settings 2024-02-03 00:08:36 +03:00
TaikoSkinComponentLookup.cs Remove unused members from GameplaySkinComponentLookup 2024-04-19 18:03:13 +09:00
TaikoSkinComponents.cs Move DrumSamplePlayer to be a skinnable component 2023-07-05 18:44:27 +09:00