1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 09:42:54 +08:00
osu-lazer/osu.Game/Overlays
TheWildTree 097bd37e37 Fix SelectorTab crashing tests after a reload
For some reason, the default channel type (Public) caused the channel manager to attempt to connect to an API, which was null at that time, after hot reloading the test environment (via dynamic compilation). Changing the channel type seems to fix that.
2020-03-13 18:34:51 +01:00
..
AccountCreation Combine all loading animation implementations 2020-02-21 15:32:46 +09:00
BeatmapListing Change default category value 2020-02-20 04:19:50 +03:00
BeatmapSet Use framework extension method for FromHex 2020-03-11 10:18:41 +09:00
Changelog Adjust class naming 2020-03-04 23:08:58 +03:00
Chat Fix SelectorTab crashing tests after a reload 2020-03-13 18:34:51 +01:00
Comments Fix textbox characters not animating when typing/backspacing 2020-03-08 19:43:53 -07:00
Dialog Use framework extension method for FromHex 2020-03-11 10:18:41 +09:00
Direct Use framework extension method for FromHex 2020-03-11 10:18:41 +09:00
Home/Friends Adjust class naming 2020-03-04 23:08:58 +03:00
KeyBinding Use [Resolved] wherever possible 2020-02-14 20:14:00 +07:00
MedalSplash Fix crashing TextSceneMedalOverlay 2019-12-29 03:01:14 +03:00
Mods Use framework extension method for FromHex 2020-03-11 10:18:41 +09:00
Music Merge branch 'master' into fix-async-playlist-enumeration 2020-02-19 23:38:39 +09:00
News Expose TabControlOverlayHeader.Current value 2020-02-04 00:43:04 +03:00
Notifications Make notification insertion cleaner 2019-07-01 18:41:40 +03:00
OSD Move logic out of OsuGame 2019-08-13 14:42:59 +09:00
Profile Use framework extension method for FromHex 2020-03-11 10:18:41 +09:00
Rankings Merge branch 'master' into centralise-loading-animations 2020-02-21 19:48:50 +09:00
SearchableList Change scroll container padding 2020-03-04 15:46:35 +07:00
Settings Add thread mode dropdown 2020-02-28 22:17:45 +09:00
Social Use framework extension method for FromHex 2020-03-11 10:18:41 +09:00
Toolbar Add rankings overlay to the game 2020-02-13 13:39:33 +03:00
Volume Disable adjusting volume via "select next" and "select previous" as fallbacks 2020-03-12 11:28:45 +09:00
AccountCreationOverlay.cs Update VisibilityContainer usage in line with framework 2019-06-11 15:13:58 +09:00
BeatmapListingOverlay.cs Use new loading layer in beatmap listing overlay 2020-02-21 16:13:24 +09:00
BeatmapSetOverlay.cs Use pattern matching instead of .(Has)?Value 2020-02-23 14:46:42 +01:00
BreadcrumbControlOverlayHeader.cs Merge master with conflicts resolved 2020-01-26 16:35:07 +03:00
ChangelogOverlay.cs Recolour main background 2020-02-21 16:41:52 +03:00
ChatOverlay.cs Rename LoadingAnimation to LoadingSpinner 2020-02-21 15:33:31 +09:00
DialogOverlay.cs Fix exit scenarios 2019-09-19 20:17:58 +09:00
DirectOverlay.cs Use framework extension method for FromHex 2020-03-11 10:18:41 +09:00
FullscreenOverlay.cs Fix uncaught inconsistent naming 2020-01-30 12:50:15 +09:00
HoldToConfirmOverlay.cs Add setting to adjust hold-to-confirm activation time 2019-09-19 14:06:25 +09:00
KeyBindingPanel.cs Move common settings sub-panel logic to own class 2019-05-27 01:47:23 +09:00
LoginOverlay.cs Remove unnecessary newline 2019-03-27 22:21:28 -07:00
MedalOverlay.cs Use framework extension method for FromHex 2020-03-11 10:18:41 +09:00
MusicController.cs Fix music playlist being enumerated asynchronously 2020-02-17 16:59:35 +09:00
NewsOverlay.cs Expose TabControlOverlayHeader.Current value 2020-02-04 00:43:04 +03:00
NotificationOverlay.cs Move NotificationSection strings to constructor (#5078) 2019-06-21 20:47:31 +09:00
NowPlayingOverlay.cs Fix music playlist being enumerated asynchronously 2020-02-17 16:59:35 +09:00
OnScreenDisplay.cs Use paramref. 2019-11-17 20:49:36 +08:00
OverlayActivation.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
OverlayColourProvider.cs Adjust button colours 2020-02-12 13:28:49 +03:00
OverlayHeader.cs Fix broken overlays 2020-02-03 11:44:31 +03:00
OverlayHeaderBackground.cs Refactor background creation in OverlayHeader 2020-01-27 15:36:19 +03:00
OverlayPanelDisplayStyleControl.cs Add HoverClickSounds 2020-02-24 23:37:46 +03:00
OverlayRulesetSelector.cs Simplify OverlayRulesetTabItem.AccentColour 2020-01-30 10:34:22 +03:00
OverlayRulesetTabItem.cs Move property override below ctor 2020-02-04 12:53:57 +09:00
OverlaySortTabControl.cs Implement UserSortTabControl component 2020-02-24 05:47:21 +03:00
OverlayStreamControl.cs Adjust class naming 2020-03-04 23:08:58 +03:00
OverlayStreamItem.cs Adjust class naming 2020-03-04 23:08:58 +03:00
OverlayTabControl.cs Split AccentColour setter in two lines 2020-01-26 17:42:07 +03:00
RankingsOverlay.cs Open rankings overlay on spotlights page. 2020-02-25 20:57:15 +01:00
SettingsOverlay.cs Update VisibilityContainer usage in line with framework 2019-06-11 15:13:58 +09:00
SettingsPanel.cs Move button implementation to OsuButton 2019-11-06 14:08:52 +09:00
SettingsSubPanel.cs Make sub panel back button inherit osu button 2019-12-08 10:51:25 -08:00
SocialOverlay.cs Use framework extension method for FromHex 2020-03-11 10:18:41 +09:00
TabControlOverlayHeader.cs Remove no longer used field 2020-02-04 11:21:21 +03:00
UserProfileOverlay.cs Adjust ProfileTabControl height 2020-01-30 19:26:42 +01:00
VolumeOverlay.cs Use auto property. 2019-11-12 19:53:25 +08:00
WaveOverlayContainer.cs Enforce StartHidden on relevant overlays 2019-07-02 15:23:47 +09:00