Commit Graph

1436 Commits

Author SHA1 Message Date
1e02d61b85 Fix nub glow color not having 0 alpha when being set 2021-08-19 20:06:49 -07:00
c95bf735fe Merge branch 'master' into multiplayer-chat 2021-08-20 11:54:42 +09:00
6d00ea3375 Allow toggling focus via binding 2021-08-19 14:19:59 +09:00
5441fab692 Avoid scheduling focus operation when not required 2021-08-18 12:45:14 +09:00
bc86bafc08 Fix RestoreDefaultValueButton's colour weirdness 2021-08-17 12:48:30 +09:00
237d3e656b Remove initial transform overhead of Nub 2021-08-16 19:47:41 +09:00
92ad66c86c Remove transform overhead from OsuDropdown on initial display 2021-08-16 19:47:41 +09:00
cecb312e77 Ensure TakeFocus does not crash when not yet loaded 2021-08-16 18:55:50 +09:00
d1dfb785d8 Merge branch 'master' into context-menu-sounds 2021-08-11 16:21:13 +09:00
a3a9d0579f Adjust checkbox / sliderbar animation speeds to match sound effects better 2021-08-11 12:33:14 +09:00
56b23fc765 Merge branch 'master' into context-menu-sounds 2021-08-11 11:46:10 +09:00
4268e4d750 Fix nested menus layering close samples if multiple menu levels are closed 2021-08-10 20:40:53 +02:00
3aa72163f2 Add simple download progress display to download buttons on playlist items 2021-08-10 15:14:43 +09:00
ff1730f9f8 Do not play open/close samples for top-level menus 2021-08-07 14:38:54 +02:00
52400961f6 Add open/close sounds to context menus 2021-08-06 23:47:02 +09:00
3f06ecdd48 Add open/close sounds to menus 2021-08-06 21:01:34 +09:00
f1ea830828 Re-add on-click feedback to MonthSection and OsuDropdown headers 2021-08-06 20:58:07 +09:00
9b9dacf3fe Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
9b7bb37244 Add hover+select sounds to some components that are missing them 2021-07-30 21:35:28 +09:00
7dc1de7423 Use 'Submit' select sample variant for back button 2021-07-30 21:35:28 +09:00
c1d8a7e2ad Add and use 'Submit' select sample variant for particular components 2021-07-30 21:35:28 +09:00
be3c02ff7f Remove 'Soft' select sample variant usage (soft is the new default) 2021-07-30 21:35:27 +09:00
ff3d38de6f Localise accuracy display. 2021-07-23 22:37:08 +02:00
cd54653977 Add 'Soft' HoverSampleSet variant 2021-07-21 22:00:13 +09:00
1bac471b49 Adapt to PlatformAction type change 2021-07-21 16:12:53 +09:00
f4eeb9139e Correct code style 2021-07-17 21:37:58 +08:00
ca1080dfb5 use switch statement
Co-authored-by: bdach <dach.bartlomiej@gmail.com>
2021-07-17 21:16:57 +08:00
e3c10e3994 Add missing LocalisableString 2021-07-17 19:40:32 +08: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
4451598bcf Fix remaining quality complaints 2021-07-06 15:17:19 +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
35f7966922 Merge conditionals in line with other case of same logic 2021-07-02 15:55:36 +09:00
63d2ac66d2 Fix one more instance of incorrect playback/frequency set order 2021-07-02 15:52:20 +09:00
910fe3e9f8 Center pitch randomisation around base pitch 2021-07-02 15:51:23 +09:00
dad28b2826 Update OsuSliderBar to use new notch-tick sample and tweak pitch ramping 2021-07-01 20:55:55 +09:00
50c27d2635 Update usages of IHasTooltip in line with framework localisation changes 2021-06-25 19:10:04 +02:00
2cdbada87e Fix screen breadcrumb control updating on click 2021-06-21 21:10:24 -07:00
390abccb4b Add workaround for dropdowns playing close animation on first display 2021-06-18 22:08:59 +09:00
6e4fc26e16 replace 'songselect' hover/click sounds with 'button' ones for now 2021-06-18 21:03:46 +09:00
953683044f fix checkbox sounds not being used for certain checkboxes 2021-06-18 21:00:08 +09:00
d462394635 add sound to dropdowns 2021-06-18 19:16:28 +09:00
4feb7c848f add sound to tab controls 2021-06-18 19:16:00 +09:00
752d0a9f0b add sound to scroll-to-top button 2021-06-18 16:08:14 +09:00
3c3ff8be0d Localise beatmap listing enum values 2021-06-16 15:58:07 +09:00
e098cac1cf Minor code reformatting / moving 2021-06-11 23:49:14 +09:00
5887b4a27c Update stand-alone usage of hover/select sounds in DrawableOsuMenuItem 2021-06-11 23:46:42 +09:00
0b95d07390 Change 'default' hover/click samples into 'button' samples and make 'soft' the new 'default' 2021-06-11 20:47:57 +09:00
4f80a3b66d Add fallback-to-default logic for HoverSounds and HoverClickSounds 2021-06-11 20:14:35 +09:00