Skip to content

Commit 482a01e

Browse files
committed
Merge branch 'master' into tournament-tools
# Conflicts: # osu.Game/Online/API/Requests/Responses/APIBeatmap.cs # osu.Game/OsuGameBase.cs # osu.Game/Overlays/ChatOverlay.cs # osu.Game/Screens/Menu/MainMenu.cs # osu.Game/Screens/Tournament/Drawings.cs # osu.Game/Screens/Tournament/Teams/DrawingsTeam.cs # osu.Game/osu.Game.csproj # osu.sln
2 parents a7c82c9 + 499e067 commit 482a01e

File tree

1,439 files changed

+14716
-7429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,439 files changed

+14716
-7429
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ App.config text eol=crlf
1515
*.cmd text eol=crlf
1616
*.snippet text eol=crlf
1717
*.manifest text eol=crlf
18+
*.licenseheader text eol=crlf
1819

1920
# Check out with lf (UNIX) line endings
2021
*.sh text eol=lf

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "osu-resources"]
2-
path = osu-resources
3-
url = https://github.com/ppy/osu-resources

.idea/.idea.osu/.idea/runConfigurations/RulesetTests__catch_.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.osu/.idea/runConfigurations/RulesetTests__mania_.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.osu/.idea/runConfigurations/RulesetTests__osu__.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.osu/.idea/runConfigurations/RulesetTests__taiko_.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.osu/.idea/runConfigurations/VisualTests.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.vscode/launch.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"request": "launch",
88
"program": "dotnet",
99
"args": [
10-
"${workspaceRoot}/osu.Game.Tests/bin/Debug/netcoreapp2.1/osu.Game.Tests.dll"
10+
"${workspaceRoot}/osu.Game.Tests/bin/Debug/netcoreapp2.2/osu.Game.Tests.dll"
1111
],
1212
"cwd": "${workspaceRoot}",
1313
"preLaunchTask": "Build tests (Debug)",
1414
"linux": {
1515
"env": {
16-
"LD_LIBRARY_PATH": "${workspaceRoot}/osu.Game.Tests/bin/Debug/netcoreapp2.1:${env:LD_LIBRARY_PATH}"
16+
"LD_LIBRARY_PATH": "${workspaceRoot}/osu.Game.Tests/bin/Debug/netcoreapp2.2:${env:LD_LIBRARY_PATH}"
1717
}
1818
},
1919
"console": "internalConsole"
@@ -24,13 +24,13 @@
2424
"request": "launch",
2525
"program": "dotnet",
2626
"args": [
27-
"${workspaceRoot}/osu.Game.Tests/bin/Release/netcoreapp2.1/osu.Game.Tests.dll"
27+
"${workspaceRoot}/osu.Game.Tests/bin/Release/netcoreapp2.2/osu.Game.Tests.dll"
2828
],
2929
"cwd": "${workspaceRoot}",
3030
"preLaunchTask": "Build tests (Release)",
3131
"linux": {
3232
"env": {
33-
"LD_LIBRARY_PATH": "${workspaceRoot}/osu.Game.Tests/bin/Release/netcoreapp2.1:${env:LD_LIBRARY_PATH}"
33+
"LD_LIBRARY_PATH": "${workspaceRoot}/osu.Game.Tests/bin/Release/netcoreapp2.2:${env:LD_LIBRARY_PATH}"
3434
}
3535
},
3636
"console": "internalConsole"
@@ -41,13 +41,13 @@
4141
"request": "launch",
4242
"program": "dotnet",
4343
"args": [
44-
"${workspaceRoot}/osu.Desktop/bin/Debug/netcoreapp2.1/osu!.dll"
44+
"${workspaceRoot}/osu.Desktop/bin/Debug/netcoreapp2.2/osu!.dll"
4545
],
4646
"cwd": "${workspaceRoot}",
4747
"preLaunchTask": "Build osu! (Debug)",
4848
"linux": {
4949
"env": {
50-
"LD_LIBRARY_PATH": "${workspaceRoot}/osu.Desktop/bin/Debug/netcoreapp2.1:${env:LD_LIBRARY_PATH}"
50+
"LD_LIBRARY_PATH": "${workspaceRoot}/osu.Desktop/bin/Debug/netcoreapp2.2:${env:LD_LIBRARY_PATH}"
5151
}
5252
},
5353
"console": "internalConsole"
@@ -58,13 +58,13 @@
5858
"request": "launch",
5959
"program": "dotnet",
6060
"args": [
61-
"${workspaceRoot}/osu.Desktop/bin/Release/netcoreapp2.1/osu!.dll"
61+
"${workspaceRoot}/osu.Desktop/bin/Release/netcoreapp2.2/osu!.dll"
6262
],
6363
"cwd": "${workspaceRoot}",
6464
"preLaunchTask": "Build osu! (Release)",
6565
"linux": {
6666
"env": {
67-
"LD_LIBRARY_PATH": "${workspaceRoot}/osu.Desktop/bin/Release/netcoreapp2.1:${env:LD_LIBRARY_PATH}"
67+
"LD_LIBRARY_PATH": "${workspaceRoot}/osu.Desktop/bin/Release/netcoreapp2.2:${env:LD_LIBRARY_PATH}"
6868
}
6969
},
7070
"console": "internalConsole"

.vscode/tasks.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"build",
1212
"--no-restore",
1313
"osu.Desktop",
14-
"/p:TargetFramework=netcoreapp2.1",
1514
"/p:GenerateFullPaths=true",
1615
"/m",
1716
"/verbosity:m"
@@ -27,7 +26,6 @@
2726
"build",
2827
"--no-restore",
2928
"osu.Desktop",
30-
"/p:TargetFramework=netcoreapp2.1",
3129
"/p:Configuration=Release",
3230
"/p:GenerateFullPaths=true",
3331
"/m",
@@ -44,7 +42,6 @@
4442
"build",
4543
"--no-restore",
4644
"osu.Game.Tests",
47-
"/p:TargetFramework=netcoreapp2.1",
4845
"/p:GenerateFullPaths=true",
4946
"/m",
5047
"/verbosity:m"
@@ -60,7 +57,6 @@
6057
"build",
6158
"--no-restore",
6259
"osu.Game.Tests",
63-
"/p:TargetFramework=netcoreapp2.1",
6460
"/p:Configuration=Release",
6561
"/p:GenerateFullPaths=true",
6662
"/m",
@@ -70,7 +66,7 @@
7066
"problemMatcher": "$msCompile"
7167
},
7268
{
73-
"label": "Restore (netcoreapp2.1)",
69+
"label": "Restore (netcoreapp2.2)",
7470
"type": "shell",
7571
"command": "dotnet",
7672
"args": [

LICENCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
1+
Copyright (c) 2019 ppy Pty Ltd <contact@ppy.sh>.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)