e834e0e958
Fix incorrect initialisation order causing mania key bindings to not work
2017-09-06 21:07:57 +09:00
4f4b0a1f35
Allow posting to chat in all channels
2017-09-06 20:26:01 +09:00
968c61902a
Merge branch 'master' into new-menus
2017-09-05 23:42:33 +09:00
05f5dfba81
Change difficulty colors and add ExpertPlus
...
ExpertPlus is for beatmaps above 6.75*
2017-09-05 13:57:30 +02:00
b871323ed8
Fix BeatmapGroup initialization not correctly setting panels to Hidden.
2017-09-05 19:26:28 +09:00
5508fa0fd9
Merge remote-tracking branch 'origin/master' into new-menus
2017-09-05 19:14:42 +09:00
1904b5edfe
Only store native position instead of input state.
2017-09-05 10:38:19 +09:00
e9f0762440
Don't query GetContainingInputManager every Update.
2017-09-05 10:29:51 +09:00
ad966f41f5
Fix CI error.
2017-09-04 15:26:09 +09:00
722b7419d6
Clamp at the end points.
2017-09-04 15:06:21 +09:00
04c3801fcc
Add scrolling points so items can be dragged beyond the list.
2017-09-04 14:58:28 +09:00
2ed20f5a6f
Add better fix for items swapping erratically.
2017-09-04 14:20:40 +09:00
3b575444be
Rewrite PlaylistList as CompositeDrawable and remove all backwards PlaylistList references
...
Now handles drag at a PlaylistList.ItemsScrollContainer level (private class), and PlaylistList itself is no longer a Container so it only supports adding BeatmapSets. Sorry for the rewrite x.x.
2017-09-04 13:12:12 +09:00
9b0309e683
Use TakeWhile instead of reversing the list.
2017-09-04 11:28:15 +09:00
9078444a62
Fix items jumping between two indices in the edge case, use a linear search for now.
2017-09-04 11:03:53 +09:00
c72a9b1301
Merge remote-tracking branch 'origin/master' into pr/n1202_2yangk23
2017-09-04 09:42:24 +09:00
2a64bcda85
Fix resizing bug(?).
2017-09-04 09:32:44 +09:00
57678a13d9
Update in-line with framework changes.
2017-09-04 09:32:35 +09:00
543a71efcc
Fix ObjectDisposal exceptions due to lingering event binds
2017-09-04 08:21:07 +09:00
dd26c80837
Delete -> Hide
2017-09-04 07:59:32 +09:00
19ad5d5328
Merge branch 'master' into song-select-context-menus
2017-09-04 07:56:31 +09:00
3ede685ee9
Fix crash on random selection from a previously null selection
2017-09-01 18:44:51 +09:00
8e0d18d36f
Add a button to restore all hidden difficulties
2017-09-01 18:26:01 +09:00
3d61cde266
Correctly delay loading of PlaySongSelect-specific components
2017-09-01 18:22:38 +09:00
f9d02afb00
Don't allow selection of a hidden beatmap
2017-09-01 18:13:21 +09:00
1f646e6d54
Add hiding support for beatmap difficulties
2017-09-01 17:57:12 +09:00
5a58489adf
Hook up play and edit (kinda)
2017-08-30 21:12:58 +09:00
3b4b4b669b
Add framework for deleting difficulties
2017-08-30 21:12:46 +09:00
2fb4126ffc
Use BeatmapSetInfo instead of WorkingBeatmap
2017-08-30 20:53:33 +09:00
8619f28ced
Add context menu to beatmap difficulty (wip)
2017-08-30 20:41:53 +09:00
07da29ea1c
Add context menu to beatmap set header
2017-08-30 20:41:41 +09:00
0e363fce1e
Try to fix stuttering behavior
2017-08-29 22:26:06 -07:00
dba3c9a0e2
Merge branch 'master' into menu-mvvm
2017-08-29 18:37:21 +09:00
0431a9afdd
Merge branch 'master' into menu-mvvm
2017-08-29 18:36:41 +09:00
24a2dc3d1e
Don't use child
2017-08-29 18:31:51 +09:00
adfc304a22
Merge branch 'master' into caps-warning
2017-08-29 18:19:50 +09:00
2535313f4f
Use using.
2017-08-29 18:18:36 +09:00
39b5b04700
Don't use Bindable for AccentColour
...
Implements IHasAccentColour for conformity to rest of project. Also fixes a nullref when opening the login menu.
2017-08-29 18:17:01 +09:00
5b8349f90e
Revert DummyWorkingBeatmap changes.
2017-08-29 18:05:27 +09:00
fb3ba4fe0c
Add comment for DeletePending.
2017-08-29 16:18:50 +08:00
e5bf3f6a6a
Fix out of bounds
2017-08-29 00:46:11 -07:00
1eb31afd14
Get destination index using binarysearch
2017-08-29 00:39:17 -07:00
e53f2cb359
Merge branch 'master' into menu-mvvm
2017-08-29 15:57:19 +09:00
458c3a355f
Rearrange dragging using cheeseburger icon only
2017-08-28 23:28:58 -07:00
85f876a934
Remove unused using statement
2017-08-29 15:23:32 +09:00
636492b9cf
Rearrange tracks in OnDrag
2017-08-28 22:59:28 -07:00
12be5b417d
Use MathHelper.Clamp
...
- Fix formatting
2017-08-28 22:51:26 -07:00
4aa5ce8b41
Always load background and info wedge when no beatmap available.
2017-08-28 17:53:57 +08:00
1617189475
Set DummyWorkingBeatmap's DeletePending to true.
2017-08-28 17:53:03 +08:00
2f5d8a7f88
Fixed code style errors
2017-08-28 01:08:51 -07:00