Mike-MF
1c6c4d6bff
All - Fix parentheses around code ( #10073 )
...
* Fix Brackets around code
* Update fnc_handleFired.sqf
* Shouldn't have changed this one
---------
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2024-06-18 14:08:03 +00:00
johnb432
8fc093de8f
Grenades - Code cleanup ( #9979 )
...
* Improved various aspects of grenades
* Update addons/grenades/functions/fnc_flashbangExplosionEH.sqf
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
* Update addons/grenades/functions/fnc_incendiary.sqf
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
* Update addons/grenades/functions/fnc_incendiary.sqf
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
* Update fnc_flashbangExplosionEH.sqf
* More cleanup
* Update fnc_incendiary.sqf
* Update fnc_incendiary.sqf
* Update fnc_flashbangThrownFuze.sqf
* Update fnc_flashbangThrownFuze.sqf
* Update addons/grenades/functions/fnc_nextMode.sqf
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
* Update addons/grenades/functions/fnc_flashbangExplosionEH.sqf
* Update addons/grenades/functions/fnc_incendiary.sqf
* Removed fix that is included in another PR
* Update fnc_incendiary.sqf
* Messed up merge conflict resolution
---------
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2024-06-18 01:05:01 -07:00
johnb432
9760095c42
Grenades - Fix how incendiary grenades do damage to vehicles ( #9983 )
...
* Allow incendiary grenades to damage multiple vehicles
Disable incendiaries damaging invulnerable vehicles
* Apply fire damage to vehicles even after grenade detonation
* Update fnc_damageEngineAndWheels.sqf
* Update fnc_incendiary.sqf
* Update fnc_damageEngineAndWheels.sqf
* british people don't exist
---------
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2024-06-11 07:59:36 -07:00
johnb432
be9797d11d
Grenades - Add grenade rolling ( #10005 )
...
* Add grenade rolling
* Added some safeguards
* Use `setVectorDirAndUp` instead of rotation
* Don't allow players to roll grenades when in vehicles
* Grenades - Rolling only add PFEH when needed (#10015 )
* Grenades - Rolling only add PFEH when needed
* Corrected minor typo, moved variable init in preInit, fixed bugs
---------
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Don't switch modes if grenade can't be thrown
* Minor tweaks
---------
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2024-05-27 02:19:52 -07:00
johnb432
d7c1984a5a
Grenades - Fix not being able to switch throw modes in FFV ( #10012 )
2024-05-24 20:06:13 -03:00
johnb432
415d2f685c
General - Change FUNC
to LINKFUNC
where appropriate ( #9882 )
...
FUNC -> LINKFUNC
2024-03-28 13:57:23 -05:00
GhostIsSpooky
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
Cyruz143
b21535665b
Grenades - Add throwable explosive charges ( #7860 )
...
* First pass on adding throwable explosives
* Moved fnc call to postinit
* Disabled gits auto CRLF bs
* Changing fnc name and call
* Move names to string table
* Using vanilla icon and removing explosive depend
* More stringtable conversions
* Missing semi-colons causing RPT error
* Update addons/grenades/stringtable.xml
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
* Remove empty strings
* Update addons/grenades/stringtable.xml
Co-authored-by: Elgin675 <elgin675@hotmail.com>
* Add compatibility with "realistic names" modules, and add french translation
* Fix little mistake
* Update addons/grenades/stringtable.xml
Co-authored-by: Elgin675 <elgin675@hotmail.com>
* Add setting
* Change setting name, use ace_settingsInitialized
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: Elgin675 <elgin675@hotmail.com>
2020-08-24 12:45:56 -05:00
BaerMitUmlaut
0a05401e74
Fix cookoff locality issues ( #4799 )
...
* Fix locality issue with box cookoff
* Add grenade fired EHs on hcs and dedis
2017-01-02 17:55:44 -06:00
PabstMirror
1a4ed7b7b4
Grenades - disable throw mode / keybind if advThrow ( #4350 )
2016-09-06 21:54:42 +02:00
commy2
9a93dffc3b
port A2 incendiary grenades
2016-08-13 11:49:36 +02:00
jonpas
b54d1985f1
QGVAR and fix gforces, goggles, grenades, hearing, interact_menu
2016-05-25 01:57:41 +02:00
SilentSpike
c4b75160a4
Run event renaming script
2016-05-24 14:13:11 +01:00
SilentSpike
108ff4f644
Replace ACE event system calls with CBA counterparts
...
Regex used:
\[(.+?),(.+?),(.+?)\]\s+call\s+E?FUNC\((common,)?(target|object)Event\)
[$1,$3,$2] call CBA_fnc_targetEvent
E?FUNC\((common,)?(server|global|local)Event\)
CBA_fnc_$2Event
E?FUNC\((common,)?(add|remove)EventHandler\)
CBA_fnc_$2EventHandler
2016-05-22 16:47:39 +01:00
commy2
73d5b3c77b
relace ace_common_fnc_canUseWeapon with CBA_fnc_canUseWeapon
2016-02-20 22:41:24 +01:00
esteldunedain
0b9695ce70
Apply the ufeh to ACE_Grenades
2016-02-06 17:20:30 -03:00
commy2
6cc920dc34
Code Cleanup Grenades, fix dedicated server AI thrown flasbangs do nothing
2015-09-26 22:39:12 +02:00
jokoho48
b7e02da1cc
remove if (!hasInterface) from PFH
...
move ! in ()
2015-09-11 16:58:26 +02:00
jokoho48
7bf7066cfd
Code cleanup of grenades module.
2015-08-13 22:36:58 +02:00
jonpas
763cb07629
Macro STRING to LSTRING
2015-05-28 21:59:04 +02:00
jonpas
6072e14077
Changed all strings to macros (except external)
2015-05-27 19:04:25 +02:00
Glowbal
131468f0d8
plurals
2015-04-30 22:39:33 +02:00
Glowbal
1ca0d66f30
Initial categories
2015-04-30 22:02:20 +02:00
PabstMirror
7e383dc10e
#198 canInteractWith EGVAR -> EFUNC
2015-03-20 17:55:39 -05:00
commy2
b5f307919e
replace canInteract with canInteractWith
2015-03-15 13:00:10 +01:00
PabstMirror
4018742f26
Return False on keyUp Code
2015-03-05 02:51:24 -06:00
PabstMirror
0919e59719
Key Bind Redo (except vector)
2015-03-05 01:32:26 -06:00
PabstMirror
1a61148053
Grenades Cleanup
...
Shouldn't be any change to functionality
Headers
Formating
simplifying (waitAndExecute)
exceptions/canInteract for keybind
2015-02-14 00:39:09 -06:00