mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
bb03f55c5c
* Add garrison and un-garrison modules * Remove unnecessary text from garrison header * Add french translations to new strings * Add changes requested by review * Change pushback to pushBack * Move garrison funcs to ai, finish headers * Remove diag log debug * Fix typos and header issues * Add missing newlines * Fix strings, Fix typos and headers * Enable debug and disable compile cache, Add trace and comments * Rebase before review * Fix default case running instead of case 3 * Fix edge case related to players being in garrison group The player would make the enableAttack checks in ungarrison and garrisonMove fail, this is now fixed. * Fix some arrays in garrsionMove and garrison * Relax distance checks in garrisonMove, change AI behaviour while pathing to aware * Add debug view * Remove unused var, fix unit pos using the wrong format * Make debug more visually pleasing * Change garrison debug target to a waypoint icon * Change disableAI event to AISection, comment out doFollow in doMove EH * Fix locality issue
48 lines
1.1 KiB
C++
48 lines
1.1 KiB
C++
|
|
PREP(addObjectToCurator);
|
|
PREP(bi_moduleCurator);
|
|
PREP(bi_moduleMine);
|
|
PREP(bi_moduleProjectile);
|
|
PREP(bi_moduleRemoteControl);
|
|
PREP(getModuleDestination);
|
|
PREP(handleZeusUnitAssigned);
|
|
PREP(moduleAddArsenal);
|
|
PREP(moduleAddSpareTrack);
|
|
PREP(moduleAddSpareWheel);
|
|
PREP(moduleAddOrRemoveFRIES);
|
|
PREP(moduleCaptive);
|
|
PREP(moduleGarrison);
|
|
PREP(moduleGlobalSetSkill);
|
|
PREP(moduleGroupSide);
|
|
PREP(moduleLoadIntoCargo);
|
|
PREP(moduleRemoveArsenal);
|
|
PREP(moduleSearchNearby);
|
|
PREP(moduleSetMedic);
|
|
PREP(moduleSetMedicalVehicle);
|
|
PREP(moduleSetMedicalFacility);
|
|
PREP(moduleSimulation);
|
|
PREP(moduleSuppressiveFire);
|
|
PREP(moduleSuppressiveFireLocal);
|
|
PREP(moduleSurrender);
|
|
PREP(moduleTeleportPlayers);
|
|
PREP(moduleToggleFlashlight);
|
|
PREP(moduleToggleNvg);
|
|
PREP(moduleUnconscious);
|
|
PREP(moduleUnGarrison);
|
|
PREP(moduleZeusSettings);
|
|
PREP(showMessage);
|
|
PREP(ui_attributeCargo);
|
|
//PREP(ui_attributePosition);
|
|
PREP(ui_attributeRadius);
|
|
PREP(ui_defendArea);
|
|
PREP(ui_garrison);
|
|
PREP(ui_editableObjects);
|
|
PREP(ui_globalSetSkill);
|
|
PREP(ui_groupSide);
|
|
PREP(ui_patrolArea);
|
|
PREP(ui_searchArea);
|
|
PREP(ui_teleportPlayers);
|
|
PREP(ui_toggleFlashlight);
|
|
PREP(ui_toggleNvg);
|
|
PREP(zeusAttributes);
|