1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00
osu-lazer/osu.Game/Rulesets/Mods
smoogipoo 0b44d2483b Make some properties virtual
I think they were intended to be this way from the beginning.
2021-02-24 15:03:41 +09:00
..
IApplicableAfterBeatmapConversion.cs Implement mania invert mod 2020-08-18 01:40:55 +09:00
IApplicableFailOverride.cs Fix mod failure checks executing actual game logic 2020-05-12 20:08:35 +09:00
IApplicableMod.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
IApplicableToAudio.cs Add missing license header and remove unused usings 2020-06-17 15:30:23 +01:00
IApplicableToBeatmap.cs Remove generics from IApplicableToBeatmap 2019-08-01 12:39:32 +09:00
IApplicableToBeatmapConverter.cs Turn on warnings, resolve issues 2019-04-25 17:36:17 +09:00
IApplicableToDifficulty.cs Fix missing comments 2019-12-26 19:33:59 +09:00
IApplicableToDrawableHitObject.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
IApplicableToDrawableRuleset.cs Fix typo 2019-03-20 11:22:34 +09:00
IApplicableToHealthProcessor.cs Separate score and health parts of ScoreProcessor 2019-12-19 20:03:14 +09:00
IApplicableToHitObject.cs Turn on warnings, resolve issues 2019-04-25 17:36:17 +09:00
IApplicableToHUD.cs Implement IApplicableToHUD 2019-06-29 04:23:59 +03:00
IApplicableToPlayer.cs change name of interface and expose method instead of seperate values 2019-11-25 07:24:29 +00:00
IApplicableToRate.cs Add and implement IApplicableToRate interface 2021-02-07 18:35:34 +01:00
IApplicableToSample.cs Make DrawableStoryboardSample a SkinnableSound 2020-09-29 14:25:39 +09:00
IApplicableToScoreProcessor.cs Improve xmldoc slightly 2019-05-02 14:03:58 +09:00
IApplicableToTrack.cs Remove generics from IApplicableToTrack 2020-08-06 18:25:34 +09:00
IMod.cs Fix mod equality checks not working as intended 2019-05-03 10:09:47 +09:00
IReadFromConfig.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
IUpdatableByPlayfield.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
Mod.cs Always reset local user settings when a mod is deselected in ModSelectOverlay 2021-02-09 13:44:42 +09:00
ModAutoplay.cs Fix references to ModSuddenDeath 2021-02-24 14:44:53 +09:00
ModBlockFail.cs Fix mod failure checks executing actual game logic 2020-05-12 20:08:35 +09:00
ModCinema.cs Expose Mods in DrawableRuleset to avoid using external DI 2021-02-11 17:47:29 +09:00
ModDaycore.cs Use adjustable ITrack 2020-08-12 01:41:21 +09:00
ModDifficultyAdjust.cs Merge branch 'master' into difficulty-adjustment-extension 2021-02-10 20:42:08 +09:00
ModDoubleTime.cs nullable-ize Mod.Icon 2020-01-14 21:22:00 +08:00
ModEasy.cs Fix checks 2020-11-16 18:17:50 +08:00
ModEasyWithExtraLives.cs Reduce duplication by extracting ModEasyWithExtraLives 2020-11-16 19:54:00 +01:00
ModFailCondition.cs Make some properties virtual 2021-02-24 15:03:41 +09:00
ModFlashlight.cs Fix breaks being culled too early 2020-10-09 21:04:56 +09:00
ModHalfTime.cs move SettingDescription override to ModRateAdjust 2020-03-22 22:57:46 -04:00
ModHardRock.cs add SV multipliers to taiko difficulty mods 2020-12-29 20:22:56 +06:00
ModHidden.cs Add removal dates 2020-11-05 17:04:11 +09:00
ModNightcore.cs Add abstract non-generic ModNightcore to pattern-match over 2020-11-15 15:32:02 +01:00
ModNoFail.cs Fix references to ModSuddenDeath 2021-02-24 14:44:53 +09:00
ModNoMod.cs nullable-ize Mod.Icon 2020-01-14 21:22:00 +08:00
ModPerfect.cs Make SD and PF incompatible with each other 2021-02-24 14:34:37 +09:00
ModRandom.cs Implement random mod for taiko 2020-03-23 12:09:30 +09:00
ModRateAdjust.cs Add and implement IApplicableToRate interface 2021-02-07 18:35:34 +01:00
ModRelax.cs Fix references to ModSuddenDeath 2021-02-24 14:44:53 +09:00
ModSuddenDeath.cs Make SD and PF incompatible with each other 2021-02-24 14:34:37 +09:00
ModTimeRamp.cs Apply rounding to ModTimeRamp to improve SPM consistency 2021-02-07 19:02:09 +01:00
ModType.cs Move TouchDevice mod to new "system" category 2019-07-23 13:14:28 +09:00
ModWindDown.cs Use consistent setting casing 2020-06-13 16:30:21 +01:00
ModWindUp.cs Use consistent setting casing 2020-06-13 16:30:21 +01:00
ModWithVisibilityAdjustment.cs Fix a few xmldoc typos 2020-11-05 17:38:02 +09:00
MultiMod.cs Fix MultiMod throwing exceptions when creating copies 2020-10-14 18:12:19 +09:00