Commit Graph

396 Commits

Author SHA1 Message Date
c4f3714385 Make hold note input tests fail due to head hiding 2021-03-21 18:39:57 +01:00
a16c0641b2 Revert EF Core to version 2.2
This reverts commit f3faad74d5, reversing
changes made to 712e7bc7bf.

Several issues arose after migrating to 5.0, including, but possibly not
limited to, performance regressions in song select, as well as failures
when attempting to save beatmaps after metadata changes in the editor.
2021-03-21 11:05:15 +01:00
1573298e68 Update remaining package references to point to efcore5 2021-03-15 13:12:10 +09:00
b03efd6940 Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.3 to 16.9.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.8.3...v16.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-02 00:43:45 +00:00
dff1d80f39 Update HasFlag usages to HasFlagFast 2021-02-25 15:38:56 +09:00
417bb07b36 Update tests with fixed diffcalc values 2021-02-20 20:23:49 +11:00
9d229a5ec2 Add tests for clockrate adjusted difficulty calculations 2021-02-20 16:27:58 +11:00
72b2123500 Update nunit in line with framework 2021-02-15 21:42:35 +09:00
30dae5bf1c Add test to make sure the algorithm is passed down in time 2021-02-04 15:21:26 +09:00
1e99357a97 Update build configurations to net5.0 paths 2021-01-19 12:13:27 +09:00
0ea4e221b2 Merge branch 'master' into net5.0 2021-01-14 14:02:51 +03:00
0fd2e368c1 Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.0 to 16.8.3.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.8.0...v16.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-01 17:53:41 +00:00
3c8f871b28 Move player constructor configuration to dedicated class; add AllowRestart parameter 2020-12-23 17:47:46 +09:00
53da137425 Merge branch 'master' into net5.0 2020-12-10 17:14:21 +09:00
e3c035fe9c Adjust namespace 2020-12-07 12:32:52 +09:00
5772a0811c Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.7.1 to 16.8.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.7.1...v16.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-02 00:56:09 +00:00
c9a41f9dae Make all objects in selection candidates for spatial snapping
Closes #10898.
2020-11-24 17:35:54 +09:00
3b600f0a7b Target net5.0 instead of netcoreapp3 2020-11-20 10:45:19 +03:00
24d7fa03d8 Merge branch 'master' into legacy-jugement-match-stable-transforms 2020-11-18 20:33:58 +01:00
191b95810c Fix whitespace issues 2020-11-18 19:47:35 +09:00
20bb64c627 Fix mania misses not correctly animating (temporary solution) 2020-11-18 19:34:00 +09:00
cb3280af7c Merge branch 'master' into hold-note-fade 2020-11-17 13:49:28 +09:00
a53b5ef8b9 Remove --no-restore from VSCode build tasks 2020-11-16 19:22:08 +09:00
ee5e70135f Cover mapping fully for mania mods 2020-11-15 15:09:02 +01:00
9899687bfe Rename existing method to allow for new one 2020-11-15 14:17:41 +01:00
2ccc81ccc0 Add test case for fading hold note 2020-11-13 20:52:15 +01:00
2f33aeac9f Move drawable instatiation to [SetUp] 2020-11-13 20:52:15 +01:00
508ae91a97 Revert unnecessary change 2020-11-11 12:54:36 +09:00
626231d906 Completely remove check as it can occur for hits too 2020-11-11 12:53:32 +09:00
1173ef0890 Fix mania notelock crashing with overlapping hitwindows 2020-11-11 12:37:00 +09:00
ceb17764b1 Also replace / with - for args in other task.jsons 2020-11-07 01:09:21 +01:00
7bef695072 Merge branch 'master' into fix-test-beatmap-virtual-clock 2020-10-29 17:51:15 +09:00
f9bdb664ee Update diffcalc test 2020-10-14 17:09:01 +09:00
573336cb47 Ensure stable sorting order in beatmap conversion tests 2020-10-09 20:12:17 +09:00
7fead6ee41 Add comment making mania test behaviour clearer 2020-10-05 14:22:48 +09:00
75ae9f1b30 Remove unused using 2020-10-02 19:57:14 +09:00
ed34985fdd Add step for mania note construction 2020-10-02 18:47:11 +09:00
1a0171fb2d Fix tests specifying steps in their constructors 2020-10-02 18:23:18 +09:00
379a4cca85 Adjust hold note tests 2020-09-29 17:48:44 +09:00
c41fb67e73 Move all ruleset editor tests to their own namespace 2020-09-25 18:51:26 +09:00
679dc34aa4 Add test timeouts 2020-09-07 17:18:54 +09:00
c72a8d4755 Add zero-length slider test 2020-09-07 17:18:40 +09:00
66c0d12da6 Bump Microsoft.NET.Test.Sdk from 16.7.0 to 16.7.1
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.7.0 to 16.7.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.7.0...v16.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-01 17:19:46 +00:00
8151aa6ed8 Remove unused method 2020-08-31 13:32:01 +09:00
aa151e4cd7 Merge branch 'master' into mania-notelock 2020-08-31 13:31:41 +09:00
58742afd99 Add failing test case 2020-08-29 11:47:31 +02:00
deb172bb6c Implement basic mania hit order policy 2020-08-27 20:24:21 +09:00
1db836e9e0 Merge branch 'master' into hold-note-lighting 2020-08-26 20:22:07 +09:00
e6116890af Make hitobject tests display the column 2020-08-26 20:00:38 +09:00
7e9567dae9 Fix tests 2020-08-25 14:49:29 +09:00