Dan Balasescu
|
c70dd2edfc
|
Merge pull request #11569 from peppy/fix-editor-new-beatmap-crash
Fix a potential crash when exiting the editor before a new beatmap is added to the database
|
2021-02-01 21:01:51 +09:00 |
|
Dean Herbert
|
4ac362ee1a
|
Move cloning local to editor
|
2021-01-25 18:29:00 +09:00 |
|
Dean Herbert
|
b44bd8c4ee
|
Remove unused using statement
|
2021-01-22 18:03:33 +09:00 |
|
Dean Herbert
|
a9c8f9bd4a
|
Fix a potential crash when exiting the editor before a new beatmap is added to the database
|
2021-01-22 17:47:38 +09:00 |
|
Dean Herbert
|
2cfd1e8b47
|
Merge branch 'master' into fix-control-point-pollution
|
2021-01-08 00:02:45 +09:00 |
|
Dean Herbert
|
b3f08b29ca
|
Ensure that all changes to screen backgrounds are on the correct thread
|
2021-01-05 15:22:50 +09:00 |
|
Dean Herbert
|
b4a779108e
|
Ensure working beatmap is reloaded on exiting the editor
|
2021-01-04 16:37:49 +09:00 |
|
Dean Herbert
|
83f1350d7d
|
Fix editor background not being correctly cleaned up on forced exit
Closes #11214. Should be pretty obvious why.
|
2020-12-21 17:49:11 +09:00 |
|
Dean Herbert
|
e84dab8589
|
Move new beatmap construction above beat divisor binding
|
2020-12-02 14:36:52 +09:00 |
|
Dean Herbert
|
2b268ee012
|
Fix editor beat snapping not working correctly when starting with a new beatmap
|
2020-12-01 16:16:26 +09:00 |
|
Dean Herbert
|
d4c6d6275e
|
Fix volume not being adjustable in the editor using alt-scroll
We do this in other places so I think it's fine to handle like this for
now (until we come up with a better global solution).
Closes #10958.
|
2020-11-25 16:46:22 +09:00 |
|
Bartłomiej Dach
|
e078b78dcc
|
Ensure callbacks don't fire when restoring default beatmap
|
2020-11-07 20:59:57 +01:00 |
|
Dean Herbert
|
7e4314684b
|
Add editor waveform opacity selection to menu
|
2020-11-03 16:01:14 +09:00 |
|
Dean Herbert
|
351acce698
|
Merge branch 'master' into fix-editor-bindable-crash
|
2020-10-28 13:34:54 +09:00 |
|
Dean Herbert
|
01b576c861
|
Fix editor crash on exit when forcing exit twice in a row
|
2020-10-28 13:32:39 +09:00 |
|
Dean Herbert
|
e0ad005cc1
|
Move editor sample disabling logic to editor class (and support screen switching)
|
2020-10-27 14:33:44 +09:00 |
|
Dean Herbert
|
aea31d1582
|
Fix editor not seeking by full beat when track is playing
This is expected behaviour as my osu-stable, and I still stand behind
the reasoning behind it.
Closes #10519.
|
2020-10-16 13:07:00 +09:00 |
|
Dan Balasescu
|
ecfb7e94c5
|
Merge branch 'master' into fix-editor-batch-handling
|
2020-10-09 20:06:06 +09:00 |
|
Dean Herbert
|
68039cff40
|
Set beatmap to sane default on exiting editor
|
2020-10-09 13:12:48 +09:00 |
|
Dean Herbert
|
38babf3de5
|
Update usages of ChangeHandler to EditorBeatmap where relevant
|
2020-10-08 18:04:07 +09:00 |
|
Dean Herbert
|
09f5e9c9eb
|
Use batch change application in many places that can benefit from it
|
2020-10-06 22:10:07 +09:00 |
|
Dean Herbert
|
3ce234d552
|
Seek at 4x normal speed when holding shift
This matches osu-stable 1:1. Not sure if it feels better or not but
let's stick with what people are used to for the time being.
|
2020-10-06 17:47:25 +09:00 |
|
Dean Herbert
|
9ca0e48acc
|
Change exit logic to be more test-friendly
|
2020-10-04 23:57:28 +09:00 |
|
Dean Herbert
|
02e4f3ddaf
|
Fix the editor saving new beatmaps even when the user chooses not to
|
2020-10-04 23:47:16 +09:00 |
|
Dean Herbert
|
d6f3beffb6
|
Use existing bindable flow instead
|
2020-09-29 12:50:17 +09:00 |
|
Dean Herbert
|
4f0c0ea5f9
|
Fix hit samples playing while paused / seeking in the editor
|
2020-09-28 18:17:47 +09:00 |
|
Dan Balasescu
|
e828cf1607
|
Merge branch 'master' into editor-load-audio
|
2020-09-25 14:49:54 +09:00 |
|
Dean Herbert
|
44a6637c36
|
Use SingleOrDefault
|
2020-09-25 12:20:37 +09:00 |
|
Dean Herbert
|
978f6edf38
|
Add basic track reloading support while inside the editor
|
2020-09-24 20:56:35 +09:00 |
|
Dean Herbert
|
158d307126
|
Avoid destroying editor screens when changing between modes
|
2020-09-24 17:03:54 +09:00 |
|
Dean Herbert
|
3062fe4411
|
Add editor key bindings to switch between screens
|
2020-09-22 15:55:25 +09:00 |
|
Dean Herbert
|
692f2c8489
|
Simplify debounced update pathway
|
2020-09-14 14:58:00 +09:00 |
|
Dean Herbert
|
320e314356
|
Use minimum start time to handle SelectedHitObjects not being sorted
|
2020-09-13 22:53:30 +09:00 |
|
Dean Herbert
|
c573392bb2
|
Remove completed todo
|
2020-09-13 22:31:59 +09:00 |
|
Dean Herbert
|
1a9f0ac16a
|
Select new objects
|
2020-09-12 21:23:12 +09:00 |
|
Dean Herbert
|
2d9b0acabe
|
Fix empty selection via keyboard shortcuts crashing
|
2020-09-12 21:23:10 +09:00 |
|
Dean Herbert
|
001cd1194c
|
Consume BindCollectionChanged
|
2020-09-11 22:53:03 +09:00 |
|
Dean Herbert
|
08be45c9e7
|
Merge branch 'master' into editor-clipboard
|
2020-09-11 20:35:05 +09:00 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
de3d8e83e1
|
Add keyboard shortcuts
|
2020-09-11 19:55:41 +09:00 |
|
Dean Herbert
|
7d7401123c
|
Add initial implementation of editor clipboard
|
2020-09-11 19:54:20 +09:00 |
|
Dean Herbert
|
c6e72dabd3
|
Add test coverage
|
2020-09-09 20:04:25 +09:00 |
|
Dean Herbert
|
327179a81e
|
Expose unsaved changes state
|
2020-09-09 19:42:03 +09:00 |
|
Dean Herbert
|
6f067ff300
|
Only show confirmation if changes have been made since last save
|
2020-09-09 19:40:41 +09:00 |
|
Dean Herbert
|
ac0c4fcb8c
|
Add prompt to save beatmap on exiting editor
|
2020-09-09 19:31:19 +09:00 |
|
Dean Herbert
|
a501df954b
|
Avoid multiple editor screens potentially loading on top of each other
|
2020-09-08 19:52:05 +09:00 |
|
smoogipoo
|
9ab6d584d3
|
Merge branch 'master' into editor-new-beatmap
|
2020-09-07 14:30:41 +09:00 |
|
Dean Herbert
|
fba253f131
|
Take user argument in CreateNew method parameters
|
2020-09-04 13:17:43 +09:00 |
|
Dean Herbert
|
d849f7f2b5
|
Use the local user's username when saving a new beatmap
|
2020-09-03 13:20:23 +09:00 |
|
Dean Herbert
|
e032844570
|
Start with a fresh beatmap when entering editor from main menu
|
2020-09-03 13:20:23 +09:00 |
|