Dean Herbert
|
1aff263419
|
Split out classes and simplify construction of buttons
|
2020-10-01 16:34:34 +09:00 |
|
Dean Herbert
|
78c5d57074
|
Add flip event flow and stop passing raw input events to handle methods
|
2020-10-01 16:25:29 +09:00 |
|
smoogipoo
|
7890319802
|
Merge branch 'master' into adjust-hit-result-types
|
2020-10-01 16:19:07 +09:00 |
|
smoogipoo
|
cb6b35116a
|
Merge branch 'master' into scoring-standardisation
|
2020-10-01 12:28:51 +09:00 |
|
Dean Herbert
|
4b70fe8585
|
Merge branch 'fix-storyboard-sample-pausing' into fix-hitobject-sample-stuck-on-future-seek
|
2020-09-30 22:46:09 +09:00 |
|
Dean Herbert
|
367b35bb10
|
Merge branch 'master' into fix-storyboard-sample-pausing
|
2020-09-30 22:42:26 +09:00 |
|
Dan Balasescu
|
6dab5c2ceb
|
Merge branch 'master' into fix-editor-silence-on-seek
|
2020-09-30 21:33:15 +09:00 |
|
Dean Herbert
|
e760ed8e01
|
Fix scroll wheel being handled by base test scene
|
2020-09-30 16:39:02 +09:00 |
|
Dean Herbert
|
1dd354120b
|
Fix beatmap potentially changing in test scene
|
2020-09-30 16:16:14 +09:00 |
|
Dean Herbert
|
2ef09a8730
|
Populate test scene with control points
|
2020-09-30 16:06:58 +09:00 |
|
Dean Herbert
|
414c40d298
|
Reverse inheritance order of SkinnableSound's pause logic
|
2020-09-30 15:45:14 +09:00 |
|
Dean Herbert
|
f1298bed79
|
Combine scale operations and tidy up scale drag handle construction
|
2020-09-30 15:08:56 +09:00 |
|
Dean Herbert
|
f93c72dd92
|
Fix non-matching filename
|
2020-09-29 20:21:13 +09:00 |
|
Dean Herbert
|
265bba1a88
|
Add test coverage of event handling
|
2020-09-29 20:08:56 +09:00 |
|
Dean Herbert
|
cd794eaa65
|
Add basic selection box with drag handles
|
2020-09-29 20:08:56 +09:00 |
|
smoogipoo
|
f439c1afbc
|
Make osu/taiko/catch use Ok+Great
|
2020-09-29 17:16:55 +09:00 |
|
smoogipoo
|
4ef7ab2872
|
Fix tests
|
2020-09-29 16:33:38 +09:00 |
|
smoogipoo
|
bad48d6d44
|
Merge branch 'master' into scoring-standardisation
|
2020-09-29 16:33:38 +09:00 |
|
smoogipoo
|
31fae045fa
|
Update judgement processors with new hit results
|
2020-09-29 16:33:38 +09:00 |
|
Dean Herbert
|
2f26728cdb
|
Add test coverage of editor sample playback
|
2020-09-29 15:29:56 +09:00 |
|
Dean Herbert
|
56c8e4dacf
|
Fix failing tests
|
2020-09-29 14:25:39 +09:00 |
|
Dean Herbert
|
136843c8e4
|
Make DrawableStoryboardSample a SkinnableSound
Allows sharing pause logic with gameplay samples.
|
2020-09-29 14:25:39 +09:00 |
|
Dean Herbert
|
d6f3beffb6
|
Use existing bindable flow instead
|
2020-09-29 12:50:17 +09:00 |
|
Dean Herbert
|
3cf430f494
|
Avoid saving state changes if nothing has changed (via binary comparison)
|
2020-09-28 15:30:51 +09:00 |
|
Bartłomiej Dach
|
8d9945dea8
|
Change until step to assert for consistency
|
2020-09-27 11:28:23 +02:00 |
|
Bartłomiej Dach
|
00aea77489
|
Fix potential instability of overlay activation tests
|
2020-09-27 11:18:13 +02:00 |
|
smoogipoo
|
9a24346a00
|
Fix HP drain edgecase potentially causing insta-fails
|
2020-09-25 23:29:40 +09:00 |
|
Dean Herbert
|
8b255f4579
|
Fix test failures
The issue was the ArchiveModelManager change; the test local change is
just there because it makes more sense to run for every test in that
scene.
|
2020-09-25 18:40:22 +09:00 |
|
Dan Balasescu
|
e828cf1607
|
Merge branch 'master' into editor-load-audio
|
2020-09-25 14:49:54 +09:00 |
|
Dan Balasescu
|
440adc305d
|
Merge pull request #10233 from peppy/file-selector
Add a basic file selector with extension filtering support
|
2020-09-25 14:44:32 +09:00 |
|
Dean Herbert
|
71e1f981fe
|
Merge branch 'file-selector' into editor-load-audio
|
2020-09-25 12:44:00 +09:00 |
|
Dean Herbert
|
c21745eb07
|
Fix missing HeadlessTest specification in new test
|
2020-09-25 12:43:41 +09:00 |
|
Dean Herbert
|
a8c85ed882
|
Add test for filtered mode
|
2020-09-25 12:42:37 +09:00 |
|
Dean Herbert
|
1b8b417b85
|
Merge branch 'master' into file-selector
|
2020-09-25 12:33:18 +09:00 |
|
Dean Herbert
|
9846d87eb0
|
Fix misleading step name (and add comment as to its purpose)
|
2020-09-25 12:25:50 +09:00 |
|
Dean Herbert
|
d602072ee3
|
Use SingleOrDefault where feasible
|
2020-09-25 12:24:41 +09:00 |
|
Dean Herbert
|
981585930d
|
Merge branch 'master' into editor-load-audio
|
2020-09-25 12:24:16 +09:00 |
|
Dean Herbert
|
dc85bcd470
|
Merge pull request #10229 from smoogipoo/fix-ruleset-disposal
Fix rulesets disposing game-wide texture store
|
2020-09-24 22:54:45 +09:00 |
|
Dean Herbert
|
dbc522aede
|
Remove weird using
|
2020-09-24 22:41:52 +09:00 |
|
Dean Herbert
|
94c1cc8ffa
|
Fix test runs under headless
|
2020-09-24 22:25:04 +09:00 |
|
Dean Herbert
|
011b176244
|
Add test coverage of audio track changing
|
2020-09-24 22:00:13 +09:00 |
|
Dean Herbert
|
ea77ea4a08
|
Add basic testing of new beatmaps persistence
|
2020-09-24 20:56:35 +09:00 |
|
Dean Herbert
|
937d5870b3
|
Add a basic file selector with extension filtering support
|
2020-09-24 20:54:25 +09:00 |
|
smoogipoo
|
d666db3623
|
Add test
|
2020-09-24 14:51:42 +09:00 |
|
Dean Herbert
|
eb39f6dbd8
|
Update failing test to find correct download button
|
2020-09-24 13:17:03 +09:00 |
|
Dean Herbert
|
fb9d2cb05c
|
Merge pull request #10218 from peppy/update-framework
|
2020-09-23 21:45:36 +09:00 |
|
Dean Herbert
|
673a75c46c
|
Fix failing test
|
2020-09-23 21:06:11 +09:00 |
|
Dean Herbert
|
a1ec167982
|
Add the ability to toggle new combo state from composer context menu
|
2020-09-23 16:38:16 +09:00 |
|
Salman Ahmed
|
522e2cdbcd
|
Avoid embedding NUnit Assert inside test steps if possible
|
2020-09-19 05:56:35 +03:00 |
|
Salman Ahmed
|
1e1422c16a
|
Samples don't get paused...
|
2020-09-19 05:55:39 +03:00 |
|
Salman Ahmed
|
b3ffd36b65
|
Use lambda expression instead
|
2020-09-19 05:55:28 +03:00 |
|
Salman Ahmed
|
6aa84424e4
|
Merge remote-tracking branch 'upstream/master' into fix-new-samples-starting-while-gameplay-paused
|
2020-09-19 05:53:04 +03:00 |
|
Dean Herbert
|
3cef93ee27
|
Centralise import test helper methods
|
2020-09-18 18:05:33 +09:00 |
|
Dan Balasescu
|
aa2612dd36
|
Merge branch 'master' into fix-import-tests-waiting
|
2020-09-18 15:43:33 +09:00 |
|
smoogipoo
|
c7d24203ce
|
Make beatmap conversion support cancellation tokens
|
2020-09-17 17:40:05 +09:00 |
|
Dean Herbert
|
89a2f20922
|
Use new CleanRun host class in import tests
|
2020-09-17 16:12:30 +09:00 |
|
Dean Herbert
|
835c8d74b7
|
Wait for two update frames before attempting to migrate storage
|
2020-09-17 16:12:18 +09:00 |
|
Dean Herbert
|
0b289d2e77
|
Add hostname differentiation to beatmap tests too
|
2020-09-17 13:07:05 +09:00 |
|
Dean Herbert
|
d2580ebc70
|
Attempt to fix tests by avoiding clash between import tests names
|
2020-09-17 13:01:34 +09:00 |
|
Dean Herbert
|
c7e4b192ae
|
Merge branch 'master' into better-skin-hashing
|
2020-09-17 12:30:14 +09:00 |
|
Dan Balasescu
|
93269606cd
|
Merge pull request #10163 from peppy/avoid-test-main-menu-track-change
Pause playback in present tests to avoid track inadvertently changing at menu
|
2020-09-16 14:56:15 +09:00 |
|
Salman Ahmed
|
105634c099
|
Add test case ensuring correct behaviour
|
2020-09-16 01:59:41 +03:00 |
|
Dean Herbert
|
53f9381ad9
|
Merge branch 'master' into better-skin-hashing
|
2020-09-16 00:25:33 +09:00 |
|
Dean Herbert
|
dbfaa4a0df
|
Remove beatmap paths from tests where they would result in exceptions
|
2020-09-15 22:50:44 +09:00 |
|
Dean Herbert
|
e43e12cb2d
|
Pause playback in present tests to avoid track inadvertently changing at menu
|
2020-09-15 20:17:59 +09:00 |
|
Dan Balasescu
|
8f5115b4e8
|
Merge branch 'master' into fix-test-storage-weirdness
|
2020-09-15 19:32:52 +09:00 |
|
Dean Herbert
|
f7c9c80566
|
Force OsuGameTests to use a unique storage each run
|
2020-09-15 19:01:32 +09:00 |
|
Dan Balasescu
|
fc15b4546d
|
Merge pull request #10140 from peppy/editor-clipboard
Editor clipboard support
|
2020-09-15 17:15:49 +09:00 |
|
Dean Herbert
|
d03bfec807
|
Merge branch 'master' into fix-test-storage-weirdness
|
2020-09-15 16:54:06 +09:00 |
|
Dean Herbert
|
7f2ce14f36
|
Merge pull request #9294 from smoogipoo/morth-taiko-changes
|
2020-09-15 16:11:17 +09:00 |
|
Dan Balasescu
|
16ae83c499
|
Merge branch 'master' into editor-clipboard
|
2020-09-15 16:05:43 +09:00 |
|
Dan Balasescu
|
980511df9b
|
Merge pull request #10156 from Joehuu/add-collections-to-beatmap-options
Add manage collections button to beatmap options
|
2020-09-15 15:55:30 +09:00 |
|
Dean Herbert
|
9e73237a90
|
Fix score present tests potentially succeeding a step when they shouldn't
|
2020-09-15 15:21:03 +09:00 |
|
Dean Herbert
|
3242b10187
|
Change order of dependency caching to promote use of locals
|
2020-09-15 15:00:04 +09:00 |
|
Dean Herbert
|
15e423157b
|
Fix tests that access LocalStorage before BDL
|
2020-09-15 14:17:40 +09:00 |
|
Joehu
|
c833f5fcc4
|
Reorder buttons to match stable
|
2020-09-14 11:23:41 -07:00 |
|
Joehu
|
a09bd787f0
|
Add failing beatmap options input test
|
2020-09-14 11:21:39 -07:00 |
|
Joehu
|
c30174cea3
|
Add manage collections button to beatmap options
|
2020-09-14 11:21:23 -07:00 |
|
Joehu
|
ce9c63970c
|
Fix button colors in beatmap options test
|
2020-09-14 11:20:43 -07:00 |
|
Joehu
|
1a8a7ae7f8
|
Remove hardcoded key param from AddButton
|
2020-09-14 11:19:18 -07:00 |
|
Dean Herbert
|
be8877b0f4
|
Merge branch 'master' into better-skin-hashing
|
2020-09-14 23:32:17 +09:00 |
|
Dean Herbert
|
2b48ae42be
|
Merge branch 'master' into better-skin-hashing
|
2020-09-14 20:16:33 +09:00 |
|
Dean Herbert
|
70bc0b2bd0
|
Add back inadvertently removed spacing
|
2020-09-14 17:52:59 +09:00 |
|
Dean Herbert
|
dafbeda681
|
Add test coverage for spinners too
|
2020-09-14 17:48:29 +09:00 |
|
Dean Herbert
|
36a234e5d9
|
Add slider specific clipboard test
|
2020-09-14 17:43:27 +09:00 |
|
Dean Herbert
|
6b60888139
|
Merge branch 'fix-post-convert-json-serialize' into editor-clipboard
|
2020-09-14 17:38:53 +09:00 |
|
Dean Herbert
|
3e7f70e225
|
Add failing test covering post-converted json serializing
|
2020-09-14 17:32:32 +09:00 |
|
Dan Balasescu
|
2c4aa42023
|
Merge pull request #10149 from Joehuu/fix-mod-select-absorbing-input
Fix mod select overlay absorbing input from toolbar ruleset selector
|
2020-09-14 17:20:05 +09:00 |
|
Dan Balasescu
|
3118f635f6
|
Merge branch 'master' into editor-fix-multiple-selection
|
2020-09-14 16:45:30 +09:00 |
|
Dean Herbert
|
66faae2a6b
|
Add basic clipboards tests
|
2020-09-14 15:27:16 +09:00 |
|
Dean Herbert
|
0ef4dfc192
|
Move more logic to base EditorTestScene
|
2020-09-14 15:27:08 +09:00 |
|
Joehu
|
e328b791df
|
Add failing mod select input test
|
2020-09-13 11:49:16 -07:00 |
|
Dean Herbert
|
3e37f27a66
|
Fix regressed tests due to schedule changes
|
2020-09-13 23:22:19 +09:00 |
|
Dean Herbert
|
0079d94676
|
Merge branch 'master' into editor-clipboard
|
2020-09-13 22:30:13 +09:00 |
|
Dean Herbert
|
73dd21c8fc
|
Add failing test
|
2020-09-11 20:27:07 +09:00 |
|
Dean Herbert
|
948437865b
|
Remove unused code
|
2020-09-11 16:42:13 +09:00 |
|
Dean Herbert
|
ef77658311
|
Add coverage of case where skin.ini doesn't specify name/author
|
2020-09-11 16:29:14 +09:00 |
|
Dean Herbert
|
62e5c9d263
|
Add test coverage
|
2020-09-11 16:28:59 +09:00 |
|
smoogipoo
|
4061480419
|
Rename menu item
|
2020-09-11 16:02:46 +09:00 |
|
Dan Balasescu
|
54520faa7e
|
Merge pull request #10082 from EVAST9919/profile-sections-update
Update section headers in ProfileOverlay in line with web
|
2020-09-11 14:53:17 +09:00 |
|