-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into mania-edit-disable-sv
- Loading branch information
Showing
7 changed files
with
195 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
94 changes: 94 additions & 0 deletions
94
...e.Rulesets.Osu/Resources/Testing/Beatmaps/slider-paths-edge-case-expected-conversion.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
{ | ||
"Mappings": [ | ||
{ | ||
"StartTime": 46060.0, | ||
"Objects": [ | ||
{ | ||
"StartTime": 46060.0, | ||
"EndTime": 46060.0, | ||
"X": 160.0, | ||
"Y": 208.0, | ||
"StackOffset": { | ||
"X": 0.0, | ||
"Y": 0.0 | ||
} | ||
}, | ||
{ | ||
"StartTime": 46398.0, | ||
"EndTime": 46398.0, | ||
"X": 160.980164, | ||
"Y": 317.779083, | ||
"StackOffset": { | ||
"X": 0.0, | ||
"Y": 0.0 | ||
} | ||
}, | ||
{ | ||
"StartTime": 46737.0, | ||
"EndTime": 46737.0, | ||
"X": 268.887268, | ||
"Y": 320.0, | ||
"StackOffset": { | ||
"X": 0.0, | ||
"Y": 0.0 | ||
} | ||
}, | ||
{ | ||
"StartTime": 47040.0, | ||
"EndTime": 47040.0, | ||
"X": 378.995544, | ||
"Y": 320.0, | ||
"StackOffset": { | ||
"X": 0.0, | ||
"Y": 0.0 | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"StartTime": 123348.0, | ||
"Objects": [ | ||
{ | ||
"StartTime": 123348.0, | ||
"EndTime": 123348.0, | ||
"X": 352.0, | ||
"Y": 160.0, | ||
"StackOffset": { | ||
"X": 0.0, | ||
"Y": 0.0 | ||
} | ||
}, | ||
{ | ||
"StartTime": 123686.0, | ||
"EndTime": 123686.0, | ||
"X": 351.019836, | ||
"Y": 50.2209129, | ||
"StackOffset": { | ||
"X": 0.0, | ||
"Y": 0.0 | ||
} | ||
}, | ||
{ | ||
"StartTime": 124025.0, | ||
"EndTime": 124025.0, | ||
"X": 243.112747, | ||
"Y": 48.0, | ||
"StackOffset": { | ||
"X": 0.0, | ||
"Y": 0.0 | ||
} | ||
}, | ||
{ | ||
"StartTime": 124328.0, | ||
"EndTime": 124328.0, | ||
"X": 133.004471, | ||
"Y": 48.0, | ||
"StackOffset": { | ||
"X": 0.0, | ||
"Y": 0.0 | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
osu.Game.Rulesets.Osu/Resources/Testing/Beatmaps/slider-paths-edge-case.osu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
osu file format v6 | ||
|
||
[General] | ||
StackLeniency: 0.7 | ||
|
||
[Difficulty] | ||
HPDrainRate:1 | ||
CircleSize:3 | ||
OverallDifficulty:1 | ||
SliderMultiplier:1.1 | ||
SliderTickRate:1 | ||
|
||
[TimingPoints] | ||
-41,338.983050847458,4,1,0,70,1,0 | ||
93648,-100,4,1,0,70,0,0 | ||
|
||
[HitObjects] | ||
160,208,46060,6,0,B|161:320|161:320|271:320|271:320,1,330,8|0 | ||
352,160,123348,6,0,B|351:48|351:48|241:48|241:48,1,330,8|0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters