-
Notifications
You must be signed in to change notification settings - Fork 737
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 getShotInfo
- Loading branch information
Showing
2,157 changed files
with
39,375 additions
and
90,888 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
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 |
---|---|---|
@@ -1,29 +1,65 @@ | ||
name: Extensions | ||
|
||
on: | ||
pull_request: | ||
push: | ||
paths: | ||
- 'extensions/**' | ||
- 'extension/**' | ||
- 'Cargo.toml' | ||
- 'Cargo.lock' | ||
- '.github/workflows/extensions.yml' | ||
|
||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the source code | ||
uses: actions/checkout@master | ||
- name: Install dependencies | ||
run: | | ||
rustup toolchain update stable --no-self-update | ||
rustup default stable | ||
rustup component add clippy rustfmt | ||
- name: Run rustfmt | ||
run: cargo fmt -- --check | ||
- name: Run clippy | ||
run: cargo clippy --all -- -Dwarnings | ||
|
||
test: | ||
runs-on: ubuntu-latest | ||
container: | ||
image: xd009642/tarpaulin | ||
options: --security-opt seccomp=unconfined | ||
steps: | ||
- name: Checkout the source code | ||
uses: actions/checkout@master | ||
- name: Test & Coverage | ||
run: cargo tarpaulin --verbose --no-default-features --workspace --timeout 240 | ||
|
||
build: | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
os: [windows-latest] | ||
|
||
arrays: [ | ||
os: { tag: "windows-latest", target: "i686-pc-windows-msvc" }, | ||
os: { tag: "windows-latest", target: "x86_64-pc-windows-msvc" }, | ||
] | ||
runs-on: ${{ matrix.arrays.os.tag }} | ||
steps: | ||
- name: Checkout the source code | ||
uses: actions/checkout@v4 | ||
- name: Install stable Rust | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
target: ${{ matrix.arrays.os.target }} | ||
toolchain: stable | ||
default: true | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@v2 | ||
- name: Build | ||
shell: cmd | ||
run: | | ||
cd extensions | ||
mkdir build | ||
cd build | ||
cmake .. && cmake --build . | ||
- name: Upload Artifact | ||
run: cargo build --verbose | ||
- name: Upload | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: ace3_extensions-${{ matrix.os }}-debug | ||
path: extensions/build | ||
name: ${{ matrix.arrays.os.target }} | ||
path: target/debug/ace.dll | ||
if-no-files-found: error | ||
retention-days: 30 |
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,31 @@ | ||
[default] | ||
workshop = [ | ||
"450814997", # CBA_A3 | ||
] | ||
|
||
[spe] | ||
extends = "default" | ||
dlc = [ | ||
"Spearhead 1944" | ||
] | ||
|
||
[vn] | ||
extends = "default" | ||
dlc = [ | ||
"S.O.G. Prairie Fire", | ||
] | ||
|
||
[ws] | ||
extends = "default" | ||
dlc = [ | ||
"Western Sahara", | ||
] | ||
|
||
[rhs] | ||
extends = "default" | ||
workshop = [ | ||
"843425103", # RHS AFRF Workshop ID | ||
"843577117", # RHS USAF Workshop ID | ||
"843593391", # RHS GREF Workshop ID | ||
"843632231", # RHS SAF Workshop ID | ||
] |
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,5 @@ | ||
[sqf.banned_commands] | ||
options.ignore = [ | ||
"addPublicVariableEventHandler", # Alt syntax is broken, we are using main syntax | ||
"createSoundSource", # Greatly attenuated when in first person and in a vehicle | ||
] |
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
# request, preferably including an email address. | ||
|
||
# CORE TEAM | ||
BaerMitUmlaut | ||
Brett Mayson | ||
bux578 <[email protected]> | ||
commy2 | ||
|
@@ -25,6 +26,7 @@ Kieran | |
kymckay | ||
mharis001 <[email protected]> | ||
MikeMF | ||
MiszczuZPolski | ||
NouberNou | ||
PabstMirror <[email protected]> | ||
Ruthberg <[email protected]> | ||
|
@@ -40,6 +42,7 @@ Walter Pearce <[email protected]> | |
11RDP-LoupVert <[email protected]> | ||
654wak654 <[email protected]> | ||
[BIG]Bull | ||
Abogado "regiregi22" | ||
ACCtomeek | ||
adam3adam <[email protected]> | ||
Adanteh | ||
|
@@ -56,7 +59,6 @@ Arcanum417 <[email protected]> | |
Arkhir <[email protected] > | ||
ARV187 aka Spark23 | ||
Asgar Serran <[email protected]> | ||
BaerMitUmlaut | ||
Bamse <[email protected]> | ||
Barman75 | ||
Bla1337 | ||
|
Oops, something went wrong.