-
Notifications
You must be signed in to change notification settings - Fork 632
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into code
- Loading branch information
Showing
843 changed files
with
33,468 additions
and
23,371 deletions.
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
# Example: | ||
# 500.1337: runtimestation | ||
|
||
516.1648: runtime | ||
516.1655: runtime |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
chinook | ||
corsat | ||
ice_colony_v2 | ||
prison_station_fop |
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 |
---|---|---|
|
@@ -67,6 +67,9 @@ jobs: | |
name: Lint with OpenDream | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/setup-dotnet@v4 | ||
with: | ||
dotnet-version: 9 | ||
- uses: actions/checkout@v4 | ||
- uses: robinraju/[email protected] | ||
with: | ||
|
@@ -111,6 +114,8 @@ jobs: | |
shopt -s extglob | ||
echo "$(ls -mw0 maps/!(*override*).json)" > maps_output.txt | ||
sed -i -e s+maps/+\"+g -e s+.json+\"+g maps_output.txt | ||
echo "Ignored Maps: $(cat .github/maps_to_ignore.txt)" | ||
cat .github/maps_to_ignore.txt | sed -r 's/\s*//g' | xargs -i sed -ri 's/(, "{}")|("{}", )//g' maps_output.txt | ||
echo "Maps: $(cat maps_output.txt)" | ||
echo "maps={\"paths\":[$(cat maps_output.txt)]}" >> $GITHUB_OUTPUT | ||
- name: Find Alternate Tests | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#define QUEEN_DEATH_COUNTDOWN 10 MINUTES | ||
|
||
#define MODE_INFESTATION_X_MAJOR "Xenomorph Major Victory" | ||
#define MODE_INFESTATION_M_MAJOR "Marine Major Victory" | ||
#define MODE_INFESTATION_X_MINOR "Xenomorph Minor Victory" | ||
#define MODE_INFESTATION_M_MINOR "Marine Minor Victory" | ||
#define MODE_INFESTATION_DRAW_DEATH "DRAW: Mutual Annihilation" | ||
|
||
#define MODE_INFECTION_ZOMBIE_WIN "Major Zombie Victory" | ||
|
||
#define MODE_BATTLEFIELD_W_MAJOR "Wey-Yu PMC Major Success" | ||
#define MODE_BATTLEFIELD_M_MAJOR "Marine Major Success" | ||
#define MODE_BATTLEFIELD_W_MINOR "Wey-Yu PMC Minor Success" | ||
#define MODE_BATTLEFIELD_M_MINOR "Marine Minor Success" | ||
#define MODE_BATTLEFIELD_DRAW_STALEMATE "DRAW: Stalemate" | ||
#define MODE_BATTLEFIELD_DRAW_DEATH "DRAW: My Friends Are Dead" | ||
|
||
#define MODE_GENERIC_DRAW_NUKE "DRAW: Nuclear Explosion" |
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
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
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
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.