Commit Graph

6376 Commits

Author SHA1 Message Date
dbfeea9880 Merge pull request #13831 from nekodex/add-dropdown-sound-to-profile
Change profile section expansion button to use dropdown sounds
2021-07-09 11:58:48 +09:00
2eb12a59b7 Rename function to be more accurate 2021-07-09 11:16:47 +09:00
3e21eeb7c2 Merge branch 'master' into fix-mod-select-cross-talk 2021-07-08 19:53:50 +02:00
8746ef0ba9 Avoid double playback of sample 2021-07-08 20:36:25 +09:00
546f55d341 Change profile section expansion to use dropdown sounds 2021-07-08 20:23:11 +09:00
93eb385dd4 Add sound for switching between volume controls 2021-07-08 20:01:39 +09:00
af270cccc4 Fix cross talk between ModSelectOverlays 2021-07-08 17:59:04 +09:00
e612d7568c Merge pull request #13771 from LumpBloom7/volume-meter-switch
Add ability to navigate between volume meters via Alt+Left/Right arrows
2021-07-07 21:50:44 +09:00
7d405f04fb Fix selected volume control not updating correctly on mouse move 2021-07-07 21:17:31 +09:00
cbe4114e90 Adjust visuals and make base opacity 100% 2021-07-07 21:07:00 +09:00
e42609f092 Merge pull request #8038 from thewildtree/adjust-rankings-overlay
Adjust rankings overlay elements to better match osu-web
2021-07-07 20:24:11 +09:00
f45418dde7 Replace game-side directory/file selector with framework extensions 2021-07-06 22:11:54 +02:00
07d54d261a Let selection container handle manual selection changes 2021-07-06 13:24:18 +02:00
c5a0672277 Use IStateful<SelectionState> instead of ISelected 2021-07-06 12:07:25 +02:00
d495196b66 Share item cycling logic with GameplayMenuOverlay 2021-07-05 19:22:55 +02:00
e1c646b9b2 Remove redundant arguments 2021-07-05 23:52:39 +08:00
3fe875efb2 Add glow to focused meter 2021-07-05 16:38:52 +02:00
d119d9a0db Merge branch 'master' into adjust-rankings-overlay 2021-07-05 11:59:26 +09:00
0527f669cb Merge branch 'master' into volume-meter-switch 2021-07-04 17:48:26 +02:00
69803105ef Fix volume meter requesting focus for any action 2021-07-04 17:19:44 +02:00
14a861003a Fix code quality errors 2021-07-04 16:06:28 +02:00
50c9e17e52 Return focus when using UP/DOWN on unfocused meter 2021-07-04 15:42:26 +02:00
d0707079b1 Remove unused method 2021-07-04 15:35:51 +02:00
e151c7ffd0 Let VolumeMeter request focus instead of taking it 2021-07-04 15:35:04 +02:00
d1553f0864 Implement ability to switch between volume meters 2021-07-04 14:47:07 +02:00
149a200f34 Fix volume metre not correctly showing volume when initially zero
Closes https://github.com/ppy/osu/issues/13761.
2021-07-04 14:56:17 +09:00
fbe3b447e5 Merge branch 'master' into linkify-metadata 2021-07-03 15:51:08 +02:00
6fb8ed4d07 Trim no longer used constant 2021-07-03 15:47:47 +02:00
7dae93ad66 Remove unused using directives 2021-07-03 15:23:26 +02:00
4d85df6bbc Merge branch 'master' into notch-tick-sfx 2021-07-02 20:38:30 +09:00
4e52aee5a0 Merge branch 'master' into wiki-image-block 2021-07-02 18:19:46 +09:00
362816492f Move to more friendly namespace 2021-07-02 18:09:16 +09:00
eacf867073 Move shared types into their own classes 2021-07-02 18:05:00 +09:00
ecb4982281 Add missing blank lines 2021-07-02 17:51:54 +09:00
35f7966922 Merge conditionals in line with other case of same logic 2021-07-02 15:55:36 +09:00
910fe3e9f8 Center pitch randomisation around base pitch 2021-07-02 15:51:23 +09:00
bd6664d541 Add note about intentional downward pitch, against expectations 2021-07-02 15:48:16 +09:00
13254d51fc Remove usage of bool for initial playback
Also refactors the whole method to generally clean things up. One more
important fix is setting the frequency on the channel before starting
playback, so avoid the frequency potentially being adjusted after the
playback is already started.
2021-07-02 15:48:13 +09:00
69b1347730 Tidy up weird bind logic 2021-07-02 15:29:51 +09:00
68c5e6a431 Add audio feedback to changing volume 2021-07-01 20:55:04 +09:00
0522500a57 Fix a couple of merge oversights 2021-07-01 19:45:17 +09:00
31dbc7798b Merge branch 'master' into linkify-metadata 2021-07-01 19:41:33 +09:00
82fd8b13df Merge pull request #13720 from Game4all/localise-dashboard-friends
Localise friends view in dashboard overlay
2021-07-01 18:20:18 +09:00
b00ee67895 Remove excess whitespace 2021-07-01 17:25:47 +09:00
939b2baafe Localise overlay "Scroll to top" button. 2021-06-30 22:19:04 +02:00
8da6ecf6a9 Localise OverlayPanelDisplayStyle tab control. 2021-06-30 21:28:07 +02:00
f2287ba022 Localise friends online status stream control. 2021-06-30 21:16:21 +02:00
285c49be7e Localise dashboard overlay header. 2021-06-30 20:28:27 +02:00
3a002e357a rename method 2021-06-29 19:28:21 +07:00
d88d264491 prevent image sprite exceed its parent width 2021-06-29 09:49:45 +07:00