Commit Graph

6049 Commits

Author SHA1 Message Date
cb7e192aff Determine SampleInfo defaults in DrawableHitObject 2017-12-21 16:02:33 +09:00
58859f2ffb Rework registration/instantiation of decoders to not rely on reflection 2017-12-21 15:34:00 +09:00
22f8853f49 Serialize star difficulty for now 2017-12-21 14:44:51 +09:00
e8e5e8270b Rename decoder 2017-12-21 14:19:37 +09:00
bfa4f1a2c3 Apply changes in line with master changes 2017-12-21 13:59:03 +09:00
c99ea32574 Merge branch 'master' into beatmap-serialization 2017-12-21 13:39:39 +09:00
e051353dad Merge branch 'master' into add-deselect-mods-button 2017-12-21 11:54:46 +09:00
ebc2ad55f8 greatly expanded tests for ModSelectOverlay 2017-12-20 19:05:23 +01:00
9940d4630f Merge branch 'master' into customize-progress-notification 2017-12-20 02:52:57 +09:00
3644eda9a9 Changed notification from "installed" to "imported" on beatmap download 2017-12-19 11:34:23 +01:00
c8afc553cb Fix profile header not correctly being masked
Closes #1592.
2017-12-18 23:55:34 +09:00
051a3c4d47 Fix line endings 2017-12-18 21:51:00 +09:00
a74ac278fe Merge remote-tracking branch 'upstream/master' into editor-selection-tool 2017-12-18 21:48:01 +09:00
fabf1bf60a Make the captured objects not update for now
Since this is not the intended functionality.
2017-12-18 19:31:03 +09:00
5493493f82 FinishCapture -> FinishDrag from Handles 2017-12-18 19:24:41 +09:00
09c51df2bd Marker* -> Handle 2017-12-18 19:21:26 +09:00
3999940538 DragSelector -> HitObjectSelectionBox 2017-12-18 19:17:26 +09:00
f898481523 Changed existing implementations to have a custom CompletionText 2017-12-18 11:14:07 +01:00
5e111e14db Make it possible to change the overlay actions beyond instantiation 2017-12-18 19:13:25 +09:00
a17b2e4c18 Expose buttons for test cases 2017-12-18 19:13:08 +09:00
7c9d11756e Add the ability to change what text is displayed when a ProgressNotification finishes its task. 2017-12-18 10:59:25 +01:00
918e7c9a4b MenuOverlay -> GameplayMenuOverlay 2017-12-18 16:40:50 +09:00
cf640d084e Use using 2017-12-18 16:38:15 +09:00
846750a190 Remove unnecessary flag 2017-12-18 16:36:11 +09:00
5f538f03ea Comments 2017-12-18 16:34:25 +09:00
59365bbdce Make MenuOverlay support key selections 2017-12-18 16:34:17 +09:00
8fdaf6f8f4 Restructure DialogButton to support selection 2017-12-18 14:47:17 +09:00
812181190e Update SelectionLayer.cs 2017-12-18 14:10:14 +09:00
f3a5258c5b Reorder file (ctor + bdl) 2017-12-18 14:05:12 +09:00
17c58678cf Update SelectionInfo.cs 2017-12-18 13:59:46 +09:00
35b6114d01 Merge branch 'master' into editor-selection-tool 2017-12-18 13:57:32 +09:00
57e5b2debe Merge branch 'master' into add-deselect-mods-button 2017-12-18 13:48:35 +09:00
6121cd3b67 Remove animating skipping and reorder file a bit 2017-12-18 12:30:39 +09:00
23e014b52d Simplify drawable removal logic 2017-12-18 12:05:49 +09:00
b2cd32eb95 Move children to CarouselGroup 2017-12-18 11:57:13 +09:00
7173829896 Add filter checks to difficulty selection 2017-12-18 11:43:10 +09:00
4c1f00567b Fix incorrect flush logic when starting play from non-selected difficulty using context menu 2017-12-18 11:31:38 +09:00
4e46565f6e Remove todo 2017-12-18 11:25:02 +09:00
5bfb6d1f58 Remove unused variable 2017-12-18 11:13:51 +09:00
b21c22085d Make more things private 2017-12-18 11:13:16 +09:00
954bc77a71 Indicate unused variable 2017-12-18 08:05:57 +09:00
dfd7787b15 Move more overhead from ctor to BDL 2017-12-18 07:58:48 +09:00
c10288541c Avoid redundant IndexOf calls 2017-12-18 07:58:34 +09:00
482941b333 Preload drawables to force asynchronous construction 2017-12-18 06:59:32 +09:00
30a15729ec Fix event handling from outside carousel being scheduled at the wrong level
Was causing BeatmapSet's Set to run *after* newer events were received.
2017-12-18 02:46:53 +09:00
942054a30f Re-fix null selection 2017-12-18 02:26:40 +09:00
19643ba5e6 Resolve scroll animation/position issues 2017-12-18 02:23:03 +09:00
54cc6fadf9 Greatly improve performance when many hidden panels are on-screen 2017-12-17 05:57:50 +09:00
5d7413f19c Improve performance with large numbers of panels visible 2017-12-17 04:30:56 +09:00
c02ce16f47 Remove unnecessary capture 2017-12-17 03:04:57 +09:00