mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Change all instances of options to settings where applicable
This commit is contained in:
@ -79,8 +79,8 @@
|
||||
<Compile Include="Overlays\Music\FilterControl.cs" />
|
||||
<Compile Include="Overlays\Music\PlaylistItem.cs" />
|
||||
<Compile Include="Overlays\Music\PlaylistList.cs" />
|
||||
<Compile Include="Overlays\Options\OptionsHeader.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\Audio\MainMenuOptions.cs" />
|
||||
<Compile Include="Overlays\Settings\SettingsHeader.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\Audio\MainMenuSettings.cs" />
|
||||
<Compile Include="Overlays\Toolbar\ToolbarChatButton.cs" />
|
||||
<Compile Include="Rulesets\Beatmaps\BeatmapConverter.cs" />
|
||||
<Compile Include="Rulesets\Beatmaps\BeatmapProcessor.cs" />
|
||||
@ -207,13 +207,13 @@
|
||||
<Compile Include="Overlays\Notifications\ProgressCompletionNotification.cs" />
|
||||
<Compile Include="Overlays\Notifications\ProgressNotification.cs" />
|
||||
<Compile Include="Overlays\Notifications\SimpleNotification.cs" />
|
||||
<Compile Include="Overlays\Options\OptionDropdown.cs" />
|
||||
<Compile Include="Overlays\Options\OptionLabel.cs" />
|
||||
<Compile Include="Overlays\Settings\SettingsDropdown.cs" />
|
||||
<Compile Include="Overlays\Settings\SettingsLabel.cs" />
|
||||
<Compile Include="Graphics\UserInterface\OsuDropdown.cs" />
|
||||
<Compile Include="Overlays\Options\OptionsFooter.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\DebugSection.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\Debug\GeneralOptions.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\Debug\GCOptions.cs" />
|
||||
<Compile Include="Overlays\Settings\SettingsFooter.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\DebugSection.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\Debug\GeneralSettings.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\Debug\GCSettings.cs" />
|
||||
<Compile Include="Overlays\Toolbar\ToolbarHomeButton.cs" />
|
||||
<Compile Include="Overlays\Toolbar\ToolbarMusicButton.cs" />
|
||||
<Compile Include="Overlays\Toolbar\ToolbarNotificationButton.cs" />
|
||||
@ -278,6 +278,8 @@
|
||||
<Compile Include="Rulesets\Ruleset.cs" />
|
||||
<Compile Include="Screens\Ranking\Results.cs" />
|
||||
<Compile Include="Screens\Direct\OnlineListing.cs" />
|
||||
<Compile Include="Screens\Select\Options\BeatmapOptionsButton.cs" />
|
||||
<Compile Include="Screens\Select\Options\BeatmapOptionsOverlay.cs" />
|
||||
<Compile Include="Screens\Select\PlaySongSelect.cs" />
|
||||
<Compile Include="Screens\Select\SongSelect.cs" />
|
||||
<Compile Include="Rulesets\UI\HitRenderer.cs" />
|
||||
@ -313,7 +315,7 @@
|
||||
<Compile Include="OsuGame.cs" />
|
||||
<Compile Include="OsuGameBase.cs" />
|
||||
<Compile Include="Overlays\ChatOverlay.cs" />
|
||||
<Compile Include="Overlays\OptionsOverlay.cs" />
|
||||
<Compile Include="Overlays\SettingsOverlay.cs" />
|
||||
<Compile Include="Overlays\Toolbar\Toolbar.cs" />
|
||||
<Compile Include="Overlays\Toolbar\ToolbarButton.cs" />
|
||||
<Compile Include="Overlays\Toolbar\ToolbarModeButton.cs" />
|
||||
@ -346,39 +348,39 @@
|
||||
<Compile Include="Database\BeatmapDifficulty.cs" />
|
||||
<Compile Include="Database\DatabaseWorkingBeatmap.cs" />
|
||||
<Compile Include="Graphics\UserInterface\OsuButton.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\MaintenanceSection.cs" />
|
||||
<Compile Include="Overlays\Options\OptionsSection.cs" />
|
||||
<Compile Include="Overlays\Options\OptionsSubsection.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\MaintenanceSection.cs" />
|
||||
<Compile Include="Overlays\Settings\SettingsSection.cs" />
|
||||
<Compile Include="Overlays\Settings\SettingsSubsection.cs" />
|
||||
<Compile Include="Graphics\UserInterface\LoadingAnimation.cs" />
|
||||
<Compile Include="Overlays\Options\Sidebar.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\GeneralSection.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\General\LoginOptions.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\General\UpdateOptions.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\General\LanguageOptions.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\GraphicsSection.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\Graphics\RendererOptions.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\Graphics\LayoutOptions.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\Graphics\DetailOptions.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\Graphics\MainMenuOptions.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\GameplaySection.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\Gameplay\GeneralOptions.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\Gameplay\SongSelectOptions.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\AudioSection.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\Audio\AudioDevicesOptions.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\Audio\VolumeOptions.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\Audio\OffsetOptions.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\InputSection.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\Input\MouseOptions.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\Input\KeyboardOptions.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\OnlineSection.cs" />
|
||||
<Compile Include="Overlays\Options\Sections\SkinSection.cs" />
|
||||
<Compile Include="Overlays\Settings\Sidebar.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\GeneralSection.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\General\LoginSettings.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\General\UpdateSettings.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\General\LanguageSettings.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\GraphicsSection.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\Graphics\RendererSettings.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\Graphics\LayoutSettings.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\Graphics\DetailSettings.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\Graphics\MainMenuSettings.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\GameplaySection.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\Gameplay\GeneralSettings.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\Gameplay\SongSelectSettings.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\AudioSection.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\Audio\AudioDevicesSettings.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\Audio\VolumeSettings.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\Audio\OffsetSettings.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\InputSection.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\Input\MouseSettings.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\Input\KeyboardSettings.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\OnlineSection.cs" />
|
||||
<Compile Include="Overlays\Settings\Sections\SkinSection.cs" />
|
||||
<Compile Include="Graphics\UserInterface\OsuCheckbox.cs" />
|
||||
<Compile Include="Overlays\Options\SidebarButton.cs" />
|
||||
<Compile Include="Overlays\Options\OptionCheckbox.cs" />
|
||||
<Compile Include="Overlays\Options\OptionTextBox.cs" />
|
||||
<Compile Include="Overlays\Options\OptionSlider.cs" />
|
||||
<Compile Include="Overlays\Options\OptionItem.cs" />
|
||||
<Compile Include="Overlays\Options\OptionEnumDropdown.cs" />
|
||||
<Compile Include="Overlays\Settings\SidebarButton.cs" />
|
||||
<Compile Include="Overlays\Settings\SettingsCheckbox.cs" />
|
||||
<Compile Include="Overlays\Settings\SettingsTextBox.cs" />
|
||||
<Compile Include="Overlays\Settings\SettingsSlider.cs" />
|
||||
<Compile Include="Overlays\Settings\SettingsItem.cs" />
|
||||
<Compile Include="Overlays\Settings\SettingsEnumDropdown.cs" />
|
||||
<Compile Include="Configuration\RankingType.cs" />
|
||||
<Compile Include="Configuration\ScoreMeterType.cs" />
|
||||
<Compile Include="Configuration\ReleaseStream.cs" />
|
||||
@ -410,8 +412,6 @@
|
||||
<Compile Include="Overlays\DialogOverlay.cs" />
|
||||
<Compile Include="Overlays\Mods\AssistedSection.cs" />
|
||||
<Compile Include="Overlays\WaveOverlayContainer.cs" />
|
||||
<Compile Include="Screens\Select\Options\BeatmapOptionsButton.cs" />
|
||||
<Compile Include="Screens\Select\Options\BeatmapOptionsOverlay.cs" />
|
||||
<Compile Include="Screens\Select\Leaderboards\Leaderboard.cs" />
|
||||
<Compile Include="Screens\Select\Leaderboards\LeaderboardScore.cs" />
|
||||
<Compile Include="Users\Country.cs" />
|
||||
|
Reference in New Issue
Block a user