Dean Herbert
|
981585930d
|
Merge branch 'master' into editor-load-audio
|
2020-09-25 12:24:16 +09:00 |
|
Dean Herbert
|
44a6637c36
|
Use SingleOrDefault
|
2020-09-25 12:20:37 +09:00 |
|
Dean Herbert
|
90c4c172bf
|
Merge branch 'master' into fix-editor-screen-settings-remembering
|
2020-09-25 12:19:45 +09:00 |
|
Dean Herbert
|
8a0c79466d
|
Use simplified methods for press/release key
|
2020-09-25 12:16:50 +09:00 |
|
Dean Herbert
|
b9196718b7
|
Merge branch 'master' into editor-object-object-snapping
|
2020-09-25 12:15:10 +09:00 |
|
Dean Herbert
|
c3df7e1fa8
|
Fix scroll container's scrollbar not respecting minimum size on first resize
|
2020-09-25 01:05:12 +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
|
cc9ae32811
|
Fix summary timeline not updating to new track length correctly
|
2020-09-24 21:05:29 +09:00 |
|
Dean Herbert
|
833ff1c1d7
|
Fix test failures due to editor dependency
|
2020-09-24 20:56:35 +09:00 |
|
Dean Herbert
|
7e7e2fd64a
|
Use bindable for track to fix rate adjustments not applying correctly
|
2020-09-24 20:56:35 +09:00 |
|
Dean Herbert
|
978f6edf38
|
Add basic track reloading support while inside the editor
|
2020-09-24 20:56:35 +09:00 |
|
Dean Herbert
|
65e6dd2ac3
|
Remove the previous audio file before adding a new one
|
2020-09-24 20:56:35 +09:00 |
|
Dean Herbert
|
4d714866cd
|
Add ability to actually import a new audio file to the beatmap / database
|
2020-09-24 20:56:35 +09:00 |
|
Dean Herbert
|
4b9581bca0
|
Add audio selection to song setup screen
|
2020-09-24 20:56:35 +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 |
|
Dean Herbert
|
158d307126
|
Avoid destroying editor screens when changing between modes
|
2020-09-24 17:03:54 +09:00 |
|
Dan Balasescu
|
abec9224cf
|
Merge pull request #10230 from peppy/editor-toggle-shortcuts
Add ability to toggle editor toggles using keyboard shortcuts (Q~P)
|
2020-09-24 16:55:39 +09:00 |
|
Dean Herbert
|
15b1069099
|
Fix tests not being relative to screen space
|
2020-09-24 16:37:08 +09:00 |
|
Dean Herbert
|
ead6479442
|
Also test with distance snap enabled for sanity
|
2020-09-24 16:31:30 +09:00 |
|
Dan Balasescu
|
ad30c20b8c
|
Merge pull request #10227 from peppy/editor-negative-current-time
Fix editor not showing sign when time goes negative
|
2020-09-24 16:27:05 +09:00 |
|
Dean Herbert
|
89ded2903c
|
Add test coverage of circle-slider snapping
|
2020-09-24 16:24:35 +09:00 |
|
Dean Herbert
|
1a98e8d715
|
Add test coverage of object-object snapping
|
2020-09-24 16:24:35 +09:00 |
|
Dean Herbert
|
d9e8ac6842
|
Add support for slider end snapping
|
2020-09-24 16:24:35 +09:00 |
|
Dean Herbert
|
44be0ab762
|
Add basic osu! object to object snapping
|
2020-09-24 16:24:35 +09:00 |
|
Dean Herbert
|
6ebea3f6f2
|
Add ability to toggle editor toggles using keyboard shortcuts (Q~P)
|
2020-09-24 16:24:25 +09:00 |
|
Dan Balasescu
|
f84b5087bd
|
Merge pull request #10226 from peppy/results-fix-relayout-misalignment
Fix score panel being incorrectly vertically aligned on screen resize
|
2020-09-24 15:50:31 +09:00 |
|
smoogipoo
|
d666db3623
|
Add test
|
2020-09-24 14:51:42 +09:00 |
|
smoogipoo
|
62c2dbc310
|
Nest classes + make private
|
2020-09-24 14:33:43 +09:00 |
|
Dan Balasescu
|
02d8355321
|
Merge pull request #10224 from peppy/results-statistics-replay-button
Add more descriptive description and download button when statistics not available
|
2020-09-24 14:31:38 +09:00 |
|
smoogipoo
|
600b823a30
|
Fix game texture store being disposed by rulesets
|
2020-09-24 14:30:18 +09:00 |
|
Dean Herbert
|
33fad27ec2
|
Avoid API change to DrawableHitObject
|
2020-09-24 13:28:29 +09:00 |
|
Dean Herbert
|
156edf24c2
|
Change properties to methods and improve naming
|
2020-09-24 13:22:31 +09:00 |
|
Dean Herbert
|
00b0228b61
|
Merge branch 'master' into fix-taiko-editor-type-stats
|
2020-09-24 13:18:13 +09:00 |
|
Dean Herbert
|
eb39f6dbd8
|
Update failing test to find correct download button
|
2020-09-24 13:17:03 +09:00 |
|
Dean Herbert
|
9c074e0ffb
|
Fix editor not showing sign when time goes negative
|
2020-09-24 13:10:54 +09:00 |
|
Dan Balasescu
|
8ccc98583b
|
Merge pull request #10225 from peppy/results-fix-vertical-centering
Fix extended statistics not being vertically centered
|
2020-09-24 13:03:11 +09:00 |
|
Dean Herbert
|
5612357574
|
Fix score panel being incorrectly vertically aligned on screen resize
|
2020-09-24 12:49:32 +09:00 |
|
Dean Herbert
|
fda6e88dd3
|
Fix braces style
|
2020-09-24 12:39:08 +09:00 |
|
Dean Herbert
|
cb903ec9e2
|
Fix extended statistics not being vertically centered
|
2020-09-24 12:21:46 +09:00 |
|
Dean Herbert
|
f4d2c2684d
|
Add more descriptive description and download button when statistics not available
|
2020-09-24 12:21:08 +09:00 |
|
Dean Herbert
|
fb9d2cb05c
|
Merge pull request #10218 from peppy/update-framework
|
2020-09-23 21:45:36 +09:00 |
|
Dean Herbert
|
26d1c4322d
|
Merge pull request #10200 from peppy/fix-hit-object-container-unbinding
Fix HitObjectContainer not correctly unbinding from startTime fast enough
|
2020-09-23 21:17:31 +09:00 |
|
Dean Herbert
|
673a75c46c
|
Fix failing test
|
2020-09-23 21:06:11 +09:00 |
|
Dan Balasescu
|
ea6e61e092
|
Merge pull request #10216 from peppy/fix-taiko-change-handling
Fix taiko change handling
|
2020-09-23 20:53:09 +09:00 |
|
Dan Balasescu
|
37af9e767f
|
Merge branch 'master' into fix-taiko-change-handling
|
2020-09-23 19:47:29 +09:00 |
|
Dan Balasescu
|
d1e41e41f7
|
Merge pull request #10214 from peppy/new-combo-editor-toggle
Add the ability to toggle new combo state from composer context menu
|
2020-09-23 19:46:55 +09:00 |
|