Commit Graph

1701 Commits

Author SHA1 Message Date
7c20a589f2 Remove unused usings 2019-11-05 13:56:21 +09:00
c8beb5296f Use PlatformAction.Delete instead of Delete key 2019-11-05 13:26:44 +09:00
08bd811326 Merge remote-tracking branch 'origin/master' into slider-controlpoint-deletion
# Conflicts:
#	osu.Game.Rulesets.Osu/Edit/Blueprints/Sliders/Components/PathControlPointVisualiser.cs
2019-11-05 13:07:06 +09:00
66253a0bd4 Handle selection on mouse down instead of click
This is how other elements work, and feels better with drag preselection
2019-11-05 02:21:50 +09:00
bcf8a6d514 Fix slider creation regressing with path selection changes 2019-11-03 19:59:37 +09:00
f69a641d35 Merge branch 'master' into slider-controlpoint-deletion 2019-11-03 19:32:10 +09:00
1155aacd90 Update sliders when control points change (#6680)
Update sliders when control points change
2019-11-03 19:05:48 +09:00
f849926049 Merge branch 'master' into slider-controlpoint-deletion 2019-11-03 19:05:17 +09:00
4dbdfcdd3c Change control to toggle rather than always select 2019-11-03 18:41:29 +09:00
6bc62385b6 Merge branch 'master' into slider-controlpoint-selection 2019-11-03 15:28:50 +09:00
e23ea94383 Add one more level of null check 2019-11-01 15:33:38 +09:00
05002ea3e8 Move Show/Hide code to PopIn/PopOut 2019-11-01 14:50:38 +09:00
41ae66d517 Update slider when control points change 2019-10-31 18:24:38 +09:00
18f374eec6 Deselect deleted control points 2019-10-31 17:58:33 +09:00
78194cfa6e Implement slider control point deletions 2019-10-31 17:54:09 +09:00
43b2cbb865 Implement slider control point deletion 2019-10-31 17:39:57 +09:00
20aeb7aaff Implement multiple selection 2019-10-31 17:25:30 +09:00
8d50b155e8 Make selection happen on click only 2019-10-31 17:13:10 +09:00
cfdf710676 Add test 2019-10-31 16:51:58 +09:00
e23a75c64a Implement control point selection 2019-10-31 16:23:54 +09:00
7a3ebcd0b1 Fix path changes not updating tail circle 2019-10-31 15:52:38 +09:00
e9cb3337b3 Fix 1x1 white pixel appearing in the centre of hitcircles on default skin 2019-10-29 22:31:27 +09:00
194e501f86 Merge branch 'master' into snapping-refactor 2019-10-26 14:20:08 +09:00
da6ee05dd6 Fix not being able to drag non-snaked sliders 2019-10-25 18:37:44 +09:00
607b4d874a Refactor flow of snapping through HitObjectComposer 2019-10-25 16:40:30 +09:00
a6458fdeab Re-use slider type 2019-10-24 19:04:24 +09:00
b7af4acdbf Allow not having a composer 2019-10-24 19:04:00 +09:00
0af5706db6 Snap path during control point movement 2019-10-24 19:02:59 +09:00
f45f17339c Implement slider path distance snapping 2019-10-24 18:17:30 +09:00
ef4dd3e028 Merge pull request #6580 from smoogipoo/remove-controlpoint-snap
Don't snap slider control point placement
2019-10-24 10:27:16 +09:00
436941cda3 Add comment 2019-10-23 17:58:44 +09:00
02efd0e943 Merge pull request #6556 from smoogipoo/fix-slider-stack-change
Fix sliders not moving with stacking changes
2019-10-23 17:48:06 +09:00
b903edca45 Don't snap slider control point placement 2019-10-23 16:03:16 +09:00
54f23cbd0d Update stacking test case values 2019-10-23 15:49:36 +09:00
e3fa5f1da3 Merge branch 'master' into beatsnap-grid-integration 2019-10-21 18:44:34 +09:00
c34d3362df Fix hit circles selection area being too large 2019-10-21 17:14:08 +09:00
b157aaead1 Merge remote-tracking branch 'upstream/master' into beatsnap-grid-integration 2019-10-21 17:09:43 +09:00
38c2c328ff Rename HitObject -> DrawableObject in selection blueprints 2019-10-21 17:04:56 +09:00
5f8d46f666 Fix sliders not moving with stacking change 2019-10-21 16:24:06 +09:00
11e5e0decc Merge branch 'master' into dho-apply 2019-10-21 16:05:11 +09:00
96649e0a6a Fix selection blueprints not respecting stacking 2019-10-21 15:03:49 +09:00
6afc27b1bd Merge remote-tracking branch 'origin/master' into dho-apply 2019-10-21 13:47:44 +09:00
c1c803caf4 Merge branch 'master' into cursor-size-trail 2019-10-21 13:26:13 +09:00
68837d47df Use local bindable instead of using BindValueChanged of external one 2019-10-19 12:15:31 +02:00
ca957f0994 Hide gameplay cursor when resume overlay is shown 2019-10-19 11:52:07 +02:00
d0eaf629af Merge branch 'master' into dho-apply 2019-10-18 19:45:10 +09:00
5dd5a070e0 Show placement grid from hitobjects at the current time 2019-10-18 19:03:19 +09:00
99ea45da41 Merge pull request #6474 from smoogipoo/osu-beatsnapping-grid
Implement osu!'s beat snapping grid
2019-10-18 16:27:03 +09:00
f1d7e7e7f6 Merge branch 'placement-blueprint-starttime' into beatsnap-grid-integration 2019-10-18 13:49:09 +09:00
c4704f6a29 Add beat snap grid to the composer 2019-10-18 12:47:52 +09:00