Skip to content

Commit 0d20e45

Browse files
authored
Merge branch 'master' into rework-armor-penetration
2 parents 1bc375a + 09a0e11 commit 0d20e45

810 files changed

Lines changed: 10935 additions & 3729 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/arma.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout the source code
1414
uses: actions/checkout@v4
15-
- name: Validate SQF
16-
run: python3 tools/sqf_validator.py
1715
- name: Validate Config
1816
run: python3 tools/config_style_checker.py
1917
- name: Validate Stringtables

.github/workflows/pboproject.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

.hemtt/launch.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,17 @@ workshop = [
4141
"843593391", # RHS GREF Workshop ID
4242
"843632231", # RHS SAF Workshop ID
4343
]
44+
45+
[cup]
46+
extends = "default"
47+
workshop = [
48+
"497660133", # CUP Weapons
49+
"541888371", # CUP Vehicles
50+
"497661914", # CUP Units
51+
]
52+
53+
[cfp]
54+
extends = "cup"
55+
workshop = [
56+
"1369691841", # Community Factions Project
57+
]

.vscode/settings.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"files.exclude": {
3-
"**/.hemttout": true,
4-
"**/include": true,
5-
"**/extras": true
6-
}
7-
}
2+
"files.exclude": {
3+
"**/.hemttout": true,
4+
"**/include": true,
5+
"**/extras": true
6+
},
7+
"files.insertFinalNewline": true
8+
}

.vscode/tasks.json

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
{
22
"version": "2.0.0",
33
"tasks": [
4-
{
5-
"label": "Validate SQF",
6-
"command": "${config:python.pythonPath}",
7-
"options": {
8-
"cwd": "${workspaceFolder}/tools"
9-
},
10-
"args": [
11-
"sqf_validator.py"
12-
]
13-
},
144
{
155
"label": "Validate Config",
166
"command": "${config:python.pythonPath}",
@@ -103,7 +93,7 @@
10393
}
10494
},
10595
{
106-
"label": "Build: Hemtt",
96+
"label": "Build: HEMTT",
10797
"command": "hemtt.exe",
10898
"options": {
10999
"cwd": "${workspaceFolder}"
@@ -117,6 +107,20 @@
117107
"isDefault": true
118108
}
119109
},
110+
{
111+
"label": "Build: HEMTT --just",
112+
"command": "python",
113+
"options": {
114+
"cwd": "${workspaceFolder}"
115+
},
116+
"args": [
117+
"tools/build_current_addon.py",
118+
"${relativeFile}"
119+
],
120+
"group": {
121+
"kind": "build"
122+
}
123+
},
120124
{
121125
"label": "Extension: make move_x64_release",
122126
"command": "cargo",
@@ -145,5 +149,13 @@
145149
"kind": "build"
146150
}
147151
}
152+
],
153+
"inputs": [
154+
{
155+
"id": "addon",
156+
"description": "Addon Name:",
157+
"default": "common",
158+
"type": "promptString"
159+
}
148160
]
149161
}

AUTHORS.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ Aggr094 <bastards4glory@gmail.com>
5151
alef <alefor@gmail.com>
5252
Aleksey EpMAK Yermakov <epmak777@gmail.com>
5353
AleM
54+
Alfred Neuman
5455
Alganthe <alganthe@live.fr>
5556
Andrea "AtixNeon" Verano <veranoandrea88@gmail.com>
5657
Anthariel <Contact@storm-simulation.com>
5758
Anton
59+
Apricot_ale
5860
Arcanum417 <lubos.len@gmail.com>
5961
Arkhir <wonsz666@gmail.com >
6062
ARV187 aka Spark23
@@ -78,6 +80,7 @@ Coren <coren4@gmail.com>
7880
Crusty
7981
Cyruz143
8082
dabako <dabako@dabakoworld.de>
83+
DartRuffian
8184
dgibso29 <gibson@earringpranks.com>
8285
Dharma Bellamkonda <dharma.bellamkonda@gmail.com>
8386
Dimaslg <dimaslg@telecable.es>
@@ -123,9 +126,11 @@ JasperRab <jasper@jasperrab.eu>
123126
JDT
124127
john681611 <john681611@hotmail.com>
125128
JoramD
129+
Joe DeShon <Refueling Sound - CreativeCommons Attributions 4.0>
126130
Karneck <dschultz26@hotmail.com>
127131
Kavinsky <nmunozfernandez@gmail.com>
128132
Keithen <Keithen.Neu@gmail.com>
133+
KJW
129134
Kllrt <kllrtik@gmail.com>
130135
KokaKolaA3
131136
Krzyciu
@@ -154,14 +159,17 @@ PaxJaromeMalues <seemax1991@gmail.com>
154159
Phyma <sethramstrom@gmail.com>
155160
PiZZADOX <509thParachuteInfantry@gmail.com>
156161
pokertour
162+
Prisoner
157163
Professor <lukas.trneny@wo.cz>
158164
Pterolatypus <pterolatypus@gmail.com>
165+
Puotek
159166
QuantX
160167
QuickDagger
161168
rakowozz
162169
ramius86 <pasini86@hotmail.com>
163170
Raspu86
164171
RcINS
172+
Redwan S. / Nomas <nomasx2000@gmail.com>
165173
Riccardo Petricca <petriccarcc@gmail.com>
166174
Robert Boklahánics <bokirobi@gmail.com>
167175
ruPaladin <happyworm24@rambler.ru>
@@ -172,6 +180,7 @@ Seb <sebsmith90@gmail.com>
172180
shukari
173181
simon84 <badguy360th@gmail.com>
174182
Skengman2
183+
Sky / Esmeray6
175184
Smith <smitt14ua@gmail.com>
176185
Sniperwolf572 <tenga6@gmail.com>
177186
System98
@@ -191,8 +200,10 @@ VyMajoris(W-Cephei)<vycanismajoriscsa@gmail.com>
191200
Walthzer <walthzer.69@gmail.com>
192201
Winter <simon@agius-muscat.net>
193202
wizpig64
203+
WryFighter <Refueling Sound - CreativeCommons Zero 1.0 Universal>
194204
YetheSamartaka
195205
xrufix
196206
Zakant <Zakant@gmx.de>
197207
zGuba
198208
Zman6258
209+
Zorn <lordzorn1337@gmail.com>

0 commit comments

Comments
 (0)