commy2
|
05d30c5573
|
convert log macros to cba versions (#4282)
* convert log macros to cba versions
* Add changes to AB
* remove obsolete macro
|
2016-10-02 12:55:31 +02:00 |
|
SilentSpike
|
9e4fd77745
|
Update common event names to meet new standard
|
2016-06-03 22:39:43 +01: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
|
a9ebcf8543
|
fix setVariable and getVariable capitalization
|
2015-11-30 17:27:09 +01:00 |
|
commy2
|
2b05f6f451
|
fix isNil capitalization
|
2015-11-30 17:22:16 +01:00 |
|
commy2
|
d9b90258bc
|
fix typeOf capitalization
|
2015-11-30 17:19:57 +01:00 |
|
commy2
|
34d351c652
|
fix exitWith capitalization
|
2015-11-30 17:14:05 +01:00 |
|
PabstMirror
|
5cbfe4f2a5
|
local -> private
|
2015-11-17 14:02:20 -06:00 |
|
PabstMirror
|
64de91ed06
|
Add warning for duplicate setting modules.
|
2015-10-18 23:34:11 -05:00 |
|
PabstMirror
|
57f88fe77a
|
Ace_modules - Pass synced objects to functions
|
2015-07-01 01:53:15 -05:00 |
|
PabstMirror
|
8abd488a43
|
Read server modules before "SettingsInitialized" on clients
|
2015-06-09 01:27:59 -05:00 |
|
PabstMirror
|
d727cb400a
|
Modules - fix addEventHandler
|
2015-06-02 12:15:58 -05:00 |
|
esteldunedain
|
333cb80171
|
Delay initialization of ACE_Modules until settings are properly setup
|
2015-05-30 01:18:23 -03:00 |
|
Glowbal
|
7ceaf7907a
|
Indentation
|
2015-03-22 12:45:46 +01:00 |
|
Glowbal
|
d7e43ce28e
|
First draft
|
2015-03-22 12:39:26 +01:00 |
|