commy2
|
89ecc81111
|
convert common events to CBA playerEvents
|
2016-06-22 01:39:20 +02:00 |
|
Glowbal
|
8c9b31b1c7
|
Merge pull request #3815 from acemod/cbaEventSystem
Deprecate ACE events framework
|
2016-06-09 14:20:26 +02:00 |
|
jonpas
|
2cc1252f81
|
Remove unused CfgInventoryGlobalVariable in movement and improve debugging
|
2016-06-05 12:45:53 +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
|
8585ea5688
|
add framework to add virtual mass to containers
|
2016-05-03 18:12:47 +02:00 |
|
commy2
|
4335bfbfcf
|
replace inventoryDisplayLoaded with DisplayLoad event
|
2016-02-21 21:24:39 +01:00 |
|
commy2
|
e56e18bff3
|
Code cleanup 1.54
|
2016-01-06 22:42:02 +01:00 |
|
PabstMirror
|
fb0738bd30
|
Merge branch 'master' into release
|
2015-12-31 20:27:26 -06:00 |
|
PabstMirror
|
db50b5313d
|
getName can return raw or sanatized html tags
|
2015-12-11 12:01:50 -06:00 |
|
commy2
|
ca9b909e75
|
fix CBA_fnc capitalization
|
2015-11-30 16:45:20 +01: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
|
1ca0d66f30
|
Initial categories
|
2015-04-30 22:02:20 +02:00 |
|
PabstMirror
|
36b92b3d44
|
Don't do client stuff on dedicated.
|
2015-04-12 22:44:19 -05: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
|
47e8282d98
|
Movement/Climb Keybind
|
2015-01-23 16:05:14 -06:00 |
|
commy2
|
e67602d76e
|
port movement
|
2015-01-18 06:45:28 +01:00 |
|