|
9a663715cd
|
Make get methods of ProgressNotification return correct values immediately
Previously they were only updated after the resultant schedule ran. This would not bode well when the overlay containing them is not present.
|
2019-06-20 19:05:33 +09:00 |
|
|
6bc2cf85d1
|
Move NotificationSection strings to constructor
|
2019-06-20 17:41:12 +09:00 |
|
|
65c84428cc
|
Fix position of gradient in beatmap carousel
|
2019-06-20 15:05:15 +09:00 |
|
|
35ce032be1
|
Merge pull request #5077 from Joehuu/remove-bad-words-1
Remove bad words on code comments
|
2019-06-20 13:54:08 +09:00 |
|
|
ca919f02e6
|
Remove bad words on code comments
|
2019-06-19 21:33:58 -07:00 |
|
|
97d65783db
|
Remove osu!-side DebugUtils
|
2019-06-20 12:48:45 +09:00 |
|
|
133c1fc0f1
|
Merge branch 'master' into remove-osu-checkbox-bindable
|
2019-06-20 11:33:39 +09:00 |
|
|
471c5b7386
|
Fix a couple of README typos
|
2019-06-20 11:23:36 +09:00 |
|
|
7482ecb8e7
|
Fix beatmap set cover goes out of its container (#5073)
Fix beatmap set cover goes out of its container
|
2019-06-20 11:21:22 +09:00 |
|
|
a2ca798dc2
|
Fix scores header is visible even with no scores (#5074)
Fix scores header is visible even with no scores
|
2019-06-20 11:09:07 +09:00 |
|
|
e83710d3b8
|
Add a testcase
|
2019-06-19 23:15:00 +03:00 |
|
|
0da8a483c5
|
Fix scores header is visible even if no scores are loaded
|
2019-06-19 23:14:53 +03:00 |
|
|
99f1a94797
|
Fix notification progress bar
|
2019-06-19 20:50:50 +02:00 |
|
|
c1c19243cd
|
Change FirstOrDefault back to First
|
2019-06-19 20:40:30 +02:00 |
|
|
8d62ce8967
|
Remove now unneeded check against file extension
|
2019-06-19 20:38:43 +02:00 |
|
|
0cb66d522a
|
Check if path can be imported before trying
|
2019-06-19 20:36:00 +02:00 |
|
|
ee2268caba
|
Enable masking for the beatmap set cover
|
2019-06-19 21:20:00 +03:00 |
|
|
ef2e93d5c7
|
Improve handling of null models when importing
|
2019-06-19 19:29:47 +02:00 |
|
|
9858419c69
|
Improve vertical flexibility of BeatmapSetOverlay's header (#5067)
Improve vertical flexibility of BeatmapSetOverlay's header
|
2019-06-20 02:22:19 +09:00 |
|
|
5f5441c692
|
Add ShowPlaceholderOnNull in updateable flag + do not show placeholders in some overlays
|
2019-06-19 20:17:02 +03:00 |
|
|
865af00ab6
|
Merge branch 'master' into header-improvements
|
2019-06-19 20:00:28 +03:00 |
|
|
a4ceefdc9d
|
Hide empty categories in mod selector overlay (#5021)
Hide empty categories in mod selector overlay
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-06-20 01:59:30 +09:00 |
|
|
cd2999d0d1
|
Rename mod select test scene
|
2019-06-20 01:40:58 +09:00 |
|
|
08cf8dd299
|
Adjust for readability
|
2019-06-20 01:39:54 +09:00 |
|
|
2773cfba42
|
Merge branch 'master' into andy840119/_20190614_hidden_nod_label_when_empty
|
2019-06-20 01:35:24 +09:00 |
|
|
15c75b4442
|
Add basic score import from stable
|
2019-06-19 18:33:51 +02:00 |
|
|
6f3cb80076
|
Merge branch 'master' into fix-inactive-audio-race
|
2019-06-20 01:33:47 +09:00 |
|
|
bcee8fe9c3
|
Show user online status in user overlay (#5058)
Show user online status in user overlay
|
2019-06-20 01:31:24 +09:00 |
|
|
63d0324f96
|
Fix inspection
|
2019-06-20 01:10:14 +09:00 |
|
|
d0a452cdf9
|
Show tooltips for beatmap set panels
|
2019-06-20 01:10:03 +09:00 |
|
|
a9f87e06f8
|
Make field readonly
|
2019-06-19 19:08:18 +03:00 |
|
|
816bac9874
|
Merge remote-tracking branch 'upstream/master' into difficulty-icon-tooltip
|
2019-06-20 00:55:52 +09:00 |
|
|
4fba255bd9
|
Remove gap
|
2019-06-19 17:56:40 +03:00 |
|
|
9f25d3cd72
|
More changes and improvements
|
2019-06-19 17:55:36 +03:00 |
|
|
3e285e5dde
|
Separate beatmap info container from details (avoid overlapping)
|
2019-06-19 17:47:47 +03:00 |
|
|
15229f3a23
|
Make header expandable
|
2019-06-19 17:45:39 +03:00 |
|
|
5fb4f2fadf
|
Add TOP_PADDING
|
2019-06-19 17:38:43 +03:00 |
|
|
4b46601eae
|
Remove redundant variable, handle all request failures
|
2019-06-19 19:43:09 +05:30 |
|
|
a6c268ef5c
|
Move the horizontal margin into the sprite text itself
|
2019-06-19 15:05:53 +03:00 |
|
|
475b40cc02
|
Remove empty line
|
2019-06-19 14:47:29 +03:00 |
|
|
4600336581
|
Use TextFlowContainer + small changes
|
2019-06-19 14:43:18 +03:00 |
|
|
e16de58450
|
Add a testcase
|
2019-06-19 12:34:01 +03:00 |
|
|
17749e84f9
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into user-online-fix
|
2019-06-19 12:17:31 +03:00 |
|
|
1c44fa84fb
|
Fix colour issues
|
2019-06-19 12:15:32 +03:00 |
|
|
c8604b2c17
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into useroverlay-tabs
|
2019-06-19 12:08:34 +03:00 |
|
|
dd926f55bd
|
Merge remote-tracking branch 'upstream/master' into tournament-tools
|
2019-06-19 14:55:34 +09:00 |
|
|
d6469aed58
|
Remove migration code
|
2019-06-19 14:55:28 +09:00 |
|
|
82515a52fe
|
Fix audio being dimmed during multiplayer (#5041)
Fix audio being dimmed during multiplayer
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-06-19 14:45:51 +09:00 |
|
|
3043f42eb5
|
Merge branch 'master' into fix-multiplayer-audio
|
2019-06-19 14:36:05 +09:00 |
|
|
0895a01172
|
Merge pull request #5064 from peppy/fix-main-menu-nullref
Fix startup crash if main menu does not load fast enough
|
2019-06-19 14:17:00 +09:00 |
|