1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:07:25 +08:00
osu-lazer/osu.Game.Rulesets.Catch.Tests
smoogipoo 54ab256c8e Instantiate a new path rather than setting properties on it
# Conflicts:
#	osu.Game.Rulesets.Catch/Beatmaps/CatchBeatmapConverter.cs
#	osu.Game.Rulesets.Catch/Objects/JuiceStream.cs
#	osu.Game.Rulesets.Osu/Beatmaps/OsuBeatmapConverter.cs
#	osu.Game/Rulesets/Objects/Legacy/Catch/ConvertHitObjectParser.cs
#	osu.Game/Rulesets/Objects/Legacy/Mania/ConvertHitObjectParser.cs
#	osu.Game/Rulesets/Objects/Legacy/Osu/ConvertHitObjectParser.cs
#	osu.Game/Rulesets/Objects/Legacy/Taiko/ConvertHitObjectParser.cs
#	osu.Game/Rulesets/Objects/SliderPath.cs
2018-11-12 13:50:19 +09:00
..
.vscode Remove remaining references to net471 2018-08-01 22:07:39 +09:00
CatchBeatmapConversionTest.cs Use switch with type matching in place of if-else where possible 2018-07-17 14:35:09 +09:00
osu.Game.Rulesets.Catch.Tests.csproj Update framework and other dependencies 2018-11-05 18:22:16 +09:00
TestCaseAutoJuiceStream.cs Instantiate a new path rather than setting properties on it 2018-11-12 13:50:19 +09:00
TestCaseBananaShower.cs Use IBeatmap wherever possible 2018-04-19 20:44:38 +09:00
TestCaseCatcherArea.cs Add common custom words to dotsettings dictionary 2018-07-05 15:54:41 +09:00
TestCaseCatchPlayer.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseCatchStacker.cs Use IBeatmap wherever possible 2018-04-19 20:44:38 +09:00
TestCaseFruitObjects.cs Remove unnecessary usings and move Banana out of BananaShower 2018-06-11 12:43:01 -07:00
TestCaseHyperDash.cs Add common custom words to dotsettings dictionary 2018-07-05 15:54:41 +09:00