Glowbal
|
7f9257716e
|
Merge pull request #2331 from acemod/323bloodyoverlay
remove BI blood overlay
|
2016-06-11 20:49:54 +02:00 |
|
PabstMirror
|
dc6d5f1367
|
Temp fix for change to handleDamage in dev branch
Fix #3892
|
2016-06-09 21:26:50 -05:00 |
|
jonpas
|
bd5f6107a0
|
Merge branch 'master' into eol-lf
|
2016-06-09 14:24:45 +02:00 |
|
commy2
|
a61e4b3a4e
|
remove BI blood overlay
|
2016-06-06 14:14:45 +02:00 |
|
SilentSpike
|
90ebf9638b
|
Update common event names to meet new standard
|
2016-06-04 11:12:56 +01:00 |
|
SilentSpike
|
9e4fd77745
|
Update common event names to meet new standard
|
2016-06-03 22:39:43 +01:00 |
|
Glowbal
|
694503c01b
|
Fix medical events
|
2016-06-03 20:57:21 +02:00 |
|
Glowbal
|
fa2cf55156
|
Fix medical related events
|
2016-06-03 20:22:34 +02:00 |
|
jonpas
|
b0352fdeb9
|
Merge branch 'master' into eol-lf
|
2016-06-02 17:02:09 +02:00 |
|
jonpas
|
26fbc36cab
|
Merge branch 'master' into cbaEventSystem
|
2016-05-31 22:36:08 +02:00 |
|
commy2
|
fd26e2e44e
|
Merge pull request #3516 from acemod/cbamissiontime
replace timePFH with CBA_missionTime
|
2016-05-30 21:23:57 +02:00 |
|
commy2
|
7512c4e52e
|
manual merge
|
2016-05-30 21:14:34 +02:00 |
|
jonpas
|
7a307393a4
|
Merge branch 'master' into useQuotedPathMacros
|
2016-05-30 21:14:17 +02:00 |
|
jonpas
|
816da2aef1
|
Normalize to LF line endings
|
2016-05-30 18:37:03 +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 |
|
jonpas
|
e7dbcd7b58
|
Replace delayed execution functions with new CBA counterparts
|
2016-05-22 15:29:01 +02:00 |
|
commy2
|
d93132dac8
|
more replacing
|
2016-05-18 11:57:40 +02:00 |
|
commy2
|
da70854568
|
manual merge
|
2016-05-18 11:48:27 +02:00 |
|
Glowbal
|
04b61ff32e
|
Fix missing semicolon
|
2016-05-14 10:37:29 +02:00 |
|
Glowbal
|
180a0f9d84
|
Merge pull request #3462 from acemod/medicalLoops
Cleanup medical PFHs
|
2016-05-14 09:39:14 +02:00 |
|
BaerMitUmlaut
|
7fcbe93b71
|
Cleaned up excessive whitespace
|
2016-05-03 02:32:44 +02:00 |
|
BaerMitUmlaut
|
65ccf66d00
|
Fixed redundant privates in setCardiacArrest
|
2016-04-18 15:23:04 +02:00 |
|
jonpas
|
85b4366368
|
Use new QPATHTOF and QPATHTOEF macros
|
2016-04-08 20:34:50 +02:00 |
|
PabstMirror
|
bcde9f8ed6
|
Filter minor falling damage to non-leg hitpoints
|
2016-03-28 01:15:58 -05:00 |
|
PabstMirror
|
3232654e13
|
Close #3565 -Fix spelling of local var _woundEffectiveness
|
2016-03-08 11:02:54 -06:00 |
|
PabstMirror
|
e3deebff7e
|
Fix empty callback for hr adjustment
Fix #3526
Same issue as #3384
|
2016-03-03 13:23:53 -06:00 |
|
commy2
|
467075ad67
|
replace timePFH with CBA_missionTime
|
2016-03-02 11:01:39 +01:00 |
|
PabstMirror
|
fe967ff2bd
|
Don't read medic setting that is not in module
|
2016-02-29 14:07:15 -06:00 |
|
esteldunedain
|
9e682253f3
|
Move the dead body cleanup PFH to a loop using waitAndExecute
|
2016-02-28 23:33:51 -03:00 |
|
esteldunedain
|
90a54397ae
|
Move the litter cleanup PFH to a loop using waitAndExecute
|
2016-02-28 23:20:26 -03:00 |
|
esteldunedain
|
4b702f68df
|
Make loops non public
|
2016-02-28 23:10:15 -03:00 |
|
esteldunedain
|
94e8bee348
|
Move the pfh from setDead to a waitAndExecute loop: reviveStepLoop
|
2016-02-28 23:08:25 -03:00 |
|
esteldunedain
|
12895e7983
|
Remove unneeded parameter
|
2016-02-28 22:58:09 -03:00 |
|
esteldunedain
|
0e82cdfe82
|
Move to a function and comments the function that tracks the effects of medications over time. Use waitAndExecute instead of a pfh for better performance.
|
2016-02-28 22:50:04 -03:00 |
|
esteldunedain
|
21d4939abb
|
Optimize the computation of tourniquet pain. Fix pain not being able to decrease when above 10
|
2016-02-28 22:08:59 -03:00 |
|
esteldunedain
|
35e13d5357
|
Fixes
|
2016-02-28 20:55:05 -03:00 |
|
esteldunedain
|
bbb84ec7d1
|
Move the tourniquet loop to handleUnitVitals. Makes the tourniquet pain compatible with swapping localities
|
2016-02-28 20:50:28 -03:00 |
|
esteldunedain
|
085860c770
|
Restore addToInjuredCollection as a deprecated function
|
2016-02-28 20:32:02 -03:00 |
|
esteldunedain
|
bed51ac8a4
|
Fix waitAndExecute syntax
|
2016-02-28 20:26:05 -03:00 |
|
esteldunedain
|
3bbabac2d7
|
Rename and add comments to the function that tracks the units vital loop. Use waitAndExecute instead of a pfh for better performance.
|
2016-02-28 20:12:56 -03:00 |
|
Glowbal
|
e0a65aa543
|
Add registering last damage source
|
2016-02-26 22:58:49 +01:00 |
|
jokoho48
|
b2d2bec2cf
|
Merge branch 'master' of https://github.com/acemod/ACE3 into delayUnconCaptiv
# Conflicts:
# addons/medical/functions/fnc_setUnconscious.sqf
|
2016-02-23 15:31:38 +01:00 |
|
PabstMirror
|
2467fa7b0c
|
Fix empty callbacks in medical/repair
|
2016-02-21 11:34:25 -06:00 |
|
PabstMirror
|
3fbd6cff18
|
Merge pull request #3368 from acemod/fixNils
Fix some undefined functions / strings
|
2016-02-20 19:49:07 -06:00 |
|
Glowbal
|
7d063d4dee
|
Merge branch 'master' into medical-focus-feature
Conflicts:
addons/medical/functions/fnc_treatmentAdvanced_CPR.sqf
|
2016-02-21 00:37:30 +01:00 |
|
PabstMirror
|
8b932fd5a0
|
Fix some undefined functions / strings
|
2016-02-20 16:58:45 -06:00 |
|
Thomas Kooi
|
2930fab6c6
|
Merge pull request #3354 from acemod/playerBodybags
Fix bagging respawning players (alt)
|
2016-02-20 17:26:07 +01:00 |
|
Thomas Kooi
|
4f10d551d6
|
Merge pull request #2949 from gienkov/fixWoundCount
ceil number of wounds
|
2016-02-20 16:56:17 +01:00 |
|
PabstMirror
|
dffcbc7650
|
Cleanup events
|
2016-02-19 15:45:37 -06:00 |
|