Dan Balasescu
|
dea5143028
|
Merge pull request #2801 from peppy/fix-juice-explosions
Fix combos ending with JuiceStreams never leaving the catcher's plate
|
2018-06-15 13:43:03 +09:00 |
|
Dean Herbert
|
4a19f22b3d
|
Remove custom migration exception
This was hiding the true error message from ever hitting logs.
Made to help disagnose #2711.
|
2018-06-15 13:38:42 +09:00 |
|
smoogipoo
|
9709a40c54
|
Fix conversion test failing
|
2018-06-14 21:46:47 +09:00 |
|
smoogipoo
|
b63e9f29d4
|
Merge branch 'conversion-test-improvements' into catch-droplet-fix
|
2018-06-14 21:38:16 +09:00 |
|
Dean Herbert
|
d259b31893
|
Fix empty line
|
2018-06-14 21:38:08 +09:00 |
|
Dean Herbert
|
cb73f215ac
|
Add check for player screens too
|
2018-06-14 21:38:08 +09:00 |
|
Dean Herbert
|
caeddc861a
|
Add test for WorkingBeatmap leakage
|
2018-06-14 21:38:08 +09:00 |
|
Dean Herbert
|
b97c415c50
|
Fix memory leak due to incorrect binding
|
2018-06-14 21:38:08 +09:00 |
|
smoogipoo
|
e840083ab4
|
Oops fix incorrectly changed file
|
2018-06-14 21:38:08 +09:00 |
|
smoogipoo
|
31bd59442f
|
Remove banana positioning comment
|
2018-06-14 21:38:08 +09:00 |
|
smoogipoo
|
6867a398ca
|
Add one more test case
|
2018-06-14 21:38:08 +09:00 |
|
smoogipoo
|
ced4e61b54
|
Adjust expected output with spinner changes
|
2018-06-14 21:38:08 +09:00 |
|
smoogipoo
|
e1f5498924
|
Discarding 3 times is correct
|
2018-06-14 21:38:08 +09:00 |
|
smoogipoo
|
250e8645e1
|
finalisePosition -> applyPositionOffsets
|
2018-06-14 21:38:08 +09:00 |
|
smoogipoo
|
9b403b0053
|
Fix non-catch beatmaps not getting properly converted
Because Osu.ConvertSpinner implements IHasXPosition.
|
2018-06-14 21:38:08 +09:00 |
|
smoogipoo
|
a97a7e13bd
|
Rework RNG discarding comment
|
2018-06-14 21:38:08 +09:00 |
|
smoogipoo
|
cafdbc2d25
|
Fix discarding too many RNG values, and add test
|
2018-06-14 21:38:08 +09:00 |
|
smoogipoo
|
a4d2364083
|
Add one more newline
|
2018-06-14 21:29:08 +09:00 |
|
smoogipoo
|
b99b520656
|
Allow convertmapping to be extended
|
2018-06-14 21:25:33 +09:00 |
|
smoogipoo
|
024d2abfe0
|
Always generate mappings/convert values as soon as objects are converted
# Conflicts:
# osu.Game.Rulesets.Catch.Tests/CatchBeatmapConversionTest.cs
|
2018-06-14 21:25:23 +09:00 |
|
smoogipoo
|
8d0e7abdd6
|
Some rulesets don't have a beatmap processor
|
2018-06-14 21:23:11 +09:00 |
|
smoogipoo
|
5e66b02108
|
Process beatmap before generating mappings
|
2018-06-14 21:22:56 +09:00 |
|
smoogipoo
|
fd84afb89b
|
Fix non-inverted calculation
|
2018-06-14 19:38:48 +09:00 |
|
smoogipoo
|
a3bf16e481
|
Fix missing convert type
|
2018-06-14 19:37:32 +09:00 |
|
smoogipoo
|
b25a6a33cc
|
Fix 1K breaking hitcircle / slider conversions
|
2018-06-14 19:37:21 +09:00 |
|
smoogipoo
|
08b9cf75e9
|
Don't compute keymod difficulties for mania-specific beatmaps
These don't affect the number of keys in the beatmap at all for mania-specific beatmaps.
|
2018-06-14 17:10:08 +09:00 |
|
Dean Herbert
|
c41a50bf24
|
Fix combos ending with JuiceStreams never leaving the catcher's plate
Closes #2634.
|
2018-06-14 16:39:31 +09:00 |
|
smoogipoo
|
41abd5990c
|
Move osu! difficulty attributes to OsuDifficultyCalculator
|
2018-06-14 16:27:05 +09:00 |
|
smoogipoo
|
01dd2d7919
|
Move taiko difficulty attributes to TaikoDifficultyCalculator
|
2018-06-14 16:26:51 +09:00 |
|
smoogipoo
|
22add2abc5
|
Move mania difficulty attributes to ManiaDifficultyCalculator
|
2018-06-14 16:25:44 +09:00 |
|
smoogipoo
|
af218b3d8d
|
No need to use properties
|
2018-06-14 16:13:21 +09:00 |
|
smoogipoo
|
8f7334874c
|
Fix up performance calculators
|
2018-06-14 16:04:48 +09:00 |
|
smoogipoo
|
540b43313e
|
Remove PP test cases (osu-tools/osu-server should be used instead)
|
2018-06-14 15:57:06 +09:00 |
|
smoogipoo
|
966099fabc
|
Adjust ManiaDifficultyCalculator in-line with changes
|
2018-06-14 15:54:05 +09:00 |
|
smoogipoo
|
6ff06d4757
|
Adjust CatchDifficultyCalculator in-line with changes
|
2018-06-14 15:48:56 +09:00 |
|
smoogipoo
|
33c7ce1bec
|
Adjust TaikoDifficultyCalculator in-line with changes
|
2018-06-14 15:47:42 +09:00 |
|
smoogipoo
|
47fc18d7c4
|
Adjust OsuDifficultyCalculator in-line with changes
|
2018-06-14 15:45:16 +09:00 |
|
smoogipoo
|
b7a06b9594
|
Restructure of DifficultyCalculator to cleanup mod + attribute handling
|
2018-06-14 15:32:07 +09:00 |
|
smoogipoo
|
1431ee1867
|
Remove unused method
|
2018-06-14 14:46:25 +09:00 |
|
Dan Balasescu
|
af4d4b529f
|
Merge pull request #2791 from peppy/fix-memory-leak
Fix gameplay memory leak due to incorrect binding
|
2018-06-14 02:47:08 +09:00 |
|
Dean Herbert
|
b318b770d4
|
Fix pixellation of volume meter progress bars
|
2018-06-13 19:22:39 +09:00 |
|
Dean Herbert
|
cee5be1d56
|
Improve precision wheel adjustment handling
|
2018-06-13 17:03:56 +09:00 |
|
Dean Herbert
|
e0b68e4e09
|
Fix hide re-schedule not triggering on noop state change
|
2018-06-13 16:47:10 +09:00 |
|
Dean Herbert
|
a55bf82fd9
|
Handle hover blocking in VolumeOverlay to ensure correct hide scheduling
|
2018-06-13 16:46:56 +09:00 |
|
Dean Herbert
|
2a18625b2c
|
Correctly block scroll events when hovering controls
|
2018-06-13 16:46:27 +09:00 |
|
Dean Herbert
|
2cc7953421
|
Merge remote-tracking branch 'upstream/master' into peppy-improve-volume-controls
|
2018-06-13 16:14:20 +09:00 |
|
Dean Herbert
|
0fdb04f57d
|
Fix empty line
|
2018-06-13 15:43:18 +09:00 |
|
Dean Herbert
|
3ac90511c9
|
Merge branch 'master' into fix-memory-leak
|
2018-06-13 15:27:39 +09:00 |
|
Dean Herbert
|
39738a997e
|
Add check for player screens too
|
2018-06-13 15:26:23 +09:00 |
|
Dan Balasescu
|
cbb883614a
|
Merge branch 'master' into catch-droplet-fix
|
2018-06-13 15:18:52 +09:00 |
|