..
fnc_actionCarryUnit.sqf
Removed unnecessary line
2015-03-18 18:17:42 +01:00
fnc_actionCheckBloodPressure.sqf
First draft of carry and drop unit
2015-03-12 21:16:49 +01:00
fnc_actionCheckBloodPressureLocal.sqf
examine actions now use activity log
2015-04-03 21:03:39 +02:00
fnc_actionCheckPulse.sqf
First draft of carry and drop unit
2015-03-12 21:16:49 +01:00
fnc_actionCheckPulseLocal.sqf
examine actions now use activity log
2015-04-03 21:03:39 +02:00
fnc_actionCheckResponse.sqf
examine actions now use activity log
2015-04-03 21:03:39 +02:00
fnc_actionDropUnit.sqf
First draft of carry and drop unit
2015-03-12 21:16:49 +01:00
fnc_actionLoadUnit.sqf
First draft of carry and drop unit
2015-03-12 21:16:49 +01:00
fnc_actionPlaceInBodyBag.sqf
More work done on medical
2015-02-28 13:17:17 +01:00
fnc_actionRemoveTourniquet.sqf
Removed GVAR/QGVAR from items
2015-03-21 22:22:28 +01:00
fnc_actionUnloadUnit.sqf
First draft of carry and drop unit
2015-03-12 21:16:49 +01:00
fnc_addHeartRateAdjustment.sqf
Added addHeartRateAdjustment function
2015-02-21 21:32:25 +01:00
fnc_addToInjuredCollection.sqf
removed diag_log calls
2015-03-24 23:10:03 +01:00
fnc_addToLog.sqf
More work done on medical
2015-02-28 13:17:17 +01:00
fnc_addToTriageCard.sqf
More work done on medical
2015-02-28 13:17:17 +01:00
fnc_addUnconsciousCondition.sqf
Added possibility to add unconscious conditions.
2015-02-08 13:06:44 +01:00
fnc_addUnloadPatientActions.sqf
Switching nicknames
2015-03-24 01:18:00 -03:00
fnc_canAccessMedicalEquipment.sqf
Added canAccessMedicalEquipment check
2015-02-22 15:01:31 +01:00
fnc_canCarry.sqf
Added canDrag
2015-03-22 10:28:33 +01:00
fnc_canTreat.sqf
fixed missing condition variable
2015-03-22 22:20:44 +01:00
fnc_canTreatCached.sqf
clear canTreat caches before calling the last condition
2015-03-21 20:33:25 -03:00
fnc_copyDeadBody.sqf
Switched to canInteractConditions
2015-03-22 20:59:57 +01:00
fnc_createLitter.sqf
CreateLitter now supports conditions and is selection specific.
2015-04-04 20:20:29 +02:00
fnc_determineIfFatal.sqf
Fixed handleDamage wounds
2015-02-28 22:37:39 +01:00
fnc_displayPatientInformation.sqf
Only display the activity log in the activity list.
2015-04-03 21:03:22 +02:00
fnc_displayTriageCard.sqf
First draft of triage card
2015-03-10 21:12:35 +01:00
fnc_dropDownTriageCard.sqf
Added corners to triage card
2015-03-21 14:40:26 +01:00
fnc_getBloodLoss.sqf
Prevent the usage of the blood loss coefficient to increase blood volume on bleeding
2015-04-03 21:51:44 +02:00
fnc_getBloodPressure.sqf
Updated headers to correct format
2015-02-08 10:01:32 +01:00
fnc_getBloodVolumeChange.sqf
fixes
2015-03-22 23:24:24 +01:00
fnc_getCardiacOutput.sqf
Updated headers to correct format
2015-02-08 10:01:32 +01:00
fnc_getHeartRateChange.sqf
Added support for callbacks with heart rate changes through medication
2015-03-03 20:07:09 +01:00
fnc_getTriageStatus.sqf
Added triage status
2015-03-05 20:55:38 +01:00
fnc_getTypeOfDamage.sqf
Fixed support for custom damage types
2015-04-02 22:57:02 +02:00
fnc_getUnconsciousCondition.sqf
Added medical settings module
2015-03-06 22:54:44 +01:00
fnc_handleDamage_advanced.sqf
Removed deprecated returnDamage parameters
2015-04-03 21:59:47 +02:00
fnc_handleDamage_advancedSetDamage.sqf
Fixed advanced medical handleDamage chain. Now supports killing units.
2015-02-28 19:22:46 +01:00
fnc_handleDamage_airway.sqf
Improvements made for airway implementation
2015-03-08 15:58:35 +01:00
fnc_handleDamage_basic.sqf
Removed deprecated returnDamage parameters
2015-04-03 21:59:47 +02:00
fnc_handleDamage_caching.sqf
Removed deprecated returnDamage parameters
2015-04-03 21:59:47 +02:00
fnc_handleDamage_fractures.sqf
fixed #201
2015-03-21 10:54:52 +01:00
fnc_handleDamage_internalInjuries.sqf
Updated headers to correct format
2015-02-08 10:01:32 +01:00
fnc_handleDamage_wounds.sqf
Replaced advanced wounds event sync by regular setvariable public
2015-04-01 20:03:44 +02:00
fnc_handleDamage.sqf
fixed revive for basic
2015-04-04 16:27:44 +02:00
fnc_handleKilled.sqf
Replaced advanced wounds event sync by regular setvariable public
2015-04-01 20:03:44 +02:00
fnc_handleLocal.sqf
Added support for locality switch and killed units
2015-03-08 17:50:06 +01:00
fnc_handleUnitVitals.sqf
Medical - QGVAR(isUnconscious) -> "ACE_isUnconscious"
2015-03-26 15:47:08 -05:00
fnc_hasItem.sqf
check if unit is in a vehicle before checking the vehicle
2015-03-21 10:55:27 +01:00
fnc_hasItems.sqf
Fixed indentation
2015-02-28 19:28:05 +01:00
fnc_hasMedicalEnabled.sqf
Improvements and fixes for injured loop and enabledFor check
2015-03-05 18:42:08 +01:00
fnc_hasTourniquetAppliedTo.sqf
Added isMedic, isMedicalVehicle, isInMedicalFacility and hasTourniquetAppliedTo functions.
2015-02-22 00:44:11 +01:00
fnc_init.sqf
Added max Revive lives
2015-04-03 23:56:32 +02:00
fnc_isBeingCarried.sqf
Medical - isBeingCarried
2015-04-03 14:37:04 -05:00
fnc_isBeingDragged.sqf
Medical - isBeingCarried
2015-04-03 14:37:04 -05:00
fnc_isInMedicalFacility.sqf
Added isMedic, isMedicalVehicle, isInMedicalFacility and hasTourniquetAppliedTo functions.
2015-02-22 00:44:11 +01:00
fnc_isInMedicalVehicle.sqf
Add isInMedicalVehicle function
2015-03-15 03:25:31 +01:00
fnc_isMedic.sqf
Make isMedic even prettier
2015-03-19 22:34:12 +01:00
fnc_isMedicalVehicle.sqf
Added isMedic, isMedicalVehicle, isInMedicalFacility and hasTourniquetAppliedTo functions.
2015-02-22 00:44:11 +01:00
fnc_itemCheck.sqf
Removed GVAR/QGVAR from items
2015-03-21 22:22:28 +01:00
fnc_moduleAssignMedicalFacility.sqf
headers
2015-03-07 13:47:28 +01:00
fnc_moduleAssignMedicalVehicle.sqf
headers
2015-03-07 13:47:28 +01:00
fnc_moduleAssignMedicRoles.sqf
headers
2015-03-07 13:47:28 +01:00
fnc_moduleMedicalSettings.sqf
Added setting to toggle litter creation on/off
2015-04-04 01:47:56 +02:00
fnc_moduleTreatmentConfiguration.sqf
corrected revive setting classes
2015-04-04 00:30:59 +02:00
fnc_onCarryObjectDropped.sqf
Switched to canInteractConditions
2015-03-22 20:59:57 +01:00
fnc_onMedicationUsage.sqf
Support for enableOverdosing setting in advanced
2015-04-03 21:53:58 +02:00
fnc_onPropagateWound.sqf
fixed incorrect macro
2015-03-21 20:08:52 +01:00
fnc_onWoundUpdateRequest.sqf
advanced medical JIP improvements
2015-03-22 17:04:42 +01:00
fnc_parseConfigForInjuries.sqf
Added minimum lethal damage for injury types in adv medical
2015-04-02 22:57:35 +02:00
fnc_playInjuredSound.sqf
Fixed injured sounds
2015-03-08 15:13:32 +01:00
fnc_requestWoundSync.sqf
advanced medical JIP improvements
2015-03-22 17:04:42 +01:00
fnc_selectionNameToNumber.sqf
Updated headers to correct format
2015-02-08 10:01:32 +01:00
fnc_setCardiacArrest.sqf
Implemented a setDead function. Allows for interception of all kills and using a revive script instead.
2015-02-08 13:18:08 +01:00
fnc_setDead.sqf
fixed basic revive 2
2015-04-04 16:28:09 +02:00
fnc_setHitPointDamage.sqf
fixed basic revive 2
2015-04-04 16:28:09 +02:00
fnc_setUnconscious.sqf
Improved patient unconscious animation
2015-04-04 18:08:41 +02:00
fnc_treatment_failure.sqf
CreateLitter now supports conditions and is selection specific.
2015-04-04 20:20:29 +02:00
fnc_treatment_success.sqf
CreateLitter now supports conditions and is selection specific.
2015-04-04 20:20:29 +02:00
fnc_treatment.sqf
Improved patient unconscious animation
2015-04-04 18:08:41 +02:00
fnc_treatmentAdvanced_bandage.sqf
fixed bandage optional parameter
2015-04-04 12:14:21 +02:00
fnc_treatmentAdvanced_bandageLocal.sqf
Improved patient unconscious animation
2015-04-04 18:08:41 +02:00
fnc_treatmentAdvanced_CPR.sqf
More work done on medical
2015-02-28 13:17:17 +01:00
fnc_treatmentAdvanced_CPRLocal.sqf
Added more treatment options and variables to init
2015-02-28 11:41:27 +01:00
fnc_treatmentAdvanced_fullHeal.sqf
More work done on medical
2015-02-28 13:17:17 +01:00
fnc_treatmentAdvanced_fullHealLocal.sqf
fixed incorrect unit used for fullheal (was healing caller)
2015-04-04 16:26:49 +02:00
fnc_treatmentAdvanced_medication.sqf
Implemented useItems for treatment (basic and adv)
2015-04-03 22:40:36 +02:00
fnc_treatmentAdvanced_medicationLocal.sqf
fixes
2015-03-22 23:24:24 +01:00
fnc_treatmentBasic_bandage.sqf
Remove superfluous todo
2015-03-17 08:02:55 +01:00
fnc_treatmentBasic_bloodbag.sqf
Get treatment callback structure working
2015-02-28 22:10:20 +01:00
fnc_treatmentBasic_epipen.sqf
Standardize actions across basic and advanced
2015-03-21 00:21:30 +01:00
fnc_treatmentBasic_morphine.sqf
Standardize actions across basic and advanced
2015-03-21 00:21:30 +01:00
fnc_treatmentIV.sqf
Implemented useItems for treatment (basic and adv)
2015-04-03 22:40:36 +02:00
fnc_treatmentIVLocal.sqf
CreateLitter now supports conditions and is selection specific.
2015-04-04 20:20:29 +02:00
fnc_treatmentTourniquet.sqf
Implemented useItems for treatment (basic and adv)
2015-04-03 22:40:36 +02:00
fnc_treatmentTourniquetLocal.sqf
Added tourniquet treatment functions
2015-02-21 21:26:39 +01:00
fnc_useItem.sqf
Implemented useItems for treatment (basic and adv)
2015-04-03 22:40:36 +02:00
fnc_useItems.sqf
Implemented useItems for treatment (basic and adv)
2015-04-03 22:40:36 +02:00
script_component.hpp
Added initial port of CSE medical (CMS)
2015-01-18 22:16:35 +01:00