Bartłomiej Dach
|
6425a33b45
|
Merge branch 'master' into beatmap-length-calcualtions
|
2023-05-25 17:44:15 +02:00 |
|
Bartłomiej Dach
|
78f41f7109
|
Fix spelling
|
2023-05-25 17:33:41 +02:00 |
|
Bartłomiej Dach
|
b59f4aee99
|
Merge pull request #23660 from peppy/simplify-deselect
Fix crash when deleting dragged object in skin editor
|
2023-05-25 17:27:41 +02:00 |
|
Bartłomiej Dach
|
e8db0739fa
|
Merge pull request #23577 from peppy/accuracy-heatmap-text-hints
Show text hints on the accuracy heat map to better explain direction
|
2023-05-25 17:00:25 +02:00 |
|
Dean Herbert
|
949de35664
|
Ensure selection is reset after immediately deleting objects
Closes https://github.com/ppy/osu/issues/23518.
|
2023-05-25 23:20:32 +09:00 |
|
Dean Herbert
|
30c31d7418
|
Merge pull request #23563 from timiimit/organize-room-pills
Add common `OnlinePlayPill` for all online room pills
|
2023-05-25 23:12:16 +09:00 |
|
Dean Herbert
|
a6a380dd41
|
Merge branch 'master' into organize-room-pills
|
2023-05-25 19:57:28 +09:00 |
|
Dean Herbert
|
609c7227ee
|
Fix changes to font weight in a couple of combined implementations
|
2023-05-25 19:55:11 +09:00 |
|
Dean Herbert
|
1049257b56
|
Simplify SelectionHandler 's DeselectAll implementation
We are already doing other operations in this class directly on `SelectedItems`, so might as well change this one to match
|
2023-05-25 18:46:31 +09:00 |
|
Dean Herbert
|
058edb5d5f
|
Centralise beatmap playable duration and bounds lookups
|
2023-05-25 17:32:48 +09:00 |
|
Bartłomiej Dach
|
59768c5ffd
|
Merge pull request #23581 from peppy/beat-divisor-visual-improvements
Update beat divisor control to show ticks in more visually correct locations
|
2023-05-24 23:18:25 +02:00 |
|
Bartłomiej Dach
|
578a0e7494
|
Merge branch 'master' into beat-divisor-visual-improvements
|
2023-05-24 22:28:26 +02:00 |
|
Bartłomiej Dach
|
6ec4ecfdd7
|
Mention fallback default in GetDivisorForBeatIndex()
|
2023-05-24 22:17:51 +02:00 |
|
Bartłomiej Dach
|
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 |
|
Bartłomiej Dach
|
3311d6faaa
|
Merge pull request #23651 from peppy/editor-escape-deselects
Allow deselecting any selection in the editor using the `Back` binding (escape key)
|
2023-05-24 21:18:18 +02:00 |
|
Bartłomiej Dach
|
8b6cd1310a
|
Merge branch 'master' into editor-escape-deselects
|
2023-05-24 20:18:44 +02:00 |
|
Bartłomiej Dach
|
07b5874eee
|
Fix test step name
|
2023-05-24 20:18:36 +02:00 |
|
Bartłomiej Dach
|
567a648e12
|
Merge pull request #23646 from peppy/pause-screen-cleanup
Remove flavour text from the pause / fail screens
|
2023-05-24 19:55:23 +02:00 |
|
Bartłomiej Dach
|
cd3602406b
|
Remove unused using directive
|
2023-05-24 18:54:48 +02:00 |
|
Dean Herbert
|
6044327181
|
Add test coverage for escape deselecting any active selection
|
2023-05-24 23:59:22 +09:00 |
|
Dean Herbert
|
663cec1ff6
|
Combine editor navigation test scenes
|
2023-05-24 23:51:28 +09:00 |
|
Dean Herbert
|
b14b1072c2
|
Allow deselecting any selection in the editor using the Back binding (escape key)
|
2023-05-24 19:24:14 +09:00 |
|
Dean Herbert
|
456f3005d6
|
Apply nullability to GameplayMenuOverlay and use TextFlowContainer for text
|
2023-05-24 18:28:04 +09:00 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
561b759bf9
|
Tidy up implementation and ensure non-solid ticks start at zero alpha
|
2023-05-24 13:49:29 +09:00 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
6526688ddb
|
Merge pull request #67 from Gyoshi/beat-divisor-mouse-drag-cherry-picked
Beat divisor mouse drag fix and tests
|
2023-05-24 13:37:34 +09:00 |
|
Dean Herbert
|
9869e815ce
|
Merge pull request #23642 from Joehuu/remove-logo-arriving-workaround
Remove `OsuScreen.ApplyLogoArrivingDefaults()`
|
2023-05-24 13:20:26 +09:00 |
|
Dean Herbert
|
e5451d1d79
|
Centralise definition of overlay shadow opacity and reduce slightly
|
2023-05-24 12:40:35 +09:00 |
|
Joseph Madamba
|
067328233c
|
Remove OsuScreen.ApplyLogoArrivingDefaults()
|
2023-05-23 13:17:43 -07:00 |
|
Bartłomiej Dach
|
1671729b78
|
Merge pull request #23634 from peppy/fix-multiplayer-song-select-scene
Fix weird state when attempting to enter gameplay skin editor scene from multiplayer
|
2023-05-23 20:41:09 +02:00 |
|
Gyoshi
|
7fe19d1992
|
Last instead of Max divisor to match code elsewhere
|
2023-05-23 18:45:49 +02:00 |
|
Gyoshi
|
c5ef3ae181
|
Code styling
|
2023-05-23 18:44:20 +02:00 |
|
Gyoshi
|
b5f8093941
|
Use RangePadding to align mouse with slider
|
2023-05-23 18:16:14 +02:00 |
|
Gyoshi
|
fa00f8b92a
|
replace manual code with existing method
|
2023-05-23 18:16:12 +02:00 |
|
Gyoshi
|
921d7e4d89
|
More fitting tests for new layout
|
2023-05-23 18:16:10 +02:00 |
|
Gyoshi
|
7b1e8ede54
|
Small format
|
2023-05-23 15:11:27 +02:00 |
|
Gyoshi
|
1b32370c6a
|
Remove duplicate code by making GetDivisorForBeatIndex method more general
|
2023-05-23 15:05:38 +02:00 |
|
Gyoshi
|
37a796306d
|
Small format & comment
|
2023-05-23 14:30:35 +02:00 |
|
Johannes vd Berg
|
ebda35c3c9
|
Add ghost ticks to exhibit current divisor on BeatDivisorControl
|
2023-05-23 12:57:25 +02:00 |
|
Dan Balasescu
|
e467791d0b
|
Merge pull request #23636 from peppy/fix-updates-during-gameplay
Disallow game to check for updates while gameplay is active
|
2023-05-23 19:04:43 +09:00 |
|
Dean Herbert
|
02d8e3a11e
|
Mark FullscreenOverlay 's shadow effect as Hollow to save on shader overhead
|
2023-05-23 18:50:14 +09:00 |
|
Dean Herbert
|
6f4e2b37ed
|
Add shadow to notifications and settings overlays to better distinguish from other overlays
|
2023-05-23 18:50:14 +09:00 |
|
Dean Herbert
|
7cf50b1e18
|
Disallow game to check for updates while gameplay is active
|
2023-05-23 18:06:04 +09:00 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
c8303d55cd
|
Adjust text and alignment
|
2023-05-23 16:21:56 +09:00 |
|
Dean Herbert
|
f908545b9b
|
Merge pull request #23631 from bdach/fix-velocity-undo
Fix undo/redo not working for slider velocity and sample changes
|
2023-05-23 14:46:49 +09:00 |
|
Bartłomiej Dach
|
38b4bd8aef
|
Fix undo not behaving as expected sometimes
|
2023-05-22 22:45:39 +02:00 |
|