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 |
|
commy2
|
001942b2ed
|
Vehicle Lock - Enable for planes (#6646)
* enable vehicle lock module for planes
* Add actions to planes
* improved lazy eval
* remove superfluous parent class check
* IS_KIND_OF_ANY macro
* Update addons/vehiclelock/functions/fnc_moduleSync.sqf
* Improve handleVehicleInitPost XEH
|
2018-10-21 16:37:16 -05:00 |
|
Dedmen Miller
|
0633b807fa
|
Some Refactoring (#6607)
* SwitchUnits
* tacticalLadder
* vehiclelock
* vector
* Typo, thanks circleCI
* Fix stuff
* Fix animate loop
|
2018-10-09 20:21:46 -05:00 |
|
PabstMirror
|
87ee34ba35
|
vehicleLock - Use QGVAR
|
2016-05-24 19:37:24 -05: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 |
|
PabstMirror
|
27c5598135
|
vehicle inventory lock - compatibility with acre
|
2016-04-24 11:26:13 -05:00 |
|
PabstMirror
|
726bf8d407
|
Headers, Formating, Fixes, Lock Inventory Option
|
2015-03-15 11:27:21 -05:00 |
|