90ebf9638b
Update common event names to meet new standard
2016-06-04 11:12:56 +01:00
26fbc36cab
Merge branch 'master' into cbaEventSystem
2016-05-31 22:36:08 +02:00
e7fa02d0d9
Merge pull request #3812 from acemod/cbaDelayedExecFnc
...
Use new CBA delayed execution functions and deprecate ACE functions
2016-05-30 21:02:29 +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
e7dbcd7b58
Replace delayed execution functions with new CBA counterparts
2016-05-22 15:29:01 +02:00
ccaec31a90
Use new QFUNC and QEFUNC macros
2016-04-08 20:43:26 +02:00
17a882fe4d
Add findUnloadPosition integration
2016-01-26 18:01:01 -06:00
bfa29246be
replace private with private keyword in other half of common
2015-12-14 13:08:19 +01:00
cae9f436f6
Merge branch 'release'
2015-12-08 15:14:33 -06:00
cd68f9b320
Fix refuel unconc error - Man unloading for air
2015-12-07 13:54:41 -06:00
a9ebcf8543
fix setVariable and getVariable capitalization
2015-11-30 17:27:09 +01:00
d9b90258bc
fix typeOf capitalization
2015-11-30 17:19:57 +01:00
34d351c652
fix exitWith capitalization
2015-11-30 17:14:05 +01:00
412685e0ff
fix some code was commented out in loadPersonLocal and unloadPersonLocal
2015-09-25 11:15:25 +02:00
8704cd0321
fix additional bracket, formatting
2015-09-18 19:40:48 +02:00
a18f63d861
more common code cleanup
2015-09-18 19:12:38 +02:00
5047d4de1c
Switched to ACE_LOG<LEVEL>_# variation
2015-08-26 17:39:44 +02:00
097506076f
Fixed format usage in macros requiring ARR_# for it to work
2015-08-26 16:48:55 +02:00
9e10aa86d7
Standardize logging format through ACE_LOG macros
2015-08-26 15:32:54 +02:00
d3d3ea756d
isTouchingGround is unreliable for ground vehicles
...
#2020
2015-08-05 11:48:04 -07:00
4f53bdefb9
Suppress debug in fnc_unloadPersonLocal.sqf
2015-07-26 23:54:42 -07:00
7e6be08153
Improved unloading on roof tops
...
Less chance of patient being unloaded directly to the ground instead of the roof top where the helo has landed.
Probably not fool proof yet due to randomness. #1728
2015-06-23 16:11:00 -07:00
6b6ad93848
Fix for unable to unload from driver seat.
...
Improvement for helo's on roof tops and boats.
#1728
2015-06-22 19:48:28 -07:00
132ec343b0
Suppress debug
2015-06-13 12:39:29 -07:00
911a18d169
Expand maxDistance for findEmptyPosition from 10 to 13 to support the GhostHawk
...
Convert ASLtoPosition
#1575 and #1577
2015-06-13 12:37:10 -07:00
cbb620ba98
Change setPos to setPosASL to support roof tops and multi-level objects and faster code.
...
#1575 and #1577
2015-06-13 07:24:50 -07:00
1c0811aa31
Change from globalEvent to targetEvent
...
#1575 and #1577
2015-06-12 16:56:13 -07:00
072f2cc3a7
fix animation and consistently unload units from vehicle
...
#1575 and #1577
2015-06-11 15:56:11 -07:00
6a1724343d
remove debug
...
#1375
2015-05-25 11:38:28 -07:00
7141d251c7
create unloadPersonLocal
...
#1375
2015-05-25 09:41:24 -07:00