osu/osu.Game/Screens/OnlinePlay
Bartłomiej Dach f88c568c8d
Update flag sizes after switch to twemoji assets
The old flags used a size of 150x100, while the new assets based on
twemoji use a size of 150x108. Update existing usages to match this new
aspect ratio better.
2022-06-15 21:45:47 +02:00
..
Components Fix drawable room border colour not matching badge 2022-05-27 16:40:15 +02:00
Lounge Fix double back sound due to sub screen presence in multiplayer/playlists 2022-06-15 18:44:16 +09:00
Match Fix potential crash from unsafe drawable mutation in scoreboard update code 2022-05-27 20:03:30 +09:00
Multiplayer Update flag sizes after switch to twemoji assets 2022-06-15 21:45:47 +02:00
Playlists Add featured artist playlist category 2022-05-27 20:18:46 +09:00
DrawableRoomPlaylist.cs Add workaround for item scrolling issue 2022-05-05 10:16:16 +03:00
DrawableRoomPlaylistItem.cs Replace Pill with Badge everywhere 2022-05-14 20:52:38 +03:00
FooterButtonFreeMods.cs
FreeModSelectOverlay.cs Split off "select all mods" button to separate class 2022-05-25 22:18:30 +02:00
Header.cs
IOnlinePlaySubScreen.cs
IRoomManager.cs
OngoingOperationTracker.cs
OnlinePlayComposite.cs
OnlinePlayScreen.cs Update screen transition events to use new event args 2022-04-22 00:52:44 +09:00
OnlinePlaySongSelect.cs Rename ModSelect{Screen -> Overlay} in place of removed old design 2022-05-10 22:56:50 +02:00
OnlinePlaySubScreen.cs Update screen transition events to use new event args 2022-04-22 00:52:44 +09:00
OnlinePlaySubScreenStack.cs