PabstMirror
2458e87333
Prep 3.13.6 Build 58
2021-03-03 16:04:10 -06:00
PabstMirror
fab4664b73
Update XEH_preInit.sqf ( #8143 )
2021-03-03 15:50:08 -06:00
PabstMirror
22faa51233
Common - Fix Gesture mutex for scroll-wheel reloads ( #8142 )
...
* Common - Fix Gesture mutex for scroll-wheel reloads
* simplify gvars and add comments
2021-03-03 15:31:07 -06:00
Salluci
496a6d800a
Medical - Show "Inventory" action on unconscious units ( #8083 )
...
* Update XEH_preInit.sqf
* Style pass, remove double localize
* only run if (hasInterface) {
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-03-03 15:30:49 -06:00
Dystopian
98e74ab3d1
Cook off - Fix ammo box cook off when setting is Players only ( #8066 )
...
* Fix ammo box cook off when setting is Players only
* Update addons/cookoff/functions/fnc_handleDamage.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-02-27 11:50:09 -06:00
Filip Maciejewski
4d71607e81
Arsenal - Less magic numbers ( #8089 )
...
* Add macro for virtualItems index 0 (weapons)
* Add macro for virtualItems index 1 (attachments)
* Add macro for virtualItems index 2 (all items)
* Add macro for virtualItems index 3 (headgear)
* Add macro for virtualItems index 4 (uniform)
* Add macro for virtualItems index 5 (vest)
* Add macro for virtualItems index 6 (backpack)
* Add macro for virtualItems index 7 (goggles)
2021-02-27 11:21:26 -06:00
pterolatypus
b2da1792e1
Medical Treatment - Settings to limit IVs to certain locations ( #8116 )
...
* Settings to limit IVs to certain locations
* Changed to one setting
* Reworded settings for consistency
2021-02-27 11:06:37 -06:00
Neviothr
75f7ed7532
Utilize isNotEqualTo ( #7929 )
...
* Utilize isNotEqualTo
* undo changes to some files
* redo some changes, fix based on @Vdauphin 's comment
* fix validator issues
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-02-27 11:05:05 -06:00
jonpas
5a36d1a771
Advanced Throwing - Add object variable to disable pick up of attached throwables ( #8031 )
...
* Advanced Throwing - Add object variable to disable pick up
Use: `OBJECT setVariable ["ace_advanced_throwing_disablePickUp", true]`
* Documentation - Add Advanced Throwing Framework
* Update addons/advanced_throwing/functions/fnc_renderPickUpInteraction.sqf
* Update advanced-throwing-framework.md
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-02-27 11:04:43 -06:00
Steve Zhao
13bce729ee
add icon for quickmount change seat ( #8126 )
...
alpha-inverted version of "\a3\ui_f\data\GUI\Cfg\Hints\Seats_ca.paa"
2021-02-27 10:36:10 -06:00
Dystopian
b151148542
Replace canAdd with CBA_fnc_canAddItem ( #8012 )
2021-02-27 10:26:12 -06:00
commy2
50578a2463
Fix Multiple Issues With Timestamps ( #8034 )
...
* Fix Multiple Issues With Timestamps
* simplify
* improve parsing of timestamps
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-02-27 00:17:00 +01:00
PabstMirror
bac47bb292
Chery pick 6868fa5600
( #8139 )
...
Co-Authored-By: Toni Vicente <arv187@users.noreply.github.com>
Co-authored-by: Toni Vicente <arv187@users.noreply.github.com>
2021-02-26 13:28:42 -06:00
PabstMirror
ad98ae479c
Flashsuppresssors - Update configs for 2.02 ( #8105 )
2021-02-24 11:41:32 -06:00
Vdauphin
d00e7a17a1
cookOff - Fix: Disable ammunition cookoff and turret effect when skipping destruction effects ( #8122 )
...
* Disable ammunition cookoff and turret effect when skiping destruction effects
* Improve readability
2021-02-23 11:42:15 -06:00
BaerMitUmlaut
61e8ae3c8b
Wirecutter - Replace fences with destroyed models when cut ( #8106 )
...
* Add more fence types for wirecutter
* Replace fences with destroyed models when cut
* Move fence destruction to server side
2021-02-23 11:03:55 -06:00
mharis001
5bc43fe247
Common - Improve getPylonTurret by using getAllPylonsInfo ( #8087 )
...
* Improve getPylonTurret by using getAllPylonsInfo
* Fix indentation
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-02-23 10:57:57 -06:00
PabstMirror
0570c0b861
Update fnc_cbaSettings_loadFromConfig.sqf ( #8118 )
2021-02-19 11:18:21 -06:00
TyroneMF
f85632cbbd
initial push ( #8099 )
2021-02-18 12:58:26 -06:00
PabstMirror
e8693c8db9
Various - Use configOf command for faster lookup ( #8100 )
...
* configOf
* replace some use of CBA_fnc_getObjectConfig
2021-02-18 12:58:08 -06:00
jonpas
111202971b
Goggles - Allow wiping in more states ( #8111 )
2021-02-14 04:28:58 +01:00
PabstMirror
cb870693fd
CSW - use preferred XEH format ( #8112 )
2021-02-13 15:37:26 -06:00
Filip Maciejewski
b8820eb3da
Arsenal - Fix custom categories not working for some Misc item types ( #8088 )
2021-02-08 04:26:40 +01:00
PabstMirror
b50a49c287
Convert all true/false in configs to 0/1 ( #8095 )
2021-02-08 04:14:45 +01:00
TyroneMF
7a65acdc15
Medical Damage - Add setting for unconscious chance from pain ( #8092 )
...
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
2021-02-08 04:13:59 +01:00
Dystopian
08472f6343
Interact Menu - Combine parent menu with single child ( #8060 )
...
* Combine parent menu with single child
* Adapt fastroping Cut ropes action for the setting
* Change setting name and description
* Fix action object when child action has different object
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Adapt quickmount Change Seat actions
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-02-04 11:01:35 -06:00
PabstMirror
091d0d2449
Tripod - Fix blocking mouse wheel input handler ( #8090 )
2021-02-04 10:48:58 -06:00
PabstMirror
5ffcac9c88
Misc - Fix minor macro usage ( #8091 )
2021-02-03 17:56:18 -06:00
Dystopian
4acfc35e77
Cleanup unused variable ( #8074 )
2021-01-28 11:14:28 -06:00
jonpas
6522dba87e
Dragging - Fix mass synchronization ( #8071 )
...
* Dragging - Fix mass synchronization
* Cleanup redundant argument
2021-01-20 14:49:38 -06:00
Björn Dahlgren
fe544a274d
Ballistics - Add 30rnd 556 magazines to SCAR EGLM magwell ( #8054 )
2021-01-05 10:54:52 +01:00
Cyruz143
8eccabbc0a
Grenades - Use fnc_addToInventory ( #8016 )
...
* Try and put converted item back in the same container
* Update addons/grenades/functions/fnc_addChangeFuseItemContextMenuOptions.sqf
Co-authored-by: Dystopian <sddex@ya.ru>
* Update addons/grenades/functions/fnc_addChangeFuseItemContextMenuOptions.sqf
Co-authored-by: Dystopian <sddex@ya.ru>
* Less hacky handling of container names
* Return value convention
Co-authored-by: Dystopian <sddex@ya.ru>
2020-12-21 00:15:46 +01:00
Dystopian
50f740f9be
Optimize interaction menu conditions ( #8037 )
2020-12-17 21:28:54 +01:00
Brandon Danyluk
4058a7e42b
MissileGuidance - Active Radar Homing: Use AGL for nearestObjects
check ( #8045 )
...
* Use AGL for `nearestObjects` check
* remove empty line
2020-12-15 21:01:53 -06:00
Smith
5a6b21dd0b
Map Gestures - Fix briefing mode group ( #8025 )
...
* fix getting players from a group
* add brackets
Co-authored-by: jonpas <jonpas33@gmail.com>
* small refactoring
* remove useless parentheses
Co-authored-by: commy2 <commy-2@gmx.de>
Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: commy2 <commy-2@gmx.de>
2020-12-02 08:49:35 -06:00
Dedmen Miller
a64ba9f7a5
Arsenal - Remove useless isClass check in configClasses ( #8018 )
2020-11-29 19:21:53 +01:00
Dedmen Miller
0e88479220
Tagging - Remove useless isClass check in configClasses ( #8017 )
2020-11-29 19:21:41 +01:00
Cyruz143
2ec28c5946
Medical Engine - Hide actions that have ACE interactions ( #8003 )
2020-11-29 19:21:02 +01:00
Dystopian
9dc82ee187
Fix fnc_common_addToInventory using ( #8013 )
2020-11-25 13:22:25 -06:00
mharis001
137af792d2
Arsenal - Fix sort by load ( #8011 )
2020-11-24 15:29:43 +01:00
PabstMirror
109e12cc2b
Prep 3.13.5 Build 57
2020-11-16 17:46:16 -06:00
PabstMirror
d887b4a635
Merge branch 'master' into release-3.13.5
2020-11-16 17:45:54 -06:00
BaerMitUmlaut
ad75c7c9b8
Common / Medical - Fix loading patients into turret only seats ( #7980 )
...
* Fix loading patients into turret only seats
* Fix cargo logic, adjust function for captives (#8000 )
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-11-15 12:57:27 -06:00
BaerMitUmlaut
629942885e
Fix players occasionally being invincible after respawning ( #7999 )
2020-11-10 10:07:42 -06:00
PabstMirror
a621d2eb72
Medical Statemachine - Ensure bleedout condition string is code ( #7998 )
2020-11-10 10:06:45 -06:00
Elgin675
92cd367765
Translations - Add French "Medical_Statemachine_CardiacArrestBleedout" keys ( #7997 )
2020-11-08 17:46:13 -06:00
Dedmen Miller
1efa25fe2b
Explosives - Add clackerAdded
event ( #7994 )
...
* Add clackerPlaced event
* Update docs/wiki/framework/events-framework.md
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-11-08 17:26:02 -06:00
BaerMitUmlaut
0c84cdd375
Fix unconscious medics not being healed by other AI medics ( #7995 )
2020-11-08 16:32:02 -06:00
BaerMitUmlaut
d27122fa16
Medical Status - Fix unconscious AI aiming at enemies ( #7977 )
...
* Fix unconscious AI aiming at enemies
* Improve handling when locality changes
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-11-08 16:27:10 -06:00
Laid3acK
718d282263
Ballistics - Update the B 556x45 dual ( #7982 )
...
* B_556x45_dual
* B_556x45_dual
2020-11-08 16:26:30 -06:00
BaerMitUmlaut
0e642758d6
Medical Statemachine - Add setting to disallow bleedout in cardiac arrest ( #7547 )
...
* Add setting to disable bleedout in cardiac arrest
* Improve setting name and description
2020-11-08 16:24:44 -06:00
BaerMitUmlaut
119450f4e9
DAGR / Interaction Menu / Repair - Fix overwriting globals ( #7990 )
...
* Remove global DAGR_NEXT variable
* Remove global ERR variable
* Fix overwriting global this variable
* Fix overwriting global total and hitpoint variables
* fix condition
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-11-08 15:54:14 +01:00
Elgin675
5d1aa28419
Translations - Add French "Medical_Treatment_bodybagWhileStillAlive" key ( #7993 )
2020-11-07 17:08:01 -06:00
Elgin675
95d4dc811b
Translations - Update French Translations (Arsenal, Markers and Medical GUI) ( #7987 )
...
* Translation - Add french "Arsenal_sortByProtection" keys
* Translation - Add french "Markers_Timestamp" keys
* Translation - Add french "Medical_GUI_InteractionMenuShowTriage" keys
2020-11-07 09:36:12 -06:00
Elgin675
712a27788f
Translations - Update / Fix French Translations (Medical Treatment) ( #7988 )
...
* Translations - Fix French "TreatmentTime" keys.
* Translations - Add French "TreatmentTime" keys.
* Translations - Fix some french keys (medical_treatment).
* Translation - Add french "Treatment_WoundStitchTime" and "AllowBodyBagUnconscious "keys
* Translations - Fix french "Medical_Treatment_AllowSelfStitch_DisplayName" key
* Fix french "Medical_Treatment_MedicIV_Description" key
* Fix french "Medical_Treatment_AllowSelfIV_DisplayName" key
2020-11-07 09:35:40 -06:00
PabstMirror
bc7194942f
Update fnc_sortStatement_protection.sqf ( #7989 )
2020-11-05 18:42:41 +01:00
PabstMirror
12ad406fa3
Prep 3.13.5 Build 56
2020-11-02 23:01:40 -06:00
BaerMitUmlaut
af2973a9f0
Fix spare wheels receiving fall damage ( #7978 )
2020-11-02 21:43:49 -06:00
PabstMirror
ff2136c98f
Update fnc_fillSort.sqf ( #7981 )
2020-11-02 21:42:48 -06:00
Brett
9226035d59
Arsenal - Conditional on sorts ( #7889 )
...
* Arsenal - conditional on sorts
* fix: zero divisor
* update fnc_addSort
* Update fnc_fillSort.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-11-02 12:23:44 -06:00
BaerMitUmlaut
260706cb9f
Fix door opening for buildings with 10+ doors ( #7975 )
2020-11-02 12:22:53 -06:00
mharis001
171fbf1e9e
Medical Treatment - Settings cleanup ( #7973 )
2020-10-30 23:40:10 -05:00
PabstMirror
2ca13fc022
Medical - Cleanup preload debugging, bump to 2.00 ( #7976 )
2020-10-30 13:29:13 -05:00
mharis001
aab8d8eb32
Medical Treatment - Title case autoinjector item names ( #7974 )
2020-10-30 14:45:28 +01:00
PabstMirror
b991fe1343
Arsenal - Sort by protection (helm, uniform, vest) ( #7952 )
...
* Arsenal - Sort by protection (helm, uniform, vest)
* Update fnc_sortStatement_protection.sqf
* split to 2 different sorts
2020-10-29 11:38:31 -05:00
BaerMitUmlaut
b389740a29
Medical AI - Fix AI healing itself too fast when hit ( #7955 )
...
* Fix AI healing itself too fast when hit
* make time constants gvars
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-10-29 11:38:24 -05:00
diwako
2b0db19807
Medical - Adjustable times for many treatment actions ( #7951 )
...
* adjustable times for most constant treatment times
* add new line, formatting
* cleanup merge
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-10-29 11:37:44 -05:00
Brett
9e3409fc6e
Medical - Allow placing unconscious in a body bag ( #7941 )
...
* medical: allow placing unconscious in a bodybag
* Always show body bag action on non-awake units
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-10-29 11:37:36 -05:00
Drofseh
ef56a2dc32
Remove MAR-10 magazines from AWM magwell ( #7777 )
2020-10-29 11:37:15 -05:00
Freddo
afb3dad22b
Markers - Add timestamps ( #7947 )
...
* Add timestamps to markers
* Tiny tweaks
* Update addons/markers/functions/fnc_canTimestamp.sqf
Co-authored-by: Brett <brett@bmandesigns.com>
* Update addons/markers/functions/fnc_initInsertMarker.sqf
Co-authored-by: Brett <brett@bmandesigns.com>
* Add timestamp format setting
* Script cleanup, move checkbox under desc
* Fix stringtable validation
* Tweaks
* Remove styling from stringtable
* Edit timestamps instead of append
Credits to @PabstMirror
Co-authored-by: Brett <brett@bmandesigns.com>
2020-10-29 11:36:59 -05:00
Daniel Gibson
174223bddf
Medical - Add Treatment Time Addon Settings ( #7900 )
...
* Added Addon Settings for several Medical Treatment Times
Tourniquets, IV Bags, Syringes, Splints, and Body Bags.
* Fixed stringtable indentation
* And again
2020-10-29 11:07:30 -05:00
mjc4wilton
2220822d30
Gunbag - Add BI Arsenal Compatibility ( #7887 )
...
* Initial Commit
* Remove development components
* Adapt to ACE_player & resolve returned assignment
* Update addons/gunbag/functions/fnc_BIArsenalClose.sqf
Co-authored-by: commy2 <commy-2@gmx.de>
Co-authored-by: commy2 <commy-2@gmx.de>
2020-10-29 10:12:51 -05:00
Brett
78c307196d
Medical - Show triage level in interaction ( #7940 )
...
* medical: show triage in interaction
* rename
* clean up comments
* Update addons/medical_gui/functions/fnc_modifyActionTriageLevel.sqf
Co-authored-by: jonpas <jonpas33@gmail.com>
* Update addons/medical_gui/functions/fnc_modifyActionTriageLevel.sqf
Co-authored-by: jonpas <jonpas33@gmail.com>
* Add setting (disabled, enabled, medicsOnly)
* Apply suggestions from code review
Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
2020-10-28 19:08:00 -05:00
Brett
a67d6eecb0
Arsenal - Provide reference to the current box ( #7948 )
...
* arsenal: provide ref to current box
* use objNull instead of nil
* Update fnc_openBox.sqf
2020-10-26 12:01:18 -05:00
PabstMirror
0f6a9ecb87
Zeus - Don't allow creating a new zeus module if we already are one ( #7970 )
2020-10-25 14:01:59 -05:00
Walthzer
84b18d3f06
Slideshow - Add "SlideChanged" event ( #7954 )
...
* Implement Events in slideshow framework.
* Update function header
* Pass correct agruments to next call of autoTransiton.
* Add return of slideshow ID
Return slideshow ID so it can be stored for later use with the events.
* Replace repeat code with variable. _image.
* Redundant comment removal
* Update addons/slideshow/functions/fnc_createSlideshow.sqf
Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
2020-10-25 12:14:57 -05:00
Laid3acK
8e999ae0cf
Scopes - Weapons IronSightBaseAngle updated ( #7958 )
...
* spar_IronSightBaseAngle
* spar_IronSightBaseAngle
* spar_IronSightBaseAngle
2020-10-25 10:49:44 -05:00
Joko
153644b77a
Reload/Interaction - Fix 2 hemtt ingame errors ( #7924 )
...
* fix 2 hemtt ingame errors
* Extract broken calls to function
* Update addons/interaction/functions/fnc_doRemoteControl.sqf
Co-authored-by: Dystopian <sddex@ya.ru>
Co-authored-by: Dystopian <sddex@ya.ru>
2020-10-21 11:17:42 -05:00
Brett
25cc139dba
Vehicle Lock: add events ( #7938 )
...
* vehiclelock: events
* Update addons/vehiclelock/functions/fnc_lockpick.sqf
Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
* Update addons/vehiclelock/functions/fnc_lockpick.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Update addons/vehiclelock/functions/fnc_lockpick.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-10-21 10:38:07 -05:00
BaerMitUmlaut
e07d2ae5d5
Make refuel nozzle unbreakable ( #7957 )
2020-10-21 10:37:14 -05:00
Filip Maciejewski
73e151ea5d
Include only highest res mipmaps in maptools overlay textures ( #7953 )
...
2048x2048 boys
2020-10-10 23:44:11 +02:00
BaerMitUmlaut
4cfe26b842
Disable damage for all cargo objects ( #7946 )
2020-10-10 18:58:38 +02:00
BaerMitUmlaut
56baf2bfd0
Fix engine fire position of Kamaz trucks ( #7945 )
2020-10-09 12:55:16 -05:00
Cyruz143
d19bdceda1
Grenades - Remove ref to missing audio ( #7928 )
...
* Remove ref to missing audio
* Removing unused dummy files
2020-10-09 12:54:41 -05:00
Elgin675
aa74178702
Translation - add/fix french keys in 'explosives' module ( #7942 )
2020-10-05 11:40:26 -05:00
Björn Dahlgren
8651d4c97d
Fastroping - Fix inconsistent usage of ARR macro ( #7936 )
2020-10-05 11:40:03 -05:00
Taha
e53bc23ebf
Turkish Language Update ( #7909 )
...
Added missing translation to Turkish
2020-10-04 10:57:46 -05:00
PabstMirror
5fa490aef3
Update CfgVehicles.hpp ( #7935 )
2020-10-03 20:21:48 -05:00
Neviothr
6278b67370
Frag - Add frag values to R_MRAAWS_HE_F ( #7927 )
...
* Add frag values to R_MRAAWS_HE_F
* damn tabs
* Use GVAR() macro
2020-10-03 18:32:21 -05:00
Freddo
e27110aac3
Explosives - Add CBA settings for max/min/default timer values ( #7916 )
...
* Transfer to CBA settings, add timer options
* Remove wiki note
* Tweak arrays, stringtables
* moveToSQF
2020-10-03 12:00:06 -05:00
Björn Dahlgren
8e7f9b6db5
Medical Treatment - Fix invalid usage of ARR macro ( #7933 )
2020-10-03 10:21:29 -05:00
Björn Dahlgren
c4e7092ebf
Hearing - Fix invalid usage of ARR macro ( #7932 )
2020-10-03 10:21:20 -05:00
Björn Dahlgren
2f3732003f
Fastroping - Fix invalid usage of ARR macro ( #7931 )
2020-10-03 10:21:10 -05:00
Björn Dahlgren
aa3d28e5be
Arsenal - Fix invalid usage of ARR macro ( #7930 )
2020-10-03 10:20:59 -05:00
Elgin675
f25e023fd6
Translations - Fix french translations (Fastroping) ( #7910 )
...
* Fix french fastroping translations
* Add nickname to 'authors.txt"
2020-10-03 10:20:46 -05:00
Brett
e2e31efd54
Arsenal - Remove launcher sorts ( #7890 )
2020-09-29 19:04:37 +02:00
Cyruz143
38baa8dc6c
Check if vehicle has simEnabled before mounting ( #7886 )
2020-09-03 10:56:49 -05:00
PabstMirror
434b0b9a11
Prep 3.13.4 Build 55
2020-08-30 21:57:20 -05:00
PabstMirror
530b24e893
Merge branch 'master' into release-3.13.4
2020-08-30 21:57:02 -05:00
Cyruz143
ee75268205
Adding splits + torniquets to simple crate ( #7885 )
2020-08-30 21:55:26 -05:00