1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00
osu-lazer/osu.Game.Rulesets.Mania/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
..
IManiaRateAdjustmentMod.cs Adjust mania hit windows with gameplay rate 2023-08-24 11:17:41 +09:00
IPlayfieldTypeMod.cs Remove the nullable disable annotation in the Mania ruleset. 2022-07-27 22:24:02 +08:00
ManiaKeyMod.cs Annotate mods that give pp 2024-01-31 14:59:35 +01:00
ManiaModAutoplay.cs Remove the nullable disable annotation in the Mania ruleset. 2022-07-27 22:24:02 +08:00
ManiaModCinema.cs Remove the nullable disable annotation in the Mania ruleset. 2022-07-27 22:24:02 +08:00
ManiaModClassic.cs Remove the nullable disable annotation in the Mania ruleset. 2022-07-27 22:24:02 +08:00
ManiaModConstantSpeed.cs Allow toggling SVs in the editor 2023-08-18 18:55:24 +09:00
ManiaModCover.cs Add ManiaModCover to take over old roles of the mods 2024-02-07 00:15:14 +09:00
ManiaModDaycore.cs Adjust mania hit windows with gameplay rate 2023-08-24 11:17:41 +09:00
ManiaModDifficultyAdjust.cs Remove the nullable disable annotation in the Mania ruleset. 2022-07-27 22:24:02 +08:00
ManiaModDoubleTime.cs Remove mania mod multiplier for DT/NC 2023-12-20 22:28:50 +09:00
ManiaModDualStages.cs Change ruleset mod description types 2022-08-10 16:09:11 -04:00
ManiaModEasy.cs Change ruleset mod description types 2022-08-10 16:09:11 -04:00
ManiaModFadeIn.cs Add ManiaModCover to take over old roles of the mods 2024-02-07 00:15:14 +09:00
ManiaModFlashlight.cs Partial everything 2022-11-27 00:00:27 +09:00
ManiaModHalfTime.cs Adjust mania hit windows with gameplay rate 2023-08-24 11:17:41 +09:00
ManiaModHardRock.cs Annotate mods that give pp 2024-01-31 14:59:35 +01:00
ManiaModHidden.cs Fix missing event unbinds 2024-03-07 21:10:11 +09:00
ManiaModHoldOff.cs Fix test + cleanup 2023-08-15 19:42:32 +09:00
ManiaModInvert.cs Change ruleset mod description types 2022-08-10 16:09:11 -04:00
ManiaModKey1.cs Annotate mods that give pp 2024-01-31 14:59:35 +01:00
ManiaModKey2.cs Annotate mods that give pp 2024-01-31 14:59:35 +01:00
ManiaModKey3.cs Annotate mods that give pp 2024-01-31 14:59:35 +01:00
ManiaModKey4.cs Change ruleset mod description types 2022-08-10 16:09:11 -04:00
ManiaModKey5.cs Change ruleset mod description types 2022-08-10 16:09:11 -04:00
ManiaModKey6.cs Change ruleset mod description types 2022-08-10 16:09:11 -04:00
ManiaModKey7.cs Change ruleset mod description types 2022-08-10 16:09:11 -04:00
ManiaModKey8.cs Change ruleset mod description types 2022-08-10 16:09:11 -04:00
ManiaModKey9.cs Change ruleset mod description types 2022-08-10 16:09:11 -04:00
ManiaModKey10.cs Annotate mods that give pp 2024-01-31 14:59:35 +01:00
ManiaModMirror.cs Annotate mods that give pp 2024-01-31 14:59:35 +01:00
ManiaModMuted.cs Remove the nullable disable annotation in the Mania ruleset. 2022-07-27 22:24:02 +08:00
ManiaModNightcore.cs Remove mania mod multiplier for DT/NC 2023-12-20 22:28:50 +09:00
ManiaModNoFail.cs Remove the nullable disable annotation in the Mania ruleset. 2022-07-27 22:24:02 +08:00
ManiaModNoRelease.cs Rewrite no release mod 2024-07-01 20:29:30 +08:00
ManiaModPerfect.cs Fix mania "Great" hits failing with perfect mod 2023-12-22 16:19:36 +09:00
ManiaModRandom.cs Change ruleset mod description types 2022-08-10 16:09:11 -04:00
ManiaModSuddenDeath.cs Remove the nullable disable annotation in the Mania ruleset. 2022-07-27 22:24:02 +08:00
ManiaModWithPlayfieldCover.cs Fix legacy coverage metrics 2024-02-08 00:20:32 +09:00