Bailey
3af57174d6
fix NLAW overfly
2023-01-31 14:12:34 -07:00
PabstMirror
952375c676
Tools - Add dummy rtms to make ace buildable by current mikro tools ( #9135 )
2023-01-28 14:13:45 -06:00
JonBons
6b3aa3e0a2
Common - Hide cursor during progress bar ( #9128 )
...
* Common - Hide cursor during progress bar (w/ CBA setting)
* Fix base class define
* Removed CBA setting for disabling hiding of the cursor for the ACE progress bar
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-01-24 13:57:10 -06:00
GhostIsSpooky
5d759e7b5f
Zeus - Don't disembark group players on Garrison ( #9130 )
2023-01-23 19:23:49 -06:00
DanielH
25a508e3ae
Changed CBA files location ( #9124 )
2023-01-23 12:14:00 -06:00
Bailey
d1f57911e9
make tweaks for PLOS movement path
2023-01-20 19:58:22 -07:00
Bailey
01ac87da34
Fix NLAW guidance that was causing massive overfly
2023-01-20 18:55:39 -07:00
Bailey
0957a3356f
Change configs to enclose strings for calculations
2023-01-20 18:55:00 -07:00
Bailey
abef4fd8ad
Merge branch 'master' into missileDynamics
2023-01-20 16:59:52 -07:00
PabstMirror
16dee0a280
Merge branch 'master' into pr/8215
2023-01-19 22:35:23 -06:00
Bailey
832b0c9c3e
Merge remote-tracking branch 'brett/hemtt_v10'
2023-01-18 21:52:46 -07:00
ace3mod
a997ae60bf
[Docs] Update component dependencies
...
Automatically committed through CI.
[ci skip]
2023-01-06 22:32:11 +01:00
Mike-MF
6860b557fb
Western Sahara Compatibility ( #9082 )
2023-01-06 22:31:36 +01:00
TACHarsis
e21ffc4c32
Arsenal - Fix non-local loop variable use in fnc_fillRightPanel.sqf ( #9115 )
...
* Fixed use of loop variable from outside of function and using local variable instead
* Update addons/arsenal/functions/fnc_fillRightPanel.sqf
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
2023-01-05 20:45:13 -06:00
GhostIsSpooky
c241f2e2a2
fix config lookup ( #9106 )
2022-12-10 14:15:28 -06:00
KJW
1315cb77e6
Update fnc_showAltimeter.sqf ( #9108 )
...
Bug fix
CBA_fnc_removePerFrameEventHandler was used to remove the calculations for the altimeter, but does not exist. Replaced with CBA_fnc_removePerFrameHandler to rectify this issue.
2022-12-08 15:37:33 -06:00
BrettMayson
2f05c995a5
optionals
2022-12-07 03:46:41 -06:00
BrettMayson
f4ea56173b
fix PabstMirror review
2022-12-06 00:12:52 -06:00
BrettMayson
2fb1f00038
Update addons/field_rations/CfgUIGrids.hpp
...
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2022-12-03 18:53:17 -06:00
Smith
dc9a3eb064
Translations - Russian ( #9095 )
...
* Add missed & fix existed
* Fix russian translation when renaming
2022-12-03 13:57:43 -06:00
Cyruz
7f5a8e4099
Safety - Add optional flag to hide hint ( #9086 )
...
* Add optional flag to hide hint
* Update addons/safemode/functions/fnc_setWeaponSafety.sqf
* Update addons/safemode/functions/fnc_unlockSafety.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Update addons/safemode/functions/fnc_lockSafety.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2022-12-03 13:57:16 -06:00
Mike-MF
5693edc96d
Update fortify wiki ( #9092 )
2022-12-02 19:08:00 -06:00
PabstMirror
0169373b7b
Sog Compat - Cleanup class inheritance formatting ( #9107 )
2022-12-02 18:53:13 -06:00
Björn Dahlgren
553dabe60e
Refuel - Fix warnings when building with latest pboProject ( #9099 )
...
* Fix inconsistent trailing semicolon for macro MACRO_NOZZLE_ACTIONS
* Remove usage of access from refuel hose class
2022-12-02 16:25:09 -06:00
BrettMayson
3573aefb99
HEMTT v10 Compatibility
2022-11-28 02:48:20 -06:00
BrettMayson
e202765f91
Grenades - Change names of IR flares for consistency ( #9098 )
...
Didn't update Chinese, but all the others should be fine based on the other colors
2022-11-20 16:14:49 +00:00
BrettMayson
09dce6f937
Explosives - Fix invalid m57 specularPower ( #9094 )
2022-11-07 14:00:42 +00:00
diwako
b0df20c3e9
Viewports - Add viewports for RHS BMP3 ( #9062 )
2022-10-21 19:30:40 -05:00
mharis001
0e868dc26f
Interact Menu - Add doNotCheckLOS option for config actions ( #9054 )
2022-10-21 19:28:51 -05:00
TACHarsis
95a5fb040a
Arsenal - Add init/remove local events to Arsenal creation/destruction ( #9064 )
...
* Added two local events to arsenal
* onInitArsenal fired when Arsenal got initiated
* onRemoveArsenal fired when Arsenal got removed
* added them to the arsenal event listing in the docs
* Update addons/arsenal/functions/fnc_removeBox.sqf
Co-authored-by: BrettMayson <brett@mayson.io>
* Update addons/arsenal/functions/fnc_removeBox.sqf
Co-authored-by: BrettMayson <brett@mayson.io>
* Renamed events in accordance with event naming patterns sans "on"
* Apply suggestions from code review
Co-authored-by: BrettMayson <brett@mayson.io>
* Improved Docs
Co-authored-by: BrettMayson <brett@mayson.io>
2022-10-21 19:28:10 -05:00
mharis001
1208f7a2ce
Fastroping - Disable destruction for helper object ( #9051 )
2022-10-19 21:38:16 -05:00
Mike-MF
cabca961c1
Cargo - Update VTOL Cargo sizes ( #9066 )
2022-10-16 00:44:31 +02:00
Mike-MF
c2bbe482b5
Add images and icon to concertina wire. ( #9071 )
2022-10-13 12:13:20 -05:00
Krzyciu
8d61488e0e
Fortify - Polish translation update ( #9056 )
...
**When merged this pull request will:**
- Add missing Polish fortify translations
2022-10-09 15:05:27 -05:00
Psycool
28cdee6885
Korean Translation Update ( #9067 )
...
* KoreanTranslation
Someone has returned all the translations in Korean to English. there is no need to return them.
* koreantranslation
* Korean Typo Fix
* Korean Translation
2022-10-09 15:04:47 -05:00
Filip Maciejewski
97f211ecc5
Trenches - Polish translation update ( #9049 )
2022-10-02 23:45:30 +02:00
Filip Maciejewski
e632467fe2
Marker flags - Polish translation update ( #9048 )
2022-10-02 23:45:23 +02:00
Filip Maciejewski
928b1c5615
Towing - Polish translation update ( #9050 )
2022-10-02 23:45:17 +02:00
Filip Maciejewski
4837243b9a
Viewports - Polish translation update ( #9047 )
2022-10-02 23:41:40 +02:00
PabstMirror
d1a631b181
Prep 3.15.2
2022-09-27 10:47:03 -05:00
Vdauphin
39cb42d581
Hearing - Fix: CBA Extended Loadouts do not catch earplugs server side ( #9041 )
...
* Fix: Catch earplugs server side
CBA Extended Loadouts
* Remove events client side
* Add event to server and client
2022-09-23 12:40:57 -05:00
Dystopian
1096bd3308
Fix working if turned out ( #9030 )
2022-09-22 13:13:47 -05:00
BrettMayson
3882367060
Arsenal - Show attached objects in arsenal mission ( #9036 )
2022-09-22 13:10:28 -05:00
Nikita S
9dd0472b57
Added ACE Hearing Protection to 6M2 and helmets with 6M2 ( #9039 )
2022-09-22 13:09:32 -05:00
zharf
5587d9dc69
Arsenal - Fixed fetching loadout from extended loadout ( #9045 )
2022-09-22 13:06:00 -05:00
PabstMirror
22586fc137
Prep 3.15.1
2022-09-12 16:43:22 -05:00
Whigital
081e9f15a3
RHSAFRF Compat - Fix subsonic ammo ballistic attributes ( #8990 )
2022-09-10 13:03:02 -05:00
Whigital
b9ce02acf9
Explosives - Fix cellphone ringing if RF blocking present ( #8991 )
2022-09-10 13:02:53 -05:00
PabstMirror
accba4dd34
Update hunterkiller-framework.md ( #9026 )
2022-09-08 21:20:11 +02:00
ace3mod
abd3e383fb
[Docs] Update component dependencies
...
Automatically committed through CI.
[ci skip]
2022-09-08 14:42:25 +02:00