Daniël
ccbc32238e
Properly handle minute offset with negative timezone
2023-11-14 21:13:08 +01:00
johnb432
ee9162bc63
Update addons/markers/initSettings.sqf
2023-11-14 11:10:43 -08:00
Daniël
aa5208d94a
Merge pull request #1 from Daniel-H123/markerUtcSysTime
...
Allow UTC minutes offset for marker timestamp
2023-11-14 18:52:28 +01:00
Daniël
991a2fbd8d
Modify english description for offset settings
2023-11-14 18:51:14 +01:00
Daniël
256623e3aa
Prevent timestamp going over 24 after adding minutes offset
2023-11-14 18:50:10 +01:00
Daniël
ee9871a171
Add translation for UTC minute offset setting
2023-11-14 09:51:12 +01:00
Daniël
f98c5a5e04
Add UTC minutes offset setting
2023-11-14 09:44:42 +01:00
Daniël
3d3d9732e6
Add minutes UTC offset to timestamp
2023-11-14 09:38:50 +01:00
Daniël
51283455a4
Add support for UTC+13 and +14 timezone
2023-11-14 09:22:29 +01:00
Daniël
b7a82da5ed
Updated hour offset calculation
2023-11-13 19:23:12 +01:00
Daniël
42f3f48b0b
Fixed merge conflict
2023-11-13 19:05:09 +01:00
Daniël
8982994271
Updated script to allow offset to exeed midnight in the past
2023-11-13 18:45:11 +01:00
Daniël
18f465b301
Updated script to allow offset to exeed midnight in the past
2023-11-13 18:45:05 +01:00
Daniël
ba26991b8d
Updated script to allow offset to exeed midnight in the past
2023-11-13 18:43:50 +01:00
Daniël
9cc7fdcd8f
Bugfix return absolute positive number with modulo
2023-11-13 10:02:25 +01:00
Daniël
52c1de73a5
Review suggestion
2023-11-13 00:56:55 +01:00
Daniël
3596b6af9b
Implemented review changes
2023-11-12 22:20:28 +01:00
johnb432
d6b009cd84
Merge branch 'master' into pr/9121
2023-11-12 19:25:54 +01:00
Grim
141410bb47
Update release drafter for new labels ( #9641 )
...
Update release-drafter.yml
2023-11-12 11:47:17 -03:00
Grim
3fcef89c97
Common - Add support for non-blocking progress bar ( #9493 )
...
* add support for non-blocking-progressbar
* switch to cutRsc
* Remove fade in/out
* Update HintConfig.hpp
* Add param to and cleanup header
* Update addons/common/functions/fnc_progressBar.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* remove key handler
---------
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2023-11-11 11:22:17 -03:00
Grim
b53d760f4a
Medical - Change default Fatal Injuries Source setting to Either ( #9543 )
...
change default fatal injuries setting
2023-11-11 11:21:00 -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
Björn Dahlgren
dc944b1879
CI - Run HEMTT on Windows for binarization ( #9590 )
2023-11-01 02:29:22 +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
johnb432
5ae5e514b1
Documentation - Add johnb432 to maintainers ( #9604 )
2023-10-28 20:49:26 +00: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