osu/osu.Game/Overlays
Dan Balasescu 179a3ad8dd
Hack around the border looking ugly
This is an o!f issue because borders are applied into the individual
sprites of the container via masking, rather than being isolated to the
container itself. In this case, it'll be applied to the "flash" sprite,
which is using additive blending, causing further issues.
2024-08-09 19:55:57 +09:00
..
AccountCreation Adjust calls to `GetContainingInputManager()` 2024-06-18 07:41:19 +02:00
BeatmapListing Add caret transition to beatmap sort tab items 2024-07-08 16:46:35 -07:00
BeatmapSet Allow previewing audio of playlist items 2024-05-27 17:09:37 +09:00
Changelog
Chat Highlight mentions in chat 2024-08-07 01:33:56 +09:00
Comments Add chevron transition to `CommentRepliesButton` 2024-07-08 00:32:54 -07:00
Dashboard
Dialog Update sample looping behaviour to better suit new sample 2024-07-12 21:01:19 +09:00
FirstRunSetup Migrate first-run setup overlay footer content 2024-06-30 06:50:36 +03:00
Login Fix online status not persisting correctly 2024-07-29 20:06:27 +09:00
MedalSplash
Mods Get rid of weird method 2024-08-07 14:07:20 +02:00
Music Do not show protected beatmaps in playlist overlay 2024-07-17 11:46:59 +02:00
News Use scale instead of rotation in news month sidebar 2024-07-08 08:45:44 +03:00
Notifications
OSD Fix toast strings 2024-05-24 13:08:17 +02:00
Profile Undo localisation of Daily Challenge string for now 2024-08-03 22:44:51 +09:00
Rankings Add transition to dropdown chevrons 2024-07-08 08:48:52 +03:00
Settings Allow searching enum descriptions from `SettingsEnumDropdown`s 2024-08-03 14:48:08 -07:00
SkinEditor Update `HasFlag` usages 2024-07-03 00:19:04 +09:00
Toolbar Make `DuckDuration` non-zero by default 2024-07-05 18:39:13 +09:00
Volume Hack around the border looking ugly 2024-08-09 19:55:57 +09:00
Wiki
AccountCreationOverlay.cs
BeatmapListingOverlay.cs
BeatmapSetOverlay.cs
BreadcrumbControlOverlayHeader.cs
ChangelogOverlay.cs
ChatOverlay.cs
DashboardOverlay.cs
DialogOverlay.cs Make `DuckDuration` non-zero by default 2024-07-05 18:39:13 +09:00
FirstRunSetupOverlay.cs Fix footer content not accessible by overlay when overriden by a subclass 2024-07-11 15:31:02 +03:00
FullscreenOverlay.cs Make `UpdateColours` method protected 2024-07-18 00:26:24 +03:00
HoldToConfirmOverlay.cs
IDialogOverlay.cs
INamedOverlayComponent.cs
INotificationOverlay.cs
IOverlayManager.cs
KudosuTable.cs
LoginOverlay.cs Adjust calls to `GetContainingInputManager()` 2024-06-18 07:41:19 +02:00
MedalAnimation.cs
MedalOverlay.cs
MusicController.cs Fix backwards conditional 2024-07-19 07:32:36 +02:00
NewsOverlay.cs
NotificationOverlay.cs
NotificationOverlayToastTray.cs Revert some changes 2024-07-11 14:23:11 +03:00
NowPlayingOverlay.cs
OnScreenDisplay.cs
OnlineOverlay.cs
OverlayActivation.cs
OverlayColourProvider.cs Explicitly define `Hue` rather than implicitly provide it by enum value 2024-07-18 00:26:24 +03:00
OverlayColourScheme.cs Explicitly define `Hue` rather than implicitly provide it by enum value 2024-07-18 00:26:24 +03:00
OverlayHeader.cs
OverlayHeaderBackground.cs
OverlayPanelDisplayStyleControl.cs Revert "Temporary rollback of framework / SDL3" 2024-05-22 16:29:39 +08:00
OverlayRulesetSelector.cs
OverlayRulesetTabItem.cs Revert "Temporary rollback of framework / SDL3" 2024-05-22 16:29:39 +08:00
OverlayScrollContainer.cs Use separate samples for scrolling to top and scrolling to previous 2024-07-12 21:01:19 +09:00
OverlaySidebar.cs
OverlaySortTabControl.cs
OverlayStreamControl.cs
OverlayStreamItem.cs Revert "Temporary rollback of framework / SDL3" 2024-05-22 16:29:39 +08:00
OverlayTabControl.cs Revert "Temporary rollback of framework / SDL3" 2024-05-22 16:29:39 +08:00
OverlayTitle.cs
OverlayView.cs
RankingsOverlay.cs
RevertToDefaultButton.cs Add slight animation when revert to default button is displayed 2024-07-08 15:50:27 +09:00
SettingsOverlay.cs
SettingsPanel.cs Adjust calls to `GetContainingInputManager()` 2024-06-18 07:41:19 +02:00
SettingsSearchTextBox.cs
SettingsSubPanel.cs
SettingsToolboxGroup.cs Update `HasFlag` usages 2024-07-03 00:19:04 +09:00
SortDirection.cs
TabControlOverlayHeader.cs
TabbableOnlineOverlay.cs
UserProfileOverlay.cs Split content recreation methods 2024-07-18 00:26:37 +03:00
VersionManager.cs
VolumeOverlay.cs Move mute button to master volume circle 2024-08-08 22:06:13 +09:00
WaveOverlayContainer.cs
WikiOverlay.cs