jonpas
|
331c3c70cb
|
Verify and fix cargo, nametags, rearm, reload, repair, ui, Convert infoDisplayChanged in common and mk6mortar Rsc's
|
2016-05-24 18:58:27 +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 |
|
PabstMirror
|
ab769757d9
|
Skip Depends Hitpoints - Use HitPoints selPos for wheels
Stuff
Normalize Depends - Skip Glass Repair
Fix spawned wheel/track not having correct damage
getHitpointString robustness, hatchback fuelHitpoint, fix count errors
-
Formatting
local -> private
Fix Stuff
|
2015-11-20 21:11:50 -06:00 |
|
PabstMirror
|
4e93b9c72d
|
2307 - Repair sub-turrets
Privates
Cleanup debug
Add repair actions for sub turrets
Cleanup
Fix Header
Error Handling
Cleanup setHitpointDamage
Fix common ACE_isEngineer to handle scalar or bool
Claim and release repair objects (wheel/track)
Repair sub-turrets
|
2015-11-20 21:11:05 -06:00 |
|
jonpas
|
6a6c5008c0
|
Merge branch 'master' into repairHitpointStrings
Conflicts:
addons/repair/functions/fnc_doRepair.sqf
|
2015-08-26 23:29:36 +02:00 |
|
jonpas
|
cc70580a93
|
Improved comments
|
2015-08-26 22:51:41 +02:00 |
|
jonpas
|
9718883599
|
Consolidated into 1 function
|
2015-08-24 20:58:54 +02:00 |
|
jonpas
|
3f0909ddd5
|
Fixed typo
|
2015-08-24 20:12:45 +02:00 |
|
jonpas
|
78e7565121
|
Added support for multiple groups, Fixed check group damage returning true even if hitpoint not in a group
|
2015-08-24 20:03:11 +02:00 |
|
jonpas
|
7f175bad5f
|
Added support for display messages
|
2015-08-24 05:24:25 +02:00 |
|
jonpas
|
144af2ed17
|
Added support for when one of the grouped hitpoints is damaged but not main
|
2015-08-24 05:14:04 +02:00 |
|
jonpas
|
f2bda7c434
|
Added hitpoint groups framework
|
2015-08-24 04:17:24 +02:00 |
|
jonpas
|
701c98e0da
|
Cleaned up repair function headers and some code
|
2015-08-16 20:14:54 +02:00 |
|
Glowbal
|
872d026cd0
|
All repair actions are now functional
|
2015-08-09 17:23:32 +02:00 |
|
PabstMirror
|
4b603ff46f
|
Localization, params
|
2015-08-09 01:54:44 -05:00 |
|
commy2
|
f72e171247
|
work on repairing vehicles
|
2015-04-22 21:01:22 +02:00 |
|
commy2
|
bd978f2a34
|
show message when fully or partially repairing a hitpoint
|
2015-03-10 22:52:44 +01:00 |
|
commy2
|
d5fd0fcf7d
|
add function to start repair action
|
2015-03-10 21:49:53 +01:00 |
|