PabstMirror
|
a36739c697
|
Merge pull request #418 from acemod/flashbangTweaks
Flashbang tweaks
|
2015-04-14 23:23:15 -05:00 |
|
PabstMirror
|
3be70556ab
|
Medical: adjustPainLevels from outside functions
|
2015-04-11 21:21:33 -05:00 |
|
Glowbal
|
e8d2a00994
|
Added GVAR(HITPOINTS) and GVAR(SELECTIONS) variables
No longer have to recreate the selection and hitpoint arrays every time
|
2015-04-11 22:30:52 +02:00 |
|
Glowbal
|
39cbf21278
|
Removed deprecated carry functions
|
2015-04-09 20:12:30 +02:00 |
|
Glowbal
|
8e176eff55
|
Fixed treatment locations
|
2015-04-06 14:32:37 +02:00 |
|
Glowbal
|
f52891436a
|
oops
|
2015-04-05 19:27:40 +02:00 |
|
Glowbal
|
7f45d25ee5
|
Added litter for medical treatment
|
2015-04-04 01:42:13 +02:00 |
|
PabstMirror
|
604e851423
|
Medical - isBeingCarried
|
2015-04-03 14:37:04 -05:00 |
|
PabstMirror
|
254a25b139
|
Medical - isBeingDragged func
|
2015-04-03 13:16:48 -05:00 |
|
commy2
|
9a0f0cb47b
|
stuff from medical
|
2015-03-26 16:58:41 +01:00 |
|
Glowbal
|
15edb0bff2
|
fixes
|
2015-03-22 23:24:24 +01:00 |
|
Glowbal
|
d7de92c60d
|
Merge branch 'master' into Medical_Dragging
Conflicts:
addons/medical/XEH_postInit.sqf
addons/medical/XEH_preInit.sqf
|
2015-03-22 22:41:36 +01:00 |
|
Glowbal
|
f252b2c96f
|
advanced medical JIP improvements
|
2015-03-22 17:04:42 +01:00 |
|
Glowbal
|
0428a1d558
|
Added canDrag
|
2015-03-22 10:28:33 +01:00 |
|
Glowbal
|
7b519fc2e0
|
Merge branch 'master' into Medical_Dragging
Conflicts:
addons/medical/XEH_postInit.sqf
addons/medical/stringtable.xml
|
2015-03-22 09:46:58 +01:00 |
|
Felix Wiegand
|
be4f21ea2e
|
Merge pull request #215 from KoffeinFlummi/medical-itemcheck
Medical itemcheck
|
2015-03-21 22:41:06 +01:00 |
|
KoffeinFlummi
|
f6f910fb8a
|
Replace vanilla items with ours.
|
2015-03-21 21:59:08 +01:00 |
|
Glowbal
|
d73f16861b
|
Merge pull request #213 from KoffeinFlummi/medical-advanced
Medical advanced
|
2015-03-21 21:02:35 +01:00 |
|
Nicolás Badano
|
f8ea603977
|
Added dynamic actions to unload patients (unconscious) from vehicles
|
2015-03-21 15:32:32 -03:00 |
|
Glowbal
|
1d63e94fff
|
canTreatCached
|
2015-03-21 16:33:14 +01:00 |
|
Glowbal
|
dcf3a73518
|
Added copyDeadBody function
|
2015-03-14 09:48:16 +01:00 |
|
Glowbal
|
4ce524ed3c
|
First draft of carry and drop unit
|
2015-03-12 21:16:49 +01:00 |
|
Glowbal
|
1da67d7b48
|
First draft of triage card
|
2015-03-10 21:12:35 +01:00 |
|
Glowbal
|
85cbe5eb5f
|
Added support for locality switch and killed units
|
2015-03-08 17:50:06 +01:00 |
|
Glowbal
|
d016874583
|
Expanded the medical settings
|
2015-03-08 12:05:52 +01:00 |
|
Glowbal
|
5718649639
|
Added medic, medical vehicle and medical facility modules
|
2015-03-07 13:25:28 +01:00 |
|
Glowbal
|
1c05f3578c
|
Added moduleMedicalSettings
|
2015-03-07 13:06:33 +01:00 |
|
Glowbal
|
a724fb406a
|
Added triage status
|
2015-03-05 20:55:38 +01:00 |
|
Glowbal
|
f690e54af3
|
Added displayPatientInformation draft
|
2015-03-01 16:04:53 +01:00 |
|
Glowbal
|
91a52a4b76
|
Added support for JIP injury synchronizing
Enabled heart beat sounds
|
2015-03-01 12:33:05 +01:00 |
|
Glowbal
|
fb763a9d57
|
Added load and unload actions
|
2015-03-01 10:44:08 +01:00 |
|
KoffeinFlummi
|
309d42f2e6
|
God damnit
|
2015-02-28 21:02:15 +01:00 |
|
KoffeinFlummi
|
46cb963630
|
Merge branch 'medical-rewrite' of https://github.com/KoffeinFlummi/ACE3 into medical-rewrite
Conflicts:
addons/medical/XEH_preInit.sqf
|
2015-02-28 20:58:19 +01:00 |
|
KoffeinFlummi
|
f5fe57232c
|
Derp 2: The Rederpening
|
2015-02-28 20:56:55 +01:00 |
|
KoffeinFlummi
|
7f9daeb2f6
|
Merge branch 'medical-rewrite' of https://github.com/KoffeinFlummi/ACE3 into medical-rewrite
Conflicts:
addons/medical/XEH_preInit.sqf
addons/medical/functions/fnc_init.sqf
addons/medical/functions/fnc_treatmentAdvanced_fullHealLocal.sqf
|
2015-02-28 20:50:59 +01:00 |
|
Glowbal
|
18998bb619
|
Split up the openWounds through the ACE event system
Based upon the suggestions from Jaynus
|
2015-02-28 20:48:34 +01:00 |
|
KoffeinFlummi
|
424f156977
|
Various Cleanups
|
2015-02-28 20:46:36 +01:00 |
|
Glowbal
|
451f8b6d0b
|
Fixed advanced medical handleDamage chain. Now supports killing units.
|
2015-02-28 19:22:46 +01:00 |
|
Glowbal
|
f1445a4c45
|
Fixed script errors
|
2015-02-28 18:59:37 +01:00 |
|
Glowbal
|
05d2d9de6b
|
Merge branch 'medical-rewrite' of github.com:KoffeinFlummi/ACE3 into medical-rewrite
Conflicts:
addons/medical/XEH_preInit.sqf
|
2015-02-28 11:43:38 +01:00 |
|
Glowbal
|
49e04ae7bb
|
Added more treatment options and variables to init
|
2015-02-28 11:41:27 +01:00 |
|
KoffeinFlummi
|
daff184f75
|
More work on basic callbacks.
|
2015-02-24 22:09:31 +01:00 |
|
Glowbal
|
65eb69fece
|
Added examine actions
|
2015-02-23 20:35:36 +01:00 |
|
Glowbal
|
df710235d5
|
Added useItems
Fixed header on hasItems
|
2015-02-22 19:50:14 +01:00 |
|
Glowbal
|
8b3e5ac8e2
|
Added hasItems function
|
2015-02-22 18:38:06 +01:00 |
|
Glowbal
|
ab6bc998c2
|
Added canAccessMedicalEquipment check
|
2015-02-22 15:01:31 +01:00 |
|
Glowbal
|
bdaec01112
|
Added medication overdose and wearoff.
|
2015-02-22 10:27:57 +01:00 |
|
Glowbal
|
e091ba1fd1
|
Added hasMedicalEnabled
|
2015-02-22 00:49:38 +01:00 |
|
Glowbal
|
1781629c13
|
Added isMedic, isMedicalVehicle, isInMedicalFacility and hasTourniquetAppliedTo functions.
|
2015-02-22 00:44:11 +01:00 |
|
Glowbal
|
b9213e8abc
|
Added use and has item functions for medical
|
2015-02-22 00:34:16 +01:00 |
|