|
1c1a49011b
|
Merge branch 'master' into infrastructure
|
2019-11-08 19:10:49 +09:00 |
|
|
1f40641d05
|
Add failing test
|
2019-11-06 10:32:09 +09:00 |
|
|
3ec9580ba8
|
Add test for retry overlay presence
Add visual tests checking presence (or lack thereof) of the
hold-to-retry overlay in the results screen.
|
2019-11-04 01:55:30 +01:00 |
|
|
8a5d3ab40a
|
Merge branch 'master' into add-retry-button
|
2019-11-02 10:51:14 +09:00 |
|
|
84d17f3702
|
Add retry button
|
2019-11-01 15:41:51 +09:00 |
|
|
14fec6f1f3
|
Move ReplayDownloadButton to correct namespace
|
2019-11-01 15:06:36 +09:00 |
|
|
d089e47a56
|
Merge branch 'master' into master
|
2019-11-01 14:15:57 +09:00 |
|
|
8d290a3242
|
Resolve CS0067.
|
2019-10-30 23:43:13 +08:00 |
|
|
514c9f1eef
|
Merge branch 'master' into bindable-control-points
|
2019-10-30 16:20:54 +09:00 |
|
|
46b44f4f99
|
Fix PlayerSettingsOverlay being shown by default
|
2019-10-28 18:37:58 +09:00 |
|
|
9e2e87c8d1
|
added visual tests
added small commenting
added xmldoc for CancelResume();
|
2019-10-26 14:29:52 -05:00 |
|
|
e987db37ec
|
Add grouping of ControlPoints
|
2019-10-25 19:52:02 +09:00 |
|
|
626f7388c8
|
Add tests for quick retry and quick exit scenarios
|
2019-10-04 12:23:01 +08:00 |
|
|
e646b2677c
|
Add test coverage
|
2019-10-04 11:25:23 +08:00 |
|
|
d87f6d270b
|
Merge branch 'master' into fix-alt-f4-being-blocked-by-overlays
|
2019-10-03 08:43:31 -07:00 |
|
|
ff56453f1a
|
Fix test regressions
|
2019-10-02 12:07:07 -07:00 |
|
|
5f399add82
|
Resolve @iiSaLMaN 's suggested changes
|
2019-10-01 18:15:40 +02:00 |
|
|
02c1f490f1
|
Merge branch 'master' into muted-notification
|
2019-09-28 20:33:32 +08:00 |
|
|
06c32d52dc
|
Change wrong volume bindable used in test
|
2019-09-27 09:19:39 +02:00 |
|
|
9a31ccd2e3
|
Add missing test cases for master, track and mute button
This also modifies the reset player method to make it possible to set something before the player is loaded but after the container has loaded.
|
2019-09-26 14:05:43 +02:00 |
|
|
244627ff10
|
Add comment + test for slider multiplier
|
2019-09-25 20:12:01 +09:00 |
|
|
ccb5623487
|
Fix test name
|
2019-09-25 20:03:03 +09:00 |
|
|
f11156c2dc
|
Fix tests not working correctly
|
2019-09-25 19:30:25 +09:00 |
|
|
4abe0473b9
|
Fix relative beat length not considering slider multiplier
|
2019-09-24 16:49:42 +09:00 |
|
|
cca97c09d2
|
Merge branch 'muted-notification' of https://github.com/Craftplacer/osu into muted-notification
|
2019-09-23 16:50:30 +02:00 |
|
|
8df77ffe92
|
Revert test scene changes
|
2019-09-23 16:48:30 +02:00 |
|
|
9a687ae8e2
|
Merge branch 'master' into muted-notification
|
2019-09-23 01:59:37 +02:00 |
|
|
c92545e294
|
Update osu.Game.Tests/Visual/Gameplay/TestScenePlayerLoader.cs
Co-Authored-By: Salman Ahmed <slmanarendo1950@gmail.com>
|
2019-09-23 01:41:59 +02:00 |
|
|
e793854735
|
Invert BypassFail usage
|
2019-09-19 08:00:41 +03:00 |
|
|
c3221e1a36
|
Prepare classes for player loader test scene
|
2019-09-18 23:27:26 +02:00 |
|
|
3efcf0493c
|
Remove redundant using directive
|
2019-09-18 23:28:48 +03:00 |
|
|
ea6318ed73
|
Fix failing test
|
2019-09-18 23:17:24 +03:00 |
|
|
871adb16e0
|
Add asserts for fail bypassing
|
2019-09-18 22:51:03 +03:00 |
|
|
e17cd9e964
|
Reduce length of tests
|
2019-09-18 16:14:31 +09:00 |
|
|
77947e8309
|
Fix rewind tests failing
|
2019-09-17 22:33:27 +09:00 |
|
|
b10ce0b12d
|
Merge branch 'master' into key-counter-fixes
|
2019-09-13 19:43:33 +09:00 |
|
|
cf2f841b4d
|
Fix player not correctly exiting after an unpause
|
2019-09-13 15:42:58 +09:00 |
|
|
68feedbd15
|
Fix unreported CI issue
|
2019-09-12 18:46:42 +09:00 |
|
|
09a0c9f4d2
|
Add key counter rewind tests
|
2019-09-12 18:10:50 +09:00 |
|
|
0cdf125c1e
|
Handle key counter rewinding in a better way
Use ElapsedFrameTime rather than storing state data
|
2019-09-12 15:42:14 +09:00 |
|
|
158737e001
|
Remove FadeTime customisation
Also adjusts fade transitions to feel better, especially in fast forward scenarios.
|
2019-09-12 14:27:29 +09:00 |
|
|
b89fb5cdf7
|
Fix failing test
|
2019-09-06 16:51:30 +09:00 |
|
|
6ce36bd39e
|
Merge branch 'master' into stop-counting-to-score-after-fail
|
2019-09-06 16:12:53 +09:00 |
|
|
f925e781a9
|
Refactor HitWindows for legibility
|
2019-09-06 15:24:14 +09:00 |
|
|
9d0151f19f
|
Merge pull request #5969 from peppy/skin-configuration-refactor
Refactor skin configuration lookups to be more flexible
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
|
2019-09-05 17:28:37 +09:00 |
|
|
a1d7291ffa
|
Fix pause menu keyboard navigation being affected by initial cursor hover
|
2019-09-05 16:31:10 +09:00 |
|
|
c0bcbfd892
|
Merge branch 'master'
Conflicts:
osu.Game.Tests/Visual/Gameplay/TestSceneSkinnableDrawable.cs
|
2019-09-05 14:40:30 +09:00 |
|
|
f7e417de02
|
Add test for changing of a source (#5968)
Add test for changing of a source
|
2019-09-05 14:06:25 +09:00 |
|
|
2983918f71
|
Merge remote-tracking branch 'upstream/master' into skin-configuration-refactor
|
2019-09-04 13:40:41 +09:00 |
|
|
7cbcc7b906
|
Further test refactors
|
2019-09-04 11:36:09 +09:00 |
|