Commit Graph

1901 Commits

Author SHA1 Message Date
493b654011 Remove horizontal margin from mod display
Can skew center alignment on fill flow containers.

Fixes affected areas. Vector2(5, 0) is similar to MarginPadding { Left = 10 }.
2020-04-03 11:30:02 -07:00
b47a532df3 Adjust code formatting slightly 2020-03-30 00:07:48 +09:00
b4f0500706 Invert logic 2020-03-28 20:21:21 +02:00
2c27894527 Use All instead of ToList Any
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2020-03-28 19:58:33 +02:00
6bde102207 Merge remote-tracking branch 'upstream/master' 2020-03-28 18:14:17 +02:00
faa2b49be4 Fix namespace for CarouselBeatmapRank, make UpdateableRank in TopLocalRank readonly 2020-03-28 18:13:39 +02:00
1c711147f3 Move all carousel rank logic into separate classes (TopLocalRank and CarouselBeatmapRank) 2020-03-28 17:22:01 +02:00
87854fc4fa Rename variable 2020-03-28 13:23:31 +02:00
6a0c5c87aa Use already existing variable 2020-03-28 13:06:03 +02:00
fc3f9ff6fa Don't use drawables for select next 2020-03-28 12:54:48 +02:00
bbbaaae3ee Write tests 2020-03-26 19:18:16 +02:00
ee112c6f50 Move and change logic 2020-03-26 18:42:08 +02:00
2f5dc93d61 Select recommended difficulty 2020-03-26 00:19:54 +02:00
b1d4261402 Fix track looping state not being reset when entering editor from song select
Closes #8432.
2020-03-25 15:50:19 +09:00
2a1e7a7ff0 Merge branch 'master' into fix-select-filter-not-absorbing-input 2020-03-24 14:03:58 +09:00
6279c78e3c Merge branch 'master' into fix-keypad-autoplay-shortcut 2020-03-24 13:34:31 +09:00
5bc5119389 Handle OnHover on song select filter and footer 2020-03-23 16:03:33 -07:00
96d962ab30 Fix autoplay keyboard shortcut not working with keypad enter key 2020-03-23 11:25:40 -07:00
96848405fd Fix song select filter not absorbing input from carousel 2020-03-23 10:54:45 -07:00
47c7673c9e Fix crash when holding a key down while entering player 2020-03-23 17:04:54 +09:00
d0c7b49376 Merge branch 'master' into fix-carousel-root-selects-from-nothing 2020-03-23 11:34:04 +09:00
29009c85c0 Fix typo in comment
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2020-03-22 00:32:53 +09:00
9b60b535e5 Fix selection not occurring when switching from empty ruleset on first load 2020-03-20 15:01:26 +09:00
be4a97c289 Correctly bypass last selected when it is filtered 2020-03-20 13:01:24 +09:00
8f9e97b4cc Fix carousel not remembering last selection correctly 2020-03-19 18:07:39 +09:00
1c4296f5e7 Implement the new results screen 2020-03-17 17:43:16 +09:00
5e3668b2ea Merge pull request #8260 from smoogipoo/add-workingbeatmap-timeout
Add beatmap loading timeout to prevent runaway loading scenarios
2020-03-17 11:17:35 +09:00
e835f88c0c Merge pull request #8255 from peppy/fix-carousel-scroll-while-import
Fix carousel scrolling being inoperable during beatmap import
2020-03-16 12:50:45 +09:00
3e65f13c67 Merge branch 'master' into fix-carousel-scroll-while-import 2020-03-16 12:06:50 +09:00
9bb3a6c677 Merge branch 'master' into click-group-difficulty-icons 2020-03-16 12:01:09 +09:00
d6be8eec0c Merge branch 'master' into click-disabled-difficulty-icons 2020-03-16 11:30:57 +09:00
f390c1995d Apply comment suggestions
Co-Authored-By: Dean Herbert <pe@ppy.sh>
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2020-03-16 11:29:28 +09:00
bd05462a7f Merge branch 'master' into carousel-selection-fallback-improvement 2020-03-16 10:53:10 +09:00
25a35a1370 Merge branch 'master' into always-apply-ruleset-filter 2020-03-16 10:32:36 +09:00
340d362d69 Appease inspectcode 2020-03-15 03:51:30 +09:00
c33ca6e99c Decorate usages with exception management 2020-03-13 14:28:11 +09:00
ac70fcc544 Change logic to be more resilient by identifying user scroll events 2020-03-13 12:30:27 +09:00
5f8d180b5e Fix carousel scrolling being inoperable during beatmap import 2020-03-13 11:51:26 +09:00
04f1da04db Remove incorrect xmldoc from SelectBeatmap function 2020-03-13 10:52:08 +09:00
3f8b454ff4 Reword comment to match new filtering behaviour
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2020-03-13 10:01:28 +09:00
ca9cfbe51d Move selection fallback logic out of BeatmapCarousel to SongSelect 2020-03-12 18:42:08 +09:00
6e11c3014c Allow grouped difficulty icons to be clicked 2020-03-12 18:42:08 +09:00
ce5d01ed19 Allow filtered difficulty icons to be clicked 2020-03-12 18:42:08 +09:00
fc058f8896 Remove unnecessary this. prefix 2020-03-12 18:03:18 +09:00
933a8ffc8a Add test coverage 2020-03-12 17:10:51 +09:00
28ac5af91c Fix beatmap carousel tests loading beatmap manager beatmaps in test browser 2020-03-12 16:53:23 +09:00
63edcddaf1 Apply ruleset filter in all cases (even when bypassing filter for selection purposes) 2020-03-12 15:06:26 +09:00
e6685c88fc Merge pull request #8205 from peppy/always-scroll-to-selection
Fix changing ruleset at song select not scrolling the current selection back into view
2020-03-11 14:38:57 +09:00
f8f8e3628f Merge branch 'master' into always-scroll-to-selection 2020-03-11 13:38:28 +09:00
9119e32f63 Merge branch 'master' into better-filter-bypass 2020-03-11 13:37:55 +09:00