154 Commits

Author SHA1 Message Date
660c677546 Translations - Add Ukrainian (#11009)
Ukrainian localization
2025-07-15 09:04:33 -05:00
e66c88e641 General - Fix load order issues for arsenal statBase (#10957) 2025-06-19 21:17:07 -05:00
32c7181766 General - Make type syntax in header more consistent (#10681)
* Fix spelling and casing of types

* Fix spelling and casing

* Fix syntax of multi-types and plural of types

* POSITION -> ARRAY

* Remove implicit nil

* Fix type

* Remove optional type

* Rename BOOLEAN to BOOL

* Add helper script

* Add docs

* Remove optional

* Unify optional argument syntax

* Fix spelling of public functions

* Fix for multiple types

* Update fnc_getDelayItem.sqf

* Apply review findings

* Fix more findings

* Fix type

* Move default value after TYPE

* Do not allow for | in types and allow nested types using < >

* Fix spelling

* Improve validation of argument type for documentation

* Apply suggestions from code review

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

* Standardize header syntax

---------

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2025-06-14 04:59:19 -07:00
b97b9f547a Arsenal - Fix stats for disposable launchers and hide overpressure stats for CSW items (#10809)
* Arsenal - Fix stats for disposable launchers in 3den

* Overpressure - Hide stats for CSW items
2025-03-18 21:29:18 -03:00
d06d71ee22 Common/Hearing - Small cleanup / sort (#10733)
* Common/Hearing - Small cleanup / sort

* stop the bleeeeding

* actually stop the bleeeding

---------

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2025-02-08 16:59:46 -06:00
8eb3312c19 Overpressure - Add to vehicle/static Missile Launchers and Recoilless Guns (#10270)
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2025-02-08 18:22:12 -03:00
4903e85cbf Translations - Add Simplified Chinese (#10596)
* Chinesesimp on ddons\frag\stringtable.xml

* Chinesesimp on addons\zeus\stringtable.xml

* Chinesesimp on addons\common\stringtable.xml

* Chinesesimp on addons\hearing\stringtable.xml

* Chinesesimp on addons\interaction\stringtable.xml

* Chinesesimp on addons\medical_damage\stringtable.xml

* Chinesesimp on addons\advanced_throwing\stringtable.xml

* Chinesesimp on addons\ai\stringtable.xml

* Chinesesimp on addons\aircraft\stringtable.xml

* Chinesesimp on addons\arsenal\stringtable.xml

* Chinesesimp on addons\ballistics\stringtable.xml

* Chinesesimp on addons\captives\stringtable.xml

* Chinesesimp on addons\cargo\stringtable.xml

* Chinesesimp on addons\hunterkiller\stringtable.xml

* Chinesesimp on addons\interaction\stringtable.xml

* Chinesesimp on addons\irlight\stringtable.xml

* Chinesesimp on addons\killtracker\stringtable.xml

* Chinesesimp on addons\laser\stringtable.xml

* Chinesesimp on addons\maptools\stringtable.xml

* Chinesesimp on addons\marker_flags\stringtable.xml

* Chinesesimp on addons\markers\stringtable.xml

* Chinesesimp on addons\maverick\stringtable.xml

* Chinesesimp on addons\medical_ai\stringtable.xml

* Chinesesimp on addons\medical_damage\stringtable.xml

* Chinesesimp on addons\medical_engine\stringtable.xml

* Chinesesimp on addons\medical_gui\stringtable.xml

* Chinesesimp on addons\medical_status\stringtable.xml

* Chinesesimp on addons\medical_treatment\stringtable.xml

* Chinesesimp on addons\medical_vitals\stringtable.xml

* Chinesesimp on addons\nightvision\stringtable.xml

* Chinesesimp on addons\novehicleclanlogo\stringtable.xml

* Chinesesimp on addons\overheating\stringtable.xml

* Chinesesimp on addons\overpressure\stringtable.xml

* Chinesesimp on addons\realisticnames\stringtable.xml

* Chinesesimp on addons\refuel\stringtable.xml

* Chinesesimp on addons\reload\stringtable.xml

* Chinesesimp on addons\reloadlaunchers\stringtable.xml

* Chinesesimp on addons\repair\stringtable.xml

* Chinesesimp on addons\scopes\stringtable.xml

* Chinesesimp on addons\tagging\stringtable.xml

* Chinesesimp on addons\towing\stringtable.xml

* Chinesesimp on addons\ui\stringtable.xml

* Chinesesimp on addons\vehicle_damage\stringtable.xml

* Update translation of "Override"

on addons/hunterkiller/stringtable.xml

* Update translation of "Force"

on addons/hunterkiller/stringtable.xml
2024-12-26 19:08:11 -06:00
bd48a26d55 General - Stringtable terminating newline (#10507)
add terminating newline
2024-11-12 19:05:56 +01:00
654f2e97c4 General - Sort stringtable entries alphabetically (#10475)
* Sort stringtables

* Hippity hoppity get off of my property

* Run command again
2024-11-12 09:35:57 -08:00
c87e2cb3b5 Overpressure - Add editor range attribute for vehicles (#10411)
* feat: overpressure settings

note: doesnt work yet

* fix: stuff

* feat: overpressure slider

it works fine now

* style: remove macro padding

* doc: fix typo

* lint: fix tabs

* refactor: switch slider attribute to text attribute & add -1 check.

* fix: change to localized strings

* fix: typo

* Update addons/overpressure/functions/fnc_firedEHOP.sqf

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>

* Update addons/overpressure/functions/fnc_firedEHOP.sqf

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>

* Update addons/overpressure/functions/fnc_firedEHOP.sqf

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>

* Update addons/overpressure/functions/fnc_firedEHOP.sqf

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>

* Update addons/overpressure/functions/fnc_firedEHOP.sqf

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>

* feat: rename CfgEden

* Rename: part 1

* Rename: Part 2

* Update addons/overpressure/CfgEden.hpp

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>

* Update addons/overpressure/functions/fnc_firedEHOP.sqf

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>

* Update fnc_firedEHOP.sqf

Signed-off-by: bluefield <59333909+bluefieldcreator@users.noreply.github.com>

* Update addons/overpressure/functions/fnc_firedEHOP.sqf

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>

* Update addons/overpressure/functions/fnc_firedEHOP.sqf

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>

* Update config.cpp

Signed-off-by: bluefield <59333909+bluefieldcreator@users.noreply.github.com>

* Update AUTHORS.txt

Signed-off-by: bluefield <59333909+bluefieldcreator@users.noreply.github.com>

* Update addons/overpressure/functions/fnc_firedEHOP.sqf

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

* Update addons/overpressure/CfgEden.hpp

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

* Update addons/overpressure/functions/fnc_firedEHOP.sqf

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

* Update fnc_firedEHOP.sqf

Signed-off-by: bluefield <59333909+bluefieldcreator@users.noreply.github.com>

* Update fnc_firedEHOP.sqf

Signed-off-by: bluefield <59333909+bluefieldcreator@users.noreply.github.com>

---------

Signed-off-by: bluefield <59333909+bluefieldcreator@users.noreply.github.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2024-10-22 13:15:30 -05:00
d7c84607d9 General - Add private and remove some unused vars (#10371)
* General - Add private and remove some unused vars

* Update fnc_onFired.sqf

* move debug vars inside ifdef

* Update fnc_calculateMuzzleVelocity.sqf

* Update fnc_navigation.sqf

* remove airDensity from calculateMuzzleVelocity

---------

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-10-21 12:49:33 -05:00
3504835c87 General - Use objectParent for vehicle detection (#10397)
* General - Use objectParent for vehicle detection (HEMTT L-S18)

* var_all_caps cleanup
2024-10-15 14:56:52 -05:00
a2fc60475d Translations - Spanish (#10374)
Translations - Improve Spanish 3.18

When merged this pull request will:

Fill missing Spanish translations
2024-10-08 21:26:40 -05:00
f090c71126 General - Fix Command Case (#10286)
* run 'hemtt utils sqf case'

* fix config as well

* fix event casing

* Update addons/towing/functions/fnc_attachRopePFH.sqf

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

* Update addons/refuel/functions/fnc_startNozzleInHandsPFH.sqf

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

* Update addons/rearm/functions/fnc_takeSuccess.sqf

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

* Update addons/rearm/functions/fnc_grabAmmo.sqf

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

* Update addons/medical_treatment/initSettings.inc.sqf

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

* Update addons/captives/functions/fnc_setSurrendered.sqf

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

* Update addons/captives/functions/fnc_handleZeusDisplayChanged.sqf

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

* Update addons/captives/functions/fnc_handlePlayerChanged.sqf

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

* Update addons/captives/functions/fnc_handlePlayerChanged.sqf

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

* Update addons/arsenal/functions/fnc_onArsenalOpen.sqf

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

* Update addons/arsenal/functions/fnc_onArsenalClose.sqf

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

* Update addons/spectator/functions/fnc_ui.sqf

* Update addons/ui/XEH_clientInit.sqf

* Update addons/ui/functions/fnc_setElements.sqf

* Update addons/fcs/functions/fnc_getAngle.sqf

* Update addons/fcs/functions/fnc_getAngle.sqf

* Update addons/fcs/functions/fnc_getAngle.sqf

* Update addons/captives/functions/fnc_handleZeusDisplayChanged.sqf

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

* Update addons/captives/functions/fnc_setHandcuffed.sqf

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

* Update addons/captives/functions/fnc_setHandcuffed.sqf

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

* Update addons/captives/functions/fnc_setSurrendered.sqf

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

* Update addons/common/functions/fnc_displayTextStructured.sqf

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

* Update addons/medical_treatment/initSettings.inc.sqf

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

* Update addons/medical_treatment/initSettings.inc.sqf

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

* Update addons/medical_treatment/initSettings.inc.sqf

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

---------

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-09-03 11:52:33 -05:00
d2b4630376 Overpressure - Minor cleanup (#10279)
Cleanup
2024-08-31 01:01:35 -07:00
6304a9e5f3 Translation French (#10236)
* Update translate Hearing french

* update map tools

* trad fr

* correction

* Translate realisticnames

* compat_ws translate fr

* translate FR

* Update stringtable.xml

* Update addons/cookoff/stringtable.xml

space correction

---------
2024-08-21 21:16:43 -05:00
45f9301019 Korean translation updated (#10104)
* 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

* Korean translation updated

* Update stringtable.xml

* Spacing fixed

* Korean translation updated

* Spacing fixed

* Korean translation updated

* Korean translation updated

* Korean translation updated

---------

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2024-07-02 13:14:19 -05:00
ad4af0d553 Translations - Improve Japanese (killtracker/overpressure) (#10088)
killtracker/overpressure
2024-06-25 21:43:24 -05:00
b013ab81d5 Translations - Italian and German (#10087)
* Grenades italian+german translation

* Fix english typo in MicroDAGR

* Medical Treatment italian+german translations

* Realisticnames italian+german translations

* Hitreactions italian+german translations

* Fix italian typo in 3 addons

* Cookoff italian+german translations

* Killtracker italian+german translations

* Zeus italian+german translations

* Overpressure italian+german translations

* Compat RF italian+german translations

* Realisticnames Fix italian+german oversight

* Compat WS italian+german translations

* Compat CUP-CSW italian translations

* Compat CUP-NVG italian translations

* Fixup overpressure
2024-06-24 16:44:41 -05:00
05d6327e5e Translation - Update Russian for small features (#10085)
* Translation - Update Russian for new features

* Up to date translate RU
2024-06-22 20:24:00 -05:00
1439680795 Overpressure - Separate backblast and overpressure range coefficient (#10070)
* feat: separate overpressure and backblast configurations

* documentation: remove undefined return

* typo: trace macro padding

* refactor: add range<number> return

* refactor: reuse return values for overpressure coef

* refactor: reuse return values for backblast coef

* whitespace

Co-authored-by: Drofseh <Drofseh@users.noreply.github.com>

* headers

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

* feat: change backblast limit to 0

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

* remove: deleted ACE_Settings.hpp

* fix: update postInit.sqf event handler to register new GVARs

* fix: remove `ACE_Settings.hpp`

* typo: add spacing

Co-authored-by: Drofseh <Drofseh@users.noreply.github.com>

* typo: fix spacing

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

* feat: switch distanceCoef minimun value to 0

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

* typo: update the slider checks with new minimuns

temporary solution until i figure out the EH

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

* feat: new stringable elements

* Update stringtable.xml

* Added translations

* Switched order of settings to match age of settings

* setting require restart, split adding firedEH

* Added notifications about mission restart

---------

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Co-authored-by: Drofseh <Drofseh@users.noreply.github.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2024-06-20 22:30:33 +02:00
95b7951919 General - Use variable for checking if medical is enabled (#10063) 2024-06-18 00:07:38 +00:00
a3aef6a066 General - Cleanup spaces in macros (#9769)
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
2024-02-05 14:04:24 -03:00
8ca5263f18 Common - Make FUNC(isModLoaded) case-insensitive (#9704)
* Update fnc_isModLoaded.sqf

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

* Update fnc_isModLoaded.sqf

---------

Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-12-31 17:45:01 -08:00
d70fbd5765 Translations - Complete Italian + almost complete German translation (#9673)
* medical_gui italian translations

* csw italian translations

* interact_menu italian translations

* switchunits italian translations

* trenches italian translations

* parachute italian translations

* vehicles italian translations

* viewdistance italian translations

* common italian translations

* magazinerepack italian translations

* vehiclelock italian translations

* overpressure italian translations

* ui italian translations

* medical_treatment italian translations

* medical_treatment german translations

* nametags italian translations

* overheating italian translations

* viewrestriction italian translations

* grenades italian translations

* ai italian translations

* aircraft italian translations

* arsenal italian translations

* arsenal german translations

* hellfire italian translations

* reload italian translations

* nightvision italian translations

* medical_damage italian translations

* towing italian translations

* fortify italian translations

* finger italian translations

* dragging italian translations

* viewports italian translations

* explosives italian translations

* killtracker italian translations

* killtracker german correction

* gforces italian translations

* noradio italian translations

* reloadlaunchers italian translations

* cargo italian translations

* medical_engine italian translations

* field_rations italian translations

* maverick italian translations

* slideshow italian translations

* medical_ai italian translations

* advanced_fatigue italian translations

* marker_flags italian translations

* tagging italian translations

* fastroping italian translations

* markers italian translations

* medical_statemachine italian translations

* microdagr italian translations

* novehicleclanlogo italian translations

* realisticnames italian translations

* irlight italian translations

* laser italian translations

* ballistics italian translations

* interaction italian translations

* medical_status italian translations

* medical_feedback italian translations

* medical italian translations

* map_gestures italian translations

* casings italian translations

* logistics_rope italian translations

* repair italian translations

* fieldmanual italian translations

* refuel italian translations

* refuel german translations

* intelitems italian translations

* gunbag italian translations

* fire italian translations

* cookoff italian translations

* smallarms italian translations

* zeus italian translations

* zeus german translations

* vehicle_damage italian translations

* advanced_ballistics italian translations

* advanced_throwing italian translations

* artillerytables italian translations

* captives italian translations

* chemlights italian translations

* compat_sog italian translations

* compat_rhs_usf3 italian translations

* compat_ws italian translations

* compat_ws german translations

* concertina_wire italian translations

* dogtags italian translations

* dragon italian translations

* fcs italian translations

* flashlights italian translations

* flashsuppressors italian translations

* frag italian translations

* gestures italian translations

* hitreactions italian translations

* hot italian translations

* huntir italian translations

* kestrel4500 italian translations

* laserpointer italian translations

* logistics_uavbattery italian translations

* logistics_wirecutter italian translations

* main italian translations

* map italian translations

* maptools italian translations

* medical_blood italian translations

* missileguidance italian translations

* missionmodules italian translations

* mk6mortar italian translations

* nlaw italian translations

* optionsmenu italian translations

* pylons italian translations

* quickmount italian translations

* rearm italian translations

* respawn italian translations

* sandbag italian translations

* scopes italian translations

* spectator italian translations

* spectator german translations

* tripod italian translations

* volume italian translations

* weaponselect italian translations

* weather italian translations

* winddeflection italian translations

* dagr italian translations

* headless italian translations

* hearing italian translations

* towing italian translations

* yardage450 italian translations

* Grammar Suggestion

* Fix Error from merge conflict resolution
2023-12-11 19:31:02 -06:00
464ab0cefb Tools - Add HEMTT SQF support and fix commas are not semicolons (#9663)
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
2023-12-07 03:20:47 +00:00
aa48e87323 Translations - Improve and overhaul Japanese localization. (#9657)
* More Japanese

* bit tweak

* cargo missing

* little bit better wording

* update medicaly

* more medical

* Grenade Things and more

* common and csw

* minor tweaks

* even more tweaks

* I want this to be the final update

* overhaul not over yet

* Finaly finaly it's over. maybe.

* zeus med module update addition

* range things

* Update stringtable.xml

* Update stringtable.xml

* Update stringtable.xml

* progress bar

* revert and feedbackicon

feedback is still used??? i can't check that

* Captive fix and Specialist things

* Training level required

* time things

* Zeus_ModuleUnloadFromCargo

* error fix

* revert field manual cause conflict with portuguese

* reattempt field manual

* advanced wording

* magazine name and chemlight name

* space

* I forgot change that

* Jam and cookoff meaning

* space is important

* Pointing
2023-12-01 17:50:58 -06:00
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
12f0cbbef9 Translations - Add French Translations (#9557)
Signed-off-by: Mysteryjuju <mysteryjuju42@gmail.com>
2023-10-22 14:44:37 -05:00
742626ff1a General - Relative script_component.hpp includes (#9378)
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-12 20:58:10 +02:00
8d107776c4 Overpressure - Fix invulnerable units taking backblast damage when firing launchers (#9256) 2023-07-14 22:33:54 +03:00
3d3aa8d877 Update Spanish translation (#9203)
An update of the spanish to the text strings that have been added lately.
2023-05-29 18:22:37 -05:00
dc9a3eb064 Translations - Russian (#9095)
* Add missed & fix existed

* Fix russian translation when renaming
2022-12-03 13:57:43 -06:00
fc17697ef7 Overpressure - Fix backblast originating at projectile (#8985)
* Overpressure - Fix backblast originating at the projectile

* RHSUSF - Improve backblast for shoulder launchers

* RHSAFRF - Improve backblast for shoulder launchers

* RHSGREF - Improve backblast for shoulder launchers

* RHSSAF - Improve backblast for shoulder launchers

* Overpressure - Simplify projectile offset and cache lookups

* Overpressure - Remove parentheses and use array as hash key

* Overpressure - Rename caching function and move lookup
2022-08-01 18:32:02 +01:00
cce1700f9c Translations - Add Missing Polish (#8921)
* Translations - Add Missing Polish

When merged this pull request will:

- Add missing Polish Translations

* Missing space

* Typo

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>

* Typo

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2022-05-28 12:30:28 -05:00
74e49d1f5a Translations - Add and Improve Missing Japanese (#8924)
* Japanese Translation Update

Fill missing Japanese translation and Weird translation fixes made long ago.

* Remove Corner Bracket and change it to apostrophe

* Update STR_ACE_Common_unloadWeapon

* Update SunflowerSeeds Description
2022-05-27 14:06:51 -05:00
61f74831a1 Korean Translation 100% done (#8899)
* Korean Translation 100% done

fixed typos, changing the Korean transliteration of proper nouns, and changing the meaning of the original to a more understandable interpretation without compromising the transmission of the original

* Something Edited

edit incorrect translation and add typo correction
2022-05-09 20:28:28 -05:00
3b79693717 Added Missing German Translation (#8870)
- Added Missing Translation in CSW
- Added Missing Translation in field_radio
- Added Missing Translation in finger
- Added Missing Translation in noradio
- Added Missing Translation in overpressure
2022-04-09 13:49:26 -05:00
7197be2f49 Localization - Improve Simplified Chinese (#8781)
* Improve Chinese translation

* Optional Compat SOG and Tracers Simplified Chinese

* Fix settings string not correctly localized

* Fix mode of heli minigun have no realistic name

* Fix Regex replace flaw

* fix merge

* Various improvements

* Translate CSW, fix short name not short

* Trim

* Magazines naming

* Minor tweak

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2022-02-14 15:57:50 -06:00
9ff5d34ce7 Common - Add cache to fnc_isModLoaded (#8794)
* add isModLoaded cache

* add missing brackets

* missed one

* Update fnc_handlePunjiTrapDamage.sqf

* Update fnc_isModLoaded.sqf

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2022-01-30 11:56:20 -06:00
4d53d9ce44 Translation - Korean v2.0 (#8768)
* Add files via upload

* Add files via upload

* Delete stringtable.xml

* Delete advanced_ballistics directory

* Add files via upload

* Add files via upload

* Add files via upload

* Normalize line endings

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2022-01-12 14:41:09 -06:00
9c946727cc General - Setting category cleanup (#8640)
* General - Setting category cleanup

- Localize ACE Uncategorized
- Add subcategories for everything in Uncategorized
- Put colors in subCategory (alphabetically last)
- Add extra info on ViewDistance settings descriptions
- Move all settings to initSettings.sqf

* Update initSettings.sqf
2021-10-30 16:42:47 -05:00
7bc6fdfa66 Cleanup - Trim all trailing whitespace (#8651) 2021-10-30 16:42:03 -05:00
06336b8dcf Overpressure - fix default setting for distanceCoefficient (#8634) 2021-10-28 14:17:19 -05:00
998f86f034 General - Move to CBA Settings (#8461)
* first pass

* second pass

* third pass

* final pass

* missing commas

* newlines

* switch to cba eventhandler

* newlines, formatting

* laser - movedToSQF

* add logging to ace_common_fnc_cbaSettings_loadFromConfig

* Update initSettings.sqf

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-10-11 15:48:30 -05:00
efe09682cc Add SQFC support (#8235)
* sqfc

compile_script
cba 3.15.5 and update make.py

* \n

Co-authored-by: jonpas <jonpas33@gmail.com>

* Update make.py

Co-authored-by: jonpas <jonpas33@gmail.com>
2021-09-03 19:08:34 -05:00
56123591a0 Update contribution documents (#8382)
* Update code guidelines for script_component

* Update contributing documents for pull requests

- Reflect true attribution practices
- Reflect true merge process (this changed a long time ago)

* Remove listed maintainer from component readmes

We have almost never used these and serve as a source of confusion for
new contributors.
2021-08-16 20:17:56 +01:00
f96b410fa0 Translations - Spanish (#8229)
Complete to date spanish translation.
2021-04-26 11:48:02 -05:00
056560e798 Update German Translations (#7469) 2020-02-22 21:53:35 +01:00
65e1601114 Backblast - Fix damage disabled units receiving damage from backblast (#7505)
* Fix damage disabled units receiving damage from backblast

* Add variable check
2020-02-07 13:27:40 -06:00