.. |
DifficultyAdjustSettingsControl.cs
|
Fix too many things being exposed
|
2023-09-07 08:11:04 +02:00 |
DifficultyBindable.cs
|
Fix code quality issues
|
2023-09-07 14:19:19 +09:00 |
IApplicableAfterBeatmapConversion.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableFailOverride.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableMod.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableToAudio.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableToBeatmap.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableToBeatmapConverter.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableToBeatmapProcessor.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableToDifficulty.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableToDrawableHitObject.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableToDrawableRuleset.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableToHealthProcessor.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableToHitObject.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableToHUD.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableToPlayer.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableToRate.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableToSample.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableToScoreProcessor.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IApplicableToTrack.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
ICreateReplayData.cs
|
Merge branch 'master' into remove-nullable-disable-in-the-mods
|
2022-07-20 13:28:28 +09:00 |
IHasNoTimedInputs.cs
|
Add IHasNoTimedInputs interface to scope change further
|
2023-06-06 22:22:42 +09:00 |
IHasSeed.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IMod.cs
|
Include mention of what to do when not using field in xmldoc
|
2023-09-28 22:10:30 +09:00 |
IReadFromConfig.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
IUpdatableByPlayfield.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
MetronomeBeat.cs
|
Change IBeatSyncProvider.Clock to always be non-null
|
2023-07-13 22:13:40 +09:00 |
Mod.cs
|
Add xmldoc to Mod playability flags
|
2023-10-31 16:13:44 +01:00 |
ModAccuracyChallenge.cs
|
Reword setting name & description
|
2023-05-29 22:12:37 +02:00 |
ModAdaptiveSpeed.cs
|
Seal a few more multiplayer playability flags of rate-changing mods
|
2023-10-31 16:20:33 +01:00 |
ModAutoplay.cs
|
Seal ModAutoplay playability flags
|
2023-10-31 16:15:10 +01:00 |
ModBarrelRoll.cs
|
Change mod description type to LocalisableString
|
2022-08-10 15:54:48 -04:00 |
ModBlockFail.cs
|
Initialize some bindables for prevent get the null instance.
|
2022-07-19 20:39:41 +08:00 |
ModCinema.cs
|
Change mod description type to LocalisableString
|
2022-08-10 15:54:48 -04:00 |
ModClassic.cs
|
Change mod description type to LocalisableString
|
2022-08-10 15:54:48 -04:00 |
ModDaycore.cs
|
Add inline commentary in Mod{Day,Night}core about different speed adjustments
|
2023-10-18 12:27:16 +02:00 |
ModDifficultyAdjust.cs
|
Merge branch 'master' into ruleset-localization
|
2022-08-14 15:17:44 -04:00 |
ModDoubleTime.cs
|
Move audio adjustment hookup to own method for clarity
|
2023-10-18 17:38:11 +09:00 |
ModEasy.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
ModEasyWithExtraLives.cs
|
Merge branch 'master' into mod-accuracy-challenge
|
2023-01-17 16:46:54 +09:00 |
ModExtensions.cs
|
Display mod icons using stable ordering
|
2023-09-28 16:48:09 +09:00 |
ModFailCondition.cs
|
Make autoplay compatible with ModFailCondition
|
2023-07-13 21:23:57 +02:00 |
ModFlashlight.cs
|
Change flashlight depth in a more standard way
|
2023-05-02 17:00:54 +09:00 |
ModHalfTime.cs
|
Move audio adjustment hookup to own method for clarity
|
2023-10-18 17:38:11 +09:00 |
ModHardRock.cs
|
Fix "Hard Rock" mod affecting CS/AR in osu!mania
|
2023-10-12 19:48:47 +09:00 |
ModHidden.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
ModMirror.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
ModMuted.cs
|
Switch ModMuted to add its metronome to components rather than overlays
|
2023-02-21 19:04:06 +09:00 |
ModNightcore.cs
|
Add inline commentary in Mod{Day,Night}core about different speed adjustments
|
2023-10-18 12:27:16 +02:00 |
ModNoFail.cs
|
Allow no fail mod during autoplay
|
2023-07-13 17:25:08 +09:00 |
ModNoMod.cs
|
Change mod description type to LocalisableString
|
2022-08-10 15:54:48 -04:00 |
ModNoScope.cs
|
Rename NormalSliderBar.cs to RoundedSliderBar.cs
|
2023-02-02 17:24:45 +01:00 |
ModPerfect.cs
|
Merge branch 'master' into mod-accuracy-challenge
|
2023-01-17 16:46:54 +09:00 |
ModPreset.cs
|
Convert ModPreset to realm object
|
2022-07-31 22:10:15 +02:00 |
ModRandom.cs
|
Cleanup mod bindings
|
2022-09-25 15:49:22 -04:00 |
ModRateAdjust.cs
|
Seal a few more multiplayer playability flags of rate-changing mods
|
2023-10-31 16:20:33 +01:00 |
ModRelax.cs
|
Revert sealing
|
2022-08-12 22:32:27 +09:00 |
ModScoreV2.cs
|
Mark ModScoreV2 as invalid for multiplayer
|
2023-10-31 16:16:59 +01:00 |
ModSuddenDeath.cs
|
Change mod description type to LocalisableString
|
2022-08-10 15:54:48 -04:00 |
ModSynesthesia.cs
|
Added recommendations from bdach:
|
2023-06-08 00:52:28 -07:00 |
ModTimeRamp.cs
|
Seal a few more multiplayer playability flags of rate-changing mods
|
2023-10-31 16:20:33 +01:00 |
ModType.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
ModWindDown.cs
|
Removes unnecessary setting sources specifications
|
2022-09-27 09:25:58 -04:00 |
ModWindUp.cs
|
Removes unnecessary setting sources specifications
|
2022-09-27 09:25:58 -04:00 |
ModWithVisibilityAdjustment.cs
|
Remove the nullable disable annotation.
|
2022-07-19 20:39:41 +08:00 |
MultiMod.cs
|
Change mod description type to LocalisableString
|
2022-08-10 15:54:48 -04:00 |
RateAdjustModHelper.cs
|
Take in IBindable s and tidy up multiplier handling
|
2023-10-18 17:39:13 +09:00 |
UnknownMod.cs
|
Seal UnknownMod
|
2023-10-31 16:18:09 +01:00 |