|
f31b19e0d7
|
Don't unwrap exception manually
|
2019-06-10 16:02:49 +09:00 |
|
|
e19f4935c3
|
Fix incorrect undo logic on exception
|
2019-06-10 14:13:36 +09:00 |
|
|
e4bad93b66
|
Use variable for web request concurrency for clarity
|
2019-06-10 13:52:09 +09:00 |
|
|
b79fdfc12f
|
Fix one more instance of improperly handled cancellation
|
2019-06-10 13:50:22 +09:00 |
|
|
2d1a54e634
|
Properly implement cancellation
|
2019-06-10 13:42:38 +09:00 |
|
|
b4d2d0bd0b
|
Simplify and combine concurrency of ArchiveModelManager
|
2019-06-10 13:42:33 +09:00 |
|
|
600503ec8e
|
Use Task.Run/Wait to avoid warnings
|
2019-06-10 13:42:29 +09:00 |
|
|
f090e292c9
|
Move ArchiveModelManager import process to async flow
|
2019-06-10 13:42:22 +09:00 |
|
|
4f6978f2aa
|
Apply review suggestions.
|
2019-06-09 20:01:19 +02:00 |
|
|
5c2ea0b1a7
|
Move dispose to end of file
|
2019-06-10 01:14:46 +09:00 |
|
|
d964f6ba9e
|
Tween track frequency on pause
|
2019-06-10 00:56:35 +09:00 |
|
|
a5007b94db
|
Update resources
|
2019-06-09 22:31:02 +09:00 |
|
|
3979dab573
|
Merge branch 'master' into rename-f-to-d
|
2019-06-09 16:04:26 +03:00 |
|
|
807d434be0
|
Access WindowModes via IBindableList
|
2019-06-09 17:52:02 +09:30 |
|
|
cd89633dee
|
Rename variable to match
|
2019-06-09 17:07:23 +09:00 |
|
|
d500f3605e
|
Fix checkboxes with long labels overlapping nub
|
2019-06-09 16:48:03 +09:00 |
|
|
126d168527
|
Merge remote-tracking branch 'upstream/master' into mod-grow-improvement
|
2019-06-09 16:29:01 +09:00 |
|
|
49193a2703
|
Rename the setting label
|
2019-06-09 13:12:41 +07:00 |
|
|
afc3a08953
|
Use existing setting instead
Now it read IncreaseFirstObjectVisibility bindable instead
|
2019-06-09 13:11:40 +07:00 |
|
|
a2b9dba92c
|
Remove ScoreRank.F
|
2019-06-08 19:35:29 +03:00 |
|
|
dfbc652803
|
Use ScoreRank.D instead of F
|
2019-06-08 19:32:26 +03:00 |
|
|
383b937a7e
|
Rename F grade to D
|
2019-06-08 19:10:00 +03:00 |
|
|
e8c73f3127
|
Make APIChangelogEntry.Major a non-nullable property
|
2019-06-08 09:45:34 +02:00 |
|
|
342e39776a
|
Move ChangelogEntries populating logic from constructor to BDL load() to use OsuColour palette +apply review suggestions.
|
2019-06-07 20:59:56 +02:00 |
|
|
f326264a85
|
Adding increase first object grow mod visibility setting
|
2019-06-08 00:42:57 +07:00 |
|
|
e5b64bfa39
|
Highlight major changes in changelog overlay
|
2019-06-07 18:51:43 +02:00 |
|
|
cd4648a647
|
Update framework
|
2019-06-07 21:09:59 +09:00 |
|
|
346c4310c3
|
Merge branch 'master' into fail-animation
|
2019-06-07 20:48:36 +09:00 |
|
|
6a06ea2aee
|
Merge branch 'master' into ruleset_fix
|
2019-06-07 20:36:29 +09:00 |
|
|
b28b59a496
|
Fix paginated layouts only showing one column even if enough space is available for more (#4946)
Fix paginated layouts only showing one column even if enough space is available for more
Co-authored-by: Dan Balasescu <1329837+smoogipoo@users.noreply.github.com>
|
2019-06-07 20:26:34 +09:00 |
|
|
011ccffde7
|
Add an input source toggle on manual input test scenes (#4945)
Add an input source toggle on manual input test scenes
|
2019-06-07 20:26:26 +09:00 |
|
|
1f0a19deaa
|
Fix preview tracks muting themselves (#4944)
Fix preview tracks muting themselves
|
2019-06-07 20:26:12 +09:00 |
|
|
b6896b31c9
|
Merge branch 'master' into fix-paginated-layout
|
2019-06-07 20:19:14 +09:00 |
|
|
8f30c9b0a3
|
Fix file layout of ModSelectOverlay
|
2019-06-07 15:58:24 +09:00 |
|
|
7ffc08b187
|
Merge branch 'master' into master
|
2019-06-07 15:34:14 +09:00 |
|
|
b914bb1e2e
|
Remove key hints for now
A proper design for this will come in the future.
|
2019-06-07 15:32:48 +09:00 |
|
|
0ce5c7468f
|
Use switch and consume/block input
|
2019-06-07 15:31:23 +09:00 |
|
|
2531250f89
|
Fix paginated layouts only showing one column even if enough space is available for more
|
2019-06-07 14:58:04 +09:00 |
|
|
60b70c0f45
|
Use lambda for simple functions
|
2019-06-07 14:11:21 +09:00 |
|
|
1374da7c41
|
Remove all calls to return user input
|
2019-06-07 12:54:57 +09:00 |
|
|
0fc2c596b6
|
Add toggle for input priority in manual input tests
|
2019-06-07 12:53:51 +09:00 |
|
|
64d5aa318f
|
Apply rebased changes
|
2019-06-07 11:45:58 +09:00 |
|
|
358a08cf9d
|
Merge branch 'master' into OsuHoverContainer
|
2019-06-07 11:40:33 +09:00 |
|
|
9f740f69bb
|
Fix preview tracks muting themselves
Closes #4937
|
2019-06-07 11:21:10 +09:00 |
|
|
210437042f
|
Remove useless update calls in ToolbarRulesetSelector
|
2019-06-07 02:39:36 +03:00 |
|
|
b93446688c
|
Fix sizing of OsuAnimatedButton and OsuClickableContainer (#4898)
Fix sizing of OsuAnimatedButton and OsuClickableContainer
|
2019-06-07 00:17:39 +09:00 |
|
|
6bf6e22149
|
Update framework
|
2019-06-06 20:33:03 +09:00 |
|
|
90966b113b
|
Merge remote-tracking branch 'origin/master' into ftb-prepass
|
2019-06-06 20:32:38 +09:00 |
|
|
483049703e
|
Merge branch 'master' into beatmap-dateadded-sort
|
2019-06-06 18:26:55 +09:00 |
|
|
4d035afcc6
|
Add setting to bypass front-to-back
|
2019-06-06 16:49:42 +09:00 |
|