Commit Graph

20096 Commits

Author SHA1 Message Date
879979ef57 Move host lookup to inside lazy retrieval to handle edge cases 2020-09-15 14:25:31 +09:00
234152b2fe Use host storage as LocalStorage for headless test runs 2020-09-15 14:17:40 +09:00
43daabc982 Remove unused using and move dialog to BDL 2020-09-14 12:10:00 -07:00
c833f5fcc4 Reorder buttons to match stable 2020-09-14 11:23:41 -07:00
57610ddad5 Fix beatmap options absorbing input from toolbar ruleset selector 2020-09-14 11:22:16 -07:00
c30174cea3 Add manage collections button to beatmap options 2020-09-14 11:21:23 -07:00
1a8a7ae7f8 Remove hardcoded key param from AddButton 2020-09-14 11:19:18 -07:00
368aca015a Move override methods to bottom 2020-09-14 11:18:00 -07:00
a377cccb4d Unsubscribe from track changed event on disposal 2020-09-14 17:10:35 +02:00
6ed4c7caef Merge branch 'master' into flaky-song-select-tests-v2 2020-09-14 16:42:40 +02:00
be8877b0f4 Merge branch 'master' into better-skin-hashing 2020-09-14 23:32:17 +09:00
1884e0167b Eagerly populate skin metadata to allow usage in hashing computation 2020-09-14 23:31:03 +09:00
91d37e0459 Fix typo in comment 2020-09-14 20:17:00 +09:00
2b48ae42be Merge branch 'master' into better-skin-hashing 2020-09-14 20:16:33 +09:00
daf54c7eb9 Revert EditorBeatmap.Remove API 2020-09-14 17:55:41 +09:00
6b60888139 Merge branch 'fix-post-convert-json-serialize' into editor-clipboard 2020-09-14 17:38:53 +09:00
a8b405791a Fix non-convert slider and spinner serialization 2020-09-14 17:32:32 +09:00
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
3118f635f6 Merge branch 'master' into editor-fix-multiple-selection 2020-09-14 16:45:30 +09:00
62c55165d4 Merge branch 'editor-fix-multiple-selection' into editor-clipboard 2020-09-14 15:47:20 +09:00
b7a06524fb Update comment to make more sense 2020-09-14 15:47:10 +09:00
75e4f224e5 Add back accidentally removed remove 2020-09-14 15:47:04 +09:00
0ef4dfc192 Move more logic to base EditorTestScene 2020-09-14 15:27:08 +09:00
da02ee8828 Add ability to create a TestBeatmap with no HitObjects 2020-09-14 15:26:57 +09:00
692f2c8489 Simplify debounced update pathway 2020-09-14 14:58:00 +09:00
4dacdb9994 Fix mod select overlay absorbing input from toolbar ruleset selector 2020-09-13 11:50:21 -07:00
320e314356 Use minimum start time to handle SelectedHitObjects not being sorted 2020-09-13 22:53:30 +09:00
c573392bb2 Remove completed todo 2020-09-13 22:31:59 +09:00
0079d94676 Merge branch 'master' into editor-clipboard 2020-09-13 22:30:13 +09:00
3db0e7cd75 Generalise LegacyRollingCounter 2020-09-12 22:40:32 +02:00
f17b2f1359 Ensure track is looping in song select immediately 2020-09-12 20:43:17 +02:00
5e108e1d6a Merge branch 'master' into nowplaying-collections-filter 2020-09-12 21:33:07 +09:00
1a9f0ac16a Select new objects 2020-09-12 21:23:12 +09:00
3854caae9b Remove secondary schedule logic 2020-09-12 21:23:12 +09:00
81f30cd264 Select blueprint if object is already selected at the point of adding 2020-09-12 21:23:11 +09:00
2d9b0acabe Fix empty selection via keyboard shortcuts crashing 2020-09-12 21:23:10 +09:00
001cd1194c Consume BindCollectionChanged 2020-09-11 22:53:03 +09:00
cb14d847de Update framework 2020-09-11 22:40:12 +09:00
94d929d8cd Remove unnecessary contains checks 2020-09-11 22:03:19 +09:00
53fab11321 Merge pull request #10138 from peppy/editor-fix-masking
Fix editor hitobjects getting masked weirdly
2020-09-11 20:57:53 +09:00
08be45c9e7 Merge branch 'master' into editor-clipboard 2020-09-11 20:35:05 +09:00
97b995246a Merge branch 'editor-fix-multiple-selection' into editor-clipboard 2020-09-11 20:34:58 +09:00
22e6df02b6 Fix editor selected hitobjects containing the selection up to five times 2020-09-11 20:27:07 +09:00
432c3e17eb Fix toolbox becoming inoperable due to incorrect ordering 2020-09-11 20:23:34 +09:00
139a5acd1b Fix editor hitobjects getting masked weirdly
Closes #10124
2020-09-11 20:16:50 +09:00
2858296c25 Avoid editor confirm-save dialog looping infinitely when using keyboard shortcut to exit
Will now exit without saving if the keyboard shortcut is activated twice
in a row, as expected.

Closes #10136.
2020-09-11 19:58:37 +09:00
de3d8e83e1 Add keyboard shortcuts 2020-09-11 19:55:41 +09:00
7d7401123c Add initial implementation of editor clipboard 2020-09-11 19:54:20 +09:00
8e028dd88f Fix incorrect ordering of ApplyDefaults for newly added objects 2020-09-11 19:54:11 +09:00
b047fbb8ee Use bindable value for search text 2020-09-11 17:46:07 +09:00