Commit Graph

3576 Commits

Author SHA1 Message Date
53eb0e7e4e More formatting fixes 2019-02-28 20:30:23 +09:00
6861163226 Remove pointless method 2019-02-28 20:21:27 +09:00
c5270dd577 Remove unnecessary using 2019-02-28 20:17:00 +09:00
e3338e94d1 Make test cases more compact, add two way toggles 2019-02-28 20:01:15 +09:00
99812bd448 Apply suggestions from code review
Co-Authored-By: nyquillerium <nyquill@ppy.sh>
2019-02-28 18:25:58 +09:00
b2872b47d0 Merge branch 'master' into UserDimLogic 2019-02-28 17:18:04 +09:00
69b1c76dce Actually implement blurring fix 2019-02-28 16:51:17 +09:00
3a1066ff02 Merge branch 'master' into toquantity-1 2019-02-28 15:57:51 +09:00
2241e1af9d Use ToQuantity for words with number prefixes 2019-02-27 21:55:45 -08:00
2dbf7d122c Merge branch 'master' into use-pattern-matching 2019-02-28 14:53:07 +09:00
e2c6a8bc07 Use pattern matching wherever possible 2019-02-28 14:35:00 +09:00
0788a7e9f1 Merge branch 'master' into more-inspections 2019-02-28 14:32:57 +09:00
42be7857d1 Use expression body for property get/set where possible 2019-02-28 13:58:19 +09:00
26d53d06a9 Fix remaining issues 2019-02-28 13:31:40 +09:00
3e1f283281 Merge remote-tracking branch 'upstream/master' into more-inspections 2019-02-28 13:09:18 +09:00
76ec5868da Merge branch 'master' into fix-square-graph-overhead 2019-02-28 12:23:37 +09:00
c8793911a8 Enable more stringent inspectcode style inspections 2019-02-27 21:25:40 +09:00
3af7d4939c Add debounce testing 2019-02-27 19:11:09 +09:00
43a1df6e5c Inline cancellation token source creation 2019-02-27 18:58:53 +09:00
6f5d4ce2e2 Debounce SquareGraph some more 2019-02-27 18:58:45 +09:00
8c4a59e57e Fix SquareGraph more 2019-02-27 18:58:34 +09:00
882fff1631 Assert storyboard visibilty at both steps of toggle 2019-02-27 17:56:44 +09:00
14ffd9efe8 Add fake storyboard to visually assess storyboard dim 2019-02-27 17:02:04 +09:00
5b4319a80f Fix home button being cancelled by mod select again 2019-02-26 21:01:28 -08:00
d9872dda12 Use fade instead of negative margin 2019-02-26 16:10:06 +09:00
2d6d9dd723 Add better easing 2019-02-26 16:09:45 +09:00
c1432b2ed5 Add back newline 2019-02-26 15:48:34 +09:00
2fc34496fd Merge branch 'master' into MissingSource 2019-02-26 15:38:51 +09:00
e91c07209f Move MainMenu initialisation from ctor to load 2019-02-26 09:54:42 +09:00
568e90c70b Merge branch 'master' into UserDimLogic 2019-02-25 22:35:48 +09:00
d750023c52 Fix TestCasePlayerLoader not having a background stack 2019-02-25 22:05:49 +09:00
bebb635ca1 Merge branch 'master' into hide-exit-button
# Conflicts:
#	osu.Game/Screens/Menu/MainMenu.cs
2019-02-25 21:48:42 +09:00
2bd5bb3f69 Move all MainMenu button creation into load 2019-02-25 21:41:41 +09:00
97dc7f9819 Merge branch 'master' into MissingSource 2019-02-25 19:35:44 +09:00
a4e119786f Fix some weird formatting 2019-02-25 19:19:28 +09:00
6881563346 Merge branch 'master' into ScrollingExitFix 2019-02-25 19:11:05 +09:00
59ad470eed Clean up test code 2019-02-25 18:41:13 +09:00
ad1bce3585 Fix song select backround not being exited in time 2019-02-25 18:40:19 +09:00
16fa30f71e Fix bindable 2019-02-25 13:27:44 +09:00
ccc86b66fa Use local private bindable in Player.cs 2019-02-25 13:15:37 +09:00
af4606f3d2 Create new test for StoryboardReplacesBackground 2019-02-25 12:35:01 +09:00
61be4f2695 Conditionally add ExitConfirmOverlay and disable back action 2019-02-25 10:43:47 +09:00
add8b8e9c4 Only add Exit button if the GameHost supports it 2019-02-25 09:56:00 +09:00
24f5bc7a75 Add documentation and move storyboard init logic 2019-02-24 20:03:24 +09:00
3a9835fcdd Merge branch 'UserDimLogic' of https://github.com/nyquillerium/osu into UserDimLogic 2019-02-24 18:11:08 +09:00
f4acd6e48f Move PlayerLoader tests out of constructor, Improve Documentation 2019-02-24 18:10:59 +09:00
b140fc973a Merge branch 'master' into UserDimLogic 2019-02-24 17:48:59 +09:00
2281a0235d Fix regression causing playback rate to display incorrectly 2019-02-24 15:27:06 +09:00
f8d18285a8 Fix backgrounds not properly being faded in song select 2019-02-23 14:59:54 +09:00
bb01948283 Use .Value with new bindable changes 2019-02-22 20:44:02 +09:00