-
Notifications
You must be signed in to change notification settings - Fork 0
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 #4 from UndeadZeratul/develop
v0.3.1
- Loading branch information
Showing
23 changed files
with
99 additions
and
14 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: Build PK3 | ||
description: Builds the PK3 | ||
runs: | ||
using: "composite" | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: currentDate | ||
id: current-date | ||
shell: bash | ||
run: echo "CURRENT_DATE=$(date +'%Y%m%d')" >> "$GITHUB_OUTPUT" | ||
- uses: montudor/action-zip@v1 | ||
with: | ||
args: zip -r "uzHDAddon-${{ github.ref_name }}.pk3" . -i brightmaps/* filter/* graphics/* patches/* sprites/* GAMEINFO LANGUAGE.* LICENSE MAPINFO README.md TEXTCOLO TEXTURES.* *.fon2 |
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,17 @@ | ||
name: Nightly Build | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: "0 0 * * *" | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: ./.github/workflows/build-pk3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: Artifacts | ||
path: ./*.pk3 |
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 |
---|---|---|
|
@@ -9,14 +9,9 @@ jobs: | |
buildAndRelease: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: build PK3 | ||
uses: montudor/action-zip@v1 | ||
with: | ||
args: zip -r "uzHDAddon-${{ github.ref_name }}.pk3" . -i brightmaps/* filter/* graphics/* patches/* sprites/* GAMEINFO LANGUAGE.* LICENSE MAPINFO README.md TEXTCOLO TEXTURES.* *.fon2 | ||
- name: Release PK3 | ||
uses: softprops/[email protected] | ||
- uses: actions/checkout@v4 | ||
- uses: ./.github/workflows/build-pk3 | ||
- uses: softprops/[email protected] | ||
with: | ||
generate_release_notes: true | ||
discussion_category_name: 'Releases' | ||
|
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,60 @@ | ||
// Texture definitions generated by SLADE3 | ||
// on Tue Jan 16 19:01:16 2024 | ||
|
||
Sprite "HUNTA0", 64, 15 | ||
{ | ||
XScale 1.200 | ||
YScale 1.200 | ||
Offset 32, 15 | ||
Patch "HUNTPK", 0, 0 | ||
} | ||
|
||
Sprite "HUNTB0", 64, 15 | ||
{ | ||
XScale 1.200 | ||
YScale 1.200 | ||
Offset 32, 15 | ||
Patch "HUNTPK", 0, -15 | ||
} | ||
|
||
Sprite "HUNTC0", 64, 15 | ||
{ | ||
XScale 1.200 | ||
YScale 1.200 | ||
Offset 32, 15 | ||
Patch "HUNTPK", 0, -30 | ||
} | ||
|
||
Sprite "HUNTD0", 64, 15 | ||
{ | ||
XScale 1.200 | ||
YScale 1.200 | ||
Offset 32, 15 | ||
Patch "HUNTPK", 0, -45 | ||
} | ||
|
||
Sprite "HUNTE0", 64, 15 | ||
{ | ||
XScale 1.200 | ||
YScale 1.200 | ||
Offset 32, 15 | ||
Patch "HUNTPK", 0, -60 | ||
} | ||
|
||
Sprite "HUNTF0", 64, 15 | ||
{ | ||
XScale 1.200 | ||
YScale 1.200 | ||
Offset 32, 15 | ||
Patch "HUNTPK", 0, -75 | ||
} | ||
|
||
Sprite "HUNTG0", 64, 15 | ||
{ | ||
XScale 1.200 | ||
YScale 1.200 | ||
Offset 32, 15 | ||
Patch "HUNTPK", 0, -90 | ||
} | ||
|
||
// End of texture definitions |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.