Joseph Madamba
|
f1b55d743c
|
Fix delete local score test having no files
|
2022-07-04 11:04:20 -07:00 |
|
Joseph Madamba
|
36e71d39f2
|
Fix one more mod settings test
|
2022-06-28 09:54:18 -07:00 |
|
Joseph Madamba
|
d07c2a64b9
|
Remove unused using
|
2022-06-28 08:39:09 -07:00 |
|
Joseph Madamba
|
f07107aba9
|
Fix failing diff adjust slider tests
|
2022-06-28 08:38:15 -07:00 |
|
Dean Herbert
|
cd9eaf215b
|
Attempt to fix flaky PlaylistOverlay test
|
2022-06-27 02:58:01 +09:00 |
|
Dean Herbert
|
31a447fda0
|
Update parameter discards
|
2022-06-24 21:26:19 +09:00 |
|
Dean Herbert
|
f71f6302fd
|
Remove unnecessary null casts
|
2022-06-24 14:50:11 +09:00 |
|
Dean Herbert
|
97fcf8cec9
|
Merge pull request #18668 from smoogipoo/editor-controlpoint-undo-redo
|
2022-06-23 04:02:24 +09:00 |
|
Bartłomiej Dach
|
a9f6eb0293
|
Add test coverage for new intended behaviour of sequential hotkey style
|
2022-06-21 15:18:37 +02:00 |
|
Bartłomiej Dach
|
a996325e19
|
Add test coverage for filter handling in classic style
|
2022-06-21 15:00:39 +02:00 |
|
Bartłomiej Dach
|
da1814e7c3
|
Restructure everything to fix free mod overlay issue
|
2022-06-21 14:48:41 +02:00 |
|
Bartłomiej Dach
|
143c8e8da6
|
Add test scene for desired classic selection behaviour
|
2022-06-21 13:35:00 +02:00 |
|
Bartłomiej Dach
|
658f5341c7
|
Set up flow for switching between hotkey styles
|
2022-06-21 13:34:58 +02:00 |
|
Bartłomiej Dach
|
73124d2b1f
|
Encapsulate mod hotkey selection logic in strategy pattern
|
2022-06-21 12:49:01 +02:00 |
|
Dan Balasescu
|
e0c82d11ab
|
Convert == usages to ReferenceEquals
|
2022-06-20 16:56:19 +09:00 |
|
Dan Balasescu
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
Bartłomiej Dach
|
af1d4d3aee
|
Use more proper button subtypes in tests
|
2022-05-25 23:06:12 +02:00 |
|
Bartłomiej Dach
|
4f8b6b52ba
|
Add failing test coverage for select/deselect all enable behaviour
|
2022-05-25 21:49:31 +02:00 |
|
Dean Herbert
|
de5d2df100
|
Move UI scale setup to the beginning of the first run setup
|
2022-05-25 12:19:26 +09:00 |
|
Dean Herbert
|
33fd1555f2
|
Update TestSceneRoundedButton with new colour assertions
|
2022-05-24 18:42:45 +09:00 |
|
Dan Balasescu
|
f111d33b25
|
Merge pull request #18339 from peppy/editor-timing
Add first pieces of editor timing UI
|
2022-05-23 11:12:22 +09:00 |
|
Dean Herbert
|
eabf578282
|
Use interface to convey beat sync information
|
2022-05-22 22:44:54 +09:00 |
|
Dean Herbert
|
4633eed78c
|
Merge branch 'master' into localisable-filter-items
|
2022-05-20 23:55:16 +09:00 |
|
Dean Herbert
|
c3bfbe8880
|
Allow BeatSyncedContainer to prefer EditorBeatmap when available
|
2022-05-20 23:24:57 +09:00 |
|
Dan Balasescu
|
49340888c0
|
Fix compile errors
|
2022-05-18 10:56:42 +09:00 |
|
Dean Herbert
|
1b7ec1be26
|
Add basic test coverage of new screen
|
2022-05-17 18:15:14 +09:00 |
|
Dean Herbert
|
b6575c216b
|
Allow selecting all mods at free mod select using ctrl +a
|
2022-05-15 03:25:14 +09:00 |
|
Dean Herbert
|
282c8aec86
|
Fix typo in test step
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2022-05-15 03:09:15 +09:00 |
|
Dean Herbert
|
a759cf2dab
|
Add key binding to deselect all mods
Defaults to `Backspace`.
|
2022-05-15 02:51:58 +09:00 |
|
Bartłomiej Dach
|
7ac6073f13
|
Fix column test scene to work
|
2022-05-11 22:31:25 +02:00 |
|
Bartłomiej Dach
|
315c67a316
|
Add failing test case for ruleset without all mod types
|
2022-05-11 22:03:41 +02:00 |
|
Bartłomiej Dach
|
9b7ff9f2ee
|
Rename modSelect{Screen -> Overlay}2 variable
|
2022-05-11 18:05:09 +02:00 |
|
Bartłomiej Dach
|
62f6caf76d
|
Rename ModSelect{Screen -> Overlay} test scenes
|
2022-05-11 18:04:39 +02:00 |
|
Bartłomiej Dach
|
76c63f1d0a
|
Rename ModSelect{Screen -> Overlay} in place of removed old design
|
2022-05-10 22:56:50 +02:00 |
|
Bartłomiej Dach
|
c4c7556fb2
|
Make remains of TestSceneModSettings non-visual
As they're not really testing anything visual.
|
2022-05-10 22:07:26 +02:00 |
|
Bartłomiej Dach
|
33634cba1e
|
Remove old mod buttons
|
2022-05-10 21:58:22 +02:00 |
|
Bartłomiej Dach
|
24c59e2f2f
|
Remove old user mod select overlay
|
2022-05-10 21:52:17 +02:00 |
|
Bartłomiej Dach
|
9cfe2cc310
|
Move TestCustomisableModRuleset out of TestSceneModSettings
|
2022-05-10 21:43:57 +02:00 |
|
Dean Herbert
|
9aadc274bf
|
Show first run dialog on first run of the game
|
2022-05-10 18:21:35 +09:00 |
|
Salman Ahmed
|
14a21e9224
|
Workaround interface mocks in TestSceneFirstRunSetupOverlay breaking with hot reload
|
2022-05-10 11:41:41 +03:00 |
|
Dan Balasescu
|
886a4815fa
|
Merge pull request #18180 from frenzibyte/fix-toolbox-double-tap
Fix `SettingsToolboxGroup` not clearing transforms before updating autosize
|
2022-05-10 13:48:02 +09:00 |
|
Salman Ahmed
|
beb86a7f7c
|
Remove usage of player settings in TestSceneSettingsToolboxGroup
|
2022-05-09 23:57:27 +03:00 |
|
Salman Ahmed
|
5726cf660f
|
Improve test coverage to use existing ThemeComparisonTestScene
|
2022-05-09 21:19:34 +03:00 |
|
Salman Ahmed
|
ceb6276d2f
|
Add failing test case
|
2022-05-09 18:19:29 +03:00 |
|
Salman Ahmed
|
deda1c83e6
|
Add failing test case
|
2022-05-09 13:48:51 +03:00 |
|
Salman Ahmed
|
0fe121f48a
|
Move and rename settings toolbox group test scene
|
2022-05-09 13:25:33 +03:00 |
|
Bartłomiej Dach
|
38c004d734
|
Add test coverage for hiding mod columns
|
2022-05-08 14:54:06 +02:00 |
|
Bartłomiej Dach
|
e7e7486a8e
|
Merge branch 'mod-overlay/back-button' into mod-overlay/integration
|
2022-05-07 10:59:30 +02:00 |
|
Bartłomiej Dach
|
1c029552d7
|
Add test coverage for mod select back button
|
2022-05-07 10:23:49 +02:00 |
|
Bartłomiej Dach
|
35c106efaa
|
Add test coverage for deselecting all mods on user mod select
|
2022-05-07 09:29:33 +02:00 |
|