1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-29 10:12:56 +08:00
Commit Graph

31260 Commits

Author SHA1 Message Date
Dean Herbert
127330b8f9 Add 1ms lenience to avoid potential precision issues 2020-08-25 20:57:31 +09:00
Dean Herbert
6c7475f085 Fix snapped distances potentially exceeding the source distance
This results in slider placement including "excess" length, where the
curve is not applied to the placed path. This is generally not what we
want.

I considered adding a bool parameter (or enum) to change the
floor/rounding mode, but on further examination I think this is what we
always expect from this function.
2020-08-25 18:58:01 +09:00
Dean Herbert
997ea2f27e
Merge pull request #9932 from smoogipoo/hyperdash-full-catch-width
Use full catcher width for hyperdash calculation
2020-08-24 16:44:35 +09:00
Dean Herbert
64b22285ae
Merge pull request #9950 from Airkek/patch2 2020-08-24 15:46:22 +09:00
Dan Balasescu
bf61894021
Merge pull request #9959 from orozso/fix-osuCatch-relax-catcher-noMoving
Fix osu!catch relax mod
2020-08-24 15:26:31 +09:00
Dean Herbert
c03cc754e3 Move event attaching to ensure reporting is done at a high enough rate 2020-08-24 11:38:03 +09:00
Bartłomiej Dach
3d68f30467 Fix code style issues 2020-08-23 21:52:50 +02:00
Orosfai I. Zsolt
a8a7d9af29 Add testcase to osu!catch relax mod 2020-08-23 21:35:15 +02:00
Bartłomiej Dach
68a043a070 Add test case covering regression 2020-08-23 18:04:57 +02:00
Orosfai I. Zsolt
12ca870b74 Fix osu!catch relax mod 2020-08-23 17:34:57 +02:00
Dean Herbert
d274652b3a Fix failures if test ran too fast 2020-08-24 00:13:26 +09:00
Dean Herbert
2dce850f5b Rewrite hyperdash test to not rely on timing 2020-08-23 23:11:56 +09:00
Keijia
6e19521528
Merge branch 'master' into patch2 2020-08-22 18:53:40 +03:00
Dean Herbert
b98d4d9cff
Merge branch 'master' into hyperdash-full-catch-width 2020-08-22 19:55:45 +09:00
Keijia
b5b2e523ad change switch cases 2020-08-22 12:10:31 +03:00
Dan Balasescu
0295ae2921
Merge pull request #9947 from bdach/mania-legacy-background-line-padding
Add padding to mania column borders to match stable
2020-08-22 12:52:47 +09:00
Dean Herbert
4d93014e1c
Merge branch 'master' into mania-legacy-background-line-padding 2020-08-22 10:23:05 +09:00
Dean Herbert
54439dc480
Merge pull request #9949 from bdach/key-binding-panel-test-indices
Adjust key binding panel tests to not rely on row indices
2020-08-22 10:09:56 +09:00
Keijia
f9fe37a8a5 Added test for "hp" filter keyword 2020-08-22 01:54:01 +03:00
Keijia
0b6185cd14 add "hp" filter keyword 2020-08-22 01:09:35 +03:00
Bartłomiej Dach
809a61afcb Adjust key binding panel tests to not rely on row indices 2020-08-21 23:37:54 +02:00
Bartłomiej Dach
891f5cb130 Add padding to mania column borders to match stable 2020-08-21 20:00:20 +02:00
Dan Balasescu
8c454cee6b
Merge pull request #9943 from peppy/fix-double-storyboard-sample-dispose-crash
Fix potential crash if disposing a DrawableStoryboardSample twice
2020-08-21 20:11:27 +09:00
Dean Herbert
69cb9f3091 Fix potential crash if disposing a DrawableStoryboardSample twice 2020-08-21 18:19:47 +09:00
Dean Herbert
2ea6763c73
Merge pull request #9931 from smoogipoo/add-droplet-hypers 2020-08-21 16:13:18 +09:00
smoogipoo
62d833d63d Fix comment 2020-08-21 13:14:50 +09:00
smoogipoo
6ad7a3686b Simplify condition 2020-08-21 13:13:08 +09:00
smoogipoo
855b5ba4ed Merge branch 'master' into add-droplet-hypers 2020-08-21 13:09:16 +09:00
Dean Herbert
25ee1fa7a2
Merge pull request #9933 from bdach/fix-catch-double-sample 2020-08-21 13:08:26 +09:00
Dean Herbert
f0ba587515
Merge branch 'master' into fix-catch-double-sample 2020-08-21 12:38:29 +09:00
Dean Herbert
ec020f0f7b
Merge pull request #9936 from bdach/fix-multi-screen-test 2020-08-21 12:36:32 +09:00
Dean Herbert
d78bf839f4
Merge pull request #9930 from smoogipoo/remove-invert-release-samples 2020-08-21 12:35:43 +09:00
smoogipoo
dd1f2db175 Use startTime in test 2020-08-21 12:30:33 +09:00
smoogipoo
f00bc67aaa Fix pulp and use relative sizse 2020-08-21 12:29:28 +09:00
Bartłomiej Dach
dcce7a2130 Cache local music controller to resolve failure 2020-08-20 21:03:27 +02:00
Bartłomiej Dach
bd4acdce78 Add until step to ensure failure 2020-08-20 21:01:58 +02:00
smoogipoo
738ff7ba21 Use full catcher width for hyperdash calculation 2020-08-21 02:21:16 +09:00
Bartłomiej Dach
9546fbb64b Prevent catcher from performing invalid catches 2020-08-20 19:06:29 +02:00
Bartłomiej Dach
28534c1599 Reintroduce PalpableCatchHitObject at data level 2020-08-20 19:06:26 +02:00
smoogipoo
f956c9fe37 Clobber in a gameplay test 2020-08-21 02:01:29 +09:00
Bartłomiej Dach
45e2ea71b4 Rename Palpable{-> Drawable}CatchHitObject 2020-08-20 18:41:08 +02:00
Bartłomiej Dach
35ff25940b Add sample playback to juice stream test scene 2020-08-20 18:16:32 +02:00
Dean Herbert
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
smoogipoo
40a456170b Add default skin display for hyperdash droplets 2020-08-20 23:34:40 +09:00
smoogipoo
725caa9382 Add visual test for hyperdash droplets 2020-08-20 23:33:32 +09:00
smoogipoo
a193fb7907 Fix test not working for droplets/tinydroplets 2020-08-20 23:15:30 +09:00
smoogipoo
54a2322090 Use Array.Empty<> 2020-08-20 22:51:52 +09:00
smoogipoo
f1e0946603 Remove release samples in invert mod 2020-08-20 22:38:47 +09:00
Dean Herbert
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
Dean Herbert
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