Commit Graph

2328 Commits

Author SHA1 Message Date
48d5a3f94f Merge pull request #13866 from frenzibyte/remove-duplicates
Reference `OverlayColourProvider` static colours in `OsuColour`'s definitions xmldocs
2021-07-14 12:06:47 +09:00
80636be767 Link Lime1 and Orange1 to their OverlayColourProvider's alternative 2021-07-14 03:22:00 +03:00
b4961cd12e Revert "Remove duplicated colour definitions"
This reverts commit 9869986c59.
2021-07-14 03:18:13 +03:00
9869986c59 Remove duplicated colour definitions 2021-07-12 17:55:29 +03:00
e4f13e311e override add auto link in text flow container 2021-07-10 17:58:00 +07:00
45ff28f83b add autolink constructor 2021-07-10 17:57:33 +07:00
2eb12a59b7 Rename function to be more accurate 2021-07-09 11:16:47 +09:00
546f55d341 Change profile section expansion to use dropdown sounds 2021-07-08 20:23:11 +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
f53f6690e3 Remove extra blank line 2021-07-07 12:01:47 +02:00
8b1876bc2a Disallow removing items from SelectionCycleFillFlowContainer 2021-07-07 11:43:54 +02:00
ddb1da5a66 Tidy up class (although it's not in a good state logically) 2021-07-07 13:48:35 +09:00
e94e283ee4 Move shared inner classes to separate files 2021-07-06 22:11:54 +02:00
f45418dde7 Replace game-side directory/file selector with framework extensions 2021-07-06 22:11:54 +02:00
4451598bcf Fix remaining quality complaints 2021-07-06 15:17:19 +02:00
4b1b5a88fe Add null check to supress quality errors 2021-07-06 14:39:53 +02:00
ffe18ebe51 Resolve build errors 2021-07-06 14:11:46 +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
32ef2405c4 Use null instead of -1 2021-07-06 11:30:56 +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
4d85df6bbc Merge branch 'master' into notch-tick-sfx 2021-07-02 20:38:30 +09: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
9814c24741 Merge branch 'master' into notch-tick-sfx 2021-07-02 15:27:28 +09:00
083e463afd Use alternative hue slider nub design 2021-07-02 01:03:02 +02:00
434c048d87 Merge branch 'master' into colour-picker 2021-07-02 01:03:00 +02:00
dad28b2826 Update OsuSliderBar to use new notch-tick sample and tweak pitch ramping 2021-07-01 20:55:55 +09:00
a78d1b4c2e Update SR colours to match osu-web 2021-07-01 19:37:21 +09:00
583242d96d Add osu!-styled colour picker control 2021-06-30 23:25:50 +02:00
50c27d2635 Update usages of IHasTooltip in line with framework localisation changes 2021-06-25 19:10:04 +02:00
151dfdfb79 Merge pull request #13627 from Joehuu/fix-multiplayer-exit-logic
Fix multiplayer leave dialog not working on all exit operations
2021-06-23 14:56:57 +09:00
5c3129f1a2 add font size in HeadingTextFlowContainer 2021-06-22 12:24:56 +07:00
f89c154e18 change GetFontSizeByLevel to return actual font size 2021-06-22 12:24:25 +07: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
69a474e4ab Merge branch 'master' into beatmap-listing-enum-localisation 2021-06-16 13:16:58 +02:00
3c3ff8be0d Localise beatmap listing enum values 2021-06-16 15:58:07 +09:00
022b1a28d5 Add missing equality implementation for seasonal backgrounds
The equality operator is used to determine whether the next background
in the cycle should be loaded, to avoid pointless loads of the same
background several times (see #13362 and #13393). Its omission in the
latter pull caused seasonal backgrounds to no longer cycle.

Closes #13508.
2021-06-15 23:21:48 +02:00
902bb84ca8 Merge branch 'master' into fix-wave-overlay-sound-on-switch 2021-06-11 22:05:08 +02:00
121df57dca Fix focused overlays playing their "appear" sound when not necessarily changing state 2021-06-12 00:26:33 +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