Commit Graph

1800 Commits

Author SHA1 Message Date
42a979b495 Merge branch 'master' into path-visualiser-refactor 2019-12-10 16:33:45 +09:00
5f3d163772 Merge branch 'master' into segmented-slider-paths-3 2019-12-10 14:28:20 +09:00
1db218f908 Don't show count when deleting only one control point
Reads better.
2019-12-10 03:29:25 +09:00
1b14b0e5b6 Fix pieces blocking context menu 2019-12-10 00:08:38 +09:00
0ee303f7d6 Remove unused using 2019-12-09 22:45:44 +09:00
2c4c190f15 Fix control points not adding to last segment 2019-12-09 22:44:47 +09:00
bd2b0af269 Consider having only 1 control point as being deleted 2019-12-09 22:36:19 +09:00
af90b45c40 Refactor path visualisers to use bindables 2019-12-09 20:49:59 +09:00
2dbf94f3ab Make placement blueprint add an initial segment 2019-12-09 18:10:40 +09:00
883d5bc11d Remove automatic slider path offsetting 2019-12-09 17:54:22 +09:00
fa1468325e Refactor hitobjects to remove default control point 2019-12-09 17:48:27 +09:00
53f7c753fb General cleanups 2019-12-09 16:44:19 +09:00
c18f2e6436 Merge remote-tracking branch 'refs/remotes/origin/master' into segmented-slider-paths-3 2019-12-09 15:34:49 +09:00
aff1b93a07 Move config retrieval into LegacySliderBall 2019-12-09 14:43:23 +09:00
4905709ea4 Remove unused usings 2019-12-09 13:19:21 +09:00
76aabdd297 rename field rotate to spin 2019-12-09 12:11:04 +08:00
eb065286ae fix ci 2019-12-09 08:49:44 +08:00
1cf81c4906 rm unnecessary curlies 2019-12-09 08:37:32 +08:00
b2b252a1cc Allow skin to disable spin 2019-12-09 08:36:07 +08:00
4cd0dd7856 Move transformation to LoadComplete 2019-12-08 20:47:28 +08:00
13b891f3f4 Crude legacy cursor rotation support 2019-12-08 20:05:02 +08:00
b9d12e5fe4 Fix nested hitobjects not updating 2019-12-06 20:53:40 +09:00
41437242a2 Add initial path type progression support 2019-12-06 19:39:25 +09:00
f958485be1 Add comment about size change 2019-12-06 18:54:54 +09:00
af2305bb77 Add null check 2019-12-06 18:53:30 +09:00
52dd7bf716 Fix deleting the first control point not working 2019-12-06 18:49:14 +09:00
16f8341a02 Handle control point positional updates within SliderPath 2019-12-06 18:49:01 +09:00
2b5f9515de Fix multiple control point deletions 2019-12-06 17:03:54 +09:00
d29ccdc25e Fix selection blueprint not re-snapping the path 2019-12-06 16:36:08 +09:00
b4e1b5fa98 Explose + use the full calculated length of the path 2019-12-06 15:53:19 +09:00
21ceb7f85d Always display skins at native sizes for now 2019-12-06 14:40:45 +09:00
a89a23fe08 Use linq to simplify some expressions 2019-12-06 13:08:35 +09:00
247609388f Clean up unused/unnecessary properties 2019-12-06 12:31:22 +09:00
3ebbf62b2a Initial game-wide update with the new SliderPath 2019-12-05 19:53:36 +09:00
9ddfdab27a Remove meaningless Convert calls. 2019-12-03 20:47:00 +08:00
f181ee1843 Hide the menu cursor while inside the playfield by default 2019-11-29 17:35:11 +09:00
c6a85a11bd Merge branch 'master' into sharpen 2019-11-27 17:09:11 +09:00
9425e80a5d Unify to use double in performance calculators. 2019-11-26 18:34:23 +08:00
c0fe91a84c Merge branch 'master' into sharpen 2019-11-26 18:21:50 +08:00
709ec1404f Centralise End/StartTime retrieval to extension method 2019-11-25 19:09:14 +09:00
fccdbffa93 Use MathF instead of Math- functions when possible
MathF-functions are faster than the Math-counterpart and it looks cleaner, so use MathF when we cast to float or int anyway.
2019-11-25 00:45:42 +01:00
c2e85a2057 Apply CornerExponent fixes 2019-11-22 19:49:20 +09:00
4cd7d67fe4 Use early return for if-pattern-matching. 2019-11-22 00:02:40 +08:00
818553027b Merge branch 'master' into sharpen 2019-11-21 23:42:46 +08:00
201f32859a Merge branch 'master' into slider-control-point-removal 2019-11-21 22:10:52 +09:00
6cab517b2d .NET Standard 2.1 implements Math.Clamp , use it instead of MathHelper.Clamp from osuTK. 2019-11-20 13:37:47 +01:00
374ef6ff83 Merge branch 'master' into sharpen 2019-11-20 17:30:58 +08:00
608785b99a Update .Net Standard projects to 2.1 2019-11-18 18:35:58 +08:00
031b686ee9 Only accept input while hovered 2019-11-13 17:38:34 +09:00
d835def4ab Add point count to the menu item text 2019-11-13 17:36:46 +09:00