Commit Graph

31234 Commits

Author SHA1 Message Date
8632c3adf0 Fix hold notes bouncing with SV changes 2020-08-21 23:11:15 +09:00
42ee9b75df Apply suggestions from code review
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2020-08-21 19:38:59 +09:00
aead13628b Rework freezing to use masking 2020-08-21 17:52:42 +09:00
37cf7999b1 Merge branch 'master' into hold-note-freeze 2020-08-21 14:39:25 +09:00
25ee1fa7a2 Merge pull request #9933 from bdach/fix-catch-double-sample 2020-08-21 13:08:26 +09:00
f0ba587515 Merge branch 'master' into fix-catch-double-sample 2020-08-21 12:38:29 +09:00
ec020f0f7b Merge pull request #9936 from bdach/fix-multi-screen-test 2020-08-21 12:36:32 +09:00
d78bf839f4 Merge pull request #9930 from smoogipoo/remove-invert-release-samples 2020-08-21 12:35:43 +09:00
dcce7a2130 Cache local music controller to resolve failure 2020-08-20 21:03:27 +02:00
bd4acdce78 Add until step to ensure failure 2020-08-20 21:01:58 +02:00
9546fbb64b Prevent catcher from performing invalid catches 2020-08-20 19:06:29 +02:00
28534c1599 Reintroduce PalpableCatchHitObject at data level 2020-08-20 19:06:26 +02:00
45e2ea71b4 Rename Palpable{-> Drawable}CatchHitObject 2020-08-20 18:41:08 +02:00
35ff25940b Add sample playback to juice stream test scene 2020-08-20 18:16:32 +02:00
75db762553 Merge pull request #9926 from peppy/catch-playfield-width-adjust
Fix osu!catch playfield bounds not matching expectations
2020-08-20 23:42:17 +09:00
54a2322090 Use Array.Empty<> 2020-08-20 22:51:52 +09:00
f1e0946603 Remove release samples in invert mod 2020-08-20 22:38:47 +09:00
7442a44acd Merge pull request #9929 from smoogipoo/fix-catch-conversion
Fix catch not applying HR offset correctly
2020-08-20 22:33:58 +09:00
3ecc47cd3e Merge pull request #9927 from peppy/force-tourney-client-windows
Force tournament client to run in windowed mode
2020-08-20 21:38:21 +09:00
c89509aca0 Fix right bound not being applied correctly 2020-08-20 20:25:40 +09:00
e6d13edafb Force tournament client to run in windowed mode
We generally haven't tested in other modes, and it doesn't really make
sense as you wouldn't be able to use it in a meaningful way otherwise.

- [ ] Test on windows.
2020-08-20 19:41:29 +09:00
a94a86178b Align osu!catch playfield with stable 1:1 2020-08-20 19:12:37 +09:00
1f14d9b690 Use correct width adjust for osu!catch playfield 2020-08-20 18:15:06 +09:00
8b8fff2766 Merge pull request #9925 from swoolcock/disable-ca2225
Disable CA2225 warning regarding operator overloads
2020-08-20 17:50:11 +09:00
6358f4a661 Disable CA2225 warning regarding operator overloads 2020-08-20 17:33:08 +09:30
ff0dec3dd9 Update plist path to work with newer fastlane version
It seems they have fixed the working/current directory and the
parent traversal is no longer required.
2020-08-20 12:23:41 +09:00
5714c761eb Merge pull request #9768 from frenzibyte/allow-counter-customize-sprite-text
Allow providing custom sprite text for RollingCounter<T>
2020-08-20 00:14:48 +09:00
e4efa357d4 Merge pull request #9916 from peppy/update-framework
Update framework
2020-08-19 23:06:10 +09:00
8578b72b3b Merge pull request #9906 from lanpai/mania-slidertick-lighting
Disable LegacyHitExplosion for hold notes
2020-08-19 22:37:46 +09:00
1badc584f6 Update textbox event names 2020-08-19 22:10:58 +09:00
4397be60e2 Update framework 2020-08-19 21:58:02 +09:00
f6ca31688e Fix incorrect spacing 2020-08-19 21:39:55 +09:00
37f40f4a09 Merge branch 'master' into mania-slidertick-lighting 2020-08-19 21:19:25 +09:00
bb3a2473b7 Merge pull request #9903 from smoogipoo/mania-body-recycling
Implement mania hold note body recycling
2020-08-19 21:09:23 +09:00
74f8e61381 Merge branch 'master' into mania-body-recycling 2020-08-19 20:40:15 +09:00
33e9e518e3 Merge pull request #9911 from Game4all/fix-toolbar-visibility
Fix toolbar not respecting current overlay activation mode
2020-08-19 19:49:55 +09:00
3eac81eb52 Merge pull request #9891 from smoogipoo/mania-mod-invert 2020-08-19 19:12:02 +09:00
3e4eae7fe4 Remove unnecessary until step 2020-08-19 19:10:45 +09:00
06503597e0 Remove unnecessarily exposed visibility state 2020-08-19 19:09:35 +09:00
5737a52fd0 Merge branch 'master' into fix-toolbar-visibility 2020-08-19 19:08:41 +09:00
72f16eb186 Merge pull request #9905 from smoogipoo/fix-holdnote-tick-judgement 2020-08-19 19:07:38 +09:00
0184bee44d Merge branch 'master' into mania-mod-invert 2020-08-19 18:41:32 +09:00
ee9fa11d14 Use With(s => ...) extension for better readability 2020-08-19 07:47:02 +03:00
5759ffff6f Use the property instead of the backing field 2020-08-19 07:45:05 +03:00
8f1a71c6b1 Remove counter sprite attributes for not being of any reasonable use 2020-08-19 07:44:45 +03:00
1d9d885d27 Mask the tail as the body gets shorter 2020-08-19 01:40:26 +09:00
4d4d9b7356 Add rewinding support 2020-08-19 01:37:31 +09:00
474f245222 Replace nested loop with early return 2020-08-18 08:40:29 -07:00
af8f727721 Disable LegacyHitExplosion for hold notes 2020-08-18 08:28:53 -07:00
99315a4aa7 Fix incorrect anchors for up-scroll 2020-08-19 00:05:36 +09:00