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 |
|