mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 08:22:56 +08:00
Merge remote-tracking branch 'upstream/master' into clock-fixes
This commit is contained in:
commit
bd510e5356
@ -20,6 +20,10 @@ build:
|
|||||||
project: osu.sln
|
project: osu.sln
|
||||||
parallel: true
|
parallel: true
|
||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
|
test:
|
||||||
|
assemblies:
|
||||||
|
only:
|
||||||
|
- 'osu.Desktop\**\*.dll'
|
||||||
after_build:
|
after_build:
|
||||||
- cmd: inspectcode --o="inspectcodereport.xml" --projects:osu.Game* --caches-home="inspectcode" osu.sln > NUL
|
- cmd: inspectcode --o="inspectcodereport.xml" --projects:osu.Game* --caches-home="inspectcode" osu.sln > NUL
|
||||||
- cmd: NVika parsereport "inspectcodereport.xml" --treatwarningsaserrors
|
- cmd: NVika parsereport "inspectcodereport.xml" --treatwarningsaserrors
|
@ -1 +1 @@
|
|||||||
Subproject commit 9a773e62eb246206b918ba4fccf9f2507aaa4595
|
Subproject commit e8ae207769ec26fb7ddd67a2433514fcda354ecd
|
@ -4,6 +4,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using System.Runtime;
|
||||||
using osu.Framework;
|
using osu.Framework;
|
||||||
using osu.Framework.Platform;
|
using osu.Framework.Platform;
|
||||||
using osu.Game.IPC;
|
using osu.Game.IPC;
|
||||||
@ -15,6 +16,9 @@ namespace osu.Desktop
|
|||||||
[STAThread]
|
[STAThread]
|
||||||
public static int Main(string[] args)
|
public static int Main(string[] args)
|
||||||
{
|
{
|
||||||
|
if (!RuntimeInfo.IsMono)
|
||||||
|
useMulticoreJit();
|
||||||
|
|
||||||
// Back up the cwd before DesktopGameHost changes it
|
// Back up the cwd before DesktopGameHost changes it
|
||||||
var cwd = Environment.CurrentDirectory;
|
var cwd = Environment.CurrentDirectory;
|
||||||
|
|
||||||
@ -44,8 +48,16 @@ namespace osu.Desktop
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static void useMulticoreJit()
|
||||||
|
{
|
||||||
|
var directory = Directory.CreateDirectory(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Profiles"));
|
||||||
|
ProfileOptimization.SetProfileRoot(directory.FullName);
|
||||||
|
ProfileOptimization.StartProfile("Startup.Profile");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,957 @@
|
|||||||
|
{
|
||||||
|
"Mappings": [{
|
||||||
|
"StartTime": 500.0,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 500.0,
|
||||||
|
"Position": 96.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 562.0,
|
||||||
|
"Position": 100.84
|
||||||
|
}, {
|
||||||
|
"StartTime": 625.0,
|
||||||
|
"Position": 125.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 687.0,
|
||||||
|
"Position": 152.84
|
||||||
|
}, {
|
||||||
|
"StartTime": 750.0,
|
||||||
|
"Position": 191.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 812.0,
|
||||||
|
"Position": 212.84
|
||||||
|
}, {
|
||||||
|
"StartTime": 875.0,
|
||||||
|
"Position": 217.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 937.0,
|
||||||
|
"Position": 234.84
|
||||||
|
}, {
|
||||||
|
"StartTime": 1000.0,
|
||||||
|
"Position": 256.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 1062.0,
|
||||||
|
"Position": 267.84
|
||||||
|
}, {
|
||||||
|
"StartTime": 1125.0,
|
||||||
|
"Position": 284.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 1187.0,
|
||||||
|
"Position": 311.84
|
||||||
|
}, {
|
||||||
|
"StartTime": 1250.0,
|
||||||
|
"Position": 350.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 1312.0,
|
||||||
|
"Position": 359.84
|
||||||
|
}, {
|
||||||
|
"StartTime": 1375.0,
|
||||||
|
"Position": 367.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 1437.0,
|
||||||
|
"Position": 400.84
|
||||||
|
}, {
|
||||||
|
"StartTime": 1500.0,
|
||||||
|
"Position": 416.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 1562.0,
|
||||||
|
"Position": 377.159973
|
||||||
|
}, {
|
||||||
|
"StartTime": 1625.0,
|
||||||
|
"Position": 367.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 1687.0,
|
||||||
|
"Position": 374.159973
|
||||||
|
}, {
|
||||||
|
"StartTime": 1750.0,
|
||||||
|
"Position": 353.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 1812.0,
|
||||||
|
"Position": 329.159973
|
||||||
|
}, {
|
||||||
|
"StartTime": 1875.0,
|
||||||
|
"Position": 288.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 1937.0,
|
||||||
|
"Position": 259.159973
|
||||||
|
}, {
|
||||||
|
"StartTime": 2000.0,
|
||||||
|
"Position": 256.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 2058.0,
|
||||||
|
"Position": 232.44
|
||||||
|
}, {
|
||||||
|
"StartTime": 2116.0,
|
||||||
|
"Position": 222.879974
|
||||||
|
}, {
|
||||||
|
"StartTime": 2174.0,
|
||||||
|
"Position": 185.319992
|
||||||
|
}, {
|
||||||
|
"StartTime": 2232.0,
|
||||||
|
"Position": 177.76001
|
||||||
|
}, {
|
||||||
|
"StartTime": 2290.0,
|
||||||
|
"Position": 162.200012
|
||||||
|
}, {
|
||||||
|
"StartTime": 2348.0,
|
||||||
|
"Position": 158.639984
|
||||||
|
}, {
|
||||||
|
"StartTime": 2406.0,
|
||||||
|
"Position": 111.079994
|
||||||
|
}, {
|
||||||
|
"StartTime": 2500.0,
|
||||||
|
"Position": 96.0
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"StartTime": 3000.0,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 3000.0,
|
||||||
|
"Position": 18.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 3062.0,
|
||||||
|
"Position": 482.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 3125.0,
|
||||||
|
"Position": 243.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 3187.0,
|
||||||
|
"Position": 332.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 3250.0,
|
||||||
|
"Position": 477.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 3312.0,
|
||||||
|
"Position": 376.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 3375.0,
|
||||||
|
"Position": 104.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 3437.0,
|
||||||
|
"Position": 156.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 3500.0,
|
||||||
|
"Position": 135.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 3562.0,
|
||||||
|
"Position": 256.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 3625.0,
|
||||||
|
"Position": 360.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 3687.0,
|
||||||
|
"Position": 199.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 3750.0,
|
||||||
|
"Position": 239.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 3812.0,
|
||||||
|
"Position": 326.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 3875.0,
|
||||||
|
"Position": 393.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 3937.0,
|
||||||
|
"Position": 470.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 4000.0,
|
||||||
|
"Position": 136.0
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"StartTime": 4500.0,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 4500.0,
|
||||||
|
"Position": 317.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 4562.0,
|
||||||
|
"Position": 354.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 4625.0,
|
||||||
|
"Position": 414.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 4687.0,
|
||||||
|
"Position": 39.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 4750.0,
|
||||||
|
"Position": 172.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 4812.0,
|
||||||
|
"Position": 479.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 4875.0,
|
||||||
|
"Position": 18.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 4937.0,
|
||||||
|
"Position": 151.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 5000.0,
|
||||||
|
"Position": 342.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 5062.0,
|
||||||
|
"Position": 400.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 5125.0,
|
||||||
|
"Position": 420.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 5187.0,
|
||||||
|
"Position": 90.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 5250.0,
|
||||||
|
"Position": 220.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 5312.0,
|
||||||
|
"Position": 80.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 5375.0,
|
||||||
|
"Position": 421.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 5437.0,
|
||||||
|
"Position": 473.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 5500.0,
|
||||||
|
"Position": 97.0
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"StartTime": 6000.0,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 6000.0,
|
||||||
|
"Position": 105.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 6062.0,
|
||||||
|
"Position": 249.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 6125.0,
|
||||||
|
"Position": 163.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 6187.0,
|
||||||
|
"Position": 194.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 6250.0,
|
||||||
|
"Position": 106.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 6312.0,
|
||||||
|
"Position": 212.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 6375.0,
|
||||||
|
"Position": 257.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 6437.0,
|
||||||
|
"Position": 461.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 6500.0,
|
||||||
|
"Position": 79.0
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"StartTime": 7000.0,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 7000.0,
|
||||||
|
"Position": 256.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 7062.0,
|
||||||
|
"Position": 294.84
|
||||||
|
}, {
|
||||||
|
"StartTime": 7125.0,
|
||||||
|
"Position": 279.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 7187.0,
|
||||||
|
"Position": 309.84
|
||||||
|
}, {
|
||||||
|
"StartTime": 7250.0,
|
||||||
|
"Position": 336.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 7312.0,
|
||||||
|
"Position": 322.16
|
||||||
|
}, {
|
||||||
|
"StartTime": 7375.0,
|
||||||
|
"Position": 308.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 7437.0,
|
||||||
|
"Position": 263.16
|
||||||
|
}, {
|
||||||
|
"StartTime": 7500.0,
|
||||||
|
"Position": 256.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 7562.0,
|
||||||
|
"Position": 261.84
|
||||||
|
}, {
|
||||||
|
"StartTime": 7625.0,
|
||||||
|
"Position": 277.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 7687.0,
|
||||||
|
"Position": 318.84
|
||||||
|
}, {
|
||||||
|
"StartTime": 7750.0,
|
||||||
|
"Position": 336.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 7803.0,
|
||||||
|
"Position": 305.04
|
||||||
|
}, {
|
||||||
|
"StartTime": 7857.0,
|
||||||
|
"Position": 307.76
|
||||||
|
}, {
|
||||||
|
"StartTime": 7910.0,
|
||||||
|
"Position": 297.8
|
||||||
|
}, {
|
||||||
|
"StartTime": 8000.0,
|
||||||
|
"Position": 256.0
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"StartTime": 8500.0,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 8500.0,
|
||||||
|
"Position": 32.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 8562.0,
|
||||||
|
"Position": 22.8515015
|
||||||
|
}, {
|
||||||
|
"StartTime": 8625.0,
|
||||||
|
"Position": 28.5659637
|
||||||
|
}, {
|
||||||
|
"StartTime": 8687.0,
|
||||||
|
"Position": 50.3433228
|
||||||
|
}, {
|
||||||
|
"StartTime": 8750.0,
|
||||||
|
"Position": 56.58974
|
||||||
|
}, {
|
||||||
|
"StartTime": 8812.0,
|
||||||
|
"Position": 64.23422
|
||||||
|
}, {
|
||||||
|
"StartTime": 8875.0,
|
||||||
|
"Position": 67.7117844
|
||||||
|
}, {
|
||||||
|
"StartTime": 8937.0,
|
||||||
|
"Position": 90.52607
|
||||||
|
}, {
|
||||||
|
"StartTime": 9000.0,
|
||||||
|
"Position": 101.81015
|
||||||
|
}, {
|
||||||
|
"StartTime": 9062.0,
|
||||||
|
"Position": 113.478188
|
||||||
|
}, {
|
||||||
|
"StartTime": 9125.0,
|
||||||
|
"Position": 159.414444
|
||||||
|
}, {
|
||||||
|
"StartTime": 9187.0,
|
||||||
|
"Position": 155.1861
|
||||||
|
}, {
|
||||||
|
"StartTime": 9250.0,
|
||||||
|
"Position": 179.600418
|
||||||
|
}, {
|
||||||
|
"StartTime": 9312.0,
|
||||||
|
"Position": 212.293015
|
||||||
|
}, {
|
||||||
|
"StartTime": 9375.0,
|
||||||
|
"Position": 197.2076
|
||||||
|
}, {
|
||||||
|
"StartTime": 9437.0,
|
||||||
|
"Position": 243.438324
|
||||||
|
}, {
|
||||||
|
"StartTime": 9500.0,
|
||||||
|
"Position": 237.2304
|
||||||
|
}, {
|
||||||
|
"StartTime": 9562.0,
|
||||||
|
"Position": 241.253983
|
||||||
|
}, {
|
||||||
|
"StartTime": 9625.0,
|
||||||
|
"Position": 258.950623
|
||||||
|
}, {
|
||||||
|
"StartTime": 9687.0,
|
||||||
|
"Position": 253.3786
|
||||||
|
}, {
|
||||||
|
"StartTime": 9750.0,
|
||||||
|
"Position": 270.8865
|
||||||
|
}, {
|
||||||
|
"StartTime": 9812.0,
|
||||||
|
"Position": 244.38974
|
||||||
|
}, {
|
||||||
|
"StartTime": 9875.0,
|
||||||
|
"Position": 242.701874
|
||||||
|
}, {
|
||||||
|
"StartTime": 9937.0,
|
||||||
|
"Position": 256.2331
|
||||||
|
}, {
|
||||||
|
"StartTime": 10000.0,
|
||||||
|
"Position": 270.339874
|
||||||
|
}, {
|
||||||
|
"StartTime": 10062.0,
|
||||||
|
"Position": 275.9349
|
||||||
|
}, {
|
||||||
|
"StartTime": 10125.0,
|
||||||
|
"Position": 297.2969
|
||||||
|
}, {
|
||||||
|
"StartTime": 10187.0,
|
||||||
|
"Position": 307.834137
|
||||||
|
}, {
|
||||||
|
"StartTime": 10250.0,
|
||||||
|
"Position": 321.6449
|
||||||
|
}, {
|
||||||
|
"StartTime": 10312.0,
|
||||||
|
"Position": 357.746338
|
||||||
|
}, {
|
||||||
|
"StartTime": 10375.0,
|
||||||
|
"Position": 358.21875
|
||||||
|
}, {
|
||||||
|
"StartTime": 10437.0,
|
||||||
|
"Position": 394.943
|
||||||
|
}, {
|
||||||
|
"StartTime": 10500.0,
|
||||||
|
"Position": 401.0588
|
||||||
|
}, {
|
||||||
|
"StartTime": 10558.0,
|
||||||
|
"Position": 418.21347
|
||||||
|
}, {
|
||||||
|
"StartTime": 10616.0,
|
||||||
|
"Position": 424.6034
|
||||||
|
}, {
|
||||||
|
"StartTime": 10674.0,
|
||||||
|
"Position": 455.835754
|
||||||
|
}, {
|
||||||
|
"StartTime": 10732.0,
|
||||||
|
"Position": 477.5042
|
||||||
|
}, {
|
||||||
|
"StartTime": 10790.0,
|
||||||
|
"Position": 476.290955
|
||||||
|
}, {
|
||||||
|
"StartTime": 10848.0,
|
||||||
|
"Position": 470.943237
|
||||||
|
}, {
|
||||||
|
"StartTime": 10906.0,
|
||||||
|
"Position": 503.3372
|
||||||
|
}, {
|
||||||
|
"StartTime": 10999.0,
|
||||||
|
"Position": 508.166229
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"StartTime": 11500.0,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 11500.0,
|
||||||
|
"Position": 321.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 11562.0,
|
||||||
|
"Position": 17.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 11625.0,
|
||||||
|
"Position": 173.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 11687.0,
|
||||||
|
"Position": 170.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 11750.0,
|
||||||
|
"Position": 447.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 11812.0,
|
||||||
|
"Position": 218.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 11875.0,
|
||||||
|
"Position": 394.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 11937.0,
|
||||||
|
"Position": 46.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 12000.0,
|
||||||
|
"Position": 480.0
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"StartTime": 12500.0,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 12500.0,
|
||||||
|
"Position": 512.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 12562.0,
|
||||||
|
"Position": 491.3132
|
||||||
|
}, {
|
||||||
|
"StartTime": 12625.0,
|
||||||
|
"Position": 484.3089
|
||||||
|
}, {
|
||||||
|
"StartTime": 12687.0,
|
||||||
|
"Position": 454.6221
|
||||||
|
}, {
|
||||||
|
"StartTime": 12750.0,
|
||||||
|
"Position": 433.617767
|
||||||
|
}, {
|
||||||
|
"StartTime": 12812.0,
|
||||||
|
"Position": 399.930969
|
||||||
|
}, {
|
||||||
|
"StartTime": 12875.0,
|
||||||
|
"Position": 395.926666
|
||||||
|
}, {
|
||||||
|
"StartTime": 12937.0,
|
||||||
|
"Position": 361.239868
|
||||||
|
}, {
|
||||||
|
"StartTime": 13000.0,
|
||||||
|
"Position": 353.235535
|
||||||
|
}, {
|
||||||
|
"StartTime": 13062.0,
|
||||||
|
"Position": 314.548767
|
||||||
|
}, {
|
||||||
|
"StartTime": 13125.0,
|
||||||
|
"Position": 315.544434
|
||||||
|
}, {
|
||||||
|
"StartTime": 13187.0,
|
||||||
|
"Position": 288.857635
|
||||||
|
}, {
|
||||||
|
"StartTime": 13250.0,
|
||||||
|
"Position": 254.853333
|
||||||
|
}, {
|
||||||
|
"StartTime": 13312.0,
|
||||||
|
"Position": 239.166534
|
||||||
|
}, {
|
||||||
|
"StartTime": 13375.0,
|
||||||
|
"Position": 240.1622
|
||||||
|
}, {
|
||||||
|
"StartTime": 13437.0,
|
||||||
|
"Position": 212.4754
|
||||||
|
}, {
|
||||||
|
"StartTime": 13500.0,
|
||||||
|
"Position": 194.471069
|
||||||
|
}, {
|
||||||
|
"StartTime": 13562.0,
|
||||||
|
"Position": 161.784271
|
||||||
|
}, {
|
||||||
|
"StartTime": 13625.0,
|
||||||
|
"Position": 145.779968
|
||||||
|
}, {
|
||||||
|
"StartTime": 13687.0,
|
||||||
|
"Position": 129.09314
|
||||||
|
}, {
|
||||||
|
"StartTime": 13750.0,
|
||||||
|
"Position": 104.088837
|
||||||
|
}, {
|
||||||
|
"StartTime": 13812.0,
|
||||||
|
"Position": 95.40204
|
||||||
|
}, {
|
||||||
|
"StartTime": 13875.0,
|
||||||
|
"Position": 61.3977356
|
||||||
|
}, {
|
||||||
|
"StartTime": 13937.0,
|
||||||
|
"Position": 56.710907
|
||||||
|
}, {
|
||||||
|
"StartTime": 14000.0,
|
||||||
|
"Position": 35.7066345
|
||||||
|
}, {
|
||||||
|
"StartTime": 14062.0,
|
||||||
|
"Position": 5.019806
|
||||||
|
}, {
|
||||||
|
"StartTime": 14125.0,
|
||||||
|
"Position": 0.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 14187.0,
|
||||||
|
"Position": 39.7696266
|
||||||
|
}, {
|
||||||
|
"StartTime": 14250.0,
|
||||||
|
"Position": 23.0119171
|
||||||
|
}, {
|
||||||
|
"StartTime": 14312.0,
|
||||||
|
"Position": 75.94882
|
||||||
|
}, {
|
||||||
|
"StartTime": 14375.0,
|
||||||
|
"Position": 98.19112
|
||||||
|
}, {
|
||||||
|
"StartTime": 14437.0,
|
||||||
|
"Position": 82.12803
|
||||||
|
}, {
|
||||||
|
"StartTime": 14500.0,
|
||||||
|
"Position": 118.370323
|
||||||
|
}, {
|
||||||
|
"StartTime": 14562.0,
|
||||||
|
"Position": 149.307236
|
||||||
|
}, {
|
||||||
|
"StartTime": 14625.0,
|
||||||
|
"Position": 168.549515
|
||||||
|
}, {
|
||||||
|
"StartTime": 14687.0,
|
||||||
|
"Position": 190.486435
|
||||||
|
}, {
|
||||||
|
"StartTime": 14750.0,
|
||||||
|
"Position": 186.728714
|
||||||
|
}, {
|
||||||
|
"StartTime": 14812.0,
|
||||||
|
"Position": 199.665634
|
||||||
|
}, {
|
||||||
|
"StartTime": 14875.0,
|
||||||
|
"Position": 228.907928
|
||||||
|
}, {
|
||||||
|
"StartTime": 14937.0,
|
||||||
|
"Position": 264.844849
|
||||||
|
}, {
|
||||||
|
"StartTime": 15000.0,
|
||||||
|
"Position": 271.087128
|
||||||
|
}, {
|
||||||
|
"StartTime": 15062.0,
|
||||||
|
"Position": 290.024017
|
||||||
|
}, {
|
||||||
|
"StartTime": 15125.0,
|
||||||
|
"Position": 302.266327
|
||||||
|
}, {
|
||||||
|
"StartTime": 15187.0,
|
||||||
|
"Position": 344.203247
|
||||||
|
}, {
|
||||||
|
"StartTime": 15250.0,
|
||||||
|
"Position": 356.445526
|
||||||
|
}, {
|
||||||
|
"StartTime": 15312.0,
|
||||||
|
"Position": 359.382446
|
||||||
|
}, {
|
||||||
|
"StartTime": 15375.0,
|
||||||
|
"Position": 401.624725
|
||||||
|
}, {
|
||||||
|
"StartTime": 15437.0,
|
||||||
|
"Position": 388.561646
|
||||||
|
}, {
|
||||||
|
"StartTime": 15500.0,
|
||||||
|
"Position": 423.803925
|
||||||
|
}, {
|
||||||
|
"StartTime": 15562.0,
|
||||||
|
"Position": 425.740845
|
||||||
|
}, {
|
||||||
|
"StartTime": 15625.0,
|
||||||
|
"Position": 449.983124
|
||||||
|
}, {
|
||||||
|
"StartTime": 15687.0,
|
||||||
|
"Position": 468.920044
|
||||||
|
}, {
|
||||||
|
"StartTime": 15750.0,
|
||||||
|
"Position": 492.162323
|
||||||
|
}, {
|
||||||
|
"StartTime": 15812.0,
|
||||||
|
"Position": 506.784332
|
||||||
|
}, {
|
||||||
|
"StartTime": 15875.0,
|
||||||
|
"Position": 474.226227
|
||||||
|
}, {
|
||||||
|
"StartTime": 15937.0,
|
||||||
|
"Position": 482.978638
|
||||||
|
}, {
|
||||||
|
"StartTime": 16000.0,
|
||||||
|
"Position": 446.420532
|
||||||
|
}, {
|
||||||
|
"StartTime": 16058.0,
|
||||||
|
"Position": 418.4146
|
||||||
|
}, {
|
||||||
|
"StartTime": 16116.0,
|
||||||
|
"Position": 425.408844
|
||||||
|
}, {
|
||||||
|
"StartTime": 16174.0,
|
||||||
|
"Position": 383.402924
|
||||||
|
}, {
|
||||||
|
"StartTime": 16232.0,
|
||||||
|
"Position": 363.397156
|
||||||
|
}, {
|
||||||
|
"StartTime": 16290.0,
|
||||||
|
"Position": 343.391235
|
||||||
|
}, {
|
||||||
|
"StartTime": 16348.0,
|
||||||
|
"Position": 328.385468
|
||||||
|
}, {
|
||||||
|
"StartTime": 16406.0,
|
||||||
|
"Position": 322.3797
|
||||||
|
}, {
|
||||||
|
"StartTime": 16500.0,
|
||||||
|
"Position": 291.1977
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"StartTime": 17000.0,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 17000.0,
|
||||||
|
"Position": 256.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 17062.0,
|
||||||
|
"Position": 228.16
|
||||||
|
}, {
|
||||||
|
"StartTime": 17125.0,
|
||||||
|
"Position": 234.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 17187.0,
|
||||||
|
"Position": 202.16
|
||||||
|
}, {
|
||||||
|
"StartTime": 17250.0,
|
||||||
|
"Position": 176.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 17312.0,
|
||||||
|
"Position": 210.84
|
||||||
|
}, {
|
||||||
|
"StartTime": 17375.0,
|
||||||
|
"Position": 221.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 17437.0,
|
||||||
|
"Position": 219.84
|
||||||
|
}, {
|
||||||
|
"StartTime": 17500.0,
|
||||||
|
"Position": 256.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 17562.0,
|
||||||
|
"Position": 219.16
|
||||||
|
}, {
|
||||||
|
"StartTime": 17625.0,
|
||||||
|
"Position": 228.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 17687.0,
|
||||||
|
"Position": 203.16
|
||||||
|
}, {
|
||||||
|
"StartTime": 17750.0,
|
||||||
|
"Position": 176.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 17803.0,
|
||||||
|
"Position": 174.959991
|
||||||
|
}, {
|
||||||
|
"StartTime": 17857.0,
|
||||||
|
"Position": 214.23999
|
||||||
|
}, {
|
||||||
|
"StartTime": 17910.0,
|
||||||
|
"Position": 228.200012
|
||||||
|
}, {
|
||||||
|
"StartTime": 18000.0,
|
||||||
|
"Position": 256.0
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"StartTime": 18500.0,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 18500.0,
|
||||||
|
"Position": 362.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 18559.0,
|
||||||
|
"Position": 249.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 18618.0,
|
||||||
|
"Position": 357.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 18678.0,
|
||||||
|
"Position": 167.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 18737.0,
|
||||||
|
"Position": 477.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 18796.0,
|
||||||
|
"Position": 411.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 18856.0,
|
||||||
|
"Position": 254.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 18915.0,
|
||||||
|
"Position": 308.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 18975.0,
|
||||||
|
"Position": 399.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 19034.0,
|
||||||
|
"Position": 176.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 19093.0,
|
||||||
|
"Position": 14.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 19153.0,
|
||||||
|
"Position": 258.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 19212.0,
|
||||||
|
"Position": 221.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 19271.0,
|
||||||
|
"Position": 481.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 19331.0,
|
||||||
|
"Position": 92.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 19390.0,
|
||||||
|
"Position": 211.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 19450.0,
|
||||||
|
"Position": 135.0
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"StartTime": 19875.0,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 19875.0,
|
||||||
|
"Position": 216.0
|
||||||
|
}, {
|
||||||
|
"StartTime": 19937.0,
|
||||||
|
"Position": 215.307053
|
||||||
|
}, {
|
||||||
|
"StartTime": 20000.0,
|
||||||
|
"Position": 236.036865
|
||||||
|
}, {
|
||||||
|
"StartTime": 20062.0,
|
||||||
|
"Position": 236.312088
|
||||||
|
}, {
|
||||||
|
"StartTime": 20125.0,
|
||||||
|
"Position": 235.838928
|
||||||
|
}, {
|
||||||
|
"StartTime": 20187.0,
|
||||||
|
"Position": 269.9743
|
||||||
|
}, {
|
||||||
|
"StartTime": 20250.0,
|
||||||
|
"Position": 285.999146
|
||||||
|
}, {
|
||||||
|
"StartTime": 20312.0,
|
||||||
|
"Position": 283.669067
|
||||||
|
}, {
|
||||||
|
"StartTime": 20375.0,
|
||||||
|
"Position": 317.446747
|
||||||
|
}, {
|
||||||
|
"StartTime": 20437.0,
|
||||||
|
"Position": 330.750275
|
||||||
|
}, {
|
||||||
|
"StartTime": 20500.0,
|
||||||
|
"Position": 344.0156
|
||||||
|
}, {
|
||||||
|
"StartTime": 20562.0,
|
||||||
|
"Position": 318.472168
|
||||||
|
}, {
|
||||||
|
"StartTime": 20625.0,
|
||||||
|
"Position": 309.165466
|
||||||
|
}, {
|
||||||
|
"StartTime": 20687.0,
|
||||||
|
"Position": 317.044617
|
||||||
|
}, {
|
||||||
|
"StartTime": 20750.0,
|
||||||
|
"Position": 280.457367
|
||||||
|
}, {
|
||||||
|
"StartTime": 20812.0,
|
||||||
|
"Position": 272.220581
|
||||||
|
}, {
|
||||||
|
"StartTime": 20875.0,
|
||||||
|
"Position": 270.3294
|
||||||
|
}, {
|
||||||
|
"StartTime": 20937.0,
|
||||||
|
"Position": 262.57605
|
||||||
|
}, {
|
||||||
|
"StartTime": 21000.0,
|
||||||
|
"Position": 244.803329
|
||||||
|
}, {
|
||||||
|
"StartTime": 21062.0,
|
||||||
|
"Position": 215.958359
|
||||||
|
}, {
|
||||||
|
"StartTime": 21125.0,
|
||||||
|
"Position": 177.79332
|
||||||
|
}, {
|
||||||
|
"StartTime": 21187.0,
|
||||||
|
"Position": 190.948349
|
||||||
|
}, {
|
||||||
|
"StartTime": 21250.0,
|
||||||
|
"Position": 158.78334
|
||||||
|
}, {
|
||||||
|
"StartTime": 21312.0,
|
||||||
|
"Position": 136.93837
|
||||||
|
}, {
|
||||||
|
"StartTime": 21375.0,
|
||||||
|
"Position": 119.121056
|
||||||
|
}, {
|
||||||
|
"StartTime": 21437.0,
|
||||||
|
"Position": 132.387573
|
||||||
|
}, {
|
||||||
|
"StartTime": 21500.0,
|
||||||
|
"Position": 124.503014
|
||||||
|
}, {
|
||||||
|
"StartTime": 21562.0,
|
||||||
|
"Position": 118.749374
|
||||||
|
}, {
|
||||||
|
"StartTime": 21625.0,
|
||||||
|
"Position": 123.165535
|
||||||
|
}, {
|
||||||
|
"StartTime": 21687.0,
|
||||||
|
"Position": 96.02999
|
||||||
|
}, {
|
||||||
|
"StartTime": 21750.0,
|
||||||
|
"Position": 118.547928
|
||||||
|
}, {
|
||||||
|
"StartTime": 21812.0,
|
||||||
|
"Position": 128.856232
|
||||||
|
}, {
|
||||||
|
"StartTime": 21875.0,
|
||||||
|
"Position": 124.28746
|
||||||
|
}, {
|
||||||
|
"StartTime": 21937.0,
|
||||||
|
"Position": 150.754929
|
||||||
|
}, {
|
||||||
|
"StartTime": 22000.0,
|
||||||
|
"Position": 149.528732
|
||||||
|
}, {
|
||||||
|
"StartTime": 22062.0,
|
||||||
|
"Position": 145.1691
|
||||||
|
}, {
|
||||||
|
"StartTime": 22125.0,
|
||||||
|
"Position": 182.802155
|
||||||
|
}, {
|
||||||
|
"StartTime": 22187.0,
|
||||||
|
"Position": 178.6452
|
||||||
|
}, {
|
||||||
|
"StartTime": 22250.0,
|
||||||
|
"Position": 213.892181
|
||||||
|
}, {
|
||||||
|
"StartTime": 22312.0,
|
||||||
|
"Position": 218.713028
|
||||||
|
}, {
|
||||||
|
"StartTime": 22375.0,
|
||||||
|
"Position": 240.4715
|
||||||
|
}, {
|
||||||
|
"StartTime": 22437.0,
|
||||||
|
"Position": 239.371887
|
||||||
|
}, {
|
||||||
|
"StartTime": 22500.0,
|
||||||
|
"Position": 261.907257
|
||||||
|
}, {
|
||||||
|
"StartTime": 22562.0,
|
||||||
|
"Position": 314.353119
|
||||||
|
}, {
|
||||||
|
"StartTime": 22625.0,
|
||||||
|
"Position": 299.273376
|
||||||
|
}, {
|
||||||
|
"StartTime": 22687.0,
|
||||||
|
"Position": 356.98288
|
||||||
|
}, {
|
||||||
|
"StartTime": 22750.0,
|
||||||
|
"Position": 339.078552
|
||||||
|
}, {
|
||||||
|
"StartTime": 22812.0,
|
||||||
|
"Position": 377.8958
|
||||||
|
}, {
|
||||||
|
"StartTime": 22875.0,
|
||||||
|
"Position": 398.054047
|
||||||
|
}, {
|
||||||
|
"StartTime": 22937.0,
|
||||||
|
"Position": 398.739441
|
||||||
|
}, {
|
||||||
|
"StartTime": 23000.0,
|
||||||
|
"Position": 407.178467
|
||||||
|
}, {
|
||||||
|
"StartTime": 23062.0,
|
||||||
|
"Position": 444.8687
|
||||||
|
}, {
|
||||||
|
"StartTime": 23125.0,
|
||||||
|
"Position": 417.069977
|
||||||
|
}, {
|
||||||
|
"StartTime": 23187.0,
|
||||||
|
"Position": 454.688477
|
||||||
|
}, {
|
||||||
|
"StartTime": 23250.0,
|
||||||
|
"Position": 428.9612
|
||||||
|
}, {
|
||||||
|
"StartTime": 23312.0,
|
||||||
|
"Position": 441.92807
|
||||||
|
}, {
|
||||||
|
"StartTime": 23375.0,
|
||||||
|
"Position": 439.749878
|
||||||
|
}, {
|
||||||
|
"StartTime": 23433.0,
|
||||||
|
"Position": 455.644684
|
||||||
|
}, {
|
||||||
|
"StartTime": 23491.0,
|
||||||
|
"Position": 440.7359
|
||||||
|
}, {
|
||||||
|
"StartTime": 23549.0,
|
||||||
|
"Position": 430.0944
|
||||||
|
}, {
|
||||||
|
"StartTime": 23607.0,
|
||||||
|
"Position": 420.796173
|
||||||
|
}, {
|
||||||
|
"StartTime": 23665.0,
|
||||||
|
"Position": 435.897461
|
||||||
|
}, {
|
||||||
|
"StartTime": 23723.0,
|
||||||
|
"Position": 418.462555
|
||||||
|
}, {
|
||||||
|
"StartTime": 23781.0,
|
||||||
|
"Position": 405.53775
|
||||||
|
}, {
|
||||||
|
"StartTime": 23874.0,
|
||||||
|
"Position": 408.720825
|
||||||
|
}]
|
||||||
|
}]
|
||||||
|
}
|
27
osu.Game.Rulesets.Catch/Resources/Testing/Beatmaps/basic.osu
Normal file
27
osu.Game.Rulesets.Catch/Resources/Testing/Beatmaps/basic.osu
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
osu file format v14
|
||||||
|
|
||||||
|
[Difficulty]
|
||||||
|
HPDrainRate:6
|
||||||
|
CircleSize:4
|
||||||
|
OverallDifficulty:7
|
||||||
|
ApproachRate:8.3
|
||||||
|
SliderMultiplier:1.6
|
||||||
|
SliderTickRate:1
|
||||||
|
|
||||||
|
[TimingPoints]
|
||||||
|
500,500,4,2,1,50,1,0
|
||||||
|
13426,-100,4,3,1,45,0,0
|
||||||
|
14884,-100,4,2,1,50,0,0
|
||||||
|
|
||||||
|
[HitObjects]
|
||||||
|
96,192,500,6,0,L|416:192,2,320
|
||||||
|
256,192,3000,12,0,4000,0:0:0:0:
|
||||||
|
256,192,4500,12,0,5500,0:0:0:0:
|
||||||
|
256,192,6000,12,0,6500,0:0:0:0:
|
||||||
|
256,128,7000,6,0,L|352:128,4,80
|
||||||
|
32,192,8500,6,0,B|32:384|256:384|256:192|256:192|256:0|512:0|512:192,1,800
|
||||||
|
256,192,11500,12,0,12000,0:0:0:0:
|
||||||
|
512,320,12500,6,0,B|0:256|0:256|512:96|512:96|256:32,1,1280
|
||||||
|
256,256,17000,6,0,L|160:256,4,80
|
||||||
|
256,192,18500,12,0,19450,0:0:0:0:
|
||||||
|
216,231,19875,6,0,B|216:135|280:135|344:135|344:199|344:263|248:327|248:327|120:327|120:327|56:39|408:39|408:39|472:150|408:342,1,1280
|
67
osu.Game.Rulesets.Catch/Tests/CatchBeatmapConversionTest.cs
Normal file
67
osu.Game.Rulesets.Catch/Tests/CatchBeatmapConversionTest.cs
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
|
using osu.Framework.MathUtils;
|
||||||
|
using osu.Game.Beatmaps;
|
||||||
|
using osu.Game.Rulesets.Catch.Beatmaps;
|
||||||
|
using osu.Game.Rulesets.Catch.Objects;
|
||||||
|
using osu.Game.Rulesets.Catch.UI;
|
||||||
|
using osu.Game.Rulesets.Objects;
|
||||||
|
using osu.Game.Tests.Beatmaps;
|
||||||
|
|
||||||
|
namespace osu.Game.Rulesets.Catch.Tests
|
||||||
|
{
|
||||||
|
public class CatchBeatmapConversionTest : BeatmapConversionTest<ConvertValue>
|
||||||
|
{
|
||||||
|
protected override string ResourceAssembly => "osu.Game.Rulesets.Catch";
|
||||||
|
|
||||||
|
[TestCase("basic"), Ignore("See: https://github.com/ppy/osu/issues/2149")]
|
||||||
|
public new void Test(string name)
|
||||||
|
{
|
||||||
|
base.Test(name);
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override IEnumerable<ConvertValue> CreateConvertValue(HitObject hitObject)
|
||||||
|
{
|
||||||
|
if (hitObject is JuiceStream stream)
|
||||||
|
{
|
||||||
|
foreach (var nested in stream.NestedHitObjects)
|
||||||
|
{
|
||||||
|
yield return new ConvertValue
|
||||||
|
{
|
||||||
|
StartTime = nested.StartTime,
|
||||||
|
Position = ((CatchHitObject)nested).X * CatchPlayfield.BASE_WIDTH
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
yield return new ConvertValue
|
||||||
|
{
|
||||||
|
StartTime = hitObject.StartTime,
|
||||||
|
Position = ((CatchHitObject)hitObject).X * CatchPlayfield.BASE_WIDTH
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override IBeatmapConverter CreateConverter(Beatmap beatmap) => new CatchBeatmapConverter();
|
||||||
|
}
|
||||||
|
|
||||||
|
public struct ConvertValue : IEquatable<ConvertValue>
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// A sane value to account for osu!stable using ints everwhere.
|
||||||
|
/// </summary>
|
||||||
|
private const float conversion_lenience = 2;
|
||||||
|
|
||||||
|
public double StartTime;
|
||||||
|
public float Position;
|
||||||
|
|
||||||
|
public bool Equals(ConvertValue other)
|
||||||
|
=> Precision.AlmostEquals(StartTime, other.StartTime, conversion_lenience)
|
||||||
|
&& Precision.AlmostEquals(Position, other.Position, conversion_lenience);
|
||||||
|
}
|
||||||
|
}
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Framework.MathUtils;
|
using osu.Framework.MathUtils;
|
||||||
@ -15,6 +16,7 @@ using OpenTK.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Catch.Tests
|
namespace osu.Game.Rulesets.Catch.Tests
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseFruitObjects : OsuTestCase
|
public class TestCaseFruitObjects : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace osu.Game.Rulesets.Catch.Tests
|
namespace osu.Game.Rulesets.Catch.Tests
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCasePerformancePoints : Game.Tests.Visual.TestCasePerformancePoints
|
public class TestCasePerformancePoints : Game.Tests.Visual.TestCasePerformancePoints
|
||||||
{
|
{
|
||||||
public TestCasePerformancePoints()
|
public TestCasePerformancePoints()
|
||||||
|
@ -95,6 +95,7 @@
|
|||||||
<Compile Include="Objects\Fruit.cs" />
|
<Compile Include="Objects\Fruit.cs" />
|
||||||
<Compile Include="Objects\TinyDroplet.cs" />
|
<Compile Include="Objects\TinyDroplet.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
<Compile Include="Tests\CatchBeatmapConversionTest.cs" />
|
||||||
<Compile Include="Tests\TestCaseBananaShower.cs" />
|
<Compile Include="Tests\TestCaseBananaShower.cs" />
|
||||||
<Compile Include="Tests\TestCaseCatcherArea.cs" />
|
<Compile Include="Tests\TestCaseCatcherArea.cs" />
|
||||||
<Compile Include="Tests\TestCaseCatchStacker.cs" />
|
<Compile Include="Tests\TestCaseCatchStacker.cs" />
|
||||||
@ -128,6 +129,10 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Include="Resources\Testing\Beatmaps\basic-expected-conversion.json" />
|
||||||
|
<EmbeddedResource Include="Resources\Testing\Beatmaps\basic.osu" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<Import Project="$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets" Condition="Exists('$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" />
|
<Import Project="$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets" Condition="Exists('$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" />
|
||||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||||
|
@ -10,7 +10,7 @@ namespace osu.Game.Rulesets.Mania.MathUtils
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
internal class FastRandom
|
internal class FastRandom
|
||||||
{
|
{
|
||||||
private const double uint_to_real = 1.0 / (uint.MaxValue + 1.0);
|
private const double int_to_real = 1.0 / (int.MaxValue + 1.0);
|
||||||
private const uint int_mask = 0x7FFFFFFF;
|
private const uint int_mask = 0x7FFFFFFF;
|
||||||
private const uint y = 842502087;
|
private const uint y = 842502087;
|
||||||
private const uint z = 3579807591;
|
private const uint z = 3579807591;
|
||||||
@ -65,7 +65,7 @@ namespace osu.Game.Rulesets.Mania.MathUtils
|
|||||||
/// Generates a random double value within the range [0, 1).
|
/// Generates a random double value within the range [0, 1).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>The random value.</returns>
|
/// <returns>The random value.</returns>
|
||||||
public double NextDouble() => uint_to_real * NextUInt();
|
public double NextDouble() => int_to_real * Next();
|
||||||
|
|
||||||
private uint bitBuffer;
|
private uint bitBuffer;
|
||||||
private int bitIndex = 32;
|
private int bitIndex = 32;
|
||||||
|
@ -0,0 +1,103 @@
|
|||||||
|
{
|
||||||
|
"Mappings": [{
|
||||||
|
"StartTime": 500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 500,
|
||||||
|
"EndTime": 2500,
|
||||||
|
"Column": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 1500,
|
||||||
|
"EndTime": 2500,
|
||||||
|
"Column": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 3000,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 3000,
|
||||||
|
"EndTime": 4000,
|
||||||
|
"Column": 2
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 4500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 4500,
|
||||||
|
"EndTime": 5500,
|
||||||
|
"Column": 4
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 6000,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 6000,
|
||||||
|
"EndTime": 6500,
|
||||||
|
"Column": 2
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 7000,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 7000,
|
||||||
|
"EndTime": 8000,
|
||||||
|
"Column": 2
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 8500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 8500,
|
||||||
|
"EndTime": 11000,
|
||||||
|
"Column": 0
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 11500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 11500,
|
||||||
|
"EndTime": 12000,
|
||||||
|
"Column": 1
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 12500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 12500,
|
||||||
|
"EndTime": 16500,
|
||||||
|
"Column": 4
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 17000,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 17000,
|
||||||
|
"EndTime": 18000,
|
||||||
|
"Column": 2
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 18500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 18500,
|
||||||
|
"EndTime": 19450,
|
||||||
|
"Column": 0
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 19875,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 19875,
|
||||||
|
"EndTime": 23875,
|
||||||
|
"Column": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 19875,
|
||||||
|
"EndTime": 23875,
|
||||||
|
"Column": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
27
osu.Game.Rulesets.Mania/Resources/Testing/Beatmaps/basic.osu
Normal file
27
osu.Game.Rulesets.Mania/Resources/Testing/Beatmaps/basic.osu
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
osu file format v14
|
||||||
|
|
||||||
|
[Difficulty]
|
||||||
|
HPDrainRate:6
|
||||||
|
CircleSize:4
|
||||||
|
OverallDifficulty:7
|
||||||
|
ApproachRate:8.3
|
||||||
|
SliderMultiplier:1.6
|
||||||
|
SliderTickRate:1
|
||||||
|
|
||||||
|
[TimingPoints]
|
||||||
|
500,500,4,2,1,50,1,0
|
||||||
|
13426,-100,4,3,1,45,0,0
|
||||||
|
14884,-100,4,2,1,50,0,0
|
||||||
|
|
||||||
|
[HitObjects]
|
||||||
|
96,192,500,6,0,L|416:192,2,320
|
||||||
|
256,192,3000,12,0,4000,0:0:0:0:
|
||||||
|
256,192,4500,12,0,5500,0:0:0:0:
|
||||||
|
256,192,6000,12,0,6500,0:0:0:0:
|
||||||
|
256,128,7000,6,0,L|352:128,4,80
|
||||||
|
32,192,8500,6,0,B|32:384|256:384|256:192|256:192|256:0|512:0|512:192,1,800
|
||||||
|
256,192,11500,12,0,12000,0:0:0:0:
|
||||||
|
512,320,12500,6,0,B|0:256|0:256|512:96|512:96|256:32,1,1280
|
||||||
|
256,256,17000,6,0,L|160:256,4,80
|
||||||
|
256,192,18500,12,0,19450,0:0:0:0:
|
||||||
|
216,231,19875,6,0,B|216:135|280:135|344:135|344:199|344:263|248:327|248:327|120:327|120:327|56:39|408:39|408:39|472:150|408:342,1,1280
|
60
osu.Game.Rulesets.Mania/Tests/ManiaBeatmapConversionTest.cs
Normal file
60
osu.Game.Rulesets.Mania/Tests/ManiaBeatmapConversionTest.cs
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
|
using osu.Framework.MathUtils;
|
||||||
|
using osu.Game.Beatmaps;
|
||||||
|
using osu.Game.Rulesets.Mania.Beatmaps;
|
||||||
|
using osu.Game.Rulesets.Mania.Objects;
|
||||||
|
using osu.Game.Rulesets.Objects;
|
||||||
|
using osu.Game.Rulesets.Objects.Types;
|
||||||
|
using osu.Game.Tests.Beatmaps;
|
||||||
|
|
||||||
|
namespace osu.Game.Rulesets.Mania.Tests
|
||||||
|
{
|
||||||
|
public class ManiaBeatmapConversionTest : BeatmapConversionTest<ConvertValue>
|
||||||
|
{
|
||||||
|
protected override string ResourceAssembly => "osu.Game.Rulesets.Mania";
|
||||||
|
|
||||||
|
private bool isForCurrentRuleset;
|
||||||
|
|
||||||
|
[NonParallelizable]
|
||||||
|
[TestCase("basic", false), Ignore("See: https://github.com/ppy/osu/issues/2150")]
|
||||||
|
public void Test(string name, bool isForCurrentRuleset)
|
||||||
|
{
|
||||||
|
this.isForCurrentRuleset = isForCurrentRuleset;
|
||||||
|
base.Test(name);
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override IEnumerable<ConvertValue> CreateConvertValue(HitObject hitObject)
|
||||||
|
{
|
||||||
|
yield return new ConvertValue
|
||||||
|
{
|
||||||
|
StartTime = hitObject.StartTime,
|
||||||
|
EndTime = (hitObject as IHasEndTime)?.EndTime ?? hitObject.StartTime,
|
||||||
|
Column = ((ManiaHitObject)hitObject).Column
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override IBeatmapConverter CreateConverter(Beatmap beatmap) => new ManiaBeatmapConverter(isForCurrentRuleset, beatmap);
|
||||||
|
}
|
||||||
|
|
||||||
|
public struct ConvertValue : IEquatable<ConvertValue>
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// A sane value to account for osu!stable using ints everwhere.
|
||||||
|
/// </summary>
|
||||||
|
private const float conversion_lenience = 2;
|
||||||
|
|
||||||
|
public double StartTime;
|
||||||
|
public double EndTime;
|
||||||
|
public int Column;
|
||||||
|
|
||||||
|
public bool Equals(ConvertValue other)
|
||||||
|
=> Precision.AlmostEquals(StartTime, other.StartTime, conversion_lenience)
|
||||||
|
&& Precision.AlmostEquals(EndTime, other.EndTime, conversion_lenience)
|
||||||
|
&& Column == other.Column;
|
||||||
|
}
|
||||||
|
}
|
@ -9,6 +9,7 @@ using osu.Game.Tests.Visual;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Mania.Tests
|
namespace osu.Game.Rulesets.Mania.Tests
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseAutoGeneration : OsuTestCase
|
public class TestCaseAutoGeneration : OsuTestCase
|
||||||
{
|
{
|
||||||
[Test]
|
[Test]
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace osu.Game.Rulesets.Mania.Tests
|
namespace osu.Game.Rulesets.Mania.Tests
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCasePerformancePoints : Game.Tests.Visual.TestCasePerformancePoints
|
public class TestCasePerformancePoints : Game.Tests.Visual.TestCasePerformancePoints
|
||||||
{
|
{
|
||||||
public TestCasePerformancePoints()
|
public TestCasePerformancePoints()
|
||||||
|
@ -126,6 +126,7 @@
|
|||||||
<Compile Include="Objects\Note.cs" />
|
<Compile Include="Objects\Note.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="ManiaInputManager.cs" />
|
<Compile Include="ManiaInputManager.cs" />
|
||||||
|
<Compile Include="Tests\ManiaBeatmapConversionTest.cs" />
|
||||||
<Compile Include="Tests\TestCaseAutoGeneration.cs" />
|
<Compile Include="Tests\TestCaseAutoGeneration.cs" />
|
||||||
<Compile Include="Tests\TestCaseManiaHitObjects.cs" />
|
<Compile Include="Tests\TestCaseManiaHitObjects.cs" />
|
||||||
<Compile Include="Tests\TestCaseManiaPlayfield.cs" />
|
<Compile Include="Tests\TestCaseManiaPlayfield.cs" />
|
||||||
@ -159,6 +160,10 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Include="Resources\Testing\Beatmaps\basic-expected-conversion.json" />
|
||||||
|
<EmbeddedResource Include="Resources\Testing\Beatmaps\basic.osu" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<Import Project="$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets" Condition="Exists('$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" />
|
<Import Project="$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets" Condition="Exists('$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" />
|
||||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||||
|
@ -0,0 +1,26 @@
|
|||||||
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using osu.Game.Rulesets.Edit.Layers.Selection;
|
||||||
|
using osu.Game.Rulesets.Objects.Drawables;
|
||||||
|
using osu.Game.Rulesets.Osu.Edit.Layers.Selection.Overlays;
|
||||||
|
using osu.Game.Rulesets.Osu.Objects.Drawables;
|
||||||
|
|
||||||
|
namespace osu.Game.Rulesets.Osu.Edit.Layers.Selection
|
||||||
|
{
|
||||||
|
public class OsuHitObjectOverlayLayer : HitObjectOverlayLayer
|
||||||
|
{
|
||||||
|
protected override HitObjectOverlay CreateOverlayFor(DrawableHitObject hitObject)
|
||||||
|
{
|
||||||
|
switch (hitObject)
|
||||||
|
{
|
||||||
|
case DrawableHitCircle circle:
|
||||||
|
return new HitCircleOverlay(circle);
|
||||||
|
case DrawableSlider slider:
|
||||||
|
return new SliderOverlay(slider);
|
||||||
|
}
|
||||||
|
|
||||||
|
return base.CreateOverlayFor(hitObject);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,33 @@
|
|||||||
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using osu.Framework.Graphics;
|
||||||
|
using osu.Framework.Allocation;
|
||||||
|
using osu.Game.Graphics;
|
||||||
|
using osu.Game.Rulesets.Edit.Layers.Selection;
|
||||||
|
using osu.Game.Rulesets.Osu.Objects.Drawables;
|
||||||
|
using osu.Game.Rulesets.Osu.Objects.Drawables.Pieces;
|
||||||
|
|
||||||
|
namespace osu.Game.Rulesets.Osu.Edit.Layers.Selection.Overlays
|
||||||
|
{
|
||||||
|
public class HitCircleOverlay : HitObjectOverlay
|
||||||
|
{
|
||||||
|
public HitCircleOverlay(DrawableHitCircle hitCircle)
|
||||||
|
: base(hitCircle)
|
||||||
|
{
|
||||||
|
Origin = Anchor.Centre;
|
||||||
|
|
||||||
|
Position = hitCircle.Position;
|
||||||
|
Size = hitCircle.Size;
|
||||||
|
Scale = hitCircle.Scale;
|
||||||
|
|
||||||
|
AddInternal(new RingPiece());
|
||||||
|
}
|
||||||
|
|
||||||
|
[BackgroundDependencyLoader]
|
||||||
|
private void load(OsuColour colours)
|
||||||
|
{
|
||||||
|
Colour = colours.Yellow;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,55 @@
|
|||||||
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using osu.Framework.Allocation;
|
||||||
|
using osu.Framework.Graphics;
|
||||||
|
using osu.Game.Graphics;
|
||||||
|
using osu.Game.Rulesets.Edit.Layers.Selection;
|
||||||
|
using osu.Game.Rulesets.Osu.Objects.Drawables;
|
||||||
|
using osu.Game.Rulesets.Osu.Objects.Drawables.Pieces;
|
||||||
|
using OpenTK;
|
||||||
|
|
||||||
|
namespace osu.Game.Rulesets.Osu.Edit.Layers.Selection.Overlays
|
||||||
|
{
|
||||||
|
public class SliderCircleOverlay : HitObjectOverlay
|
||||||
|
{
|
||||||
|
public SliderCircleOverlay(DrawableHitCircle sliderHead, DrawableSlider slider)
|
||||||
|
: this(sliderHead, sliderHead.Position, slider)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public SliderCircleOverlay(DrawableSliderTail sliderTail, DrawableSlider slider)
|
||||||
|
: this(sliderTail, sliderTail.Position, slider)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
private readonly DrawableOsuHitObject hitObject;
|
||||||
|
|
||||||
|
private SliderCircleOverlay(DrawableOsuHitObject hitObject, Vector2 position, DrawableSlider slider)
|
||||||
|
: base(hitObject)
|
||||||
|
{
|
||||||
|
this.hitObject = hitObject;
|
||||||
|
|
||||||
|
Origin = Anchor.Centre;
|
||||||
|
|
||||||
|
Position = position;
|
||||||
|
Size = slider.HeadCircle.Size;
|
||||||
|
Scale = slider.HeadCircle.Scale;
|
||||||
|
|
||||||
|
AddInternal(new RingPiece());
|
||||||
|
}
|
||||||
|
|
||||||
|
[BackgroundDependencyLoader]
|
||||||
|
private void load(OsuColour colours)
|
||||||
|
{
|
||||||
|
Colour = colours.Yellow;
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override void Update()
|
||||||
|
{
|
||||||
|
base.Update();
|
||||||
|
|
||||||
|
RelativeAnchorPosition = hitObject.RelativeAnchorPosition;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,57 @@
|
|||||||
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using osu.Framework.Allocation;
|
||||||
|
using osu.Framework.Graphics;
|
||||||
|
using osu.Game.Graphics;
|
||||||
|
using osu.Game.Rulesets.Edit.Layers.Selection;
|
||||||
|
using osu.Game.Rulesets.Osu.Objects;
|
||||||
|
using osu.Game.Rulesets.Osu.Objects.Drawables;
|
||||||
|
using osu.Game.Rulesets.Osu.Objects.Drawables.Pieces;
|
||||||
|
using OpenTK.Graphics;
|
||||||
|
|
||||||
|
namespace osu.Game.Rulesets.Osu.Edit.Layers.Selection.Overlays
|
||||||
|
{
|
||||||
|
public class SliderOverlay : HitObjectOverlay
|
||||||
|
{
|
||||||
|
private readonly SliderBody body;
|
||||||
|
private readonly DrawableSlider slider;
|
||||||
|
|
||||||
|
public SliderOverlay(DrawableSlider slider)
|
||||||
|
: base(slider)
|
||||||
|
{
|
||||||
|
this.slider = slider;
|
||||||
|
|
||||||
|
var obj = (Slider)slider.HitObject;
|
||||||
|
|
||||||
|
InternalChildren = new Drawable[]
|
||||||
|
{
|
||||||
|
body = new SliderBody(obj)
|
||||||
|
{
|
||||||
|
AccentColour = Color4.Transparent,
|
||||||
|
PathWidth = obj.Scale * 64
|
||||||
|
},
|
||||||
|
new SliderCircleOverlay(slider.HeadCircle, slider),
|
||||||
|
new SliderCircleOverlay(slider.TailCircle, slider),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
[BackgroundDependencyLoader]
|
||||||
|
private void load(OsuColour colours)
|
||||||
|
{
|
||||||
|
body.BorderColour = colours.Yellow;
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override void Update()
|
||||||
|
{
|
||||||
|
base.Update();
|
||||||
|
|
||||||
|
Position = slider.Position;
|
||||||
|
Size = slider.Size;
|
||||||
|
OriginPosition = slider.OriginPosition;
|
||||||
|
|
||||||
|
// Need to cause one update
|
||||||
|
body.UpdateProgress(0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -5,7 +5,9 @@ using System.Collections.Generic;
|
|||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Game.Beatmaps;
|
using osu.Game.Beatmaps;
|
||||||
using osu.Game.Rulesets.Edit;
|
using osu.Game.Rulesets.Edit;
|
||||||
|
using osu.Game.Rulesets.Edit.Layers.Selection;
|
||||||
using osu.Game.Rulesets.Edit.Tools;
|
using osu.Game.Rulesets.Edit.Tools;
|
||||||
|
using osu.Game.Rulesets.Osu.Edit.Layers.Selection;
|
||||||
using osu.Game.Rulesets.Osu.Objects;
|
using osu.Game.Rulesets.Osu.Objects;
|
||||||
using osu.Game.Rulesets.Osu.UI;
|
using osu.Game.Rulesets.Osu.UI;
|
||||||
using osu.Game.Rulesets.UI;
|
using osu.Game.Rulesets.UI;
|
||||||
@ -29,5 +31,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
|||||||
};
|
};
|
||||||
|
|
||||||
protected override ScalableContainer CreateLayerContainer() => new ScalableContainer(OsuPlayfield.BASE_SIZE.X) { RelativeSizeAxes = Axes.Both };
|
protected override ScalableContainer CreateLayerContainer() => new ScalableContainer(OsuPlayfield.BASE_SIZE.X) { RelativeSizeAxes = Axes.Both };
|
||||||
|
|
||||||
|
protected override HitObjectOverlayLayer CreateHitObjectOverlayLayer() => new OsuHitObjectOverlayLayer();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using osu.Framework.Extensions.IEnumerableExtensions;
|
||||||
using osu.Game.Rulesets.Mods;
|
using osu.Game.Rulesets.Mods;
|
||||||
using osu.Game.Rulesets.Osu.Objects;
|
using osu.Game.Rulesets.Osu.Objects;
|
||||||
using osu.Game.Rulesets.Osu.UI;
|
using osu.Game.Rulesets.Osu.UI;
|
||||||
@ -22,8 +24,14 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
if (slider == null)
|
if (slider == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
slider.HeadCircle.Position = new Vector2(slider.HeadCircle.Position.X, OsuPlayfield.BASE_SIZE.Y - slider.HeadCircle.Position.Y);
|
||||||
|
slider.TailCircle.Position = new Vector2(slider.TailCircle.Position.X, OsuPlayfield.BASE_SIZE.Y - slider.TailCircle.Position.Y);
|
||||||
|
|
||||||
|
slider.NestedHitObjects.OfType<SliderTick>().ForEach(h => h.Position = new Vector2(h.Position.X, OsuPlayfield.BASE_SIZE.Y - h.Position.Y));
|
||||||
|
slider.NestedHitObjects.OfType<RepeatPoint>().ForEach(h => h.Position = new Vector2(h.Position.X, OsuPlayfield.BASE_SIZE.Y - h.Position.Y));
|
||||||
|
|
||||||
var newControlPoints = new List<Vector2>();
|
var newControlPoints = new List<Vector2>();
|
||||||
slider.ControlPoints.ForEach(c => newControlPoints.Add(new Vector2(c.X, OsuPlayfield.BASE_SIZE.Y - c.Y)));
|
slider.ControlPoints.ForEach(c => newControlPoints.Add(new Vector2(c.X, -c.Y)));
|
||||||
|
|
||||||
slider.ControlPoints = newControlPoints;
|
slider.ControlPoints = newControlPoints;
|
||||||
slider.Curve?.Calculate(); // Recalculate the slider curve
|
slider.Curve?.Calculate(); // Recalculate the slider curve
|
||||||
|
@ -8,6 +8,7 @@ using osu.Framework.Graphics;
|
|||||||
using osu.Game.Rulesets.Mods;
|
using osu.Game.Rulesets.Mods;
|
||||||
using osu.Game.Rulesets.Objects.Drawables;
|
using osu.Game.Rulesets.Objects.Drawables;
|
||||||
using osu.Game.Rulesets.Objects.Types;
|
using osu.Game.Rulesets.Objects.Types;
|
||||||
|
using osu.Game.Rulesets.Osu.Objects;
|
||||||
using osu.Game.Rulesets.Osu.Objects.Drawables;
|
using osu.Game.Rulesets.Osu.Objects.Drawables;
|
||||||
|
|
||||||
namespace osu.Game.Rulesets.Osu.Mods
|
namespace osu.Game.Rulesets.Osu.Mods
|
||||||
@ -25,7 +26,10 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
foreach (var d in drawables.OfType<DrawableOsuHitObject>())
|
foreach (var d in drawables.OfType<DrawableOsuHitObject>())
|
||||||
{
|
{
|
||||||
d.ApplyCustomUpdateState += ApplyHiddenState;
|
d.ApplyCustomUpdateState += ApplyHiddenState;
|
||||||
|
|
||||||
d.HitObject.TimeFadein = d.HitObject.TimePreempt * fade_in_duration_multiplier;
|
d.HitObject.TimeFadein = d.HitObject.TimePreempt * fade_in_duration_multiplier;
|
||||||
|
foreach (var h in d.HitObject.NestedHitObjects.OfType<OsuHitObject>())
|
||||||
|
h.TimeFadein = h.TimePreempt * fade_in_duration_multiplier;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -34,17 +38,20 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
if (!(drawable is DrawableOsuHitObject d))
|
if (!(drawable is DrawableOsuHitObject d))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var fadeOutStartTime = d.HitObject.StartTime - d.HitObject.TimePreempt + d.HitObject.TimeFadein;
|
var h = d.HitObject;
|
||||||
var fadeOutDuration = d.HitObject.TimePreempt * fade_out_duration_multiplier;
|
|
||||||
|
var fadeOutStartTime = h.StartTime - h.TimePreempt + h.TimeFadein;
|
||||||
|
var fadeOutDuration = h.TimePreempt * fade_out_duration_multiplier;
|
||||||
|
|
||||||
// new duration from completed fade in to end (before fading out)
|
// new duration from completed fade in to end (before fading out)
|
||||||
var longFadeDuration = ((d.HitObject as IHasEndTime)?.EndTime ?? d.HitObject.StartTime) - fadeOutStartTime;
|
var longFadeDuration = ((h as IHasEndTime)?.EndTime ?? h.StartTime) - fadeOutStartTime;
|
||||||
|
|
||||||
switch (drawable)
|
switch (drawable)
|
||||||
{
|
{
|
||||||
case DrawableHitCircle circle:
|
case DrawableHitCircle circle:
|
||||||
// we don't want to see the approach circle
|
// we don't want to see the approach circle
|
||||||
circle.ApproachCircle.Hide();
|
using (circle.BeginAbsoluteSequence(h.StartTime - h.TimePreempt, true))
|
||||||
|
circle.ApproachCircle.Hide();
|
||||||
|
|
||||||
// fade out immediately after fade in.
|
// fade out immediately after fade in.
|
||||||
using (drawable.BeginAbsoluteSequence(fadeOutStartTime, true))
|
using (drawable.BeginAbsoluteSequence(fadeOutStartTime, true))
|
||||||
|
@ -23,6 +23,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
private readonly List<Drawable> components = new List<Drawable>();
|
private readonly List<Drawable> components = new List<Drawable>();
|
||||||
|
|
||||||
public readonly DrawableHitCircle HeadCircle;
|
public readonly DrawableHitCircle HeadCircle;
|
||||||
|
public readonly DrawableSliderTail TailCircle;
|
||||||
|
|
||||||
public readonly SliderBody Body;
|
public readonly SliderBody Body;
|
||||||
public readonly SliderBall Ball;
|
public readonly SliderBall Ball;
|
||||||
|
|
||||||
@ -33,7 +35,6 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
|
|
||||||
Position = s.StackedPosition;
|
Position = s.StackedPosition;
|
||||||
|
|
||||||
DrawableSliderTail tail;
|
|
||||||
Container<DrawableSliderTick> ticks;
|
Container<DrawableSliderTick> ticks;
|
||||||
Container<DrawableRepeatPoint> repeatPoints;
|
Container<DrawableRepeatPoint> repeatPoints;
|
||||||
|
|
||||||
@ -54,8 +55,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
AlwaysPresent = true,
|
AlwaysPresent = true,
|
||||||
Alpha = 0
|
Alpha = 0
|
||||||
},
|
},
|
||||||
HeadCircle = new DrawableHitCircle(s.HeadCircle) { Position = s.HeadCircle.Position - s.Position },
|
HeadCircle = new DrawableHitCircle(s.HeadCircle) { Position = s.TailCircle.Position - s.Position },
|
||||||
tail = new DrawableSliderTail(s.TailCircle) { Position = s.TailCircle.Position - s.Position }
|
TailCircle = new DrawableSliderTail(s.TailCircle) { Position = s.TailCircle.Position - s.Position }
|
||||||
};
|
};
|
||||||
|
|
||||||
components.Add(Body);
|
components.Add(Body);
|
||||||
@ -63,8 +64,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
|
|
||||||
AddNested(HeadCircle);
|
AddNested(HeadCircle);
|
||||||
|
|
||||||
AddNested(tail);
|
AddNested(TailCircle);
|
||||||
components.Add(tail);
|
components.Add(TailCircle);
|
||||||
|
|
||||||
foreach (var tick in s.NestedHitObjects.OfType<SliderTick>())
|
foreach (var tick in s.NestedHitObjects.OfType<SliderTick>())
|
||||||
{
|
{
|
||||||
@ -170,7 +171,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
|
|
||||||
public override bool ReceiveMouseInputAt(Vector2 screenSpacePos) => Body.ReceiveMouseInputAt(screenSpacePos);
|
public override bool ReceiveMouseInputAt(Vector2 screenSpacePos) => Body.ReceiveMouseInputAt(screenSpacePos);
|
||||||
|
|
||||||
public override Vector2 SelectionPoint => ToScreenSpace(Body.Position);
|
public override Vector2 SelectionPoint => ToScreenSpace(OriginPosition);
|
||||||
public override Quad SelectionQuad => Body.PathDrawQuad;
|
public override Quad SelectionQuad => Body.PathDrawQuad;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
using osu.Game.Rulesets.Objects.Types;
|
using osu.Game.Rulesets.Objects.Types;
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using osu.Game.Rulesets.Objects;
|
using osu.Game.Rulesets.Objects;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@ -120,14 +119,16 @@ namespace osu.Game.Rulesets.Osu.Objects
|
|||||||
|
|
||||||
private void createTicks()
|
private void createTicks()
|
||||||
{
|
{
|
||||||
if (TickDistance == 0) return;
|
|
||||||
|
|
||||||
var length = Curve.Distance;
|
var length = Curve.Distance;
|
||||||
var tickDistance = Math.Min(TickDistance, length);
|
var tickDistance = MathHelper.Clamp(TickDistance, 0, length);
|
||||||
|
|
||||||
|
if (tickDistance == 0) return;
|
||||||
|
|
||||||
var minDistanceFromEnd = Velocity * 0.01;
|
var minDistanceFromEnd = Velocity * 0.01;
|
||||||
|
|
||||||
for (var span = 0; span < this.SpanCount(); span++)
|
var spanCount = this.SpanCount();
|
||||||
|
|
||||||
|
for (var span = 0; span < spanCount; span++)
|
||||||
{
|
{
|
||||||
var spanStartTime = StartTime + span * SpanDuration;
|
var spanStartTime = StartTime + span * SpanDuration;
|
||||||
var reversed = span % 2 == 1;
|
var reversed = span % 2 == 1;
|
||||||
|
@ -0,0 +1,124 @@
|
|||||||
|
{
|
||||||
|
"Mappings": [{
|
||||||
|
"StartTime": 500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 500,
|
||||||
|
"EndTime": 2500,
|
||||||
|
"StartX": 96,
|
||||||
|
"StartY": 192,
|
||||||
|
"EndX": 96,
|
||||||
|
"EndY": 192
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 3000,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 3000,
|
||||||
|
"EndTime": 4000,
|
||||||
|
"StartX": 256,
|
||||||
|
"StartY": 192,
|
||||||
|
"EndX": 256,
|
||||||
|
"EndY": 192
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 4500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 4500,
|
||||||
|
"EndTime": 5500,
|
||||||
|
"StartX": 256,
|
||||||
|
"StartY": 192,
|
||||||
|
"EndX": 256,
|
||||||
|
"EndY": 192
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 6000,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 6000,
|
||||||
|
"EndTime": 6500,
|
||||||
|
"StartX": 256,
|
||||||
|
"StartY": 192,
|
||||||
|
"EndX": 256,
|
||||||
|
"EndY": 192
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 7000,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 7000,
|
||||||
|
"EndTime": 8000,
|
||||||
|
"StartX": 256,
|
||||||
|
"StartY": 128,
|
||||||
|
"EndX": 256,
|
||||||
|
"EndY": 128
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 8500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 8500,
|
||||||
|
"EndTime": 10999,
|
||||||
|
"StartX": 32,
|
||||||
|
"StartY": 192,
|
||||||
|
"EndX": 508.166229,
|
||||||
|
"EndY": 153.299271
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 11500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 11500,
|
||||||
|
"EndTime": 12000,
|
||||||
|
"StartX": 256,
|
||||||
|
"StartY": 192,
|
||||||
|
"EndX": 256,
|
||||||
|
"EndY": 192
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 12500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 12500,
|
||||||
|
"EndTime": 16500,
|
||||||
|
"StartX": 512,
|
||||||
|
"StartY": 320,
|
||||||
|
"EndX": 291.1977,
|
||||||
|
"EndY": 40.799427
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 17000,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 17000,
|
||||||
|
"EndTime": 18000,
|
||||||
|
"StartX": 256,
|
||||||
|
"StartY": 256,
|
||||||
|
"EndX": 256,
|
||||||
|
"EndY": 256
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 18500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 18500,
|
||||||
|
"EndTime": 19450,
|
||||||
|
"StartX": 256,
|
||||||
|
"StartY": 192,
|
||||||
|
"EndX": 256,
|
||||||
|
"EndY": 192
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 19875,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 19875,
|
||||||
|
"EndTime": 23874,
|
||||||
|
"StartX": 216,
|
||||||
|
"StartY": 231,
|
||||||
|
"EndX": 408.720825,
|
||||||
|
"EndY": 339.810455
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
27
osu.Game.Rulesets.Osu/Resources/Testing/Beatmaps/basic.osu
Normal file
27
osu.Game.Rulesets.Osu/Resources/Testing/Beatmaps/basic.osu
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
osu file format v14
|
||||||
|
|
||||||
|
[Difficulty]
|
||||||
|
HPDrainRate:6
|
||||||
|
CircleSize:4
|
||||||
|
OverallDifficulty:7
|
||||||
|
ApproachRate:8.3
|
||||||
|
SliderMultiplier:1.6
|
||||||
|
SliderTickRate:1
|
||||||
|
|
||||||
|
[TimingPoints]
|
||||||
|
500,500,4,2,1,50,1,0
|
||||||
|
13426,-100,4,3,1,45,0,0
|
||||||
|
14884,-100,4,2,1,50,0,0
|
||||||
|
|
||||||
|
[HitObjects]
|
||||||
|
96,192,500,6,0,L|416:192,2,320
|
||||||
|
256,192,3000,12,0,4000,0:0:0:0:
|
||||||
|
256,192,4500,12,0,5500,0:0:0:0:
|
||||||
|
256,192,6000,12,0,6500,0:0:0:0:
|
||||||
|
256,128,7000,6,0,L|352:128,4,80
|
||||||
|
32,192,8500,6,0,B|32:384|256:384|256:192|256:192|256:0|512:0|512:192,1,800
|
||||||
|
256,192,11500,12,0,12000,0:0:0:0:
|
||||||
|
512,320,12500,6,0,B|0:256|0:256|512:96|512:96|256:32,1,1280
|
||||||
|
256,256,17000,6,0,L|160:256,4,80
|
||||||
|
256,192,18500,12,0,19450,0:0:0:0:
|
||||||
|
216,231,19875,6,0,B|216:135|280:135|344:135|344:199|344:263|248:327|248:327|120:327|120:327|56:39|408:39|408:39|472:150|408:342,1,1280
|
69
osu.Game.Rulesets.Osu/Tests/OsuBeatmapConversionTest.cs
Normal file
69
osu.Game.Rulesets.Osu/Tests/OsuBeatmapConversionTest.cs
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
|
using osu.Framework.MathUtils;
|
||||||
|
using osu.Game.Beatmaps;
|
||||||
|
using osu.Game.Rulesets.Objects;
|
||||||
|
using osu.Game.Rulesets.Objects.Types;
|
||||||
|
using osu.Game.Rulesets.Osu.Beatmaps;
|
||||||
|
using osu.Game.Rulesets.Osu.Objects;
|
||||||
|
using osu.Game.Tests.Beatmaps;
|
||||||
|
using OpenTK;
|
||||||
|
|
||||||
|
namespace osu.Game.Rulesets.Osu.Tests
|
||||||
|
{
|
||||||
|
public class OsuBeatmapConversionTest : BeatmapConversionTest<ConvertValue>
|
||||||
|
{
|
||||||
|
protected override string ResourceAssembly => "osu.Game.Rulesets.Osu";
|
||||||
|
|
||||||
|
[TestCase("basic")]
|
||||||
|
public new void Test(string name)
|
||||||
|
{
|
||||||
|
base.Test(name);
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override IEnumerable<ConvertValue> CreateConvertValue(HitObject hitObject)
|
||||||
|
{
|
||||||
|
var startPosition = (hitObject as IHasPosition)?.Position ?? new Vector2(256, 192);
|
||||||
|
var endPosition = (hitObject as Slider)?.EndPosition ?? startPosition;
|
||||||
|
|
||||||
|
yield return new ConvertValue
|
||||||
|
{
|
||||||
|
StartTime = hitObject.StartTime,
|
||||||
|
EndTime = (hitObject as IHasEndTime)?.EndTime ?? hitObject.StartTime,
|
||||||
|
StartX = startPosition.X,
|
||||||
|
StartY = startPosition.Y,
|
||||||
|
EndX = endPosition.X,
|
||||||
|
EndY = endPosition.Y
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override IBeatmapConverter CreateConverter(Beatmap beatmap) => new OsuBeatmapConverter();
|
||||||
|
}
|
||||||
|
|
||||||
|
public struct ConvertValue : IEquatable<ConvertValue>
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// A sane value to account for osu!stable using ints everwhere.
|
||||||
|
/// </summary>
|
||||||
|
private const double conversion_lenience = 2;
|
||||||
|
|
||||||
|
public double StartTime;
|
||||||
|
public double EndTime;
|
||||||
|
public float StartX;
|
||||||
|
public float StartY;
|
||||||
|
public float EndX;
|
||||||
|
public float EndY;
|
||||||
|
|
||||||
|
public bool Equals(ConvertValue other)
|
||||||
|
=> Precision.AlmostEquals(StartTime, other.StartTime)
|
||||||
|
&& Precision.AlmostEquals(EndTime, other.EndTime, conversion_lenience)
|
||||||
|
&& Precision.AlmostEquals(StartX, other.StartX)
|
||||||
|
&& Precision.AlmostEquals(StartY, other.StartY, conversion_lenience)
|
||||||
|
&& Precision.AlmostEquals(EndX, other.EndX, conversion_lenience)
|
||||||
|
&& Precision.AlmostEquals(EndY, other.EndY, conversion_lenience);
|
||||||
|
}
|
||||||
|
}
|
@ -16,10 +16,12 @@ using System.Collections.Generic;
|
|||||||
using System;
|
using System;
|
||||||
using osu.Game.Rulesets.Mods;
|
using osu.Game.Rulesets.Mods;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Game.Rulesets.Scoring;
|
using osu.Game.Rulesets.Scoring;
|
||||||
|
|
||||||
namespace osu.Game.Rulesets.Osu.Tests
|
namespace osu.Game.Rulesets.Osu.Tests
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseHitCircle : OsuTestCase
|
public class TestCaseHitCircle : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
|
@ -4,10 +4,12 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Game.Rulesets.Osu.Mods;
|
using osu.Game.Rulesets.Osu.Mods;
|
||||||
|
|
||||||
namespace osu.Game.Rulesets.Osu.Tests
|
namespace osu.Game.Rulesets.Osu.Tests
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseHitCircleHidden : TestCaseHitCircle
|
public class TestCaseHitCircleHidden : TestCaseHitCircle
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => base.RequiredTypes.Concat(new[] { typeof(OsuModHidden) }).ToList();
|
public override IReadOnlyList<Type> RequiredTypes => base.RequiredTypes.Concat(new[] { typeof(OsuModHidden) }).ToList();
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace osu.Game.Rulesets.Osu.Tests
|
namespace osu.Game.Rulesets.Osu.Tests
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCasePerformancePoints : Game.Tests.Visual.TestCasePerformancePoints
|
public class TestCasePerformancePoints : Game.Tests.Visual.TestCasePerformancePoints
|
||||||
{
|
{
|
||||||
public TestCasePerformancePoints()
|
public TestCasePerformancePoints()
|
||||||
|
@ -15,6 +15,7 @@ using OpenTK;
|
|||||||
using OpenTK.Graphics;
|
using OpenTK.Graphics;
|
||||||
using osu.Game.Rulesets.Mods;
|
using osu.Game.Rulesets.Mods;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Game.Graphics.Sprites;
|
using osu.Game.Graphics.Sprites;
|
||||||
using osu.Game.Rulesets.Judgements;
|
using osu.Game.Rulesets.Judgements;
|
||||||
using osu.Game.Rulesets.Objects.Drawables;
|
using osu.Game.Rulesets.Objects.Drawables;
|
||||||
@ -23,6 +24,7 @@ using osu.Game.Rulesets.Osu.Objects.Drawables.Pieces;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Osu.Tests
|
namespace osu.Game.Rulesets.Osu.Tests
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseSlider : OsuTestCase
|
public class TestCaseSlider : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
|
@ -4,10 +4,12 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Game.Rulesets.Osu.Mods;
|
using osu.Game.Rulesets.Osu.Mods;
|
||||||
|
|
||||||
namespace osu.Game.Rulesets.Osu.Tests
|
namespace osu.Game.Rulesets.Osu.Tests
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseSliderHidden : TestCaseSlider
|
public class TestCaseSliderHidden : TestCaseSlider
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => base.RequiredTypes.Concat(new[] { typeof(OsuModHidden) }).ToList();
|
public override IReadOnlyList<Type> RequiredTypes => base.RequiredTypes.Concat(new[] { typeof(OsuModHidden) }).ToList();
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Game.Beatmaps;
|
using osu.Game.Beatmaps;
|
||||||
@ -16,6 +17,7 @@ using osu.Game.Tests.Visual;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Osu.Tests
|
namespace osu.Game.Rulesets.Osu.Tests
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseSpinner : OsuTestCase
|
public class TestCaseSpinner : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
|
@ -4,10 +4,12 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Game.Rulesets.Osu.Mods;
|
using osu.Game.Rulesets.Osu.Mods;
|
||||||
|
|
||||||
namespace osu.Game.Rulesets.Osu.Tests
|
namespace osu.Game.Rulesets.Osu.Tests
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseSpinnerHidden : TestCaseSpinner
|
public class TestCaseSpinnerHidden : TestCaseSpinner
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => base.RequiredTypes.Concat(new[] { typeof(OsuModHidden) }).ToList();
|
public override IReadOnlyList<Type> RequiredTypes => base.RequiredTypes.Concat(new[] { typeof(OsuModHidden) }).ToList();
|
||||||
|
@ -64,6 +64,10 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Beatmaps\OsuBeatmapConverter.cs" />
|
<Compile Include="Beatmaps\OsuBeatmapConverter.cs" />
|
||||||
<Compile Include="Beatmaps\OsuBeatmapProcessor.cs" />
|
<Compile Include="Beatmaps\OsuBeatmapProcessor.cs" />
|
||||||
|
<Compile Include="Edit\Layers\Selection\OsuHitObjectOverlayLayer.cs" />
|
||||||
|
<Compile Include="Edit\Layers\Selection\Overlays\HitCircleOverlay.cs" />
|
||||||
|
<Compile Include="Edit\Layers\Selection\Overlays\SliderCircleOverlay.cs" />
|
||||||
|
<Compile Include="Edit\Layers\Selection\Overlays\SliderOverlay.cs" />
|
||||||
<Compile Include="Edit\OsuEditPlayfield.cs" />
|
<Compile Include="Edit\OsuEditPlayfield.cs" />
|
||||||
<Compile Include="Edit\OsuEditRulesetContainer.cs" />
|
<Compile Include="Edit\OsuEditRulesetContainer.cs" />
|
||||||
<Compile Include="Edit\OsuHitObjectComposer.cs" />
|
<Compile Include="Edit\OsuHitObjectComposer.cs" />
|
||||||
@ -123,6 +127,7 @@
|
|||||||
<Compile Include="OsuDifficulty\Utils\History.cs" />
|
<Compile Include="OsuDifficulty\Utils\History.cs" />
|
||||||
<Compile Include="OsuInputManager.cs" />
|
<Compile Include="OsuInputManager.cs" />
|
||||||
<Compile Include="Replays\OsuReplayInputHandler.cs" />
|
<Compile Include="Replays\OsuReplayInputHandler.cs" />
|
||||||
|
<Compile Include="Tests\OsuBeatmapConversionTest.cs" />
|
||||||
<Compile Include="Tests\TestCaseHitCircle.cs" />
|
<Compile Include="Tests\TestCaseHitCircle.cs" />
|
||||||
<Compile Include="Tests\TestCaseHitCircleHidden.cs" />
|
<Compile Include="Tests\TestCaseHitCircleHidden.cs" />
|
||||||
<Compile Include="Tests\TestCasePerformancePoints.cs" />
|
<Compile Include="Tests\TestCasePerformancePoints.cs" />
|
||||||
@ -168,6 +173,10 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Include="Resources\Testing\Beatmaps\basic-expected-conversion.json" />
|
||||||
|
<EmbeddedResource Include="Resources\Testing\Beatmaps\basic.osu" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<Import Project="$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets" Condition="Exists('$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" />
|
<Import Project="$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets" Condition="Exists('$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" />
|
||||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||||
|
@ -0,0 +1,209 @@
|
|||||||
|
{
|
||||||
|
"Mappings": [{
|
||||||
|
"StartTime": 500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 500,
|
||||||
|
"EndTime": 2499,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": false,
|
||||||
|
"IsDrumRoll": true,
|
||||||
|
"IsSwell": false,
|
||||||
|
"IsStrong": false
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 3000,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 3000,
|
||||||
|
"EndTime": 4000,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": false,
|
||||||
|
"IsDrumRoll": false,
|
||||||
|
"IsSwell": true,
|
||||||
|
"IsStrong": false
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 4500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 4500,
|
||||||
|
"EndTime": 5500,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": false,
|
||||||
|
"IsDrumRoll": false,
|
||||||
|
"IsSwell": true,
|
||||||
|
"IsStrong": false
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 6000,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 6000,
|
||||||
|
"EndTime": 6500,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": false,
|
||||||
|
"IsDrumRoll": false,
|
||||||
|
"IsSwell": true,
|
||||||
|
"IsStrong": false
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 7000,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 7000,
|
||||||
|
"EndTime": 7000,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": true,
|
||||||
|
"IsDrumRoll": false,
|
||||||
|
"IsSwell": false,
|
||||||
|
"IsStrong": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 7249,
|
||||||
|
"EndTime": 7249,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": true,
|
||||||
|
"IsDrumRoll": false,
|
||||||
|
"IsSwell": false,
|
||||||
|
"IsStrong": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 7499,
|
||||||
|
"EndTime": 7499,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": true,
|
||||||
|
"IsDrumRoll": false,
|
||||||
|
"IsSwell": false,
|
||||||
|
"IsStrong": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 7749,
|
||||||
|
"EndTime": 7749,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": true,
|
||||||
|
"IsDrumRoll": false,
|
||||||
|
"IsSwell": false,
|
||||||
|
"IsStrong": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 7999,
|
||||||
|
"EndTime": 7999,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": true,
|
||||||
|
"IsDrumRoll": false,
|
||||||
|
"IsSwell": false,
|
||||||
|
"IsStrong": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 8500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 8500,
|
||||||
|
"EndTime": 10999,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": false,
|
||||||
|
"IsDrumRoll": true,
|
||||||
|
"IsSwell": false,
|
||||||
|
"IsStrong": false
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 11500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 11500,
|
||||||
|
"EndTime": 12000,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": false,
|
||||||
|
"IsDrumRoll": false,
|
||||||
|
"IsSwell": true,
|
||||||
|
"IsStrong": false
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 12500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 12500,
|
||||||
|
"EndTime": 16499,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": false,
|
||||||
|
"IsDrumRoll": true,
|
||||||
|
"IsSwell": false,
|
||||||
|
"IsStrong": false
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 17000,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 17000,
|
||||||
|
"EndTime": 17000,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": true,
|
||||||
|
"IsDrumRoll": false,
|
||||||
|
"IsSwell": false,
|
||||||
|
"IsStrong": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 17249,
|
||||||
|
"EndTime": 17249,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": true,
|
||||||
|
"IsDrumRoll": false,
|
||||||
|
"IsSwell": false,
|
||||||
|
"IsStrong": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 17499,
|
||||||
|
"EndTime": 17499,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": true,
|
||||||
|
"IsDrumRoll": false,
|
||||||
|
"IsSwell": false,
|
||||||
|
"IsStrong": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 17749,
|
||||||
|
"EndTime": 17749,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": true,
|
||||||
|
"IsDrumRoll": false,
|
||||||
|
"IsSwell": false,
|
||||||
|
"IsStrong": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 17999,
|
||||||
|
"EndTime": 17999,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": true,
|
||||||
|
"IsDrumRoll": false,
|
||||||
|
"IsSwell": false,
|
||||||
|
"IsStrong": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 18500,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 18500,
|
||||||
|
"EndTime": 19450,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": false,
|
||||||
|
"IsDrumRoll": false,
|
||||||
|
"IsSwell": true,
|
||||||
|
"IsStrong": false
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"StartTime": 19875,
|
||||||
|
"Objects": [{
|
||||||
|
"StartTime": 19875,
|
||||||
|
"EndTime": 23874,
|
||||||
|
"IsRim": false,
|
||||||
|
"IsCentre": false,
|
||||||
|
"IsDrumRoll": true,
|
||||||
|
"IsSwell": false,
|
||||||
|
"IsStrong": false
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
27
osu.Game.Rulesets.Taiko/Resources/Testing/Beatmaps/basic.osu
Normal file
27
osu.Game.Rulesets.Taiko/Resources/Testing/Beatmaps/basic.osu
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
osu file format v14
|
||||||
|
|
||||||
|
[Difficulty]
|
||||||
|
HPDrainRate:6
|
||||||
|
CircleSize:4
|
||||||
|
OverallDifficulty:7
|
||||||
|
ApproachRate:8.3
|
||||||
|
SliderMultiplier:1.6
|
||||||
|
SliderTickRate:1
|
||||||
|
|
||||||
|
[TimingPoints]
|
||||||
|
500,500,4,2,1,50,1,0
|
||||||
|
13426,-100,4,3,1,45,0,0
|
||||||
|
14884,-100,4,2,1,50,0,0
|
||||||
|
|
||||||
|
[HitObjects]
|
||||||
|
96,192,500,6,0,L|416:192,2,320
|
||||||
|
256,192,3000,12,0,4000,0:0:0:0:
|
||||||
|
256,192,4500,12,0,5500,0:0:0:0:
|
||||||
|
256,192,6000,12,0,6500,0:0:0:0:
|
||||||
|
256,128,7000,6,0,L|352:128,4,80
|
||||||
|
32,192,8500,6,0,B|32:384|256:384|256:192|256:192|256:0|512:0|512:192,1,800
|
||||||
|
256,192,11500,12,0,12000,0:0:0:0:
|
||||||
|
512,320,12500,6,0,B|0:256|0:256|512:96|512:96|256:32,1,1280
|
||||||
|
256,256,17000,6,0,L|160:256,4,80
|
||||||
|
256,192,18500,12,0,19450,0:0:0:0:
|
||||||
|
216,231,19875,6,0,B|216:135|280:135|344:135|344:199|344:263|248:327|248:327|120:327|120:327|56:39|408:39|408:39|472:150|408:342,1,1280
|
72
osu.Game.Rulesets.Taiko/Tests/TaikoBeatmapConversionTest.cs
Normal file
72
osu.Game.Rulesets.Taiko/Tests/TaikoBeatmapConversionTest.cs
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
|
using osu.Framework.MathUtils;
|
||||||
|
using osu.Game.Beatmaps;
|
||||||
|
using osu.Game.Rulesets.Objects;
|
||||||
|
using osu.Game.Rulesets.Objects.Types;
|
||||||
|
using osu.Game.Rulesets.Taiko.Beatmaps;
|
||||||
|
using osu.Game.Rulesets.Taiko.Objects;
|
||||||
|
using osu.Game.Tests.Beatmaps;
|
||||||
|
|
||||||
|
namespace osu.Game.Rulesets.Taiko.Tests
|
||||||
|
{
|
||||||
|
public class TaikoBeatmapConversionTest : BeatmapConversionTest<ConvertValue>
|
||||||
|
{
|
||||||
|
protected override string ResourceAssembly => "osu.Game.Rulesets.Taiko";
|
||||||
|
|
||||||
|
private bool isForCurrentRuleset;
|
||||||
|
|
||||||
|
[NonParallelizable]
|
||||||
|
[TestCase("basic", false), Ignore("See: https://github.com/ppy/osu/issues/2152")]
|
||||||
|
public void Test(string name, bool isForCurrentRuleset)
|
||||||
|
{
|
||||||
|
this.isForCurrentRuleset = isForCurrentRuleset;
|
||||||
|
base.Test(name);
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override IEnumerable<ConvertValue> CreateConvertValue(HitObject hitObject)
|
||||||
|
{
|
||||||
|
yield return new ConvertValue
|
||||||
|
{
|
||||||
|
StartTime = hitObject.StartTime,
|
||||||
|
EndTime = (hitObject as IHasEndTime)?.EndTime ?? hitObject.StartTime,
|
||||||
|
IsRim = hitObject is RimHit,
|
||||||
|
IsCentre = hitObject is CentreHit,
|
||||||
|
IsDrumRoll = hitObject is DrumRoll,
|
||||||
|
IsSwell = hitObject is Swell,
|
||||||
|
IsStrong = ((TaikoHitObject)hitObject).IsStrong
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override IBeatmapConverter CreateConverter(Beatmap beatmap) => new TaikoBeatmapConverter(isForCurrentRuleset);
|
||||||
|
}
|
||||||
|
|
||||||
|
public struct ConvertValue : IEquatable<ConvertValue>
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// A sane value to account for osu!stable using ints everwhere.
|
||||||
|
/// </summary>
|
||||||
|
private const float conversion_lenience = 2;
|
||||||
|
|
||||||
|
public double StartTime;
|
||||||
|
public double EndTime;
|
||||||
|
public bool IsRim;
|
||||||
|
public bool IsCentre;
|
||||||
|
public bool IsDrumRoll;
|
||||||
|
public bool IsSwell;
|
||||||
|
public bool IsStrong;
|
||||||
|
|
||||||
|
public bool Equals(ConvertValue other)
|
||||||
|
=> Precision.AlmostEquals(StartTime, other.StartTime, conversion_lenience)
|
||||||
|
&& Precision.AlmostEquals(EndTime, other.EndTime, conversion_lenience)
|
||||||
|
&& IsRim == other.IsRim
|
||||||
|
&& IsCentre == other.IsCentre
|
||||||
|
&& IsDrumRoll == other.IsDrumRoll
|
||||||
|
&& IsSwell == other.IsSwell
|
||||||
|
&& IsStrong == other.IsStrong;
|
||||||
|
}
|
||||||
|
}
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
@ -14,6 +15,7 @@ using osu.Game.Tests.Visual;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Taiko.Tests
|
namespace osu.Game.Rulesets.Taiko.Tests
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseInputDrum : OsuTestCase
|
public class TestCaseInputDrum : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace osu.Game.Rulesets.Taiko.Tests
|
namespace osu.Game.Rulesets.Taiko.Tests
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCasePerformancePoints : Game.Tests.Visual.TestCasePerformancePoints
|
public class TestCasePerformancePoints : Game.Tests.Visual.TestCasePerformancePoints
|
||||||
{
|
{
|
||||||
public TestCasePerformancePoints()
|
public TestCasePerformancePoints()
|
||||||
|
@ -112,6 +112,7 @@
|
|||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="Scoring\TaikoScoreProcessor.cs" />
|
<Compile Include="Scoring\TaikoScoreProcessor.cs" />
|
||||||
<Compile Include="TaikoInputManager.cs" />
|
<Compile Include="TaikoInputManager.cs" />
|
||||||
|
<Compile Include="Tests\TaikoBeatmapConversionTest.cs" />
|
||||||
<Compile Include="Tests\TestCaseInputDrum.cs" />
|
<Compile Include="Tests\TestCaseInputDrum.cs" />
|
||||||
<Compile Include="Tests\TestCasePerformancePoints.cs" />
|
<Compile Include="Tests\TestCasePerformancePoints.cs" />
|
||||||
<Compile Include="Tests\TestCaseTaikoPlayfield.cs" />
|
<Compile Include="Tests\TestCaseTaikoPlayfield.cs" />
|
||||||
@ -145,6 +146,10 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Include="Resources\Testing\Beatmaps\basic-expected-conversion.json" />
|
||||||
|
<EmbeddedResource Include="Resources\Testing\Beatmaps\basic.osu" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<Import Project="$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets" Condition="Exists('$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" />
|
<Import Project="$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets" Condition="Exists('$(SolutionDir)\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.8\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" />
|
||||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseAllPlayers : TestCasePlayer
|
public class TestCaseAllPlayers : TestCasePlayer
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Audio.Track;
|
using osu.Framework.Audio.Track;
|
||||||
using osu.Framework.Extensions.Color4Extensions;
|
using osu.Framework.Extensions.Color4Extensions;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
@ -17,6 +18,7 @@ using osu.Framework.Lists;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseBeatSyncedContainer : OsuTestCase
|
public class TestCaseBeatSyncedContainer : OsuTestCase
|
||||||
{
|
{
|
||||||
private readonly MusicController mc;
|
private readonly MusicController mc;
|
||||||
|
@ -6,6 +6,7 @@ using System.Collections.Generic;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Extensions;
|
using osu.Framework.Extensions;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
@ -17,6 +18,7 @@ using osu.Game.Screens.Select.Filter;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseBeatmapCarousel : OsuTestCase
|
public class TestCaseBeatmapCarousel : OsuTestCase
|
||||||
{
|
{
|
||||||
private TestBeatmapCarousel carousel;
|
private TestBeatmapCarousel carousel;
|
||||||
@ -207,6 +209,12 @@ namespace osu.Game.Tests.Visual
|
|||||||
checkVisibleItemCount(true, 0);
|
checkVisibleItemCount(true, 0);
|
||||||
AddAssert("Selection is null", () => currentSelection == null);
|
AddAssert("Selection is null", () => currentSelection == null);
|
||||||
|
|
||||||
|
advanceSelection(true);
|
||||||
|
AddAssert("Selection is null", () => currentSelection == null);
|
||||||
|
|
||||||
|
advanceSelection(false);
|
||||||
|
AddAssert("Selection is null", () => currentSelection == null);
|
||||||
|
|
||||||
AddStep("Un-filter", () => carousel.Filter(new FilterCriteria(), false));
|
AddStep("Un-filter", () => carousel.Filter(new FilterCriteria(), false));
|
||||||
|
|
||||||
AddAssert("Selection is non-null", () => currentSelection != null);
|
AddAssert("Selection is non-null", () => currentSelection != null);
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using NUnit.Framework;
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Configuration;
|
using osu.Framework.Configuration;
|
||||||
@ -18,6 +19,7 @@ using osu.Game.Tests.Beatmaps;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseBeatmapInfoWedge : OsuTestCase
|
public class TestCaseBeatmapInfoWedge : OsuTestCase
|
||||||
{
|
{
|
||||||
private RulesetStore rulesets;
|
private RulesetStore rulesets;
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Game.Beatmaps;
|
using osu.Game.Beatmaps;
|
||||||
using osu.Game.Overlays;
|
using osu.Game.Overlays;
|
||||||
@ -12,6 +13,7 @@ using osu.Game.Users;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseBeatmapSetOverlay : OsuTestCase
|
public class TestCaseBeatmapSetOverlay : OsuTestCase
|
||||||
{
|
{
|
||||||
private readonly BeatmapSetOverlay overlay;
|
private readonly BeatmapSetOverlay overlay;
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Game.Graphics.UserInterface;
|
using osu.Game.Graphics.UserInterface;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseBreadcrumbs : OsuTestCase
|
public class TestCaseBreadcrumbs : OsuTestCase
|
||||||
{
|
{
|
||||||
public TestCaseBreadcrumbs()
|
public TestCaseBreadcrumbs()
|
||||||
|
@ -5,9 +5,11 @@ using osu.Framework.Timing;
|
|||||||
using osu.Game.Beatmaps.Timing;
|
using osu.Game.Beatmaps.Timing;
|
||||||
using osu.Game.Screens.Play.BreaksOverlay;
|
using osu.Game.Screens.Play.BreaksOverlay;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseBreakOverlay : OsuTestCase
|
public class TestCaseBreakOverlay : OsuTestCase
|
||||||
{
|
{
|
||||||
private readonly BreakOverlay breakOverlay;
|
private readonly BreakOverlay breakOverlay;
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Colour;
|
using osu.Framework.Graphics.Colour;
|
||||||
using osu.Framework.Graphics.Shapes;
|
using osu.Framework.Graphics.Shapes;
|
||||||
@ -9,6 +10,7 @@ using OpenTK.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseButtonSystem : OsuTestCase
|
public class TestCaseButtonSystem : OsuTestCase
|
||||||
{
|
{
|
||||||
public TestCaseButtonSystem()
|
public TestCaseButtonSystem()
|
||||||
|
@ -12,12 +12,14 @@ using osu.Game.Users;
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Game.Graphics.Containers;
|
using osu.Game.Graphics.Containers;
|
||||||
using osu.Game.Graphics.Sprites;
|
using osu.Game.Graphics.Sprites;
|
||||||
using osu.Game.Overlays;
|
using osu.Game.Overlays;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseChatLink : OsuTestCase
|
public class TestCaseChatLink : OsuTestCase
|
||||||
{
|
{
|
||||||
private readonly TestChatLineContainer textContainer;
|
private readonly TestChatLineContainer textContainer;
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Framework.Graphics.Cursor;
|
using osu.Framework.Graphics.Cursor;
|
||||||
@ -13,6 +14,7 @@ using osu.Game.Graphics.Cursor;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseContextMenu : OsuTestCase
|
public class TestCaseContextMenu : OsuTestCase
|
||||||
{
|
{
|
||||||
private const int start_time = 0;
|
private const int start_time = 0;
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Extensions.IEnumerableExtensions;
|
using osu.Framework.Extensions.IEnumerableExtensions;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
@ -16,6 +17,7 @@ using OpenTK.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseCursors : OsuTestCase
|
public class TestCaseCursors : OsuTestCase
|
||||||
{
|
{
|
||||||
private readonly ManualInputManager inputManager;
|
private readonly ManualInputManager inputManager;
|
||||||
|
@ -1,12 +1,14 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Game.Graphics;
|
using osu.Game.Graphics;
|
||||||
using osu.Game.Overlays;
|
using osu.Game.Overlays;
|
||||||
using osu.Game.Overlays.Dialog;
|
using osu.Game.Overlays.Dialog;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseDialogOverlay : OsuTestCase
|
public class TestCaseDialogOverlay : OsuTestCase
|
||||||
{
|
{
|
||||||
public TestCaseDialogOverlay()
|
public TestCaseDialogOverlay()
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Game.Beatmaps;
|
using osu.Game.Beatmaps;
|
||||||
using osu.Game.Overlays;
|
using osu.Game.Overlays;
|
||||||
@ -9,6 +10,7 @@ using osu.Game.Rulesets;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseDirect : OsuTestCase
|
public class TestCaseDirect : OsuTestCase
|
||||||
{
|
{
|
||||||
private DirectOverlay direct;
|
private DirectOverlay direct;
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
@ -12,6 +13,7 @@ using osu.Game.Users;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseDrawableRoom : OsuTestCase
|
public class TestCaseDrawableRoom : OsuTestCase
|
||||||
{
|
{
|
||||||
private RulesetStore rulesets;
|
private RulesetStore rulesets;
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Game.Beatmaps;
|
using osu.Game.Beatmaps;
|
||||||
using osu.Game.Screens.Edit;
|
using osu.Game.Screens.Edit;
|
||||||
@ -10,6 +11,7 @@ using osu.Game.Screens.Edit.Screens;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseEditor : OsuTestCase
|
public class TestCaseEditor : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(Editor), typeof(EditorScreen) };
|
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(Editor), typeof(EditorScreen) };
|
||||||
|
@ -2,12 +2,14 @@
|
|||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Game.Beatmaps;
|
using osu.Game.Beatmaps;
|
||||||
using osu.Game.Screens.Edit.Screens.Compose;
|
using osu.Game.Screens.Edit.Screens.Compose;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseEditorCompose : OsuTestCase
|
public class TestCaseEditorCompose : OsuTestCase
|
||||||
{
|
{
|
||||||
private readonly Random random;
|
private readonly Random random;
|
||||||
|
@ -3,11 +3,13 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Game.Screens.Edit.Screens.Compose.RadioButtons;
|
using osu.Game.Screens.Edit.Screens.Compose.RadioButtons;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseEditorComposeRadioButtons : OsuTestCase
|
public class TestCaseEditorComposeRadioButtons : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(DrawableRadioButton) };
|
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(DrawableRadioButton) };
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
@ -12,6 +13,7 @@ using osu.Game.Screens.Edit.Screens.Compose.Timeline;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseEditorComposeTimeline : OsuTestCase
|
public class TestCaseEditorComposeTimeline : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(ScrollableTimeline), typeof(ScrollingTimelineContainer), typeof(BeatmapWaveformGraph), typeof(TimelineButton) };
|
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(ScrollableTimeline), typeof(ScrollingTimelineContainer), typeof(BeatmapWaveformGraph), typeof(TimelineButton) };
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Framework.Graphics.UserInterface;
|
using osu.Framework.Graphics.UserInterface;
|
||||||
@ -11,6 +12,7 @@ using osu.Game.Screens.Edit.Menus;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseEditorMenuBar : OsuTestCase
|
public class TestCaseEditorMenuBar : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(EditorMenuBar), typeof(ScreenSelectionTabControl) };
|
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(EditorMenuBar), typeof(ScreenSelectionTabControl) };
|
||||||
|
@ -3,25 +3,38 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
using osu.Game.Beatmaps;
|
using osu.Game.Beatmaps;
|
||||||
|
using osu.Game.Rulesets.Edit;
|
||||||
using osu.Game.Rulesets.Edit.Layers.Selection;
|
using osu.Game.Rulesets.Edit.Layers.Selection;
|
||||||
using osu.Game.Rulesets.Objects;
|
using osu.Game.Rulesets.Objects;
|
||||||
using osu.Game.Rulesets.Osu;
|
using osu.Game.Rulesets.Osu;
|
||||||
using osu.Game.Rulesets.Osu.Edit;
|
using osu.Game.Rulesets.Osu.Edit;
|
||||||
|
using osu.Game.Rulesets.Osu.Edit.Layers.Selection;
|
||||||
|
using osu.Game.Rulesets.Osu.Edit.Layers.Selection.Overlays;
|
||||||
using osu.Game.Rulesets.Osu.Objects;
|
using osu.Game.Rulesets.Osu.Objects;
|
||||||
using osu.Game.Tests.Beatmaps;
|
using osu.Game.Tests.Beatmaps;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseEditorSelectionLayer : OsuTestCase
|
public class TestCaseEditorSelectionLayer : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
{
|
{
|
||||||
typeof(SelectionBox),
|
typeof(SelectionBox),
|
||||||
typeof(SelectionLayer),
|
typeof(SelectionLayer),
|
||||||
typeof(CaptureBox)
|
typeof(CaptureBox),
|
||||||
|
typeof(HitObjectComposer),
|
||||||
|
typeof(OsuHitObjectComposer),
|
||||||
|
typeof(HitObjectOverlayLayer),
|
||||||
|
typeof(OsuHitObjectOverlayLayer),
|
||||||
|
typeof(HitObjectOverlay),
|
||||||
|
typeof(HitCircleOverlay),
|
||||||
|
typeof(SliderOverlay),
|
||||||
|
typeof(SliderCircleOverlay)
|
||||||
};
|
};
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Audio.Track;
|
using osu.Framework.Audio.Track;
|
||||||
using osu.Framework.Graphics.Textures;
|
using osu.Framework.Graphics.Textures;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
@ -14,6 +15,7 @@ using osu.Framework.Configuration;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseEditorSummaryTimeline : OsuTestCase
|
public class TestCaseEditorSummaryTimeline : OsuTestCase
|
||||||
{
|
{
|
||||||
private const int length = 60000;
|
private const int length = 60000;
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Game.Beatmaps.ControlPoints;
|
using osu.Game.Beatmaps.ControlPoints;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseGamefield : OsuTestCase
|
public class TestCaseGamefield : OsuTestCase
|
||||||
{
|
{
|
||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
|
@ -2,12 +2,14 @@
|
|||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Game.Graphics.UserInterface;
|
using osu.Game.Graphics.UserInterface;
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseGraph : OsuTestCase
|
public class TestCaseGraph : OsuTestCase
|
||||||
{
|
{
|
||||||
public TestCaseGraph()
|
public TestCaseGraph()
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Framework.Graphics.Shapes;
|
using osu.Framework.Graphics.Shapes;
|
||||||
@ -13,6 +14,7 @@ using osu.Game.Users;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseHistoricalSection : OsuTestCase
|
public class TestCaseHistoricalSection : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes =>
|
public override IReadOnlyList<Type> RequiredTypes =>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
using OpenTK.Graphics;
|
using OpenTK.Graphics;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
@ -12,6 +13,7 @@ using osu.Game.Graphics.UserInterface;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseIconButton : OsuTestCase
|
public class TestCaseIconButton : OsuTestCase
|
||||||
{
|
{
|
||||||
public TestCaseIconButton()
|
public TestCaseIconButton()
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using OpenTK.Graphics;
|
using OpenTK.Graphics;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
@ -12,6 +13,7 @@ using osu.Game.Screens.Menu;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseIntroSequence : OsuTestCase
|
public class TestCaseIntroSequence : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Game.Overlays;
|
using osu.Game.Overlays;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseKeyConfiguration : OsuTestCase
|
public class TestCaseKeyConfiguration : OsuTestCase
|
||||||
{
|
{
|
||||||
private readonly KeyBindingOverlay overlay;
|
private readonly KeyBindingOverlay overlay;
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.MathUtils;
|
using osu.Framework.MathUtils;
|
||||||
using osu.Game.Screens.Play;
|
using osu.Game.Screens.Play;
|
||||||
@ -8,6 +9,7 @@ using OpenTK.Input;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseKeyCounter : OsuTestCase
|
public class TestCaseKeyCounter : OsuTestCase
|
||||||
{
|
{
|
||||||
public TestCaseKeyCounter()
|
public TestCaseKeyCounter()
|
||||||
|
@ -3,12 +3,14 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Game.Overlays;
|
using osu.Game.Overlays;
|
||||||
using osu.Game.Overlays.MedalSplash;
|
using osu.Game.Overlays.MedalSplash;
|
||||||
using osu.Game.Users;
|
using osu.Game.Users;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseMedalOverlay : OsuTestCase
|
public class TestCaseMedalOverlay : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Configuration;
|
using osu.Framework.Configuration;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
@ -11,6 +12,7 @@ using osu.Game.Overlays;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseMusicController : OsuTestCase
|
public class TestCaseMusicController : OsuTestCase
|
||||||
{
|
{
|
||||||
private readonly Bindable<WorkingBeatmap> beatmapBacking = new Bindable<WorkingBeatmap>();
|
private readonly Bindable<WorkingBeatmap> beatmapBacking = new Bindable<WorkingBeatmap>();
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Framework.Graphics.Sprites;
|
using osu.Framework.Graphics.Sprites;
|
||||||
@ -13,6 +14,7 @@ using osu.Game.Overlays.Notifications;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseNotificationOverlay : OsuTestCase
|
public class TestCaseNotificationOverlay : OsuTestCase
|
||||||
{
|
{
|
||||||
private readonly NotificationOverlay manager;
|
private readonly NotificationOverlay manager;
|
||||||
|
@ -1,12 +1,14 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Configuration;
|
using osu.Framework.Configuration;
|
||||||
using osu.Game.Overlays;
|
using osu.Game.Overlays;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseOnScreenDisplay : OsuTestCase
|
public class TestCaseOnScreenDisplay : OsuTestCase
|
||||||
{
|
{
|
||||||
private FrameworkConfigManager config;
|
private FrameworkConfigManager config;
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Shapes;
|
using osu.Framework.Graphics.Shapes;
|
||||||
using osu.Framework.Timing;
|
using osu.Framework.Timing;
|
||||||
@ -12,6 +13,7 @@ using OpenTK.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseOsuGame : OsuTestCase
|
public class TestCaseOsuGame : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
|
@ -6,6 +6,7 @@ using System.Collections.Generic;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Extensions;
|
using osu.Framework.Extensions;
|
||||||
using osu.Framework.MathUtils;
|
using osu.Framework.MathUtils;
|
||||||
@ -19,6 +20,7 @@ using osu.Game.Tests.Platform;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCasePlaySongSelect : OsuTestCase
|
public class TestCasePlaySongSelect : OsuTestCase
|
||||||
{
|
{
|
||||||
private BeatmapManager manager;
|
private BeatmapManager manager;
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Game.Beatmaps;
|
using osu.Game.Beatmaps;
|
||||||
using osu.Game.Screens.Edit.Components;
|
using osu.Game.Screens.Edit.Components;
|
||||||
@ -9,6 +10,7 @@ using OpenTK;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCasePlaybackControl : OsuTestCase
|
public class TestCasePlaybackControl : OsuTestCase
|
||||||
{
|
{
|
||||||
public TestCasePlaybackControl()
|
public TestCasePlaybackControl()
|
||||||
|
@ -1,12 +1,14 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Game.Graphics;
|
using osu.Game.Graphics;
|
||||||
using osu.Game.Overlays.Dialog;
|
using osu.Game.Overlays.Dialog;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCasePopupDialog : OsuTestCase
|
public class TestCasePopupDialog : OsuTestCase
|
||||||
{
|
{
|
||||||
public TestCasePopupDialog()
|
public TestCasePopupDialog()
|
||||||
|
@ -9,11 +9,13 @@ using osu.Framework.Graphics.Shapes;
|
|||||||
using osu.Game.Graphics;
|
using osu.Game.Graphics;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System;
|
using System;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Game.Graphics.UserInterface;
|
using osu.Game.Graphics.UserInterface;
|
||||||
using osu.Game.Users;
|
using osu.Game.Users;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseRankGraph : OsuTestCase
|
public class TestCaseRankGraph : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Game.Graphics.UserInterface;
|
using osu.Game.Graphics.UserInterface;
|
||||||
using osu.Game.Screens.Play.HUD;
|
using osu.Game.Screens.Play.HUD;
|
||||||
@ -8,6 +9,7 @@ using osu.Game.Screens.Play.PlayerSettings;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseReplaySettingsOverlay : OsuTestCase
|
public class TestCaseReplaySettingsOverlay : OsuTestCase
|
||||||
{
|
{
|
||||||
public TestCaseReplaySettingsOverlay()
|
public TestCaseReplaySettingsOverlay()
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Game.Beatmaps;
|
using osu.Game.Beatmaps;
|
||||||
using osu.Game.Rulesets.Scoring;
|
using osu.Game.Rulesets.Scoring;
|
||||||
@ -11,6 +12,7 @@ using osu.Game.Users;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseResults : OsuTestCase
|
public class TestCaseResults : OsuTestCase
|
||||||
{
|
{
|
||||||
private BeatmapManager beatmaps;
|
private BeatmapManager beatmaps;
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Game.Beatmaps;
|
using osu.Game.Beatmaps;
|
||||||
@ -11,6 +12,7 @@ using osu.Game.Users;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseRoomInspector : OsuTestCase
|
public class TestCaseRoomInspector : OsuTestCase
|
||||||
{
|
{
|
||||||
private RulesetStore rulesets;
|
private RulesetStore rulesets;
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Sprites;
|
using osu.Framework.Graphics.Sprites;
|
||||||
using osu.Framework.MathUtils;
|
using osu.Framework.MathUtils;
|
||||||
@ -10,6 +11,7 @@ using OpenTK;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseScoreCounter : OsuTestCase
|
public class TestCaseScoreCounter : OsuTestCase
|
||||||
{
|
{
|
||||||
public TestCaseScoreCounter()
|
public TestCaseScoreCounter()
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Extensions.IEnumerableExtensions;
|
using osu.Framework.Extensions.IEnumerableExtensions;
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
@ -16,6 +17,7 @@ using osu.Game.Rulesets.UI.Scrolling;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseScrollingHitObjects : OsuTestCase
|
public class TestCaseScrollingHitObjects : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(Playfield) };
|
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(Playfield) };
|
||||||
|
@ -1,12 +1,14 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Game.Overlays;
|
using osu.Game.Overlays;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseSettings : OsuTestCase
|
public class TestCaseSettings : OsuTestCase
|
||||||
{
|
{
|
||||||
private readonly SettingsOverlay settings;
|
private readonly SettingsOverlay settings;
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Game.Screens.Play;
|
using osu.Game.Screens.Play;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseSkipButton : OsuTestCase
|
public class TestCaseSkipButton : OsuTestCase
|
||||||
{
|
{
|
||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
|
@ -3,12 +3,14 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Game.Overlays;
|
using osu.Game.Overlays;
|
||||||
using osu.Game.Overlays.Social;
|
using osu.Game.Overlays.Social;
|
||||||
using osu.Game.Users;
|
using osu.Game.Users;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseSocial : OsuTestCase
|
public class TestCaseSocial : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.MathUtils;
|
using osu.Framework.MathUtils;
|
||||||
using osu.Framework.Timing;
|
using osu.Framework.Timing;
|
||||||
@ -10,6 +11,7 @@ using osu.Game.Screens.Play;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseSongProgress : OsuTestCase
|
public class TestCaseSongProgress : OsuTestCase
|
||||||
{
|
{
|
||||||
private readonly SongProgress progress;
|
private readonly SongProgress progress;
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Configuration;
|
using osu.Framework.Configuration;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
@ -14,6 +15,7 @@ using OpenTK.Graphics;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseStoryboard : OsuTestCase
|
public class TestCaseStoryboard : OsuTestCase
|
||||||
{
|
{
|
||||||
private readonly Bindable<WorkingBeatmap> beatmapBacking = new Bindable<WorkingBeatmap>();
|
private readonly Bindable<WorkingBeatmap> beatmapBacking = new Bindable<WorkingBeatmap>();
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Framework.Graphics.Cursor;
|
using osu.Framework.Graphics.Cursor;
|
||||||
@ -10,6 +11,7 @@ using OpenTK;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseTextAwesome : OsuTestCase
|
public class TestCaseTextAwesome : OsuTestCase
|
||||||
{
|
{
|
||||||
public TestCaseTextAwesome()
|
public TestCaseTextAwesome()
|
||||||
|
@ -4,11 +4,13 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Game.Overlays.Toolbar;
|
using osu.Game.Overlays.Toolbar;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseToolbar : OsuTestCase
|
public class TestCaseToolbar : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Game.Users;
|
using osu.Game.Users;
|
||||||
@ -8,6 +9,7 @@ using OpenTK;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseUserPanel : OsuTestCase
|
public class TestCaseUserPanel : OsuTestCase
|
||||||
{
|
{
|
||||||
public TestCaseUserPanel()
|
public TestCaseUserPanel()
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using NUnit.Framework;
|
||||||
using osu.Game.Graphics.UserInterface;
|
using osu.Game.Graphics.UserInterface;
|
||||||
using osu.Game.Overlays;
|
using osu.Game.Overlays;
|
||||||
using osu.Game.Overlays.Profile;
|
using osu.Game.Overlays.Profile;
|
||||||
@ -11,6 +12,7 @@ using osu.Game.Users;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseUserProfile : OsuTestCase
|
public class TestCaseUserProfile : OsuTestCase
|
||||||
{
|
{
|
||||||
private readonly TestUserProfileOverlay profile;
|
private readonly TestUserProfileOverlay profile;
|
||||||
|
@ -10,9 +10,11 @@ using osu.Game.Overlays.Profile.Sections.Ranks;
|
|||||||
using osu.Game.Users;
|
using osu.Game.Users;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseUserRanks : OsuTestCase
|
public class TestCaseUserRanks : OsuTestCase
|
||||||
{
|
{
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(DrawableProfileScore), typeof(RanksSection) };
|
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(DrawableProfileScore), typeof(RanksSection) };
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using NUnit.Framework;
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
using OpenTK.Graphics;
|
using OpenTK.Graphics;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
@ -15,6 +16,7 @@ using osu.Game.Screens.Edit.Screens.Compose.Timeline;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
|
[TestFixture]
|
||||||
public class TestCaseWaveform : OsuTestCase
|
public class TestCaseWaveform : OsuTestCase
|
||||||
{
|
{
|
||||||
private readonly Bindable<WorkingBeatmap> beatmapBacking = new Bindable<WorkingBeatmap>();
|
private readonly Bindable<WorkingBeatmap> beatmapBacking = new Bindable<WorkingBeatmap>();
|
||||||
|
@ -12,8 +12,16 @@ namespace osu.Game.Beatmaps
|
|||||||
/// Converts a Beatmap for another mode.
|
/// Converts a Beatmap for another mode.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="T">The type of HitObject stored in the Beatmap.</typeparam>
|
/// <typeparam name="T">The type of HitObject stored in the Beatmap.</typeparam>
|
||||||
public abstract class BeatmapConverter<T> where T : HitObject
|
public abstract class BeatmapConverter<T> : IBeatmapConverter
|
||||||
|
where T : HitObject
|
||||||
{
|
{
|
||||||
|
private event Action<HitObject, IEnumerable<HitObject>> ObjectConverted;
|
||||||
|
event Action<HitObject, IEnumerable<HitObject>> IBeatmapConverter.ObjectConverted
|
||||||
|
{
|
||||||
|
add => ObjectConverted += value;
|
||||||
|
remove => ObjectConverted -= value;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Checks if a Beatmap can be converted using this Beatmap Converter.
|
/// Checks if a Beatmap can be converted using this Beatmap Converter.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -32,6 +40,8 @@ namespace osu.Game.Beatmaps
|
|||||||
return ConvertBeatmap(new Beatmap(original));
|
return ConvertBeatmap(new Beatmap(original));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void IBeatmapConverter.Convert(Beatmap original) => Convert(original);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Performs the conversion of a Beatmap using this Beatmap Converter.
|
/// Performs the conversion of a Beatmap using this Beatmap Converter.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -63,8 +73,11 @@ namespace osu.Game.Beatmaps
|
|||||||
yield break;
|
yield break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var converted = ConvertHitObject(original, beatmap).ToList();
|
||||||
|
ObjectConverted?.Invoke(original, converted);
|
||||||
|
|
||||||
// Convert the hit object
|
// Convert the hit object
|
||||||
foreach (var obj in ConvertHitObject(original, beatmap))
|
foreach (var obj in converted)
|
||||||
{
|
{
|
||||||
if (obj == null)
|
if (obj == null)
|
||||||
continue;
|
continue;
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using OpenTK;
|
||||||
|
|
||||||
namespace osu.Game.Beatmaps.ControlPoints
|
namespace osu.Game.Beatmaps.ControlPoints
|
||||||
{
|
{
|
||||||
public class DifficultyControlPoint : ControlPoint
|
public class DifficultyControlPoint : ControlPoint
|
||||||
@ -8,6 +10,12 @@ namespace osu.Game.Beatmaps.ControlPoints
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The speed multiplier at this control point.
|
/// The speed multiplier at this control point.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public double SpeedMultiplier = 1;
|
public double SpeedMultiplier
|
||||||
|
{
|
||||||
|
get => speedMultiplier;
|
||||||
|
set => speedMultiplier = MathHelper.Clamp(value, 0.1, 10);
|
||||||
|
}
|
||||||
|
|
||||||
|
private double speedMultiplier = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using OpenTK;
|
||||||
using osu.Game.Beatmaps.Timing;
|
using osu.Game.Beatmaps.Timing;
|
||||||
|
|
||||||
namespace osu.Game.Beatmaps.ControlPoints
|
namespace osu.Game.Beatmaps.ControlPoints
|
||||||
@ -15,6 +16,12 @@ namespace osu.Game.Beatmaps.ControlPoints
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The beat length at this control point.
|
/// The beat length at this control point.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public double BeatLength = 1000;
|
public double BeatLength
|
||||||
|
{
|
||||||
|
get => beatLength;
|
||||||
|
set => beatLength = MathHelper.Clamp(value, 6, 60000);
|
||||||
|
}
|
||||||
|
|
||||||
|
private double beatLength = 1000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -42,6 +42,10 @@ namespace osu.Game.Beatmaps.Formats
|
|||||||
|
|
||||||
ParseContent(stream);
|
ParseContent(stream);
|
||||||
|
|
||||||
|
// objects may be out of order *only* if a user has manually edited an .osu file.
|
||||||
|
// unfortunately there are ranked maps in this state (example: https://osu.ppy.sh/s/594828).
|
||||||
|
this.beatmap.HitObjects.Sort((x, y) => x.StartTime.CompareTo(y.StartTime));
|
||||||
|
|
||||||
foreach (var hitObject in this.beatmap.HitObjects)
|
foreach (var hitObject in this.beatmap.HitObjects)
|
||||||
hitObject.ApplyDefaults(this.beatmap.ControlPointInfo, this.beatmap.BeatmapInfo.BaseDifficulty);
|
hitObject.ApplyDefaults(this.beatmap.ControlPointInfo, this.beatmap.BeatmapInfo.BaseDifficulty);
|
||||||
}
|
}
|
||||||
|
25
osu.Game/Beatmaps/IBeatmapConverter.cs
Normal file
25
osu.Game/Beatmaps/IBeatmapConverter.cs
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using osu.Game.Rulesets.Objects;
|
||||||
|
|
||||||
|
namespace osu.Game.Beatmaps
|
||||||
|
{
|
||||||
|
public interface IBeatmapConverter
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Invoked when a <see cref="HitObject"/> has been converted.
|
||||||
|
/// The first argument contains the <see cref="HitObject"/> that was converted.
|
||||||
|
/// The second argument contains the <see cref="HitObject"/>s that were output from the conversion process.
|
||||||
|
/// </summary>
|
||||||
|
event Action<HitObject, IEnumerable<HitObject>> ObjectConverted;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Converts a Beatmap using this Beatmap Converter.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="original">The un-converted Beatmap.</param>
|
||||||
|
void Convert(Beatmap beatmap);
|
||||||
|
}
|
||||||
|
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user