ACE3/addons/fortify
Grim e06c6f7835
General - Replace toLower with toLowerANSI where applicable (#9790)
* General - Replace toLower with toLowerANSI where applicable

* whoops

Co-authored-by: PabstMirror <pabstmirror@gmail.com>

* Update addons/repair/functions/fnc_setHitPointDamage.sqf

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>

* Update addons/repair/dev/draw_showRepairInfo.sqf

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>

* Update addons/tagging/XEH_preStart.sqf

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>

* Update addons/vehicle_damage/functions/fnc_handleCookoff.sqf

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>

* Update addons/tagging/XEH_preStart.sqf

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>

* comparment -> compartment

* Update fnc_showHud.sqf

* Update fnc_registerObjects.sqf

* Update addons/common/functions/fnc_cbaSettings_settingChanged.sqf

---------

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-03-07 22:08:13 +01:00
..
functions General - Replace toLower with toLowerANSI where applicable (#9790) 2024-03-07 22:08:13 +01:00
UI Merge ACEX (#8415) 2021-10-14 10:46:43 -05:00
$PBOPREFIX$ Merge ACEX (#8415) 2021-10-14 10:46:43 -05:00
ACEX_Fortify_Presets.hpp Fortify - Categories (#9167) 2023-03-18 19:23:20 -05:00
Cfg3DEN.hpp Merge ACEX (#8415) 2021-10-14 10:46:43 -05:00
CfgEventHandlers.hpp Various - use compile_script macro for new addons (#8516) 2021-10-15 12:53:44 -05:00
CfgVehicles.hpp ACEX - change module's category to ace from acex (#8567) 2021-10-20 16:29:43 -05:00
CfgWeapons.hpp Arsenal - Add Tools category and moveOnOverwrite parameter to FUNC(addCustomRightPanelButton) (#9247) 2023-07-21 22:39:48 +03:00
config.cpp ACEX Merge - Use BWC_CONFIG macro (#8554) 2021-10-18 11:42:17 -05:00
initSettings.inc.sqf Tools - Add HEMTT SQF support and fix commas are not semicolons (#9663) 2023-12-07 03:20:47 +00:00
README.md Documentation - Add notes about ACEX variables (#8549) 2021-10-18 11:49:33 -05:00
script_component.hpp Merge ACEX (#8415) 2021-10-14 10:46:43 -05:00
stringtable.xml Translations - Complete Italian + almost complete German translation (#9673) 2023-12-11 19:31:02 -06:00
XEH_missionDisplayLoad.sqf Merge ACEX (#8415) 2021-10-14 10:46:43 -05:00
XEH_postInit.sqf Fortify - Fix funds being lost when canceling deploy (#8992) 2022-08-17 12:59:07 +02:00
XEH_preInit.sqf Tools - Add HEMTT SQF support and fix commas are not semicolons (#9663) 2023-12-07 03:20:47 +00:00
XEH_PREP.hpp Fortify - Add map area markers for Fortify objects (#8525) 2021-11-08 00:21:36 +01:00
XEH_preStart.sqf Merge ACEX (#8415) 2021-10-14 10:46:43 -05:00

ace_fortify

Allows quick placement of fortifications.

ACEX Conversion - things still using acex prefix

  • Some settings
  • CfgVehicles Module Classnames
  • ACEX_Fortify_Presets config
  • Events (acex_fortify_objectPlaced, acex_fortify_objectDeleted, acex_fortify_onDeployStart)