Commit Graph

36160 Commits

Author SHA1 Message Date
75bf023f14 Fix HSPAColour.ToColour not being pure 2022-11-06 23:35:51 +09:00
e8603ede15 Fix second prompt 2022-11-06 15:35:26 +01:00
51078bddf9 Remove unused bindable 2022-11-06 23:34:04 +09:00
ee68f33e3c Merge pull request #21109 from frenzibyte/fix-beatmap-duplicating-again
Fix beatmap cards still potentially showing twice in listing
2022-11-06 18:46:31 +09:00
e02c477008 Merge pull request #21017 from andy840119/remove-nullable-disable-in-the-checks
Remove nullable disable in the checks.
2022-11-06 18:39:03 +09:00
887a3f3e28 Fix preposition for exclusive fullscreen prompt 2022-11-05 19:44:25 +01:00
84179fb087 Merge branch 'master' into combo-colour-brightness-limit 2022-11-05 16:48:56 +01:00
c27f7fa421 Merge branch 'master' into song-select-transition-improvement 2022-11-04 20:16:02 +03:00
ee6f036c44 Add note about using ExceptBy once it's available 2022-11-04 19:35:24 +03:00
ce5aacb760 Filter out duplicated cards using custom equality comparer instead 2022-11-04 19:27:35 +03:00
bd512c4937 Remove equality comparison implementation from BeatmapCard
This turned out to be a hurdle instead as it disallows adding two
beatmap cards of equal beatmap, which, while being a good behaviour in
client, makes tests more complicated to work.
2022-11-04 19:27:20 +03:00
d426977f03 Handle channel joins 2022-11-04 20:11:42 +09:00
f12ada9d92 Fix chat connecting too early 2022-11-04 19:36:24 +09:00
78bb940e6c Don't play hover sounds on disabled elements 2022-11-04 19:06:08 +09:00
0e350f52f5 Fix SliderBar disabled value potentially not transferring to hover sounds 2022-11-04 19:06:08 +09:00
a2fdad4afc Fix slider updating glow when disabled 2022-11-04 19:06:08 +09:00
a16540dc6d Update Nub hover animation to better suit immediacy of sound effects 2022-11-04 19:06:08 +09:00
1d2818dc70 Reschedule ack request on completion 2022-11-04 19:02:26 +09:00
66bbe34116 Move polling clients to osu.Game.Tests namespace 2022-11-04 18:52:57 +09:00
8b58475ee0 Update OsuButton hover animation to better suit immediacy of sound effects 2022-11-04 18:51:09 +09:00
fa18b5f701 Construct notifications client inside ChannelManager 2022-11-04 18:51:00 +09:00
72745656e7 Remove StartChat()/chat enablement 2022-11-04 18:48:34 +09:00
58396d49dc Fix handling of local echo deduplication 2022-11-04 18:44:22 +09:00
4f14ae4e34 Adjust transition effect for main menu backgrounds 2022-11-04 17:45:14 +09:00
4bbff99f31 Remove unnecessary fade in SeasonalBackground 2022-11-04 17:45:14 +09:00
2b934e0bea Increase delay for changing background on returning to main menu 2022-11-04 17:45:13 +09:00
923d44a769 Update dependencies 2022-11-04 17:00:58 +09:00
566738494f Merge pull request #20952 from OliBomby/bezier-convert
Add conversion algorithm for lazer slider curves to work with stable
2022-11-04 16:49:51 +09:00
c40c70509e Improve song select transition to gameplay 2022-11-04 15:24:37 +09:00
e11d44d14f Add url clicking support to profile badges 2022-11-03 18:12:32 -07:00
ac8fb4f9b2 Fix beatmap cards still potentially showing twice in listing 2022-11-04 03:23:34 +03:00
f6c376c090 Minor refactoring 2022-11-03 20:29:27 +09:00
f75c4ba95f Update resources 2022-11-03 20:27:44 +09:00
1edde8f73c Merge branch 'master' into disabled-button-sfx 2022-11-03 20:27:41 +09:00
cdb3494418 Merge pull request #20765 from Feodor0090/comment-report
Implement comments reporting
2022-11-03 20:09:00 +09:00
486515ed90 Merge pull request #20758 from frenzibyte/maintain-common-mod-selection
Maintain selection of common mods when switching rulesets
2022-11-03 20:08:32 +09:00
59bbd9c460 Fix some components using wrong sample set 2022-11-03 17:47:49 +09:00
f1c17129eb Add support for 'disabled' sample variation to HoverClickSounds 2022-11-03 17:47:49 +09:00
c48c9ecb6d Merge pull request #20743 from frenzibyte/improve-beatmap-card-buttons
Improve clickable area of beatmap card icon buttons
2022-11-03 15:47:08 +09:00
e336d486a6 Merge pull request #21093 from peppy/auto-skip-multiple-times
Fix automated skip not skipping more than once when required
2022-11-03 15:46:56 +09:00
56ef519cc2 Move PopoverContainer into OnlineOverlay to ensure correct colours 2022-11-03 15:43:06 +09:00
e6c45b8ab5 Merge branch 'master' into comment-report 2022-11-03 15:35:42 +09:00
20dd405c2b Merge branch 'master' into maintain-common-mod-selection 2022-11-03 15:32:40 +09:00
07bfac40fa Adjust padding to avoid overlap with card border when expanded 2022-11-03 14:03:28 +09:00
66a6084d3f Scale in the background fill alongside the icon 2022-11-03 14:03:19 +09:00
fc191807c6 Fix velocity test failing with no audio device 2022-11-03 13:59:22 +09:00
df9f49eef2 Move hover layer behind icon
Looked bad on the "already downloaded" state where the icon becomes
black.
2022-11-03 13:56:07 +09:00
fb0bc597a0 Merge branch 'master' into improve-beatmap-card-buttons 2022-11-03 13:53:29 +09:00
4154be6cda Adjust auto-skip to skip multiple times if necessary 2022-11-03 13:52:29 +09:00
aef3c7918c Add total skip count to SkipOverlay 2022-11-03 13:52:24 +09:00