1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00
osu-lazer/osu.Game.Rulesets.Mania/Objects
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
..
Drawables Rewrite no release mod 2024-07-01 20:29:30 +08:00
BarLine.cs Add barline pooling for mania 2023-08-15 13:33:49 +09:00
HeadNote.cs Add mania hold note body + combo break judgement 2023-10-09 09:47:00 +09:00
HoldNote.cs Rewrite no release mod 2024-07-01 20:29:30 +08:00
HoldNoteBody.cs Assign empty hit windows to HoldNoteBody 2023-10-11 19:40:55 +02:00
ManiaHitObject.cs Automated pass 2023-06-24 01:00:03 +09:00
Note.cs Remove remaining usage of NotePerfectBonus 2023-12-20 19:47:36 +09:00
TailNote.cs Add mania hold note body + combo break judgement 2023-10-09 09:47:00 +09:00