dependabot[bot]
418fc11e45
Bump lodash from 4.17.20 to 4.17.21 in /docs/src ( #8244 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-06 13:16:37 -05:00
JoramD
60cab0af6b
Parachute - Add failure chance ( #8226 )
...
* Initial push
* disable forgotten define
* Improve exitWith check
* Requested/suggested changes
* Requested changes
* Requested changes
2021-04-30 22:48:02 -05:00
Lupus the Canine
2973ea5814
Cargo - paradrop fixes ( #8203 )
...
* Small fixes in ace_cargo
Makes paradropItem and unloadItem invoke event "ace_cargoUnloaded" with parameters _itemObject, _vehicle and "paradrop" or "unload" respectivelty.
paradropItem invoked said event but if item was classname it would send classname to event which is not particularly useful.
* Update XEH_postInit.sqf
Moved event invocation to unloadItem, this provides ability to always pass object to eventhandlers.
* code refactor
refactored according to https://github.com/acemod/ACE3/pull/8203#discussion_r610394484
* Update fnc_paradropItem.sqf
apply new fix
* Revert "Update fnc_paradropItem.sqf"
This reverts commit 3db5cc1910
.
* Update fnc_paradropItem.sqf
fixed hint that was broken by previous fixes
* style check
Co-authored-by: commy2 <commy-2@gmx.de>
* style check
Co-authored-by: commy2 <commy-2@gmx.de>
* naming convention
replaced object references called _item with _object.
* Update fnc_paradropItem.sqf
Co-authored-by: commy2 <commy-2@gmx.de>
2021-04-30 22:38:57 -05:00
PabstMirror
537e5d7cb0
Markers - Fix marker scale ( #8233 )
2021-04-26 17:31:59 -05:00
Dedmen Miller
d50515694c
Attach - Added attached/detaching events ( #8193 )
...
* Added ace_attach attached/detach events
* Apply suggestions from code review
Co-authored-by: Jo David <github@jonathandavid.de>
* Apply suggestions from code review
Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: Jo David <github@jonathandavid.de>
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-04-26 11:56:11 -05:00
Abogado
f96b410fa0
Translations - Spanish ( #8229 )
...
Complete to date spanish translation.
2021-04-26 11:48:02 -05:00
PabstMirror
49b9b174ba
Extensions - Various Improvments ( #8227 )
2021-04-22 14:11:56 -05:00
Dabako
af4b9dffc3
RHS ARF Compat - Fix RPK74M wrong ammo bug ( #8223 )
...
* Fixed RPK74M wrong ammo bug
* Fix wrong deleted lines of code
* Edit rjs_weap_rpk74_base to rhs_weap_rpk_base
Co-authored-by: Dabako <github@dabakoworld.de>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-04-21 22:38:08 -05:00
JoramD
3a74ed3125
MicroDAGR - Add mode switching keybinds ( #8216 )
...
* Initial push
* Mode cycling
* Use defines
2021-04-21 22:37:25 -05:00
JoramD
5a57b9fdc5
Initial push ( #8225 )
2021-04-21 22:32:05 -05:00
frankplow
6843a221ad
Markers - Add scale slider ( #8059 )
...
Co-authored-by: commy2 <commy-2@gmx.de>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-04-21 22:36:08 +02:00
jonpas
ae33943973
Interact Menu - Make List default ( #8217 )
2021-04-21 22:35:35 +02:00
Laid3acK
6d20d62063
RHS USAF Compat - Nightforce NXS scopes updated ( #8222 )
2021-04-21 21:11:12 +02:00
Dystopian
5aa715689b
User Interface - Add setting for Development Build watermark ( #8140 )
...
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-04-20 23:26:48 +02:00
jonpas
581d76eacc
Documentation - Remove DeTex requirement ( #8220 )
...
DeTex is subscriber-only now, not required for building ACE3.
2021-04-20 18:04:34 +02:00
TyroneMF
a82cd2f6d1
Dragging - Fix build issue ( #8219 )
2021-04-20 17:37:22 +02:00
Dániel Boros
af54808f67
Dragging - Add new dragging animations ( #7950 )
...
* New custom animation added
* Adjusted CfgMoves and the script components
* New drop animation and key handler
* CBA settings and new ManActions added
* Adjustments to the drop animation
* Added translations and fixed some stuff
* Update CfgMovesBasic.hpp
* Fix translations
Co-authored-by: Elgin675 <elgin675@hotmail.com>
Co-authored-by: Blutze <37950828+Blutze@users.noreply.github.com>
* Use the same key to drop object
* Update addons/dragging/stringtable.xml
Co-authored-by: Jo David <github@jonathandavid.de>
* Fix French translation
Co-authored-by: Elgin675 <elgin675@hotmail.com>
* Lower the weapon accuracy of the drag animations
* Removed auto-switch to handgun
* Update fnc_startDrag.sqf
- Holding a launcher breaks the firing animation.
- Now the unit has to hold either a primary weapon or handgun.
* Handle the unit's current weapon
Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>
* Update addons/dragging/functions/fnc_handlePlayerWeaponChanged.sqf
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
* Update addons/dragging/initSettings.sqf
Co-authored-by: Elgin675 <elgin675@hotmail.com>
Co-authored-by: Blutze <37950828+Blutze@users.noreply.github.com>
Co-authored-by: Jo David <github@jonathandavid.de>
Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-04-20 13:33:58 +02:00
Salluci
f6cefa76a2
Medical - Add Vehicle Crashes setting ( #8149 )
...
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-04-20 13:10:50 +02:00
PabstMirror
88b1c5b917
Tools - Add script to check sqf/config with sqfvm ( #8137 )
2021-04-20 12:39:05 +02:00
PabstMirror
28cad69947
Tools - Add script to update HEMTT include folder ( #8134 )
2021-04-20 12:28:11 +02:00
Kyle J. McKeown
5aa6e564e0
Name Tags - Add ability to set custom rank icon ( #8174 )
2021-04-20 12:00:36 +02:00
Steve Zhao
dd454bdfbe
Medical - Allow unconscious unit in Taru pods ( #8168 )
...
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
2021-04-20 11:59:11 +02:00
R3voA3
5f1724d9b9
Map - Fix stuck map compass size (add 0.1 zoom duration) ( #8176 )
...
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-04-20 11:57:33 +02:00
TyroneMF
46c7bff1de
Particles - Fix macro ( #8214 )
...
* initial push
* Update script_component.hpp
* Update script_component.hpp
* Update script_component.hpp
2021-04-19 11:31:07 -05:00
commy2
72b88cc6dc
Fix Injured Sounds Not Playing At Altitudes Above 70 ( #8212 )
2021-04-17 22:28:52 +02:00
Dystopian
88e08dc130
Fix make.py temp files cleanup ( #8189 )
2021-04-17 12:08:18 -05:00
Brett
eeba8a8dbf
Medical - Add Alternative Survival Chance ( #8192 )
...
Co-authored-by: TyroneMF <TyroneMF@hotmail.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Kyle Mckay <5459452+kymckay@users.noreply.github.com>
2021-04-15 11:54:00 +02:00
BaerMitUmlaut
6970bf78e7
Overhaul CSW docs ( #8206 )
2021-04-12 08:52:53 +02:00
jonpas
f37f8bbe80
Mk6 Mortar - Fix README.md typo ( #8205 )
2021-04-09 13:15:40 -05:00
Pascal Dunaj
94d5e93485
Typo in usage example ( #8201 )
2021-04-08 13:35:10 -05:00
Filip Maciejewski
dceab7afa5
Update linguist settings ( #8151 )
2021-04-08 14:20:14 +02:00
Jo David
76676eee46
Adjust "New issue" link to lead to template selection page ( #8182 )
...
We want people to choose a template when creating a new issue
2021-03-24 16:18:59 +01:00
dependabot[bot]
34cb48b3fe
Bump is-svg from 4.2.1 to 4.3.1 in /docs/src ( #8177 )
...
Bumps [is-svg](https://github.com/sindresorhus/is-svg ) from 4.2.1 to 4.3.1.
- [Release notes](https://github.com/sindresorhus/is-svg/releases )
- [Commits](https://github.com/sindresorhus/is-svg/compare/v4.2.1...v4.3.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-19 19:11:54 -05:00
jonpas
14481e9be4
Documentation - Add Mikero binarization note ( #8172 )
2021-03-17 15:52:17 -05:00
PabstMirror
a90911a7fc
Various - Add missing units/weapons to cfgPatches ( #8175 )
...
* Various - Add missing units/weapons to cfgPatches
* Update config.cpp
2021-03-17 15:48:47 -05:00
Spindler Torsten
b167dff81a
Change displayShortName to MAVL for Maverick L ( #8161 )
...
Co-authored-by: TeTeT Nimitz <tetet.nimitz@gmail.com>
2021-03-12 12:57:56 -06:00
PabstMirror
8ac8da3188
Spectator - Fix displayUnloaded event ( #8158 )
2021-03-10 10:12:50 -06:00
PabstMirror
8bd4922fcc
Prep 3.13.6 Build 60
2021-03-09 17:06:50 -06:00
PabstMirror
8615df6211
Merge branch 'master' into release-3.13.6
2021-03-09 17:06:37 -06:00
Steve Zhao
c0db53770a
Add descriptions for hellfire variants ( #8157 )
2021-03-09 17:04:17 -06:00
PabstMirror
9bc5d6af27
Prep 3.13.6 Build 59
2021-03-08 22:12:36 -06:00
PabstMirror
d2ceeed154
Merge branch 'master' into release-3.13.6
2021-03-08 22:07:18 -06:00
BaerMitUmlaut
dcfb5aa224
Enable forgotten unconscious fade in/out effects ( #8156 )
2021-03-08 17:14:19 -06:00
PabstMirror
05ab4ba677
Javelin - reduce soft-launch motor delay ( #8152 )
2021-03-07 13:25:14 -06:00
classic
7112bebaa7
Update Japanese translation ( #8150 )
2021-03-06 14:27:35 -06:00
Dystopian
69c3d2bb65
Add Weapon Attachments interaction ( #7706 )
...
* Add Weapon Attachments interaction
* Apply recommended changes
* Format addPEH
Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
* Remove toLower
* Update required CBA version
* Rename category to Accessories
* Change setting var name
* Add setting description
* Fix notification size
* Optimize with new commands
Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
2021-03-04 11:43:11 -06:00
classic
c60e4111d8
Update Japanese translation ( #8146 )
2021-03-04 11:27:06 -06:00
Neil Evers
d64050554d
Arsenal - Fix Zeus UI lockup after closing arsenal ( #8102 )
...
* Fix Zeus UI lockup after closing arsenal
* Removed redundant line
* use ACE_player
* Always reset cameraview
2021-03-03 22:11:24 -06:00
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