Joseph Madamba
|
359238395f
|
Fix now playing overlay text scroll breaking when toggling metadata language setting
|
2024-05-05 15:43:46 -07:00 |
|
Dean Herbert
|
ecb9173e51
|
Merge pull request #28017 from Joehuu/scrollable-text
Scroll now playing overlay text when overflowing
|
2024-05-03 20:05:58 +08:00 |
|
Joseph Madamba
|
c21b7c7df9
|
Use IsLoaded instead of Schedule
|
2024-05-02 22:46:42 -07:00 |
|
Dean Herbert
|
058bd5ced6
|
Stop using visually noisy bg4 for default backgrounds
This has always really annoyed me.
|
2024-05-03 13:38:27 +08:00 |
|
Joseph Madamba
|
c15a685071
|
Remove unused usings
|
2024-05-02 17:07:49 -07:00 |
|
Joseph Madamba
|
381ddb0676
|
Fix weird formatting
|
2024-05-02 17:06:11 -07:00 |
|
Joseph Madamba
|
269077f854
|
Only support centre anchors
|
2024-05-02 17:06:11 -07:00 |
|
Joseph Madamba
|
2f075e3247
|
Apply half margin of tolerance on both sides before text scrolls
|
2024-05-02 17:06:11 -07:00 |
|
Joseph Madamba
|
d4951a093f
|
Scroll now playing overlay text when overflowing
|
2024-04-27 20:18:49 -07:00 |
|
Joseph Madamba
|
48c608e016
|
Make player width a const
|
2024-04-27 20:06:09 -07:00 |
|
Dean Herbert
|
c8cd7ebe6c
|
Fix now playing beatmap backgrounds not being correctly centred
https://github.com/ppy/osu/discussions/26679
|
2024-01-23 17:30:00 +09:00 |
|
Bartłomiej Dach
|
69baabee62
|
Replace hexacons in toolbar with new icons
|
2023-12-27 17:42:18 +01:00 |
|
Dean Herbert
|
340227a06d
|
Replace all hexacon lookups with strongly typed properties
|
2023-11-24 13:17:39 +09:00 |
|
Jamie Taylor
|
ba6e36bd67
|
Remove NowPlayingOverlay custom pop-in/pop-out samples in favour of the generic overlay ones
|
2023-10-20 21:01:36 +09:00 |
|
Dean Herbert
|
5341a335a6
|
Bypass Parent nullability checks for now
|
2023-10-17 17:48:45 +09:00 |
|
Bartłomiej Dach
|
1981e49a40
|
Fix nullability inspection
|
2023-07-30 14:28:16 +02:00 |
|
Bartłomiej Dach
|
b51e577239
|
Merge pull request #24418 from peppy/now-playing-async-fix
Fix now playing overlay background occasionally showing incorrect background
|
2023-07-30 14:05:49 +02:00 |
|
Dean Herbert
|
de61b74e91
|
Add proper cancellation and out-of-order blocking logic to NowPlayingOverlay 's background carousel
|
2023-07-30 16:21:35 +09:00 |
|
Dean Herbert
|
07d224ecb6
|
Apply NRT to NowPlayingOverlay
|
2023-07-30 16:17:04 +09:00 |
|
Dean Herbert
|
4f83c8661a
|
Remove unnecessary async fetch of beatmap in NowPlayingOverlay
No idea if this was historically required for some reason, but it's
definitely not required now.
|
2023-07-30 16:16:25 +09:00 |
|
Dean Herbert
|
6146f30541
|
Allow screens to change the ability to interact with the global track
|
2023-07-25 20:20:53 +09:00 |
|
Dean Herbert
|
eb31fdecee
|
Apply osu! side changes in line with FocusedOverlayContainer.PopIn abstract change
See https://github.com/ppy/osu-framework/pull/5834
|
2023-06-18 20:57:32 +09:00 |
|
Dean Herbert
|
a842f79ad4
|
Refactor IWorkingBeatmap.Background to GetBackground()
|
2023-06-08 16:19:32 +09:00 |
|
Dan Balasescu
|
7bc8908ca9
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
|
Dean Herbert
|
b53f9baf6a
|
Fix NowPlayingOverlay loading background texture too early (and permanently)
|
2022-11-18 11:21:12 +09:00 |
|
ansel
|
5d0b2d34c9
|
Make playlist to always be in screen bounds
|
2022-09-24 23:35:06 +03:00 |
|
ansel
|
6c8e587344
|
Move margin value to constant
|
2022-09-24 21:52:16 +03:00 |
|
Dan Balasescu
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
Dean Herbert
|
958cfde608
|
Stop detaching and exposing beatmaps from MusicController
|
2022-01-25 16:51:21 +09:00 |
|
Bartłomiej Dach
|
f4b7db5a7b
|
Ensure correct disabled beatmap callback scheduling in now playing overlay
|
2021-11-27 14:36:34 +01:00 |
|
Dean Herbert
|
6399c695e8
|
Update usages of BufferedContainer in line with framework changes
|
2021-11-05 15:54:49 +09:00 |
|
Joseph Madamba
|
38912bfc16
|
Fix floating overlays not closing when clicking some empty area of the toolbar
|
2021-08-28 20:38:35 -07:00 |
|
Dean Herbert
|
31c8586dac
|
Add localisation support to overlay header title/description
|
2021-04-21 14:37:29 +09:00 |
|
Dean Herbert
|
e82eaffaed
|
Flip order back to original for romanisable strings
|
2021-02-25 14:14:07 +09:00 |
|
Dean Herbert
|
8a97e2e28d
|
Update LocalisedString usages to RomanisedString
|
2021-02-22 19:01:42 +09:00 |
|
Dean Herbert
|
1fd76ea3fb
|
Apply changes to UI components overriding functions with changing signatures
|
2021-02-22 19:01:42 +09:00 |
|
Jamie Taylor
|
3eda78c363
|
Use unique samples for Dialog, NowPlaying, SettingsPanel and WaveOverlay pop-in/pop-out
|
2021-02-10 16:04:47 +09:00 |
|
Dan Balasescu
|
92599aa02b
|
Merge branch 'master' into user-beatmap-downloading-states-2
|
2021-02-09 21:06:09 +09:00 |
|
Dean Herbert
|
d8d830db6e
|
Defer playlist load to improve load time of the now playing overlay
|
2021-02-09 19:46:57 +09:00 |
|
Salman Ahmed
|
bd44bf8c0b
|
Extract disabling progress bar user-interactivity
|
2021-01-18 10:51:39 +03:00 |
|
Dean Herbert
|
1ca8b03aa5
|
Never disable pause button on now playing overlay
|
2020-11-06 17:26:23 +09:00 |
|
Dean Herbert
|
8f8f907fc7
|
Fix missed string
|
2020-09-07 13:27:28 +09:00 |
|
Dean Herbert
|
dbf44fbaf2
|
Update names and icons to match new designs
|
2020-09-03 16:34:58 +09:00 |
|
Dean Herbert
|
dceae21bbf
|
Centralise fetching of overlay component titles and textures
|
2020-09-03 16:34:58 +09:00 |
|
smoogipoo
|
070d71ec27
|
More cleanups
|
2020-08-12 00:48:38 +09:00 |
|
smoogipoo
|
031d29ac34
|
Inspect current track directly
|
2020-08-11 13:53:23 +09:00 |
|
smoogipoo
|
5c05fe3988
|
Expose track from MusicController
|
2020-08-06 16:24:14 +09:00 |
|
smoogipoo
|
6e42b8219c
|
Move track to MusicController, compiles
|
2020-08-06 16:24:14 +09:00 |
|
alex
|
0e2ccac33b
|
Add spaces to comments
|
2020-05-04 18:36:24 -07:00 |
|
smoogipoo
|
5ca93758dc
|
Fix music playlist being enumerated asynchronously
|
2020-02-17 16:59:35 +09:00 |
|