mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
02365609b5
* Refactor medical to use hashmaps for wound storage - We most frequently want to access wounds by body part, so this makes that a constant time lookup. - The body part index is no longer stored in every wound since it's inherent in the wound storage. - Using body part names as the keys of the hashmap to improve code clarity (no more magic numbers). closes #6468 * Add deserilization migration from old wound arrays Will migrate from old form array wound storage to the new hashmap strucutre during deserlization. This is relevant for communities piping medical state out to a database or similar between sessions. * fix issue with suture stitching * change version number in comment --------- Co-authored-by: Salluci <salluci.lovi@gmail.com> |
||
---|---|---|
.. | ||
data | ||
functions | ||
ui | ||
$PBOPREFIX$ | ||
CfgEventHandlers.hpp | ||
CfgUIGrids.hpp | ||
CfgVehicles.hpp | ||
config.cpp | ||
gui.hpp | ||
initSettings.sqf | ||
InteractionBodyParts.hpp | ||
README.md | ||
script_component.hpp | ||
stringtable.xml | ||
XEH_postInit.sqf | ||
XEH_preInit.sqf | ||
XEH_PREP.hpp | ||
XEH_preStart.sqf |
ace_medical_gui
Implements the interaction menu actions, medical menu, information display, and triage card.