1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-12 02:27:25 +08:00
osu-lazer/osu.Game.Rulesets.Mania.Tests/Mods
Nathan Du 1eb10e029c Rewrite no release mod
Per the request of spaceman_atlas, the No Release mod is rewritten to
avoid modifications to DrawableHoldNoteTail. The approach is based
on that of the Strict Tracking mod for the osu!(standard) ruleset,
injecting the mod behavior by replacing the normal hold note with
the mod's variant. The variant inherits most bevaior from the normal
hold note, but when creating nested hitobjects, it creates its own
hold note tail variant instead, which in turn is used to instantiate
the mod's variant of DrawableHoldNoteTail with a new behavior.

The time a judgement is awarded is changed from the end of its
Perfect window to the time of the tail itself.
2024-07-01 20:29:30 +08:00
..
TestSceneManiaModAutoplay.cs Fix mania Autoplay mod missing 0ms hold notes 2023-12-11 21:10:14 +08:00
TestSceneManiaModConstantSpeed.cs Move toggle implementation to work on all scrolling rulesets automatically 2023-09-01 19:53:10 +09:00
TestSceneManiaModDoubleTime.cs Update test expectations 2023-12-20 19:57:42 +09:00
TestSceneManiaModFadeIn.cs Add break support 2024-02-15 22:05:25 +09:00
TestSceneManiaModFlashlight.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneManiaModHidden.cs Add break support 2024-02-15 22:05:25 +09:00
TestSceneManiaModHoldOff.cs Fix test + cleanup 2023-08-15 19:42:32 +09:00
TestSceneManiaModInvert.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneManiaModNoRelease.cs Rewrite no release mod 2024-07-01 20:29:30 +08:00
TestSceneManiaModPerfect.cs Add mania/osu sudden death mod tests 2023-12-22 16:43:09 +09:00
TestSceneManiaModSuddenDeath.cs Add mania/osu sudden death mod tests 2023-12-22 16:43:09 +09:00