smoogipoo
|
654499d8b0
|
Remove whitespace
|
2019-12-13 17:33:18 +09:00 |
|
smoogipoo
|
97158fce7d
|
Always attach a new combo to spinners
|
2019-12-13 17:02:10 +09:00 |
|
smoogipoo
|
0b7c4f252c
|
Fix artist being written in place of version
|
2019-12-13 17:01:59 +09:00 |
|
smoogipoo
|
53a665a034
|
Fix sound types and banks not being written correctly
|
2019-12-13 17:01:44 +09:00 |
|
smoogipoo
|
ac984423bb
|
Fix only single sound type being written
|
2019-12-12 19:53:30 +09:00 |
|
smoogipoo
|
dedae69db8
|
Prefer legacy curve format if possible
|
2019-12-12 19:52:15 +09:00 |
|
smoogipoo
|
d35d34c01b
|
Fix hanging semicolon for per-node bank output
|
2019-12-12 19:01:43 +09:00 |
|
smoogipoo
|
4760307bbb
|
Don't output the first slider control point
|
2019-12-12 19:01:15 +09:00 |
|
smoogipoo
|
60063eefd2
|
Fix up background/video events
|
2019-12-12 18:51:05 +09:00 |
|
smoogipoo
|
51bdb73b91
|
Don't write empty file names
|
2019-12-12 18:49:47 +09:00 |
|
smoogipoo
|
f89042cd0a
|
Add missing section header
|
2019-12-12 18:48:22 +09:00 |
|
smoogipoo
|
e09bbf0315
|
Implement background/video/break encoding
|
2019-12-12 18:47:28 +09:00 |
|
smoogipoo
|
d1dc3456d1
|
Fix incorrect repeat point count
|
2019-12-12 18:42:48 +09:00 |
|
smoogipoo
|
c3475a2dde
|
Write control points in absolute coordinates
|
2019-12-12 18:41:13 +09:00 |
|
smoogipoo
|
8f03599a62
|
Write default sampleset by name
|
2019-12-12 18:40:33 +09:00 |
|
smoogipoo
|
be000e13e4
|
Implement initial legacy beatmap encoding support
|
2019-12-12 18:34:40 +09:00 |
|
smoogipoo
|
c378e525da
|
Extract the rest of legacy enums
|
2019-12-10 20:23:15 +09:00 |
|
smoogipoo
|
3c18872a16
|
Extract legacy effect flags enum
|
2019-12-10 20:19:31 +09:00 |
|
smoogipoo
|
e3f925f69a
|
Extract legacy hitobject type enum
|
2019-12-10 20:19:16 +09:00 |
|
smoogipoo
|
8012b21ffa
|
Extract legacy sound type enum
|
2019-12-10 20:18:44 +09:00 |
|
Dean Herbert
|
9ab6949d87
|
Implement segmented slider paths (#7116)
Implement segmented slider paths
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-12-10 15:45:17 +09:00 |
|
Dean Herbert
|
5f3d163772
|
Merge branch 'master' into segmented-slider-paths-3
|
2019-12-10 14:28:20 +09:00 |
|
Dan Balasescu
|
1ba59d6d5f
|
Merge pull request #7130 from peppy/fix-song-select-filters
Fix song select filters not reapplied if in a child screen
|
2019-12-10 13:42:22 +09:00 |
|
Dan Balasescu
|
48a75d116b
|
Merge branch 'master' into fix-song-select-filters
|
2019-12-10 13:20:24 +09:00 |
|
smoogipoo
|
ab0f2e7c6a
|
Apply suggested refactorings
|
2019-12-10 13:12:54 +09:00 |
|
Dan Balasescu
|
db9b985767
|
Merge pull request #7131 from peppy/delete-control-point-text
Don't show count when deleting only one control point
|
2019-12-10 13:07:09 +09:00 |
|
Dean Herbert
|
1db218f908
|
Don't show count when deleting only one control point
Reads better.
|
2019-12-10 03:29:25 +09:00 |
|
Dean Herbert
|
1a36179c8d
|
Fix osu!catch catcher not scaling down correctly (#7129)
Fix osu!catch catcher not scaling down correctly
|
2019-12-10 02:32:34 +09:00 |
|
Dean Herbert
|
cdde5d1d69
|
Fix song select filters not reapplied if in a child screen
Closes https://github.com/ppy/osu/issues/6980.
|
2019-12-10 02:30:23 +09:00 |
|
Dean Herbert
|
1e71681916
|
Fix osu!catch catcher not scaling down correctly
|
2019-12-10 02:00:39 +09:00 |
|
smoogipoo
|
2c4c190f15
|
Fix control points not adding to last segment
|
2019-12-09 22:44:47 +09:00 |
|
Dean Herbert
|
428065ff43
|
Refine generic constraints at game side (#7117)
Refine generic constraints at game side
|
2019-12-09 22:40:47 +09:00 |
|
smoogipoo
|
bd2b0af269
|
Consider having only 1 control point as being deleted
|
2019-12-09 22:36:19 +09:00 |
|
smoogipoo
|
47f3c4a596
|
Don't serialise path version
|
2019-12-09 20:18:18 +09:00 |
|
Huo Yaoyuan
|
ad1fb3bda2
|
Remove IComparable in constraint.
|
2019-12-09 17:48:41 +08:00 |
|
Huo Yaoyuan
|
c3518a2b94
|
Enum constraint for enum dropdown.
|
2019-12-09 17:45:26 +08:00 |
|
Huo Yaoyuan
|
40a5c1fd96
|
Constrain transformable with class.
|
2019-12-09 17:45:26 +08:00 |
|
Huo Yaoyuan
|
04b3297a05
|
Constrain configuration lookup as enum.
|
2019-12-09 17:45:26 +08:00 |
|
smoogipoo
|
cd61893814
|
Merge remote-tracking branch 'refs/remotes/origin/master' into segmented-slider-paths-3
|
2019-12-09 18:25:27 +09:00 |
|
smoogipoo
|
6d9cd0fafe
|
Split out complex method
|
2019-12-09 18:25:13 +09:00 |
|
Dean Herbert
|
dc45811dfd
|
Bump Microsoft.Win32.Registry from 4.6.0 to 4.7.0 (#7112)
Bump Microsoft.Win32.Registry from 4.6.0 to 4.7.0
Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2019-12-09 18:18:59 +09:00 |
|
Dean Herbert
|
3f500acf19
|
Bump System.IO.Packaging from 4.6.0 to 4.7.0 (#7113)
Bump System.IO.Packaging from 4.6.0 to 4.7.0
Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2019-12-09 18:18:50 +09:00 |
|
smoogipoo
|
b6e2738236
|
Remove unused using
|
2019-12-09 18:15:00 +09:00 |
|
smoogipoo
|
2dbf94f3ab
|
Make placement blueprint add an initial segment
|
2019-12-09 18:10:40 +09:00 |
|
smoogipoo
|
a1798fd38d
|
Fix bad ctor implementation
|
2019-12-09 18:01:13 +09:00 |
|
smoogipoo
|
bfbb9aa18e
|
Remove outdated assert
|
2019-12-09 18:01:02 +09:00 |
|
smoogipoo
|
883d5bc11d
|
Remove automatic slider path offsetting
|
2019-12-09 17:54:22 +09:00 |
|
smoogipoo
|
fa1468325e
|
Refactor hitobjects to remove default control point
|
2019-12-09 17:48:27 +09:00 |
|
smoogipoo
|
9cb649436c
|
Default to linear control point type
|
2019-12-09 17:47:05 +09:00 |
|
smoogipoo
|
5a093c039c
|
Simplify path/point construction
|
2019-12-09 17:46:40 +09:00 |
|