-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into Actual-Rodent-Raiders
- Loading branch information
Showing
9,623 changed files
with
1,442,034 additions
and
167,548 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
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,4 @@ | ||
if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then | ||
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4=" | ||
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=" | ||
fi | ||
use flake | ||
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,39 +1,56 @@ | ||
"Changes: Audio": | ||
- "**/*.ogg" | ||
|
||
- changed-files: | ||
- any-glob-to-any-file: "**/*.ogg" | ||
|
||
"Changes: C#": | ||
- "**/*.cs" | ||
- changed-files: | ||
- any-glob-to-any-file: "**/*.cs" | ||
|
||
"Changes: Config": | ||
- "**/*.toml" | ||
- "**/*.config" | ||
- "*.json" | ||
- ".github/*.yml" | ||
- ".github/*.json" | ||
- ".vscode/*.json" | ||
- ".editorconfig" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.toml" | ||
- "**/*.config" | ||
- "*.json" | ||
- ".github/*.yml" | ||
- ".github/*.json" | ||
- ".vscode/*.json" | ||
- ".editorconfig" | ||
|
||
"Changes: Documentation": | ||
- "**/*.xml" | ||
- "**/*.md" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.xml" | ||
- "**/*.md" | ||
|
||
"Changes: Localization": | ||
- 'Resources/Locale/**/*.ftl' | ||
- changed-files: | ||
- any-glob-to-any-file: 'Resources/Locale/**/*.ftl' | ||
|
||
"Changes: Map": | ||
- "Resources/Maps/**/*.yml" | ||
- "Resources/Prototypes/Maps/**/*.yml" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "Resources/Maps/**/*.yml" | ||
- "Resources/Prototypes/Maps/**/*.yml" | ||
|
||
"Changes: Sprite": | ||
- "**/*.rsi/*.png" | ||
- "**/*.rsi/*.json" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.rsi/*.png" | ||
- "**/*.rsi/*.json" | ||
|
||
"Changes: UI": | ||
- "**/*.xaml*" | ||
- changed-files: | ||
- any-glob-to-any-file: "**/*.xaml*" | ||
|
||
"Changes: YML": | ||
- any: ["**/*.yml"] | ||
all: ["!Resources/Maps/**/*.yml", "!Resources/Prototypes/Maps/**/*.yml"] | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.yml" | ||
- all-globs-to-all-files: | ||
- "!Resources/Maps/**/*.yml" | ||
- "!Resources/Prototypes/Maps/**/*.yml" | ||
|
||
"Changes: Workflow": | ||
- ".github/workflows/*.yml" | ||
- changed-files: | ||
- any-glob-to-any-file: ".github/workflows/*.yml" |
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
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.