osu/osu.Game/Migrations
Dean Herbert 995c244cee Remove alt-mousewheel bindings for volume adjustment
With the recent changes to the order of processing key bindings
(`GlobalAction`s are handled first), having the alt-wheel bindings in here causes a
regression as they are handled before `OnScroll` events.

Specifically, this means editor alt-scroll functionality no longer works
with the default bindings.

Removing the bindings fixes this, while also still allowing alt-wheel
adjustment of the volume via `VolumeControlReceptor`:

a2f50af424/osu.Game/Overlays/Volume/VolumeControlReceptor.cs (L21-L26)

In conjunction with the special case in `OsuScrollContainer`:

02d5b1352b/osu.Game/Graphics/Containers/OsuScrollContainer.cs (L103-L105)
2021-04-12 14:00:32 +09:00
..
20171019041408_InitialCreate.cs
20171019041408_InitialCreate.Designer.cs
20171025071459_AddMissingIndexRules.cs
20171025071459_AddMissingIndexRules.Designer.cs
20171119065731_AddBeatmapOnlineIDUniqueConstraint.cs
20171119065731_AddBeatmapOnlineIDUniqueConstraint.Designer.cs
20171209034410_AddRulesetInfoShortName.cs
20171209034410_AddRulesetInfoShortName.Designer.cs
20180125143340_Settings.cs
20180125143340_Settings.Designer.cs
20180131154205_AddMuteBinding.cs
20180219060912_AddSkins.cs
20180219060912_AddSkins.Designer.cs
20180529055154_RemoveUniqueHashConstraints.cs
20180529055154_RemoveUniqueHashConstraints.Designer.cs
20180621044111_UpdateTaikoDefaultBindings.cs
20180621044111_UpdateTaikoDefaultBindings.Designer.cs
20180628011956_RemoveNegativeSetIDs.cs
20180628011956_RemoveNegativeSetIDs.Designer.cs
20180913080842_AddRankStatus.cs
20180913080842_AddRankStatus.Designer.cs
20181007180454_StandardizePaths.cs
20181007180454_StandardizePaths.Designer.cs
20181128100659_AddSkinInfoHash.cs
20181128100659_AddSkinInfoHash.Designer.cs
20181130113755_AddScoreInfoTables.cs
20181130113755_AddScoreInfoTables.Designer.cs
20190225062029_AddUserIDColumn.cs
20190225062029_AddUserIDColumn.Designer.cs
20190525060824_SkinSettings.cs
20190525060824_SkinSettings.Designer.cs
20190605091246_AddDateAddedColumnToBeatmapSet.cs
20190605091246_AddDateAddedColumnToBeatmapSet.Designer.cs
20190708070844_AddBPMAndLengthColumns.cs
20190708070844_AddBPMAndLengthColumns.Designer.cs
20190913104727_AddBeatmapVideo.cs
20190913104727_AddBeatmapVideo.Designer.cs
20200302094919_RefreshVolumeBindings.cs
20200302094919_RefreshVolumeBindings.Designer.cs
20201019224408_AddEpilepsyWarning.cs Add flag value to database 2020-10-20 00:46:08 +02:00
20201019224408_AddEpilepsyWarning.Designer.cs Add flag value to database 2020-10-20 00:46:08 +02:00
20210412045700_RefreshVolumeBindingsAgain.cs Remove alt-mousewheel bindings for volume adjustment 2021-04-12 14:00:32 +09:00
20210412045700_RefreshVolumeBindingsAgain.Designer.cs Remove alt-mousewheel bindings for volume adjustment 2021-04-12 14:00:32 +09:00
OsuDbContextModelSnapshot.cs Add flag value to database 2020-10-20 00:46:08 +02:00