osu/osu.Game/Screens/OnlinePlay
Salman Ahmed f28978b856 Handle against playlists which disallow selection
`SelectedItem.Disabled` is also not checked against in the select-via-click flow inside `DrawableRoomPlaylistItem` (only `AllowSelection` is checked).
2022-05-05 05:48:35 +03:00
..
Components Update screen transition events to use new event args 2022-04-22 00:52:44 +09:00
Lounge Fix self-reference in region name 2022-05-04 12:36:43 +02:00
Match Update screen transition events to use new event args 2022-04-22 00:52:44 +09:00
Multiplayer Fix countdown sounds playing every minute, rather than only on the last minute 2022-05-02 22:46:14 +09:00
Playlists Update screen transition events to use new event args 2022-04-22 00:52:44 +09:00
DrawableRoomPlaylist.cs Handle against playlists which disallow selection 2022-05-05 05:48:35 +03:00
DrawableRoomPlaylistItem.cs Use existing web localisation for most hardcoded strings 2022-04-20 16:31:11 -07:00
FooterButtonFreeMods.cs
FreeModSelectOverlay.cs
FreeModSelectScreen.cs Rename AllowConfiguration to AllowCustomisation and simplify drawable addition 2022-04-20 23:17:29 +09:00
Header.cs
IOnlinePlaySubScreen.cs
IRoomManager.cs
OngoingOperationTracker.cs
OnlinePlayComposite.cs Implement auto countdown timers 2022-03-22 14:34:06 +09:00
OnlinePlayScreen.cs Update screen transition events to use new event args 2022-04-22 00:52:44 +09:00
OnlinePlaySongSelect.cs Update screen transition events to use new event args 2022-04-22 00:52:44 +09:00
OnlinePlaySubScreen.cs Update screen transition events to use new event args 2022-04-22 00:52:44 +09:00
OnlinePlaySubScreenStack.cs