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

29708 Commits

Author SHA1 Message Date
Joehu
941fdf5e76 Fix flash background naming 2020-06-14 22:16:17 -07:00
Joehu
b41567c66c Split hover and flash to separate boxes 2020-06-14 22:02:21 -07:00
Joehu
1f7679e829 Fix home button not flashing when pressing shortcut 2020-06-14 11:24:23 -07:00
Joehu
b8fa1a2c41 Add shortcut to go home 2020-06-14 11:22:38 -07:00
Dean Herbert
a8e83c5be5
Merge pull request #9264 from mcendu/mania-custom-judgement-sprite-path
Add support for custom file paths for mania hit judgement
2020-06-13 22:03:06 +09:00
Dean Herbert
b9e247da8f Simplify lookup code 2020-06-13 21:19:06 +09:00
Dean Herbert
8402d4a5f3 Remove newline 2020-06-13 21:18:56 +09:00
mcendu
4eeb22ca18 rename a few variables and fix typo 2020-06-13 18:47:40 +08:00
mcendu
5655e090d1 revert movement of is mania skin check statements 2020-06-13 18:45:06 +08:00
Dan Balasescu
dd1fbccdf4
Merge branch 'master' into mania-custom-judgement-sprite-path 2020-06-13 17:34:10 +09:00
Dan Balasescu
ca2d0a6ea2
Merge pull request #9271 from peppy/update-fastlane
Update fastlane to fix upload failure for iOS releases
2020-06-13 17:33:08 +09:00
Dean Herbert
9d98adee1e Update fastlane to fix upload failure for iOS releases 2020-06-13 16:10:41 +09:00
mcendu
aa476835e7 tidy up code 2020-06-13 11:31:34 +08:00
mcendu
a42bfcb5ab remove reference to stage bottom from skin ini 2020-06-12 23:23:57 +08:00
mcendu
da46288ef0 remove stage bottom image 2020-06-12 23:20:04 +08:00
mcendu
c6e087b994 remove incorrectly added key 2020-06-12 23:11:50 +08:00
mcendu
7def6a9181 fix tests incorrectly showing judgements not present in mania 2020-06-12 23:06:19 +08:00
mcendu
586e3d405c add proper decoding support? 2020-06-12 22:48:18 +08:00
mcendu
8a9d011197 add test files 2020-06-12 22:09:58 +08:00
mcendu
7c3e7b65a8 add custom file path support for osu\!mania judgement sprite 2020-06-12 21:22:22 +08:00
Dean Herbert
c726e6f514
Merge pull request #9261 from peppy/loading-spinner-always-animate
Fix LoadingSpinner not always playing fade in animation
2020-06-12 19:38:07 +09:00
Dean Herbert
91b6979c97 Fix LoadingSpinner not always playing fade in animation 2020-06-12 13:38:20 +09:00
Dean Herbert
8d550a7b29
Merge pull request #9241 from smoogipoo/timeshift-results-2
Implement per-beatmap results screen for timeshift
2020-06-12 13:36:33 +09:00
Dean Herbert
e26dc7ef55
Merge pull request #9260 from smoogipoo/fix-publish
Fix dotnet publish with runtime specification not working
2020-06-12 13:24:04 +09:00
Dan Balasescu
ef81873ba2
Merge pull request #9253 from swoolcock/sdl2-hide-cursor
Fix cursor not hiding with SDL2 backend
2020-06-12 13:18:25 +09:00
smoogipoo
a48e36fd31 Fix dotnet publish with runtime specification not working 2020-06-12 12:58:33 +09:00
Dan Balasescu
ee3ec2fb58
Merge branch 'master' into sdl2-hide-cursor 2020-06-12 11:44:30 +09:00
Dean Herbert
276c9da43f
Merge pull request #9247 from MiraiSubject/headless-tournamentgamebase
Move graphics from TournamentGameBase to TournamentGame
2020-06-12 11:21:43 +09:00
Dean Herbert
80140842dc
Merge branch 'master' into headless-tournamentgamebase 2020-06-12 10:51:37 +09:00
Shane Woolcock
fca6a6d69f Implement file drop with DragDrop event 2020-06-12 09:46:21 +09:30
smoogipoo
b7c1cfbe63 Adjust display to avoid overlaps 2020-06-11 15:07:14 +09:00
smoogipoo
7b012f1def Fix test failures 2020-06-11 14:55:49 +09:00
smoogipoo
afa5b995f2 Merge branch 'fix-test-nullref' into timeshift-results-2 2020-06-11 14:05:05 +09:00
smoogipoo
702bd2b65d Fix potential nullref in test 2020-06-11 13:41:53 +09:00
Shane Woolcock
b89dcb6a77 Fix cursor not hiding with SDL2 backend 2020-06-11 13:08:41 +09:30
Shivam
a43e1a0ae3 Remove whitespace 2020-06-10 08:41:13 +02:00
Shivam
0f39558da2 Apply review comment 2020-06-10 08:04:34 +02:00
Dean Herbert
969d0b7228
Merge pull request #9193 from peppy/update-inspectcode-version
Update inspectcode / CodeFileSanity versions used in CI
2020-06-10 09:38:10 +09:00
Shivam
aacacd75f0 Remove abstract from the class 2020-06-09 21:14:05 +02:00
Shivam
c9b4fa92f5 Hide in-game cursor manually in the testbrowser 2020-06-09 20:40:54 +02:00
Shivam
af05ee67cb move base.loadcomplete to the bottom 2020-06-09 20:30:15 +02:00
Shivam
e57a229474 Move all the graphics related code to TournamentGame 2020-06-09 20:22:30 +02:00
Dean Herbert
3ae1df07b0 Fix a couple more new formatting issues 2020-06-10 00:09:29 +09:00
Dean Herbert
880a127228 Use async overload 2020-06-10 00:08:48 +09:00
Dean Herbert
7dc19220e5 Apply new resharper formatting fixes 2020-06-09 23:38:54 +09:00
Dean Herbert
7274213cce Update framework 2020-06-09 23:30:42 +09:00
smoogipoo
ab10732a78 Remove usages of null-forgiving operator 2020-06-09 22:13:48 +09:00
smoogipoo
88aed1d504 Merge branch 'master' into update-inspectcode-version 2020-06-09 20:12:39 +09:00
Dan Balasescu
527577d7c3
Merge pull request #9236 from MiraiSubject/logovisualisation-subclass
Move user and skin specific settings for LogoVisualisation to a subclass
2020-06-09 19:16:24 +09:00
Dan Balasescu
0d83b0f50a
Merge pull request #9210 from peppy/fix-tourney-beatmap-change-ooo
Fix tournament displayed beatmap potentially being out of order on quick changes
2020-06-09 19:15:59 +09:00