Commit Graph

38456 Commits

Author SHA1 Message Date
78f41f7109 Fix spelling 2023-05-25 17:33:41 +02:00
058edb5d5f Centralise beatmap playable duration and bounds lookups 2023-05-25 17:32:48 +09:00
578a0e7494 Merge branch 'master' into beat-divisor-visual-improvements 2023-05-24 22:28:26 +02:00
6ec4ecfdd7 Mention fallback default in GetDivisorForBeatIndex() 2023-05-24 22:17:51 +02:00
6392c2007c Merge pull request #23637 from peppy/add-shadow-settings-notifications
Add shadow to notifications and settings overlays to better distinguish from other overlays
2023-05-24 21:34:14 +02:00
8b6cd1310a Merge branch 'master' into editor-escape-deselects 2023-05-24 20:18:44 +02:00
cd3602406b Remove unused using directive 2023-05-24 18:54:48 +02:00
b14b1072c2 Allow deselecting any selection in the editor using the Back binding (escape key) 2023-05-24 19:24:14 +09:00
456f3005d6 Apply nullability to GameplayMenuOverlay and use TextFlowContainer for text 2023-05-24 18:28:04 +09:00
8ada8b1c8c Remove description line from pause/fail screen
These were in the designs but read pretty bad / evil. I can't think of
any text to go in their place that makes sense, so let's just nuke it.
2023-05-24 17:48:35 +09:00
561b759bf9 Tidy up implementation and ensure non-solid ticks start at zero alpha 2023-05-24 13:49:29 +09:00
8f1f1955df Merge pull request #66 from Gyoshi/beat-divisor-visual-improvements
Add ghost ticks to exhibit current divisor on `BeatDivisorControl`
2023-05-24 13:41:48 +09:00
e5451d1d79 Centralise definition of overlay shadow opacity and reduce slightly 2023-05-24 12:40:35 +09:00
067328233c Remove OsuScreen.ApplyLogoArrivingDefaults() 2023-05-23 13:17:43 -07:00
7fe19d1992 Last instead of Max divisor to match code elsewhere 2023-05-23 18:45:49 +02:00
c5ef3ae181 Code styling 2023-05-23 18:44:20 +02:00
b5f8093941 Use RangePadding to align mouse with slider 2023-05-23 18:16:14 +02:00
7b1e8ede54 Small format 2023-05-23 15:11:27 +02:00
1b32370c6a Remove duplicate code by making GetDivisorForBeatIndex method more general 2023-05-23 15:05:38 +02:00
37a796306d Small format & comment 2023-05-23 14:30:35 +02:00
ebda35c3c9 Add ghost ticks to exhibit current divisor on BeatDivisorControl 2023-05-23 12:57:25 +02:00
02d8e3a11e Mark FullscreenOverlay's shadow effect as Hollow to save on shader overhead 2023-05-23 18:50:14 +09:00
6f4e2b37ed Add shadow to notifications and settings overlays to better distinguish from other overlays 2023-05-23 18:50:14 +09:00
adf9a596b5 Fix weird state when attempting to enter gameplay skin editor scene from multiplayer
Closes https://github.com/ppy/osu/issues/23626.
2023-05-23 17:58:44 +09:00
ff5dde0ebe Merge pull request #23575 from Joehuu/fix-inverted-video-only-check
Fix old widescreen videos with black bars not correctly filling screen (again)
2023-05-23 16:47:52 +09:00
7c039b0b67 Merge pull request #23618 from bdach/fix-taiko-swells-drumrolls-silent
Fix hitsounds not playing before and during taiko drum rolls and swells
2023-05-23 16:44:04 +09:00
38b4bd8aef Fix undo not behaving as expected sometimes 2023-05-22 22:45:39 +02:00
e0b7539c2a Fix sample changes not being applied in patcher 2023-05-22 22:45:23 +02:00
f253d17a7f Fix slider velocity changes not being applied in patcher 2023-05-22 22:19:10 +02:00
7742904d2a Merge pull request #23593 from Dimmitsaras/unfocused-notifications
Always show chat message notifications if window is unfocused
2023-05-22 14:17:20 +09:00
09c66bea8f Merge pull request #23606 from Joehuu/fix-news-sidebar-link-clicking-area
Fix clicking area of news sidebar post links
2023-05-22 14:17:08 +09:00
7392109bce Apply same behavioral changes to NewsCard 2023-05-21 19:28:12 -07:00
2279aad360 Apply NRT to NewsCard 2023-05-21 19:27:20 -07:00
b3527b92b6 Handle case in tests where current display becomes null 2023-05-22 09:25:44 +09:00
19816ae013 Update framework 2023-05-21 20:38:27 +02:00
6df1d29862 Merge branch 'master' into use-atomic-ReplaceRange 2023-05-21 20:32:59 +02:00
88c112612f Remove hardcoded website url
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2023-05-21 10:35:22 -07:00
5229cf7343 Add failing test cases for drum roll/swell sample playback 2023-05-21 18:57:01 +02:00
8aefb62532 Rename PostButton to PostLink 2023-05-20 16:38:56 -07:00
ec5f0bbf42 Fix clicking area of news sidebar post links
Side effect is that the hover color is yellow and pressing it opens an external dialog, but those are temporary (pending implementation of link underline to make `Light1` hover more readable and set at a higher level and news pages).
2023-05-20 16:32:04 -07:00
de5917b645 Merge branch 'master' into unfocused-notifications 2023-05-20 19:32:52 +02:00
a677d87d39 Touch up inline comments 2023-05-20 19:29:59 +02:00
8e0a97ca49 Remove usage of HasSubmenu
Property has been removed in the appropriate framework-side PR and
instead folded into `IsActionable`.

See: https://github.com/ppy/osu-framework/pull/5658#discussion_r1114834647
2023-05-20 18:02:12 +02:00
67c044773b Merge branch 'master' into fix-menu-state-display 2023-05-20 17:57:00 +02:00
afdddb0195 Merge pull request #23582 from peppy/placement-blueprint-timeline-combo-fixes
Fix timeline blueprint display not showing correct combo number / colour during placement
2023-05-20 15:02:55 +02:00
0e11adaaac Merge pull request #23564 from peppy/fix-missing-sample-additions
Fix sample banks not transferring when adjusting via editor
2023-05-20 14:36:45 +02:00
ee522253cb Remove a couple of unnecessary volume declarations 2023-05-18 14:12:57 +09:00
9ca1c7f7b7 Merge pull request #23580 from peppy/fix-profile-button-depth
Ensure scroll-to-top button is displayed above all overlay content
2023-05-17 21:23:46 +02:00
7ac6688a0f Chat message notifications always play on unfocused window 2023-05-17 18:34:39 +03:00
b58ab28765 Make EditorClock non-nullable in PlacementBlueprint 2023-05-17 21:40:52 +09:00