Commit Graph

8219 Commits

Author SHA1 Message Date
75b9bf2cf9 Merge branch 'master' into intel-exclusive-warning 2022-10-04 19:02:01 +09:00
ec30050f2c Merge pull request #20502 from peppy/forward-toasts-on-gameplay
Flush toast tray on entering gameplay
2022-09-27 18:35:54 +09:00
5a28174448 Merge pull request #20488 from nanashi-1/toggle-score-overlay
Add toggle for solo gameplay leaderboard
2022-09-27 18:09:55 +09:00
461ba64bfa Flush toast tray on entering a no-notification section 2022-09-27 17:32:53 +09:00
c61f5403ab Increase delay back slightly on notifications posting after disabled period 2022-09-27 17:32:30 +09:00
bac3108aea Remove unnecessary keywords 2022-09-27 14:29:59 +09:00
aa3956cfbb Merge pull request #20495 from Feodor0090/playlist-overflow-fix
Fix playlist overlay overflowing at high UI scales
2022-09-27 13:53:14 +09:00
dc051a8b79 add gameplay leaderboard config 2022-09-26 20:08:58 +08:00
e5894ccd6f Merge pull request #20478 from peppy/fix-progress-notification-fling
Fix progress notifications being able to be flung (and cancelled)
2022-09-26 18:21:12 +09:00
f2eed881bd Merge pull request #20480 from peppy/fix-drawable-mutation-tablet-settings
Fix potential crash from incorrect drawable mutation in tablet settings display
2022-09-26 18:16:52 +09:00
525de8c140 Merge pull request #20479 from peppy/fix-drawable-mutation-misc
Fix potential crash on game exit due to incorrect scheduling of realm change handler
2022-09-26 18:02:28 +09:00
4e9b25d8b0 Move MusicController binds to LoadComplete for added thread safety 2022-09-26 15:42:37 +09:00
43c16cb613 Fix potential crash from incorrect drawable mutation in tablet settings display 2022-09-26 15:10:02 +09:00
4bd96108c0 Fix crash on game exit due to incorrect scheduling of realm change handler 2022-09-26 14:45:17 +09:00
b6dd8168d2 Fix progress notifications being able to be flung 2022-09-26 14:33:12 +09:00
5d0b2d34c9 Make playlist to always be in screen bounds 2022-09-24 23:35:06 +03:00
6c8e587344 Move margin value to constant 2022-09-24 21:52:16 +03:00
8a7526aaa3 Merge pull request #20344 from frenzibyte/better-tablet-notifications
Improve tablet error/warning notifications messaging
2022-09-22 22:45:27 +09:00
6a0047b7a2 Update location of FullscreenCapability bindable 2022-09-22 21:01:23 +09:00
70bab81282 Merge pull request #20377 from peppy/argon-skin
Add new default "argon" skin
2022-09-22 14:50:43 +09:00
2b8b138079 Add "keybindings" search term to settings 2022-09-21 18:46:28 +09:00
4492a26b59 Merge branch 'master' into argon-skin 2022-09-21 13:00:16 +09:00
8bf196d561 Merge pull request #20354 from peppy/default-skin-refactor
Rename default skin to make way for new version
2022-09-21 11:48:38 +09:00
dcfb6a2f06 Fix progress notifications no longer blocking close on click 2022-09-21 00:15:50 +03:00
0f7b38f4c3 Add new default skin "argon" 2022-09-19 23:16:46 +09:00
a413c7a3e6 Merge branch 'master' into fix-notification-count 2022-09-19 02:08:20 +03:00
41e69fbca6 Remove "default" prefix from naming 2022-09-18 00:15:26 +09:00
1c4e02fae8 Explicitly order default skins in dropdown to get correct order 2022-09-18 00:12:43 +09:00
877165eb98 Allow specifying icon colour on simple notifications 2022-09-16 16:21:43 +03:00
e95983cdb4 Merge branch 'master' into fix-skin-flow 2022-09-16 20:15:51 +09:00
38d8d457d9 Add back second completion post attempt for case when notification overlay isn't loaded yet 2022-09-16 17:54:44 +09:00
0d24fda4b9 Fire Notification.Closed immediately to ensure off-screen notifications are closed 2022-09-16 16:36:56 +09:00
f86bbaae30 Merge branch 'master' into mods-effect-displays 2022-09-15 21:17:58 +09:00
efebe55d22 Display certain sort criterias based on selected category and query 2022-09-15 04:30:09 +03:00
de7dd29d79 Add "Nominations" and "Updated" sorting criteria in beatmap listing 2022-09-15 03:57:05 +03:00
85e3a681b1 Fix notification overlay toast tray background absorbing input from behind 2022-09-13 21:07:30 -07:00
ef6d60ffe9 Merge pull request #20273 from frenzibyte/duplicate-beatmap-listing-cards
Fix beatmap listing potentially showing duplicate beatmap cards
2022-09-14 10:25:24 +09:00
04dbb6fc1b Add inline comment 2022-09-14 00:49:02 +03:00
d368f37c3a Remove redundant second Current set operation 2022-09-13 13:50:59 +09:00
07f577a0c6 Fix beatmap listing potentially showing duplicate beatmap cards 2022-09-13 01:39:21 +03:00
8cbc0502ae Inline CalculateEffect 2022-09-12 15:51:18 +03:00
88107108ee Add ability to flick notifications to the right to store for later 2022-09-12 20:20:57 +09:00
802c5629c0 Merge branch 'master' into notification-fling 2022-09-12 20:09:21 +09:00
f31deaef7c Simplify skin bindable flow
Now, nothing touches the configuration apart from `OsuGame`, making
everything else flow better and avoid weird cyclic set bugs.

Closes https://github.com/ppy/osu/issues/20234.
2022-09-12 19:51:50 +09:00
5bd0be14ed Merge pull request #20259 from peppy/fix-changelog-crash
Fix potential crash when opening changelog overlay if entry has no URL
2022-09-12 19:47:21 +09:00
cb6d02ec3a Merge pull request #19066 from andy840119/remove-the-nullable-disable-in-the-ruleset
Remove the nullable disable annotation in the ruleset class
2022-09-12 19:07:23 +09:00
d92e000fe6 Fix flinging a notification not correctly running Close 2022-09-12 19:00:03 +09:00
4ee3e8f087 Don't play fling animation when activating a notification 2022-09-12 18:57:18 +09:00
58c1ea0321 Fix potential crash when opening changelog overlay if entry has no URL 2022-09-12 17:51:15 +09:00
d561fcb126 Don't trigger fling animation when Close is triggered by non-user action 2022-09-12 16:54:25 +09:00