1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00
osu-lazer/osu.Game.Rulesets.Mania.Tests
Bartłomiej Dach a407e267a2 Fix PF/SD legacy mod conversion
Upon investigating an user report in #6091 that indicated that viewing
replays using the Perfect mod would also display the Sudden Death mod
icon despite Perfect being the more restrictive of the two, it turned
out that the logic of importing legacy scores was missing that corner
case. A similar case of Double Time/Nightcore mutual exclusion was
handled, but PF/SD was missed.

Add analogous handling of PF/SD legacy mods for all four rulesets,
and additionally cover a tiny fraction of all cases with unit tests.
The most problematic cases (NC+HD and PF+SD) are covered in all four
basic rulesets.
2019-09-15 22:55:25 +02:00
..
.vscode Fix targeting netcoreapp2.1 in many places 2018-12-21 10:24:32 +09:00
ManiaBeatmapConversionTest.cs Use expression body 2019-08-05 10:02:28 +02:00
ManiaDifficultyCalculatorTest.cs Remove LegacyDifficultyCalculator 2019-02-21 13:12:37 +09:00
ManiaInputTestScene.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
ManiaLegacyModConversionTest.cs Fix PF/SD legacy mod conversion 2019-09-15 22:55:25 +02:00
ManiaPlacementBlueprintTestScene.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
ManiaSelectionBlueprintTestScene.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
osu.Game.Rulesets.Mania.Tests.csproj Bump NUnit3TestAdapter from 3.15.0 to 3.15.1 2019-08-30 13:36:31 +00:00
TestSceneAutoGeneration.cs Mark AutoGeneration tests as headless 2019-09-10 11:44:11 +09:00
TestSceneColumn.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
TestSceneEditor.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
TestSceneHitExplosion.cs Cleanup 2019-09-12 14:09:21 +09:00
TestSceneHoldNotePlacementBlueprint.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
TestSceneHoldNoteSelectionBlueprint.cs Make AccentColour a bindable 2019-07-22 14:48:59 +09:00
TestSceneNotePlacementBlueprint.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
TestSceneNotes.cs Fix mania notes test scene not visually displaying 2019-09-10 15:27:40 +09:00
TestSceneNoteSelectionBlueprint.cs Rename test cases to test scenes inline with the framework change 2019-05-14 22:37:25 +03:00
TestSceneStage.cs Centralise and share bar line generation code between rulesets 2019-09-10 13:30:54 +09:00