smoogipoo
|
6867886f4c
|
Give conversion-tested beatmaps a ruleset
|
2018-05-07 14:04:37 +09:00 |
|
smoogipoo
|
794418432f
|
Fix incorrect method name
|
2018-05-07 11:22:25 +09:00 |
|
smoogipoo
|
db3e48c194
|
Rename GetBeatmap() to GetPlayableBeatmap()
|
2018-05-07 10:40:30 +09:00 |
|
smoogipoo
|
9128e64c9a
|
Rename OriginalBeatmap back to Beatmap
|
2018-05-07 10:29:38 +09:00 |
|
smoogipoo
|
77e661489d
|
Merge branch 'i-beatmap' into beatmap-conversion-rework
|
2018-05-07 10:00:24 +09:00 |
|
smoogipoo
|
1aefd71b65
|
Merge remote-tracking branch 'origin/master' into i-beatmap
|
2018-05-07 09:58:53 +09:00 |
|
Dean Herbert
|
64ddee5646
|
Change load order to ensure runner is loaded before blocking op
|
2018-04-22 04:26:27 +09:00 |
|
Dean Herbert
|
44a9aa529a
|
Test CI run with new changes
|
2018-04-22 03:51:17 +09:00 |
|
smoogipoo
|
03a5df84c6
|
Initial rework of beatmap conversion process
|
2018-04-19 22:04:12 +09:00 |
|
smoogipoo
|
66b3b295e7
|
Use IBeatmap wherever possible
|
2018-04-19 20:44:38 +09:00 |
|
smoogipoo
|
b5a55a0dce
|
Make an interface for beatmaps
|
2018-04-19 18:58:40 +09:00 |
|
smoogipoo
|
d5ce618d9b
|
Update with framework changes
|
2018-04-18 15:12:48 +09:00 |
|
Dean Herbert
|
32a74f95a5
|
Normalize all the line endings
|
2018-04-13 18:26:38 +09:00 |
|
smoogipoo
|
6e35910419
|
Remove start/stop clock logic
Beatmap track shouldn't be start/stopped anyway - the IAdjustableClock should be DI'd in to perform the functionality.
|
2018-04-12 14:06:36 +09:00 |
|
smoogipoo
|
fbc50d6030
|
Merge master into editor-clock
|
2018-04-12 13:35:53 +09:00 |
|
smoogipoo
|
070e68f235
|
Give the test case clock an accurate IsRunning value
|
2018-04-06 19:14:04 +09:00 |
|
smoogipoo
|
e59124962c
|
Remove re-instantiation of clock in EditorClockTestCase
|
2018-04-06 18:38:44 +09:00 |
|
smoogipoo
|
b238130fe4
|
DI beat divisors to test cases with editor clocks
|
2018-04-06 18:23:22 +09:00 |
|
smoogipoo
|
fdb3227fd7
|
Fix + cleanup testcases
|
2018-04-06 18:12:44 +09:00 |
|
Dean Herbert
|
37fb207abd
|
Remove TestTestCase
No longer necessary as we have restructured tests considerably.
|
2018-04-05 16:01:33 +09:00 |
|
Dean Herbert
|
94b1d3e4af
|
Make VisualTests/nUnit work again
|
2018-03-28 12:33:01 +09:00 |
|
smoogipoo
|
e97349fd63
|
Derive ScreenTestCase + use LoadComponentAsync
|
2018-03-13 16:00:56 +09:00 |
|
smoogipoo
|
0c705b0397
|
Rename to EditorTestCase
|
2018-03-13 15:57:05 +09:00 |
|
Dean Herbert
|
b93e83e3d2
|
Merge branch 'master' into base-editor-testcase
|
2018-03-13 15:53:33 +09:00 |
|
smoogipoo
|
e32eec9259
|
No more caching
|
2018-03-13 15:22:46 +09:00 |
|
smoogipoo
|
706c26c32b
|
Remove extra whitespace
|
2018-03-13 09:27:33 +09:00 |
|
smoogipoo
|
d2859d779d
|
Create a base TestCaseEditor for rulests to derive
|
2018-03-12 19:43:52 +09:00 |
|
smoogipoo
|
13c20438ef
|
Fix build issues
|
2018-03-12 19:41:51 +09:00 |
|
smoogipoo
|
b91524dbba
|
Give TestWorkingBeatmap's track a valid length
|
2018-03-12 19:41:15 +09:00 |
|
smoogipoo
|
7406cb290f
|
Split out test beatmap from TestCasePlayer into instantiable class
|
2018-03-12 19:41:09 +09:00 |
|
Dean Herbert
|
ab4c527ebc
|
Merge branch 'master' into decoders
|
2018-03-12 13:38:22 +09:00 |
|
HoLLy
|
9c75c392f2
|
Only check by null instead of sign
|
2018-03-11 21:27:49 +01:00 |
|
HoLLy
|
a321bcf3af
|
Fix check against LegacyID for non-default rulesets
|
2018-03-11 20:19:03 +01:00 |
|
Dean Herbert
|
217dd2ecdc
|
Initial push for better decoders
|
2018-03-09 21:24:15 +09:00 |
|
Dean Herbert
|
c4c1b0b6ff
|
Fix merge regression
|
2018-03-06 01:39:01 +09:00 |
|
smoogipoo
|
49b8670dfc
|
Fix beatmap conversion tests not properly constructing decoder
|
2018-03-05 14:53:57 +09:00 |
|
smoogipoo
|
a2c239d5e3
|
Rename to IBeatmapConverter, move to separate file
|
2018-03-02 20:19:47 +09:00 |
|
smoogipoo
|
cdca7371a3
|
Replace testcases with a basic test suite
|
2018-03-02 18:20:33 +09:00 |
|
Dan Balasescu
|
4aff659272
|
Merge branch 'master' into beatmap-conversion-testcases
|
2018-03-02 16:04:32 +09:00 |
|
smoogipoo
|
1f834825dc
|
Add testcase to osu.Game in-case nunit tries to discover tests in it
|
2018-03-02 15:43:55 +09:00 |
|
smoogipoo
|
573d6d1b5f
|
Allow multiple mappings to be generated for a single hitobject
|
2018-03-02 13:13:01 +09:00 |
|
smoogipoo
|
4e363664fd
|
Add beatmap parameter to beatmapconverter creation
|
2018-03-02 13:13:01 +09:00 |
|
smoogipoo
|
070c5a95ee
|
Improve output
|
2018-03-02 13:13:01 +09:00 |
|
smoogipoo
|
797d03a65f
|
Implement basic structure for beatmap conversion testing
|
2018-03-02 13:13:00 +09:00 |
|
Dean Herbert
|
f2b3d9a0e8
|
Change some missed instances
|
2018-02-22 14:17:35 +09:00 |
|
Dan Balasescu
|
c5b71d2cb7
|
Remove unused using
|
2018-02-14 23:15:34 +09:00 |
|
Dan Balasescu
|
9f7736fab3
|
Merge branch 'master' into restore-ruleset-tests
|
2018-02-14 22:48:29 +09:00 |
|
Dean Herbert
|
789e25069f
|
Fix non-visual tests not cleaning up previous executions
|
2018-02-08 17:07:59 +09:00 |
|
smoogipoo
|
ccc948a0b9
|
Update framework (testing)
|
2018-02-08 12:45:51 +09:00 |
|
Dean Herbert
|
58626e3b30
|
Allow rulesets to create their own instantiation info
|
2018-01-10 17:04:07 +09:00 |
|