Ivanowicz
69374de48d
Added handling for depends = "total"
2023-12-09 18:27:59 +01:00
Ivanowicz
075be9a16a
Small fixes
2023-12-09 17:52:52 +01:00
Ivanowicz
773dfb58b0
Code cleanup
...
Changes to variable names for consistency, minor formatting fixes, removal of redundand comments
2023-12-09 00:26:10 +01:00
Ivanowicz
b551fc1ca4
Handling of complex depends parents, some cleanup
2023-12-08 18:53:56 +01:00
Ivanowicz
debeb1bb5d
Apply suggestions from code review
...
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
2023-12-04 19:25:09 +01:00
Ivanowicz
b8e93e2d28
Use cached data in setting damage and normalization
...
Takes cached data from getSelectionsToIgnore instead of checking for the conditions in setHitPointDamage and normalizeHitPoints
2023-12-03 21:56:43 +01:00
Ivanowicz
2c6411fae9
Small fix
2023-12-03 21:13:09 +01:00
Ivanowicz
99a401dc86
Adds RHS tank turret mudguards to ignored
2023-12-03 16:23:53 +01:00
Ivanowicz
8452fe012d
Switch to depends hashmap, non-ignored depends
...
Switched to depends hashmap, removed single-parent depends from ignored, removed now unnecessary multi-part names
2023-12-03 16:19:11 +01:00
Grim
d17dbe84ec
Update addons/repair/functions/fnc_getSelectionsToIgnore.sqf
2023-11-29 16:04:01 -03:00
Grim
3594902df3
Update fnc_canFullRepair.sqf
2023-11-29 16:02:20 -03:00
Grim
42e6a9fff2
Update addons/repair/functions/fnc_canFullRepair.sqf
...
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
2023-11-29 15:56:46 -03:00
Grim
03dcb5e21d
Update addons/repair/functions/fnc_addRepairActions.sqf
...
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
2023-11-29 15:56:35 -03:00
Ivanowicz
bf5c661305
Fix for unrepairable depends hitpoints
2023-11-29 16:58:01 +01:00
Ivanowicz
287a8d3a0e
Fix missing return values
2023-11-29 16:02:31 +01:00
Ivanowicz
f7bc73ed35
Improve repair point location for hull and engine hitpoints
2023-11-29 15:56:11 +01:00
Ivanowicz
011cc6a1cc
Fix for vehicles returning empty array with getAllHitPointsDamage
2023-11-26 18:23:04 +01:00
LinkIsGrim
bdc83f5205
second verse
2023-11-11 11:16:24 -03:00
LinkIsGrim
c92fd14037
params, whitespace
2023-11-11 11:15:20 -03:00
LinkIsGrim
aec6b529ce
Merge remote-tracking branch 'upstream/master' into pr/Ivanowicz/9580
2023-11-11 11:13:34 -03:00
johnb432
cf8c847811
Interaction - Add crew status check for some vehicle interactions ( #9637 )
...
* Added check for crew status
If a one or more passenger in a vehicle are conscious, not captive and hostile to the interacting unit, the interactions (passenger, cargo) will not appear.
* Update fnc_canInteractWithVehicleCrew.sqf
* Update fnc_canInteractWithVehicleCrew.sqf
2023-11-11 09:03:32 -03:00
Dystopian
74be4f1503
Towing - Fix swimming issues ( #9401 )
...
* Fix swimming issues
* Fix fire with rope in hand
2023-11-10 21:16:11 -03:00
johnb432
4dd2568fe0
Cargo - Remove cargo objects from zeus editable objects ( #9400 )
...
Remove cargo from zeus editable objects
2023-11-10 21:13:53 -03:00
Crowdedlight
548ab810df
Attach - Add config property to set object orientation ( #9623 )
...
* added possibility to define orientation on attach items in config
* added documentation on attach framework
* whitespace
* changed to use roll and yaw parameters instead of vectordir for easier usage, and to support placement view with rolled objects. Changed vector calculations
* Update addons/attach/functions/fnc_attach.sqf
* Docs and comments
* fix derp
* Update docs/wiki/framework/attach-framework.md
* Update attach-framework.md
---------
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2023-11-10 21:04:22 -03:00
johnb432
0330532cd2
Refuel - Add separate names for jerry can interactions ( #9625 )
...
Fix for #8115
2023-11-10 19:59:15 -03:00
johnb432
0ae00248c5
Medical Engine - Fix script error for 0 overall hitpoint armor ( #9633 )
...
* Update fnc_getHitpointArmor.sqf
* Update addons/medical_engine/functions/fnc_getHitpointArmor.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
---------
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2023-11-10 19:49:09 -03:00
Filip Maciejewski
9f9507931f
Dragging - Fix being able to load cargo if the system is disabled ( #9639 )
2023-11-10 14:56:22 -05:00
johnb432
c850a6a25f
Interaction - Allow pulling bodies out of wrecks ( #9618 )
...
Allow pulling bodies out of wrecks
2023-11-10 14:55:40 -05:00
Mike-MF
23d7624016
Medical Treatment - Lower suture weight from 1 to 0.1 ( #9635 )
...
Lower suture weight
2023-11-10 14:55:25 -05:00
Filip Maciejewski
7df63ffe2e
Dragging - Fix being able to load people into vehicles from any distance ( #9638 )
2023-11-10 14:54:31 -05:00
PabstMirror
6bc5193a79
Tools - Check example funcs in document_functions.py ( #9630 )
2023-11-08 12:00:05 -06:00
BroBeans
4fb9da7b08
Laser - Revert default code to 1111 ( #9588 )
2023-11-06 20:16:03 +00:00
Grim
163d750a0d
Arsenal - Use forceUnicode for search functions ( #9605 )
...
* use forceUnicode
* Update fnc_attributeAddItems.sqf
* Update fnc_handleSearchbar.sqf
2023-11-05 15:16:44 -05:00
PabstMirror
6ce625a52f
Cleanup spaces in config macros ( #9621 )
...
* Cleanup spaces in config macros
* remove extra whitespace before call
---------
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2023-11-05 12:36:00 -06:00
PabstMirror
2c5ef6a6ec
Refuel - Fix infinite recursion for getCapacity
on a non-CfgVehicle ( #9622 )
...
* Refuel - Fix infinite recursion for `getCapacity` checking a non-CfgVehicle
Close #9620
* Update addons/refuel/functions/fnc_getCapacity.sqf
2023-11-04 16:58:17 -04:00
BaerMitUmlaut
30ec1eda16
Goggles - Draw under HUD (requires 2.16) ( #9615 )
...
Goggles - Draw under HUD
2023-11-04 16:57:38 -04:00
jonpas
c80edd6f8e
NightVision - Draw under HUD (requires 2.16) ( #9614 )
...
* NightVision - Draw under HUD
Fix #6819
Requires Arma 3 v2.16
* Remove unnecessary version check - cutRsc takes extra parameters fine
2023-11-04 16:57:25 -04:00
Psycool
015b7ab3c2
Translations - Korean fixed ( #9624 )
...
* KoreanTranslation
Someone has returned all the translations in Korean to English. there is no need to return them.
* koreantranslation
* Korean Typo Fix
* Korean Translation
* Update stringtable.xml
* Korean Translation Added
Added Korean translation related to Cargo Refuel
* Merge branch 'master' of https://github.com/Psycool3695/ACE3
* Korean translation Add/Updated
* Fixed wrong strings
* Korean translation improved
* Korean translation updated
* Korean translation updated
* Fix Merge
* Update stringtable.xml
* Update stringtable.xml
* Korean translation updated
* Korean translation minor fix
* Korean translation fixed
---------
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-11-04 13:03:01 -05:00
BrettMayson
95e06254eb
Tools: HEMTT ignore has_include ( #9613 )
...
* Tools: HEMTT ignore has_include
* Fix make.py and sqfvmChecker.py for changes
---------
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-11-03 12:30:20 -05:00
Apricot
20676a2f03
Translations - Improve Japanese Medical Localization ( #9611 )
2023-11-01 19:40:42 +01:00
BrettMayson
836be21f2d
Tools - HEMTT PW3 fixes ( #9585 )
...
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-11-01 02:29:59 +01:00
jonpas
2dace6eb78
Medical Engine - Fix unconscious animations referencing invalid bones ( #9610 )
2023-11-01 02:28:17 +01:00
BrettMayson
e2154439a8
Medical Treatment - Add separate actions for colored body bags ( #9598 )
...
* medical treatment: separate actions for each bodybag
* remove extra icons
2023-10-30 16:54:29 -04:00
PabstMirror
37c4420da5
Configs - Fix case ( #9592 )
2023-10-27 20:55:42 -04:00
Grim
cdf6889b7d
Medical GUI - Increase Medical Menu side panel height ( #9484 )
...
taller side panels
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-10-27 20:55:30 -04:00
PabstMirror
3c8cff75d8
Arsenal - Add option to show live search results ( #9354 )
...
* Arsenal - Add option to show live search results
* use onEditChanged
* Update fnc_onKeyDown.sqf
* Update fnc_onKeyDown.sqf
* update script_components
* skip animate on live search
2023-10-27 20:55:14 -04:00
BrettMayson
f452d6633e
Arsenal - don't lowercase displayName ( #9597 )
2023-10-27 19:32:28 -04:00
Nilia119
d53bc62e27
Translation - German Addition/Improvement ( #9587 )
...
* Added German Translation
* Update addons/medical_treatment/stringtable.xml
Co-authored-by: Jo David <github@jonathandavid.de>
* Update addons/medical_treatment/stringtable.xml
Co-authored-by: Jo David <github@jonathandavid.de>
* Update addons/medical_treatment/stringtable.xml
Co-authored-by: Jo David <github@jonathandavid.de>
* Update stringtable.xml
* Update stringtable.xml
* Update addons/medical_engine/stringtable.xml
Co-authored-by: Jo David <github@jonathandavid.de>
* Update stringtable.xml
* Update stringtable.xml
---------
Co-authored-by: Jo David <github@jonathandavid.de>
2023-10-26 15:33:41 -05:00
Mike-MF
c52c543f4b
Medical Treatment - Fix missing semicolon ( #9591 )
...
Fix missing semicolon
2023-10-26 20:04:58 +00:00
Grim
bbcec5c468
Arsenal - Add param to skip refresh animation ( #9546 )
...
* add animate param
* add refresh param
* remove param from event
* add 3DEN handling, update docs
* derp
* fix doc numbering
2023-10-26 11:59:00 -05:00