johnb432
|
415d2f685c
|
General - Change FUNC to LINKFUNC where appropriate (#9882)
FUNC -> LINKFUNC
|
2024-03-28 13:57:23 -05:00 |
|
PabstMirror
|
a3aef6a066
|
General - Cleanup spaces in macros (#9769)
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
|
2024-02-05 14:04:24 -03: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 |
|
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 |
|
PabstMirror
|
a2f391cd59
|
Convert finger to CBA hashes (#4183)
|
2016-07-30 12:28:07 -05:00 |
|
PabstMirror
|
a6766b611f
|
Always add finger keybind so it is changeable (#3914)
|
2016-06-13 12:14:35 -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 |
|
BaerMitUmlaut
|
7fcbe93b71
|
Cleaned up excessive whitespace
|
2016-05-03 02:32:44 +02:00 |
|
commy2
|
ca9b909e75
|
fix CBA_fnc capitalization
|
2015-11-30 16:45:20 +01:00 |
|
PabstMirror
|
a48aded5e5
|
Fix Keybind
|
2015-06-09 15:02:22 -05:00 |
|
PabstMirror
|
c5c36c42e1
|
GVAR(enabled) - readme
|
2015-06-09 14:02:19 -05:00 |
|
PabstMirror
|
7d08469df9
|
Module for setting
|
2015-06-09 00:00:00 -05:00 |
|
PabstMirror
|
9d914d655a
|
Convert Finger to CBA/ACE format
|
2015-06-08 20:34:29 -05:00 |
|