1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00
osu-lazer/osu.Game/Rulesets/Mods
Bartłomiej Dach 44d0dc6113
Fix 1px flashlight gaps when gameplay scaling mode is active
Closes https://github.com/ppy/osu/issues/27522.

Concerns mostly taiko and catch.

Not much of a proper fix rather than a workaround but it is what it is.
I tried a few other things, including setting `MaskingSmoothness = 0` on
the scaling container itself, to no avail.
2024-03-08 11:07:30 +01:00
..
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
IApplicableHealthProcessor.cs Change osu ruleset to use new HP algorithm by default 2023-12-17 19:33:04 +09: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 Reintroduce IMod.Ranked 2024-01-31 14:48:35 +01: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 Reintroduce IMod.Ranked 2024-01-31 14:48:35 +01:00
ModAccuracyChallenge.cs Allow pp for Accuracy Challenge 2024-02-01 22:30:26 +01:00
ModAdaptiveSpeed.cs Use new LINQ Order() instead of OrderBy() when possible 2024-02-08 18:01:00 +01:00
ModAutoplay.cs Do not attempt to turn on Touch Device in song select with autoplay active 2023-11-02 22:56:43 +01:00
ModBarrelRoll.cs Change mod description type to LocalisableString 2022-08-10 15:54:48 -04:00
ModCinema.cs Fix Cinema mod being compatible with mods that can force failure 2024-01-08 22:34:41 +01:00
ModClassic.cs Add inline documentation as to why classic mod is not ranked 2024-02-15 13:22:54 +08:00
ModDaycore.cs Annotate mods that give pp 2024-01-31 14:59:35 +01:00
ModDifficultyAdjust.cs Merge branch 'master' into ruleset-localization 2022-08-14 15:17:44 -04:00
ModDoubleTime.cs Allow pp for Double/Half Time's "adjust pitch" setting 2024-02-01 22:33:49 +01:00
ModEasy.cs Annotate mods that give pp 2024-01-31 14:59:35 +01: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 Fix Cinema mod being compatible with mods that can force failure 2024-01-08 22:34:41 +01:00
ModFlashlight.cs Fix 1px flashlight gaps when gameplay scaling mode is active 2024-03-08 11:07:30 +01:00
ModHalfTime.cs Allow pp for Double/Half Time's "adjust pitch" setting 2024-02-01 22:33:49 +01:00
ModHardRock.cs Annotate mods that give pp 2024-01-31 14:59:35 +01:00
ModHidden.cs Add progressive cover to mania HD and FI mods 2024-02-06 23:47:20 +09:00
ModMirror.cs Remove the nullable disable annotation. 2022-07-19 20:39:41 +08:00
ModMuted.cs allow ModMuted to ranked when setting adjusted 2024-02-12 21:18:31 +09:00
ModNightcore.cs Annotate mods that give pp 2024-01-31 14:59:35 +01:00
ModNoFail.cs Annotate mods that give pp 2024-01-31 14:59:35 +01:00
ModNoMod.cs Change mod description type to LocalisableString 2022-08-10 15:54:48 -04:00
ModNoScope.cs Allow pp for No Scope 2024-02-06 13:04:19 +01:00
ModPerfect.cs Allow pp for Sudden Death and Perfect regardless of "restart on fail" setting 2024-02-01 22:28:49 +01: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 Allow Relax to fail and remove failable mod exclusions 2023-12-19 12:33:00 -08:00
ModScoreV2.cs Mark ModScoreV2 as invalid for multiplayer 2023-10-31 16:16:59 +01:00
ModSuddenDeath.cs Allow pp for Sudden Death and Perfect regardless of "restart on fail" setting 2024-02-01 22:28:49 +01:00
ModSynesthesia.cs Adjust some mod multipliers for initial leaderboard sanity 2023-12-13 14:31:19 +09:00
ModTimeRamp.cs Seal a few more multiplayer playability flags of rate-changing mods 2023-10-31 16:20:33 +01:00
ModTouchDevice.cs Fix touch device mod declared valid for multiplayer 2023-11-14 16:30:10 +09: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 Update HT mod multiplier to match stable better 2023-12-13 15:53:39 +09:00
UnknownMod.cs Seal UnknownMod 2023-10-31 16:18:09 +01:00