Whigital
81b4c276f5
Common - Fix arithmeticGetResult hash values extraction ( #8503 )
2021-10-11 13:57:15 -05:00
Krzyciu
4f0fea8d67
Translations - Polish ( #8497 )
...
Add missing Polish translations
2021-10-11 00:27:06 +02:00
GhostIsSpooky
97deef5617
General - Use engine hashmaps ( #8468 )
...
Co-authored-by: Dedmen Miller <dedmen@users.noreply.github.com>
2021-10-10 18:55:14 +02:00
GhostIsSpooky
1b318433a2
Common - Add settings for additional progress bar information ( #8428 )
...
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-10-10 18:49:41 +02:00
BaerMitUmlaut
6128b8ef06
Common - Only switch side if necessary on person loading ( #6334 )
...
Co-authored-by: Serg Vergun <1197314+severgun@users.noreply.github.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-10-10 16:26:36 +02:00
Ozan Eğitmen
64decdd189
Cargo - Add Option to Reopen Menu After Unload ( #8487 )
...
Co-authored-by: jonpas <jonpas33@gmail.com>
2021-10-10 15:37:16 +02:00
Ozan Eğitmen
2a7eb07803
Use modelToWorldVisualWorld ( #8489 )
...
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-10-10 15:37:05 +02:00
PabstMirror
d780c02ef1
Misc - Adjust some functions to be more compatible with sqfvm ( #8494 )
2021-10-09 15:32:53 -05:00
classic
536ab0568f
Update of Japanese translation ( #8492 )
2021-10-08 09:05:06 -05:00
GhostIsSpooky
78f9fc964a
Common - Take container into account when replacing items ( #8379 )
...
* make registerItemReplacement add to proper container
* cleanup, fix variable in itemReplacements namespace
* add exception for not having room in original container
2021-10-07 00:10:19 -05:00
BaerMitUmlaut
8d804cf76d
Common - Add epilepsy friendly mode ( #8452 )
...
* Add epilepsy friendly mode
* Disable LSD vehicles in epilepsy friendly mode
2021-10-05 12:29:22 -05:00
Salluci
48912be73c
Captives - Disallow ACRE/TFAR radio usage on surrender/handcuff ( #8388 )
...
* Block radio on captive/surrendered/unconscious via status effect
* missing semicolon
* Don't broadcast setVar if radio addon doesn't exist
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-09-25 11:16:15 -05:00
Salluci
f9d064e5f4
Add TFAR 1.0 support ( #8392 )
2021-09-25 11:14:17 -05:00
Salluci
a4f24cbe3d
CSW - Fix AI reloading from GroundWeaponHolder ( #8399 )
...
* fix fnc_ai_handleFired
* remove debug messages
* use banana instead of FakePrimaryWeapon
* switch from dummy item to new weaponholder
* use exitWith instead of break
2021-09-25 10:39:03 -05:00
PabstMirror
58730b82fd
Common - Fix getAwakAnim for some vehicles ( #8435 )
2021-09-13 16:33:56 -05:00
PabstMirror
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
PabstMirror
0c1d7177c0
Common - Block user input on headbug fix ( #8398 )
...
* Common - Block input on headbug fix
* keep return
2021-08-28 14:56:13 -05:00
Kyle Mckay
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
Joko
08eadc7c19
Fix issues with action Eject on non local vehicles ( #8291 )
2021-07-23 17:25:00 -05:00
JoramD
ec0d950a3d
Common - Fix addToInventory
replacing existing weapon ( #8329 )
...
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-07-23 22:35:52 +02:00
Serg Vergun
5e56885b1e
Fix category duplication in Russian ( #8326 )
2021-07-22 11:59:17 -05:00
Kyle Mckay
e870e2f1f9
Common - Improve vehicle icon caching implementation ( #8318 )
...
* Use native hashmap for common vehicle icon caching
Should be more optimised
2021-07-18 18:26:23 +01:00
PabstMirror
59e3b07c36
Common - Fix gesture anim lockout for some launchers ( #8282 )
2021-06-28 00:01:32 -05:00
BaerMitUmlaut
9291d9b714
Medical - Hide cursor when unconscious ( #8269 )
...
* Hide cursor when blocking inputs
* Update addons/common/DisableMouseDialog.hpp
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Update addons/common/functions/fnc_disableUserInput.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Update addons/common/DisableMouseDialog.hpp
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-06-27 15:39:17 -05:00
PabstMirror
88b1c5b917
Tools - Add script to check sqf/config with sqfvm ( #8137 )
2021-04-20 12:39:05 +02: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
PabstMirror
22faa51233
Common - Fix Gesture mutex for scroll-wheel reloads ( #8142 )
...
* Common - Fix Gesture mutex for scroll-wheel reloads
* simplify gvars and add comments
2021-03-03 15:31:07 -06:00
Neviothr
75f7ed7532
Utilize isNotEqualTo ( #7929 )
...
* Utilize isNotEqualTo
* undo changes to some files
* redo some changes, fix based on @Vdauphin 's comment
* fix validator issues
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-02-27 11:05:05 -06:00
Dystopian
b151148542
Replace canAdd with CBA_fnc_canAddItem ( #8012 )
2021-02-27 10:26:12 -06:00
mharis001
5bc43fe247
Common - Improve getPylonTurret by using getAllPylonsInfo ( #8087 )
...
* Improve getPylonTurret by using getAllPylonsInfo
* Fix indentation
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-02-23 10:57:57 -06:00
PabstMirror
0570c0b861
Update fnc_cbaSettings_loadFromConfig.sqf ( #8118 )
2021-02-19 11:18:21 -06:00
TyroneMF
f85632cbbd
initial push ( #8099 )
2021-02-18 12:58:26 -06:00
PabstMirror
e8693c8db9
Various - Use configOf command for faster lookup ( #8100 )
...
* configOf
* replace some use of CBA_fnc_getObjectConfig
2021-02-18 12:58:08 -06:00
PabstMirror
b50a49c287
Convert all true/false in configs to 0/1 ( #8095 )
2021-02-08 04:14:45 +01:00
BaerMitUmlaut
ad75c7c9b8
Common / Medical - Fix loading patients into turret only seats ( #7980 )
...
* Fix loading patients into turret only seats
* Fix cargo logic, adjust function for captives (#8000 )
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-11-15 12:57:27 -06:00
Taha
e53bc23ebf
Turkish Language Update ( #7909 )
...
Added missing translation to Turkish
2020-10-04 10:57:46 -05:00
mharis001
0f08a18f89
Medical - Add force walk option to fracture setting ( #7852 )
...
* Medical - Add force walk option to fracture setting
* Add French translation
Co-authored-by: Elgin675 <elgin675@hotmail.com>
* Reduce calls to statusEffect_set (#7865 )
* Reduce calls to statusEffect_set
* statusEffect_addType fracture to forcewalk
Co-authored-by: Elgin675 <elgin675@hotmail.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-08-22 19:37:15 -05:00
Mysteryjuju
02a242b6e7
Enable trenches on snow on Thirsk Winter map ( #7830 )
...
Signed-off-by: Mysteryjuju <mysteryjuju42@gmail.com>
2020-08-04 09:21:29 -05:00
mharis001
553bba8ece
Common - Fix disableUserInput blocking already open Zeus display ( #7757 )
2020-06-19 10:36:24 -05:00
Smith
7a8a17b924
Add Russian translation ( #7742 )
...
* Russian translation
* Update AUTHORS.txt
* CSW Fix Russian translation
* Fix RU translation mistakes
* Small fixes RU translation
2020-05-31 16:04:21 -05:00
Taha
35e4c2ae35
Turkish Language Update ( #7690 )
...
* Fatal
Turkish Language Update
* Update AUTHORS.txt
* Update stringtable.xml
Problems solved
* Update stringtable.xml
Problems solved
* Update stringtable.xml
Problems solved
* Update stringtable.xml
Problems solved
* Fix medical_treatment
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2020-05-09 12:26:27 -05:00
Dominik Butschek
7a7485e016
Translations - Add missing Czech translation strings ( #7683 )
...
* add missing Czech translation strings
* improve ClearTraumaAfterBandage translation
2020-05-06 17:33:44 -05:00
PabstMirror
a9a69ac4ff
Headers - Fix function names in examples ( #7663 )
2020-04-25 08:41:45 +02:00
commy2
1d407b314b
fix Unknown name ( #7662 )
2020-04-24 23:59:47 +02:00
PabstMirror
1e2b88f170
Minor RPT cleanup ( #7658 )
2020-04-22 10:05:22 -05:00
mharis001
58a0cd860b
Common - Add isNotUnconscious canInteractWith condition
2020-02-22 17:07:32 -05:00
Whigital
1a2487d61f
Medical Feedback - Set volume and radio usage based current unit ( #7529 )
2020-02-22 21:24:47 +01:00
Whigital
8c2f53ac14
Revert quotation on string args
2020-02-12 22:07:19 +01:00
Whigital
80352519e1
conform isnil checking: common
2020-02-12 17:28:18 +01:00
PabstMirror
dd7ae389f9
Common - Fix canDig returning non-bool ( #7516 )
2020-02-08 19:43:42 -06:00