Commit Graph

25502 Commits

Author SHA1 Message Date
6c8f325063 Add failing test 2019-12-11 15:46:07 +09:00
ae0121c30f Fix some weird private field names (#7149)
Fix some weird private field names
2019-12-11 15:02:24 +09:00
9ebad16436 Fix logic regression 2019-12-11 14:37:10 +09:00
77b9989e11 Fix some weird private field names 2019-12-11 14:10:35 +09:00
9eed64997f Merge branch 'customized-mods' into adjustable-rate-mods 2019-12-11 13:26:05 +09:00
5624b9fd3f Fix US english 2019-12-11 13:19:13 +09:00
a37af311d0 Simplify settings update logic 2019-12-11 13:19:02 +09:00
53daa37eaa Fix failing tests 2019-12-10 23:06:13 +03:00
12fb17572c cleanup test logic 2019-12-10 18:16:34 +00:00
a61f8cc2c3 Merge branch 'master' into cinema-mod 2019-12-10 17:06:53 +00:00
479acdcb5b fix build bug 2019-12-10 17:06:34 +00:00
6c1ae3bc8a add tests 2019-12-10 16:59:31 +00:00
dbe46c6cf7 conform to coding styles 2019-12-10 20:40:10 +08:00
63f66aa5fa Check by UserDimContainer.DimLevel instead 2019-12-10 15:25:03 +03:00
38f1a8bc17 Bind UserDimContainer.IsBreakTime from Player 2019-12-10 15:14:47 +03:00
bb078c2afc Lighten user-dim container if on break time 2019-12-10 15:13:44 +03:00
b93bbf81aa Add lighten background during breaks setting 2019-12-10 15:10:35 +03:00
1afeaf31bc make OsuCursorSprite abstract 2019-12-10 19:58:56 +08:00
e37369304b property-ize expand target 2019-12-10 19:45:06 +08:00
06cde2b0c2 remove unused using directive 2019-12-10 19:30:46 +08:00
c378e525da Extract the rest of legacy enums 2019-12-10 20:23:15 +09:00
3c18872a16 Extract legacy effect flags enum 2019-12-10 20:19:31 +09:00
e3f925f69a Extract legacy hitobject type enum 2019-12-10 20:19:16 +09:00
8012b21ffa Extract legacy sound type enum 2019-12-10 20:18:44 +09:00
48976f5d0e Add VS launcher profile for tournament client. 2019-12-10 18:19:53 +08:00
138b83c9ea Merge branch 'master' into customized-mods 2019-12-10 19:13:32 +09:00
f3ec98d85f Add the ability to create settings UI components from a class w… (#7081)
Add the ability to create settings UI components from a class with exposed drawables
2019-12-10 19:12:58 +09:00
f6c0b5c44a Merge branch 'master' into settings-source 2019-12-10 18:49:41 +09:00
33f946da3b Fix SettingsItem bindable logic (#7080)
Fix SettingsItem bindable logic
2019-12-10 18:49:16 +09:00
efc3b7fc9f Merge branch 'master' into fix-settings-bindable-logic 2019-12-10 18:30:27 +09:00
491c9aaedb Merge pull request #7139 from peppy/update-framework
Update framework
2019-12-10 18:30:05 +09:00
f593caf0ea Remove unused class 2019-12-10 18:08:51 +09:00
55c938e5da Fix bindable usage 2019-12-10 18:08:24 +09:00
65f2d1f875 Update framework 2019-12-10 17:49:42 +09:00
f7f4a57c5f Update bindable types in line with framework 2019-12-10 16:48:24 +09:00
609c511309 Update framework 2019-12-10 16:43:58 +09:00
26b9d5d051 Allow mods to apply to track, not clock (#7114)
Allow mods to apply to track, not clock

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
2019-12-10 16:34:52 +09:00
42a979b495 Merge branch 'master' into path-visualiser-refactor 2019-12-10 16:33:45 +09:00
bd6a08a21b Merge branch 'master' into apply-to-track 2019-12-10 16:15:24 +09:00
94a298a82d Refactor distance snap grid to not require hitobjects 2019-12-10 16:00:09 +09:00
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
5f3d163772 Merge branch 'master' into segmented-slider-paths-3 2019-12-10 14:28:20 +09:00
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
48a75d116b Merge branch 'master' into fix-song-select-filters 2019-12-10 13:20:24 +09:00
ab0f2e7c6a Apply suggested refactorings 2019-12-10 13:12:54 +09:00
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
e9ec6591a9 Separate path connections from control points 2019-12-10 11:20:08 +09:00
1db218f908 Don't show count when deleting only one control point
Reads better.
2019-12-10 03:29:25 +09:00
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
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