Commit Graph

9 Commits

Author SHA1 Message Date
4f515ec4e1 QGVAR captives, interaction 2016-05-25 20:23:53 +02:00
c4b75160a4 Run event renaming script 2016-05-24 14:13:11 +01:00
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
c01052e5bf Update ace_zeus function headers 2015-08-15 21:11:49 +01:00
13b7e7ae72 Updated parameterization in Zeus module. 2015-08-05 00:10:54 +02:00
67e5e31394 Change zeus modules to run globally
Zeus modules were only running on the *server* rather than the local machine. This resulted in the variable used to cache the object zeus has its cursor over not existing and therefore the modules didn't work at all.
2015-07-29 12:25:04 +01:00
186d4d0583 Fix for #1665 2015-07-20 21:14:30 +01:00
94a6eefa32 using new string macros 2015-06-04 19:33:19 +01:00
a30f6be713 Better module naming convention 2015-06-01 20:56:56 +01:00