Commit Graph

24302 Commits

Author SHA1 Message Date
6a539e307a Split into small tests and add more cases 2019-12-12 09:22:35 +03:00
a93d57b77e Merge branch 'master' into lighten-playfield-during-breaks 2019-12-12 11:57:21 +09:00
035a53cb9e Schedule SetUp() 2019-12-12 01:10:43 +03:00
61265ed452 Increase the waiting steps 2019-12-12 00:52:33 +03:00
4f6b85e5ea Add test ensuring correct break lightening behaviour 2019-12-12 00:32:39 +03:00
bc02cfc2e2 TestSceneUserDimContainer -> TestSceneUserDimBackgrounds 2019-12-12 00:30:16 +03:00
052d0f4039 Implement basic layout for rankings overlay (#7017)
Implement basic layout for rankings overlay

Co-authored-by: Dean Herbert <pe@ppy.sh>
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
2019-12-11 20:06:13 +09:00
697e200856 Move control point removal to SliderSelectionBlueprint (#7154)
Move control point removal to SliderSelectionBlueprint
2019-12-11 19:27:53 +09:00
9963d18d17 Add whitespace 2019-12-11 19:13:04 +09:00
e288706802 Merge branch 'master' into rankings-overlay-refactor 2019-12-11 19:09:29 +09:00
166e957104 Merge pull request #6432 from LeNitrous/customized-mods
Add per-mod settings
2019-12-11 19:07:29 +09:00
a106e2a53f Refactor distance snap grid to not require hitobjects (#7138)
Refactor distance snap grid to not require hitobjects
2019-12-11 19:02:29 +09:00
23959f3a3c Move control point removal to SliderSelectionBlueprint 2019-12-11 18:58:35 +09:00
9831e3ad6b Add right-click menu item to change control point type (#7127)
Add right-click menu item to change control point type

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-12-11 18:57:15 +09:00
b28d029cb9 Don't automatically pause when window is inactive if in break t… (#7150)
Don't automatically pause when window is inactive if in break time

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
2019-12-11 18:56:55 +09:00
900cbd7af3 Merge branch 'master' into customized-mods 2019-12-11 18:52:00 +09:00
bad7b4eecf Merge branch 'master' into no-pause-during-breaks 2019-12-11 18:20:50 +09:00
d82ba3e7f7 Curve -> Curve type 2019-12-11 18:20:28 +09:00
03040d1750 Don't show inherit menu item when first control point is selected 2019-12-11 18:18:16 +09:00
97ca2e2753 Add missing bezier option to menu 2019-12-11 17:58:59 +09:00
93a6827844 Add VS launcher profile for tournament client (#7140)
Add VS launcher profile for tournament client
2019-12-11 17:16:22 +09:00
cda6757f52 Merge branch 'master' into path-type-menuitem 2019-12-11 16:43:55 +09:00
c126cd8b01 Refactor path visualisers with bindables (#7122)
Refactor path visualisers with bindables

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-12-11 16:42:45 +09:00
632b1b9ee9 Merge branch 'master' into path-visualiser-refactor 2019-12-11 16:24:45 +09:00
11dc705892 Exclude "cursormiddle" from click expanding animation (#7118)
Exclude "cursormiddle" from click expanding animation

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-12-11 16:24:34 +09:00
d8cebd20ed Add xmldoc 2019-12-11 16:06:20 +09:00
86dac28dcb Merge remote-tracking branch 'upstream/master' into cursor-expand 2019-12-11 16:06:13 +09:00
274958669c Add early assert as sanity check 2019-12-11 15:47:41 +09:00
75f9250645 Don't automatically pause when window is inactive if in break time 2019-12-11 15:46:07 +09:00
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
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
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
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