Commit Graph

16129 Commits

Author SHA1 Message Date
4bc9161cd1 Leave bigger gap if replaying 2018-10-30 08:32:12 -04:00
8efe115cdd Merge pull request #3135 from miterosan/Cakefy_osu!
Use CakeBuild for building osu!
2018-10-30 17:18:43 +09:00
701a1ecb00 Merge branch 'master' into Cakefy_osu! 2018-10-30 00:48:54 -07:00
71b6789136 Fix post-merge conflict 2018-10-30 16:47:39 +09:00
5712a52817 Merge remote-tracking branch 'origin/master' into mask-separation
# Conflicts:
#	osu.Game.Rulesets.Osu/Edit/Layers/Selection/Overlays/SliderMask.cs
2018-10-30 16:46:13 +09:00
517307f065 Merge pull request #3654 from smoogipoo/separate-slider-body
Separate snaking logic from base SliderBody
2018-10-30 00:28:52 -07:00
0b534885b8 Update framework 2018-10-30 00:10:34 -07:00
113f80570b Merge remote-tracking branch 'upstream/master' into separate-slider-body 2018-10-30 00:07:29 -07:00
d173335b6d Reword readme 2018-10-30 00:02:32 -07:00
b0ccd61480 Fix weird code formatting 2018-10-30 00:01:19 -07:00
2485621384 Merge pull request #3649 from qwewqa/mania-dual-fix
Make mania dual stages mod properly apply two stages
2018-10-30 13:44:00 +09:00
6d00aff9fd Add type parameter to IApplicableToBeatmap 2018-10-30 00:13:33 -04:00
cbd14d5b0e Merge branch 'master' of https://github.com/ppy/osu into mod-fl2 2018-10-29 19:28:21 +01:00
4d97b96705 Remove the framework settings. It is not used. 2018-10-29 18:49:31 +01:00
ab276b5635 Merge branch 'Cakefy_osu!' of https://github.com/miterosan/osu into Cakefy_osu! 2018-10-29 18:45:53 +01:00
bf83c1eb6a Mention the bash script in the readme. 2018-10-29 18:45:08 +01:00
ff47b2be7a Create a simple bootstrapper in the bash script language 2018-10-29 18:42:35 +01:00
dbd5e6ea0e Merge branch 'master' into Cakefy_osu! 2018-10-29 05:49:13 -07:00
aec1d95f04 Implement spinner placement 2018-10-29 18:37:28 +09:00
e04ad8357d Make spinner piece respond to scale changes 2018-10-29 18:37:12 +09:00
af1de01ed6 Add a spinner selection mask 2018-10-29 18:23:23 +09:00
2ae7b42244 Fix control points disappearing if moved offscreen 2018-10-29 16:15:15 +09:00
5998d6454b Use ControlPointVisualiser instead of custom implementation 2018-10-29 15:56:17 +09:00
08b16be3b8 Merge branch 'slider-controlpoint-masks' into slider-placement
# Conflicts:
#	osu.Game.Rulesets.Osu/Edit/Masks/SliderMasks/Components/SliderBodyPiece.cs
#	osu.Game.Rulesets.Osu/Objects/Drawables/DrawableSlider.cs
2018-10-29 15:55:38 +09:00
c1fffde10d Fix broken conditional 2018-10-29 15:52:28 +09:00
acd703c27b Make sliders respond to control point changes 2018-10-29 15:36:43 +09:00
b0f5ace0e8 Implement slider control point visualisation 2018-10-29 15:29:34 +09:00
660cd24750 Make sliders respond to scale changes 2018-10-29 15:26:28 +09:00
a9f1484e8b Fix some post-rebase issues 2018-10-29 15:26:28 +09:00
4fa511043e Use common body piece 2018-10-29 15:26:28 +09:00
e964a555d0 Fix DummyWorkingBeatmap having unrealistic defaults 2018-10-29 15:26:28 +09:00
b28f44087d Bring up to date with further placement changes 2018-10-29 15:26:28 +09:00
8b36d9b482 Remove SliderCurve.Offset (unused) 2018-10-29 15:26:07 +09:00
6310c183fa Modify slider position directly 2018-10-29 15:26:07 +09:00
8fa783b4c5 Use begin/end placement methods 2018-10-29 15:26:07 +09:00
a491fb42df Set slider start time when head is placed 2018-10-29 15:26:07 +09:00
9540e53e32 Initial controlpoint implementation 2018-10-29 15:26:07 +09:00
2c4616dbb1 Adjust visual display of the placement curve 2018-10-29 15:26:07 +09:00
402950b132 Implement path drawing 2018-10-29 15:26:07 +09:00
b3e105ba93 Make curve approximators implement common interface 2018-10-29 15:26:07 +09:00
bd915e8dca Implement initial slider placement (linear) 2018-10-29 15:26:06 +09:00
38ce8f8af1 Refactor SliderSelectionMask 2018-10-29 15:26:06 +09:00
9b19050faf Update with slider body changes 2018-10-29 15:25:20 +09:00
619a0dfd59 Merge branch 'separate-slider-body' into editor-mask-placement
# Conflicts:
#	osu.Game.Rulesets.Osu/Edit/Layers/Selection/Overlays/SliderMask.cs
2018-10-29 15:24:15 +09:00
dd5a3ad59c Fix SliderMask not working 2018-10-29 15:17:45 +09:00
86e09a68f7 Separate slider body to bypass snaking logic
The snaking logic contains a lot of caching/optimisations and offsetting of the path which is tedious to re-compute when the path changes.
2018-10-29 15:15:29 +09:00
8f5e495585 Merge branch 'master' of https://github.com/ppy/osu into mania-dual-fix 2018-10-29 00:16:29 -04:00
30bf15ebf6 Merge pull request #3650 from qwewqa/editor-mod-fix
Fix mods being erroneously applied when entering editor from song select
2018-10-29 13:15:36 +09:00
c7e950af7f Remove EditSelected in favor in inlining beatmapNoDebounce in Edit 2018-10-29 00:04:51 -04:00
886dd0f0d4 Remove unneeded using directive 2018-10-28 13:21:12 -04:00