johnb432
|
3987c62acc
|
Grenades - Add missing documentation on flares and incendiaries (#9984)
Update grenades-framework.md
|
2024-04-29 00:34:35 -07:00 |
|
johnb432
|
60b87f0b41
|
Medical - Add _createLitter to medical events (#9959)
Added `_createLitter` to medical events
|
2024-04-26 17:35:57 -05:00 |
|
Crowdedlight
|
5a6d6a73df
|
Wiki - Fix search being broken by the attach-framework page (#9969)
|
2024-04-22 19:08:49 +02:00 |
|
OverlordZorn
|
97257ca77a
|
Documentation - minor fix (#9967)
a -> an
|
2024-04-21 07:15:07 -07:00 |
|
Dart
|
ac9ffb5276
|
Docs - Fix tables and inconsistencies (#9952)
Co-authored-by: LinkIsGrim <69561145+LinkIsGrim@users.noreply.github.com>
|
2024-04-19 20:53:33 +00:00 |
|
Tim Beswick
|
23842aab39
|
Medical - Fix script error when bandaging (#9956)
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
|
2024-04-19 16:57:41 -03:00 |
|
BrettMayson
|
f3f7f2c492
|
Medical Status - API to modify getBloodLoss (#9926)
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
|
2024-04-06 22:18:07 -03:00 |
|
Fabio Schick
|
ccb3e65734
|
Map Tools - Show GPS on Map when equipped with UAV Terminal (#9885)
* Show Map GPS when equipped with UAV Terminal
* Update Maptools Documentation
* Reword documentation
* Reword docs, remove dash
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
* Allow GPS when terminal slot is not empty
* Allow GPS on map when GPS sidepanel is available
* Reword docs
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* Return statement - remove ; and add comment
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
---------
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
|
2024-04-04 08:09:02 -03:00 |
|
Sotirios Pupakis
|
558849b91c
|
Interaction - Add door events (#9910)
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
|
2024-04-03 17:47:51 -03:00 |
|
jonpas
|
8165201565
|
Documentation - Fix news post link
|
2024-04-01 19:47:09 +02:00 |
|
jonpas
|
ac09cea0d0
|
Prepare 3.17.0 Build 82
|
2024-04-01 15:49:54 +02:00 |
|
jonpas
|
64e16a2136
|
Merge branch 'acerep-12' into release-3.17
|
2024-04-01 15:49:35 +02:00 |
|
jonpas
|
d9f6beacc5
|
Prepare 3.17.0 Build 81
|
2024-04-01 13:34:39 +02:00 |
|
jonpas
|
6c52cfa95f
|
Link to acemod.org
|
2024-04-01 04:31:13 +02:00 |
|
jonpas
|
193f52222b
|
Remove docker compose version (deprecated)
|
2024-04-01 04:18:43 +02:00 |
|
jonpas
|
686498680f
|
Fix 'Fork me on GitHub' ribbon
|
2024-04-01 03:50:47 +02:00 |
|
jonpas
|
134951f331
|
Update Anvil logo
|
2024-04-01 02:45:40 +02:00 |
|
jonpas
|
b919da797b
|
Merge branch 'master' into release-3.17
|
2024-04-01 02:42:18 +02:00 |
|
jonpas
|
3ddf147238
|
effect -> affect
|
2024-03-31 00:42:06 +01:00 |
|
jonpas
|
cfbadca621
|
Add ACEREP 12
|
2024-03-31 00:16:56 +01:00 |
|
Mr. Zorn
|
46cc49dc1e
|
Documentation - Add info about Plotting Board (#9838)
* Update maptools.md
* Update maptools.md
* Update docs/wiki/feature/maptools.md
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
---------
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
|
2024-03-28 08:49:45 -03:00 |
|
jonpas
|
dc7d7b1429
|
Prepare 3.17.0 Build 80
|
2024-03-27 23:01:47 +01:00 |
|
Dart
|
31217ae5d0
|
Fortify - Add onDeployStop event for cancelling before confirming (#9854)
* onDeployStop event
* Updated wiki with new event
* Fixed params
* Revert "onDeployStop event"
This reverts commit c3dae82915 .
* Uses deployCanceled
* Re-added fortify stop event
* Update fnc_deployObject.sqf
---------
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
|
2024-03-25 09:08:06 -07:00 |
|
BrettMayson
|
3c5b46c42d
|
Medical - Support Magazine Treatment Items (#9816)
* count treatment items
* getCountofItem
Co-Authored-By: Blue <itzblueman@gmail.com>
* getCountofItem fix
Co-Authored-By: Blue <itzblueman@gmail.com>
* convert painkillers to magazine
* use isclass
Co-Authored-By: johnb432 <58661205+johnb432@users.noreply.github.com>
* forget to change variable
* Update addons/medical_treatment/functions/fnc_hasItem.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* better magazine adjustment
* Update addons/common/functions/fnc_adjustMagazineAmmo.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update addons/medical_treatment/functions/fnc_medication.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update addons/medical_treatment/functions/fnc_treatmentFailure.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update docs/wiki/framework/arsenal-framework.md
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
* Update addons/common/functions/fnc_adjustMagazineAmmo.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Header
* use switch statement in fnc_useItem
* Update addons/common/functions/fnc_adjustMagazineAmmo.sqf
* Update addons/common/functions/fnc_adjustMagazineAmmo.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* only check adding to mags that are not full
Co-Authored-By: LinkIsGrim <salluci.lovi@gmail.com>
* Update addons/common/functions/fnc_adjustMagazineAmmo.sqf
* Update fnc_getCountOfItem.sqf
* Optimisations & header fix
* Update addons/common/functions/fnc_adjustMagazineAmmo.sqf
* Fixed vehicle implementation
---------
Co-authored-by: Blue <itzblueman@gmail.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
|
2024-03-21 22:56:24 +01:00 |
|
Dart
|
af3c95a5a6
|
Fire - Add ability to disable screams for individual units (#9863)
* Disable screams for individual units
* Update addons/fire/XEH_postInit.sqf
* Changed wording
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* isGlobal instead of true
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
---------
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
|
2024-03-21 20:20:23 +01:00 |
|
johnb432
|
017d47f8c9
|
Fortify - Skip placement animation for no cost fortifications (#9861)
Skip placement animation for no cost fortifications
|
2024-03-19 08:57:09 +01:00 |
|
Grim
|
8e975a6b91
|
Medical Treatment - Add hook to modify bandaging treatment (#9814)
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
|
2024-03-09 14:15:24 -03:00 |
|
BaerMitUmlaut
|
f1488c9c88
|
Documentation - Update management team (#9837)
|
2024-03-07 22:30:26 +01:00 |
|
MiszczuZPolski
|
4694974054
|
Documentation - Add MiszczuZPolski to Team page (#9836)
|
2024-03-07 22:28:41 +01:00 |
|
Kex
|
aa3917c299
|
Documentation - Add Kex to maintainers (#9835)
|
2024-03-07 20:57:45 +01:00 |
|
BrettMayson
|
67fa53fd2c
|
General - Events for Mods (#9813)
* full heal local
* update body image
* log list
* better _enable in categories
* update injury list
* cardiac output internal variable
* typo
* remove duplicate event
* rename event
* add docs
* Update docs/wiki/framework/events-framework.md
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
---------
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
|
2024-03-04 15:08:12 -06:00 |
|
Grim
|
64538f2ad0
|
Arsenal - Native baseWeapon support for CBA items (#9799)
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
|
2024-03-02 14:29:20 -03:00 |
|
johnb432
|
fd5e56ffbc
|
Arsenal - Improved sorting, insignia detection, identity info verification and minor cleanup (#9795)
* Changed sorting + minor cleanup
* Update addons/arsenal/functions/fnc_fillLeftPanel.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* check and log missing extended info
* fix extended loadout logging
* Made voice stuff config case
* use lowercase voice everywhere
* check loadout voice against configCase
* Update fnc_verifyLoadout.sqf
* Update addons/arsenal/functions/fnc_verifyLoadout.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* Update addons/arsenal/functions/fnc_verifyLoadout.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* Update addons/arsenal/functions/fnc_verifyLoadout.sqf
---------
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
|
2024-02-13 11:22:27 -08:00 |
|
BrettMayson
|
1002dfe31b
|
Grenades - Flashbang events (#9796)
|
2024-02-12 14:01:24 -03:00 |
|
Grim
|
1e1d1d63f2
|
Arsenal - Add ace_arsenal_loadoutVerified event (#9792)
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
|
2024-02-11 20:25:12 -03:00 |
|
Laid3acK
|
41c7b12acb
|
Documentation - Fix Wiki AtragMx links (#9780)
|
2024-02-10 12:52:36 -03:00 |
|
Fabio Schick
|
2f9b7002c3
|
Explosives - Add Cellphone/Detonator Keybinds (#9687)
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
|
2024-02-07 17:47:01 -03:00 |
|
johnb432
|
28e45c2979
|
Laser - Public getter and setter for laser codes (#9772)
* Getter and setter for laser codes
* Documentation
* Sanitising input
|
2024-02-07 08:49:36 -08:00 |
|
Laid3acK
|
6637a15af9
|
Documentation - Update Wiki AtragMx (#9608)
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
|
2024-02-07 07:30:50 -03:00 |
|
Grim
|
e69ffb6f21
|
Arsenal Actions - Add support for multiline text & updating on cargo event (#9771)
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
|
2024-02-06 20:34:52 -03:00 |
|
PabstMirror
|
7e255bf05b
|
Tools - Fix header arg types (#9752)
Fix header arg types
|
2024-01-22 16:33:30 -06:00 |
|
PabstMirror
|
4756bb6f8c
|
Prepare 3.16.3 Build 79
|
2024-01-17 09:27:10 -06:00 |
|
PabstMirror
|
8a2196417f
|
Prepare 3.16.2 Build 78
|
2024-01-16 09:38:54 -06:00 |
|
PabstMirror
|
ddc80dfaff
|
Prepare 3.16.2 Build 77
|
2024-01-16 09:18:20 -06:00 |
|
PabstMirror
|
ef24ca8b99
|
Merge branch 'master' into release-3.16.2
|
2024-01-16 09:17:59 -06:00 |
|
Grim
|
676a4b97a6
|
Add documentation for Medical Vehicles & Facilities (#9724)
* add doc on medical facilities and vehicles
* fix typo
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Update docs/wiki/framework/medical-treatment-framework.md
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
---------
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
|
2024-01-13 11:44:21 -03:00 |
|
PabstMirror
|
7d8e34a536
|
Prepare 3.16.2 Build 76
|
2024-01-08 01:02:42 -06:00 |
|
PabstMirror
|
4924ea64aa
|
Merge branch 'master' into release-3.16.2
|
2024-01-08 01:01:46 -06:00 |
|
johnb432
|
79c43179ea
|
Map Tools - Add Plotting Board (#9653)
* Initial Commit to unfuck whatever I fucked in Git.
* Update initSettings.sqf and stringtable.xml
* Implements stringtable.xml suggestion
* Fixes for plotting board
* Update addons/maptools/functions/fnc_handleMouseButton.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* Update addons/maptools/CfgWeapons.hpp
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* Update addons/maptools/XEH_postInitClient.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* Update addons/maptools/XEH_postInitClient.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* Cleanup
* Redid calculations
* Updated docs
* More updated docs
* Update maptools.md
* Fix error and warning
---------
Co-authored-by: LorenLuke <LukeLLL@aol.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
|
2024-01-07 10:02:05 -08:00 |
|
johnb432
|
dababe84b9
|
Captives - Add listenable event handler for escorting (#9709)
Added escorting EH
|
2024-01-02 18:50:29 -03:00 |
|