1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00
Commit Graph

17690 Commits

Author SHA1 Message Date
Dean Herbert
c39c37a18d Apply more missed cases 2019-04-01 12:44:46 +09:00
Dean Herbert
612db31c38 Apply newline additions 2019-04-01 12:16:32 +09:00
Dean Herbert
7d6a08d6da Fix a few new inspections in latest Rider EAP 2019-04-01 11:39:02 +09:00
Dean Herbert
79b5c2482b
Merge pull request #4562 from peppy/fix-editor-blueprints
Fix editor blueprints being misplaced
2019-04-01 11:17:17 +09:00
Dean Herbert
693ac140d4
Merge pull request #4563 from peppy/fix-frame-handler-nullrefs
Fix replay handler nullref crashes

Co-authored-by: Dan Balasescu <1329837+smoogipoo@users.noreply.github.com>
2019-04-01 11:17:07 +09:00
Dan Balasescu
6d1f24e5e6
Merge branch 'master' into fix-frame-handler-nullrefs 2019-04-01 10:59:10 +09:00
Dean Herbert
6896ec7731 Remove unnecessary method 2019-04-01 10:39:55 +09:00
Dean Herbert
d1a175675d Use variable 2019-04-01 10:37:02 +09:00
Dan Balasescu
e360a3362b
Merge pull request #4567 from LeNitrous/stable-gameplay-cursor-size
Mimic stable minimum cursor size
2019-04-01 09:58:01 +09:00
LeNitrous
8088e27fa8 Mimic stable minimum cursor size 2019-03-31 21:10:35 +08:00
Nathan Alo
1d4c9436eb
Merge pull request #3 from ppy/master 2019-03-31 19:29:22 +08:00
Dean Herbert
7ae3b31b10
Merge pull request #4564 from Joehuu/direct-favourites-sort
Add ability to sort by favourites on osu!direct
2019-03-31 13:11:28 +09:00
Dean Herbert
7034f24c45
Merge branch 'master' into direct-favourites-sort 2019-03-31 12:54:54 +09:00
Dan Balasescu
ae7cc64571
Merge pull request #4561 from peppy/fix-stable-import
Fix stable import failing
2019-03-31 12:04:31 +09:00
Joehu
92673c6d1e Add ability to sort by favourites on osu!direct 2019-03-30 19:24:16 -07:00
Dean Herbert
73de146fb4 Update test null check to match 2019-03-31 01:42:38 +09:00
Dean Herbert
d53e6f7e0e Remove unused references 2019-03-31 01:34:50 +09:00
Dean Herbert
5d91c3bcfc Fix replay handler nullref crashes 2019-03-31 01:33:56 +09:00
Dean Herbert
42eaabe24c Fix editor blueprints being misplaced
Regressed with PlayfieldAdjustmentContainer changes.
2019-03-31 01:29:37 +09:00
Dean Herbert
41d776b090 Fix stable import failing
Regressed due to null GameHost. Fixes the new reports in #4043.
2019-03-30 23:56:38 +09:00
Dean Herbert
6738bd54c0
Merge pull request #4557 from Joehuu/remove-comments-issues
Remove unnecessary comments on issue templates
2019-03-30 13:01:43 +09:00
Dean Herbert
230a260212
Merge branch 'master' into remove-comments-issues 2019-03-30 12:54:48 +09:00
Dean Herbert
ff75a37acf
Merge pull request #4559 from peppy/update-framework
Update framework
2019-03-30 12:53:53 +09:00
Dean Herbert
22519ddacc Update framework 2019-03-30 12:45:09 +09:00
Aergwyn
47711eef42
Reword issue descriptions
Co-Authored-By: Joehuu <madamba.joehu@outlook.com>
2019-03-29 07:51:28 -07:00
Joehu
85abcb3de0 Remove regular issue template 2019-03-29 01:15:04 -07:00
Joehu
669397b14b Specify labels by the template's purpose 2019-03-29 01:12:42 -07:00
Joehu
e4ef542710 Remove unnecessary comments on issue templates 2019-03-29 01:03:42 -07:00
Dean Herbert
b8580cde6d
Merge pull request #4549 from Joehuu/fix-login-overlay-behavior
Fix login overlay blocking toolbar input

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-03-29 15:17:27 +09:00
Dean Herbert
1217cfa334
Merge branch 'master' into fix-login-overlay-behavior 2019-03-29 15:03:07 +09:00
Dean Herbert
315ff33d3a
Merge pull request #4554 from smoogipoo/fix-loaderanimation-testcase
Rework TestCaseLoaderAnimation to avoid timing issues

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-03-29 15:02:51 +09:00
Dean Herbert
6c34842c4e
Merge branch 'master' into fix-loaderanimation-testcase 2019-03-29 15:02:45 +09:00
Dean Herbert
4225d41a84
Merge pull request #4443 from jorolf/screen-title-class
Add ScreenTitle class

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-03-29 15:02:38 +09:00
Dean Herbert
c772a38c1b
Merge branch 'master' into fix-loaderanimation-testcase 2019-03-29 14:55:00 +09:00
Dean Herbert
ccc0853f75 Change login overlay's depth and load order 2019-03-29 14:53:40 +09:00
Dean Herbert
90a4cb8e04 Fix unnecessary positioning 2019-03-29 14:49:15 +09:00
Dean Herbert
5495a0a70f Add content to ScreenTestCase as protection against overwriting 2019-03-29 14:34:58 +09:00
Joseph Madamba
9a32e12435
Merge branch 'master' into fix-login-overlay-behavior 2019-03-28 22:28:56 -07:00
Dean Herbert
a1fa497ec0
Merge pull request #4546 from Joehuu/fix-music-controller-offset
Fix offset of music controller when toolbar is hidden

Co-authored-by: Dean Herbert <pe@ppy.sh>
Co-authored-by: Dan Balasescu <1329837+smoogipoo@users.noreply.github.com>
2019-03-29 14:26:28 +09:00
smoogipoo
cabec85544 Rework TestCaseLoaderAnimation to avoid timing issues 2019-03-29 14:15:57 +09:00
Dean Herbert
bda8ce2dbb
Merge pull request #4537 from peppy/stable-storyboard-ordering
Add stable storyboard element ordering

Co-authored-by: Dan Balasescu <1329837+smoogipoo@users.noreply.github.com>
2019-03-29 14:15:26 +09:00
Dean Herbert
3e8952b087
Merge pull request #4521 from peppy/hitobject-drawable-representation
Fix DrawableRuleset drawable creation method's name
2019-03-29 14:08:23 +09:00
Dean Herbert
3e28c4ae0a Fix remaining IconUsage changes 2019-03-29 14:03:00 +09:00
Dan Balasescu
9c57b9eed2
Merge branch 'master' into fix-music-controller-offset 2019-03-29 14:02:49 +09:00
Dan Balasescu
e45c08ad23
Adjust comment 2019-03-29 14:02:19 +09:00
Dean Herbert
de47e0a8e8 Merge remote-tracking branch 'upstream/master' into screen-title-class 2019-03-29 14:01:08 +09:00
Dan Balasescu
ac58815907
Merge pull request #4539 from peppy/better-player-flags
Remove read/write player flags
2019-03-29 13:59:29 +09:00
Dean Herbert
95bf0b9ed6 Merge remote-tracking branch 'upstream/master' into fix-music-controller-offset 2019-03-29 13:57:02 +09:00
Dean Herbert
c4096fb628 Remove unused using 2019-03-29 13:56:56 +09:00
Dean Herbert
202a0086cc
Merge branch 'master' into better-player-flags 2019-03-29 13:45:45 +09:00