71f3a64165
Fix APIPlaylistItem serialisation
2021-11-10 18:25:14 +09:00
b13d020a49
Don't re-use confim-selection sample for the skip intro button
2021-11-10 17:15:08 +09:00
5f462b6441
Move beatmap/difficulty change sample playback to outside of debounce
2021-11-10 17:15:08 +09:00
8d0f5b0d82
Add high-pass filter when song selection is confirmed
2021-11-10 17:15:08 +09:00
6dc13ef396
Use default hover sample instead of song-ping (they're the same sample anyway)
2021-11-10 17:14:20 +09:00
9404eac227
Merge pull request #15552 from Naxesss/dispose-background-after-check
...
Use disposal in `CheckBackgroundQuality`
2021-11-10 15:05:46 +09:00
35a5182ebf
Merge branch 'master' into multi-queueing-modes
2021-11-10 15:01:13 +09:00
328c72c358
Fix TeamDisplay
not showing after changing to team versus
2021-11-10 13:44:31 +09:00
52c740b377
Add failing test showing team display display failure
2021-11-10 13:44:31 +09:00
b888185799
Properly dispose of Stream
in bg quality check
2021-11-10 05:06:11 +01:00
41f4f0ab5e
Different setting slider description in each mod
2021-11-10 03:57:22 +03:00
042b05a250
Move clipboard action availability logic down to editor screens
2021-11-09 19:54:37 +01:00
286754f6f7
Move clipboard operation implementation down to current screen
2021-11-09 19:54:37 +01:00
64bc8da14c
Add "No Scope" mod implementation for Catch
2021-11-09 17:11:19 +03:00
3d148aea40
Fix GetDisplayTitle()
implementations relying on ToString()
themselves
2021-11-09 13:53:08 +01:00
5ec8288508
Add GetDisplayString()
extension to handle all model interface types globally
2021-11-09 13:53:07 +01:00
baa5285b59
Merge pull request #15535 from peppy/remove-bass-track-ctor-usage
...
Rewrite `PreviewTrackManager` to avoid constructing `TrackBass` locally
2021-11-09 21:36:49 +09:00
a1b55d6490
Add failing test case
2021-11-09 13:34:36 +01:00
eba3cfc96e
Move ScoreInfo
string representation to extension method
2021-11-09 13:23:57 +01:00
31b0acde85
Merge branch 'master' into fix-realm-migration-crash
2021-11-09 10:54:17 +01:00
dfbc1f3394
Fix "conflicting" variable name
2021-11-09 17:42:03 +09:00
3b485b5f37
Rewrite PreviewTrackManager
to avoid constructing TrackBass
locally
...
This paves the way for the framework code quality change
(https://github.com/ppy/osu-framework/pull/4873 ) which stops exposing
the constructor.
Most of the restructuring here is required to give `PreviewTrackManager`
an adjustable target to apply the global mute.
2021-11-09 17:38:12 +09:00
74c37e248d
Merge branch 'master' into master
2021-11-09 08:40:52 +01:00
999d625e76
Fix realm migration potentially failing for users that haven't run osu! in a long time
...
As reported at https://github.com/ppy/osu/discussions/15530 .
2021-11-09 14:51:10 +09:00
b7e7b0f850
Trim whitespace.
2021-11-08 21:42:51 +01:00
e6f39c4cad
Fix settings header text overflowing with some locales.
2021-11-08 21:38:01 +01:00
1b11a034a7
Reverted Default Skin Changes
2021-11-08 07:25:02 -07:00
423b1397fc
Merge pull request #15526 from Susko3/move-HoverClickSounds
...
Move `HoverClickSounds` to cover only the clickable button in `KeyBindingRow`
2021-11-08 23:01:05 +09:00
2b518035da
Merge pull request #15522 from bdach/taiko-slider-multiplier-saving
...
Fix taiko beatmap scroll speed increasing after every save in editor
2021-11-08 22:51:43 +09:00
8a23b648fe
Move HoverClickSounds
to the clickable button
2021-11-08 14:32:00 +01:00
d5ad776c33
Remove decimal part of UR Counter and rename methods
2021-11-08 06:27:25 -07:00
74603253d2
Store full model rather than online ID only
2021-11-08 13:42:56 +01:00
72489b32f9
Move toggle code into own method for readability
2021-11-08 21:39:16 +09:00
9a2425f316
Remove unused field for now to appease inspectcode
2021-11-08 21:36:28 +09:00
540b7e1b38
Fix taiko editor not unapplying slider multiplier changes on save
2021-11-08 13:28:42 +01:00
f4b8dee2d0
Update favourite statistic value on favourite button clicks
2021-11-08 11:53:54 +01:00
b5cbdcf981
Implement basic behaviour of favourite button
2021-11-08 11:53:54 +01:00
5cb533004d
Add test coverage for favourite button
2021-11-08 11:53:53 +01:00
0faa26fc13
Add basic structure for buttons
2021-11-08 11:53:53 +01:00
c716051530
Merge branch 'master' into multi-queueing-modes
2021-11-08 19:19:50 +09:00
49c26a465c
Debounce and schedule updates to key combinations
2021-11-08 18:29:11 +09:00
b4225804ed
Add missing null check
2021-11-08 18:26:12 +09:00
f5842e7587
Shorten variable names
2021-11-08 18:24:37 +09:00
82f24b0502
Revert "Change font to default"
...
This reverts commit cc286f165d
.
2021-11-08 18:16:06 +09:00
c1e7fcd2d7
Update framework
2021-11-08 18:15:51 +09:00
3183b20e2f
Merge branch 'master' into use-ReadableKeyCombinationProvider
2021-11-08 18:15:49 +09:00
ea0715cce4
Add missing dispose call
2021-11-08 16:35:05 +09:00
dbdae4b033
Merge branch 'master' into realm-ruleset-store-thread-correctness
2021-11-08 15:21:30 +09:00
8b85c2c8de
Merge pull request #15491 from peppy/remove-stupid-weak-reference-bindable-events
...
Revert weird event flow in model manager/importers
2021-11-08 15:19:58 +09:00
413f98999a
Start initialising RealmRulesetStore
on startup
2021-11-08 15:10:19 +09:00