-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Spatison/upstream
Upstream
- Loading branch information
Showing
11,453 changed files
with
1,233,909 additions
and
157,251 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
set -e | ||
if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then | ||
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM=" | ||
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM=" | ||
fi | ||
use nix | ||
use nix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,107 @@ | ||
# Last match in file takes precedence. | ||
# hasn't specified or all | ||
* @sleepyyapril @Remuchi | ||
|
||
# TODO | ||
@Remuchi | ||
@DVOniksWyvern | ||
/.* @DEATHB4DEFEAT | ||
*.sln @DEATHB4DEFEAT | ||
*.csproj @DEATHB4DEFEAT | ||
*.dotsettings @DEATHB4DEFEAT | ||
*.DotSettings @DEATHB4DEFEAT | ||
*.toml @DEATHB4DEFEAT | ||
/Content.*/IoC @DEATHB4DEFEAT | ||
|
||
|
||
# Nix | ||
*.nix @DEATHB4DEFEAT @stellar-novas | ||
/flake.lock @DEATHB4DEFEAT @stellar-novas | ||
/.envrc @DEATHB4DEFEAT @stellar-novas | ||
|
||
|
||
# UI | ||
*.xaml @DEATHB4DEFEAT | ||
*.xaml.cs @DEATHB4DEFEAT | ||
|
||
# Lobby | ||
/Content.Client/Lobby @DEATHB4DEFEAT | ||
/Content.Client/MainMenu @DEATHB4DEFEAT | ||
|
||
# Queue | ||
/Content.*/DiscordAuth @DEATHB4DEFEAT | ||
/Content.*/JoinQueue @DEATHB4DEFEAT | ||
|
||
|
||
# Writing | ||
*.xml @DEATHB4DEFEAT | ||
*.ftl @DEATHB4DEFEAT | ||
*.md @DEATHB4DEFEAT | ||
*.txt @DEATHB4DEFEAT | ||
|
||
# Shaders | ||
*.swsl @DEATHB4DEFEAT | ||
/Resources/Prototypes/Shaders @DEATHB4DEFEAT | ||
|
||
# Overlays | ||
/Content.Client/Overlays @DEATHB4DEFEAT | ||
|
||
# Paint | ||
/Content.*/Paint @DEATHB4DEFEAT | ||
|
||
|
||
# Parkstation/etc | ||
**/SimpleStation14 @DEATHB4DEFEAT | ||
**/Parkstation @DEATHB4DEFEAT | ||
|
||
# Announcer system | ||
/Content.*/Announcements @DEATHB4DEFEAT | ||
/Content.Server/StationEvents @DEATHB4DEFEAT | ||
|
||
# SSD | ||
/Content.*/SSDIndicator @DEATHB4DEFEAT | ||
|
||
# Station Goals | ||
/Content.Server/StationGoal @DEATHB4DEFEAT | ||
|
||
# Random Bark | ||
/Content.Server/Speech/Components/RandomBarkComponent.cs @DEATHB4DEFEAT | ||
/Content.Server/Speech/Systems/RandomBarkSystem.cs @DEATHB4DEFEAT | ||
/Resources/Locale/en-US/random-barks @DEATHB4DEFEAT | ||
|
||
# Punpun | ||
/Content.Server/Punpun @DEATHB4DEFEAT | ||
|
||
|
||
# Database | ||
/Content.*/Database @DEATHB4DEFEAT | ||
/Content.*/.Database @DEATHB4DEFEAT | ||
|
||
# Preferences | ||
/Content.*/Preferences @DEATHB4DEFEAT | ||
**/*CVar*/*.cs @DEATHB4DEFEAT | ||
|
||
# Discord | ||
/Content.*/Discord* @DEATHB4DEFEAT | ||
|
||
# Loadouts | ||
/Resources/Prototypes/Loadouts @angelofallars | ||
/Resources/Prototypes/CharacterItemGroups @angelofallars | ||
/Resources/Locale/en-US/loadouts @angelofallars | ||
|
||
# Traits | ||
/Resources/Prototypes/Traits @angelofallars | ||
/Resources/Locale/en-US/traits @angelofallars | ||
|
||
# Throwing | ||
/Content.*/DamageOtherOnHit @angelofallars | ||
/Content.*/Embed @angelofallars | ||
/Content.*/ProjectileSystem @angelofallars | ||
/Content.*/ThrownItem @angelofallars | ||
/Content.*/ThrowEvent @angelofallars | ||
|
||
# Nyano Systems | ||
/Content.*/Weapons @VMSolidus | ||
/Content.*/Abilities/Psionics @VMSolidus | ||
/Content.*/Psionics @VMSolidus | ||
/Content.*/Contests @VMSolidus | ||
/Content.*/Carrying @VMSolidus | ||
|
||
# Physics Stuff | ||
/Content.*/Atmos @VMSolidus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- name: Setup .NET Core | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 8.0.100 | ||
dotnet-version: 9.0.x | ||
|
||
- name: Install dependencies | ||
run: dotnet restore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
- name: Setup .NET Core | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 8.0.100 | ||
dotnet-version: 9.0.x | ||
|
||
- name: Install dependencies | ||
run: dotnet restore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
- name: Setup .NET Core | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 8.0.100 | ||
dotnet-version: 9.0.x | ||
|
||
- name: Install dependencies | ||
run: dotnet restore | ||
|
@@ -51,7 +51,7 @@ jobs: | |
shell: pwsh | ||
run: | | ||
$env:DOTNET_gcServer=1 | ||
dotnet test --no-build --configuration DebugOpt Content.IntegrationTests/Content.IntegrationTests.csproj -- NUnit.ConsoleOut=0 NUnit.MapWarningTo=Failed | ||
dotnet test --no-build --configuration DebugOpt Content.IntegrationTests/Content.IntegrationTests.csproj -- NUnit.ConsoleOut=0 | ||
ci-success: | ||
name: Build & Test Debug | ||
needs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- name: Setup .NET Core | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 8.0.100 | ||
dotnet-version: 9.0.x | ||
|
||
- name: Get Engine Tag | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
- name: Setup .NET Core | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 8.0.100 | ||
dotnet-version: 9.0.x | ||
|
||
- name: Install dependencies | ||
run: dotnet restore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- name: Setup .NET Core | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 8.0.100 | ||
dotnet-version: 9.0.x | ||
- name: Install dependencies | ||
run: dotnet restore | ||
- name: Build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+318 KB
(290%)
BuildFiles/Mac/Space Station 14.app/Contents/Resources/ss14.icns
Binary file not shown.
Oops, something went wrong.