Dean Herbert
|
623ba652ed
|
Share more code between tests
|
2018-02-09 18:20:18 +09:00 |
|
Dean Herbert
|
981fa379b7
|
Count() -> Count
|
2018-02-09 18:02:28 +09:00 |
|
Dean Herbert
|
a771ca4077
|
Add try-finally to ensure host is exited
|
2018-02-09 18:02:06 +09:00 |
|
Dean Herbert
|
8140ffea15
|
Add test for deleting then reimporting
|
2018-02-09 17:59:27 +09:00 |
|
Dean Herbert
|
a166932468
|
Add deletion test
|
2018-02-09 17:51:29 +09:00 |
|
Dean Herbert
|
3b7018fcd6
|
Simplify beatmap import process
|
2018-02-09 17:22:48 +09:00 |
|
Bang Sunghwan
|
3894622ddc
|
Remove redundant initializing field by default
|
2018-02-09 09:55:02 +09:00 |
|
Bang Sunghwan
|
f20e3ff31d
|
Fix ApproachRate setting only DEFAULT_DIFFICULTY
|
2018-02-09 09:45:43 +09:00 |
|
Bang Sunghwan
|
cc6114b344
|
Fix ApproachRate not inheriting OverallDifficulty when it is undefined
|
2018-02-09 09:31:19 +09:00 |
|
TocoToucan
|
77a8b36529
|
Schedule Resume method call without delay
|
2018-02-08 22:30:15 +03:00 |
|
Dean Herbert
|
0ba76bbaa1
|
Merge pull request #2042 from smoogipoo/codestyle-fixes
Fix a few code styling issues
|
2018-02-08 23:59:49 +09:00 |
|
smoogipoo
|
4699b5ad7c
|
Fix a few code styling issues
These are present in the netstandard branch (the rules aren't working there - probably using the wrong configuration).
|
2018-02-08 23:47:03 +09:00 |
|
Dean Herbert
|
a636d1207a
|
Merge pull request #2039 from peppy/api-updates
Update user object to match new standardised api
|
2018-02-08 18:15:47 +09:00 |
|
Dean Herbert
|
e107566575
|
Update user object to match new standardised api
|
2018-02-08 18:06:04 +09:00 |
|
Dean Herbert
|
7e544af0b7
|
Merge pull request #2035 from smoogipoo/unified-hitwindows
Unify hit windows between all rulesets
|
2018-02-08 18:05:21 +09:00 |
|
Dean Herbert
|
534eb223b3
|
Merge branch 'master' into unified-hitwindows
|
2018-02-08 17:46:29 +09:00 |
|
smoogipoo
|
0511728fbe
|
Remove "keypress" from comment
|
2018-02-08 17:38:46 +09:00 |
|
Dan Balasescu
|
b6531d632f
|
Merge pull request #2038 from peppy/perform-clean-testing
Fix non-visual tests not cleaning up previous executions
|
2018-02-08 17:32:46 +09:00 |
|
Dean Herbert
|
d8da68c55f
|
Disable test again (accidentally re-enabled)
|
2018-02-08 17:22:23 +09:00 |
|
Dean Herbert
|
789e25069f
|
Fix non-visual tests not cleaning up previous executions
|
2018-02-08 17:07:59 +09:00 |
|
Dean Herbert
|
553c9bb2fa
|
Merge pull request #2037 from peppy/fix-checkbox-sounds
Fix visual settings checkboxes playing sounds in bindable binding
|
2018-02-08 16:05:18 +09:00 |
|
Dean Herbert
|
e3a4cebd48
|
Merge branch 'master' into fix-checkbox-sounds
|
2018-02-08 15:56:34 +09:00 |
|
Dean Herbert
|
cb2744c678
|
Merge pull request #2036 from smoogipoo/fix-slider-samples
Make slider tails not play hitsounds
|
2018-02-08 14:48:58 +09:00 |
|
smoogipoo
|
86d63c014b
|
Merge remote-tracking branch 'origin/master' into restore-ruleset-tests
|
2018-02-08 14:48:01 +09:00 |
|
Dean Herbert
|
cafa605b90
|
Fix visual settings checkboxes playing sounds in bindable binding
Move sound binding to much later in the process to avoid programmatic checkbox changes triggering interaction sounds
|
2018-02-08 14:43:47 +09:00 |
|
smoogipoo
|
c213e58eff
|
Make slider tails not play hitsounds
|
2018-02-08 14:40:35 +09:00 |
|
Dan Balasescu
|
998acc5150
|
Merge pull request #2030 from smoogipoo/fix-import-tests
Make sure the import tests exit their hosts
|
2018-02-08 14:28:52 +09:00 |
|
smoogipoo
|
46284c61ae
|
Return HitResult.None instead of null
|
2018-02-08 14:25:59 +09:00 |
|
smoogipoo
|
c537af0289
|
Fix/improve commends
|
2018-02-08 14:25:44 +09:00 |
|
smoogipoo
|
a6f1a4689e
|
Fix incorrect value copy-pasta
|
2018-02-08 14:16:37 +09:00 |
|
smoogipoo
|
3d167c40ae
|
Remove now unneeded Math.Abs call
|
2018-02-08 14:15:58 +09:00 |
|
Dean Herbert
|
48918b5324
|
Bring framework up-to-date
|
2018-02-08 14:07:12 +09:00 |
|
Dean Herbert
|
0e4dcb6814
|
Merge branch 'master' into fix-import-tests
|
2018-02-08 14:04:44 +09:00 |
|
smoogipoo
|
4f5bfdb888
|
Remove explicit .Exit on IPC test
|
2018-02-08 14:03:37 +09:00 |
|
smoogipoo
|
17aa915c77
|
Rename DifficultyRange parameters
|
2018-02-08 13:57:45 +09:00 |
|
smoogipoo
|
802aaefe35
|
Give rulesets a way to disable/enable perfect/ok hit results
|
2018-02-08 13:54:08 +09:00 |
|
Dean Herbert
|
6e7d696366
|
Merge pull request #2031 from peppy/attribute-formatting
Always put attributes on a separate line to their target
|
2018-02-08 13:50:33 +09:00 |
|
smoogipoo
|
cfdeac6428
|
Make hit windows settable by derived classes
|
2018-02-08 13:38:31 +09:00 |
|
Dan Balasescu
|
8bb69ed2c4
|
Merge branch 'master' into attribute-formatting
|
2018-02-08 13:26:15 +09:00 |
|
smoogipoo
|
beaecbafbd
|
Merge branch 'master' into unified-hitwindows
|
2018-02-08 13:22:44 +09:00 |
|
smoogipoo
|
6810948a6f
|
Fix mania testcase
|
2018-02-08 13:16:53 +09:00 |
|
smoogipoo
|
8d982f1791
|
Update framework
|
2018-02-08 12:46:15 +09:00 |
|
smoogipoo
|
ccc948a0b9
|
Update framework (testing)
|
2018-02-08 12:45:51 +09:00 |
|
smoogipoo
|
a7aaaf9088
|
Update framework
|
2018-02-08 12:43:17 +09:00 |
|
smoogipoo
|
93f1500278
|
Merge remote-tracking branch 'origin/master' into fix-import-tests
|
2018-02-08 12:40:05 +09:00 |
|
Dean Herbert
|
23d211e9b1
|
Merge pull request #2029 from smoogipoo/slider-tooltip-precision
Use bindable precision for OsuSliderBar's tooltip value
|
2018-02-08 11:33:45 +09:00 |
|
Dean Herbert
|
a70989cb70
|
Rely on bindable's formatting rather than setting a default
|
2018-02-08 11:12:05 +09:00 |
|
Dean Herbert
|
7e83aedb86
|
Merge branch 'master' into slider-tooltip-precision
|
2018-02-08 11:00:46 +09:00 |
|
Dan Balasescu
|
b9f70486a6
|
Merge pull request #2020 from peppy/raw-input-fixes
Raw input improvements
|
2018-02-07 22:26:58 +09:00 |
|
Dean Herbert
|
7a9dffd780
|
Update framework again
|
2018-02-07 22:17:32 +09:00 |
|