From 7958f1dd9bbf77a3e4349b396220b3d64fde7154 Mon Sep 17 00:00:00 2001 From: Bailey Danyluk Date: Sun, 30 Jan 2022 10:54:30 -0700 Subject: [PATCH] change name (#8805) --- AUTHORS.txt | 2 +- addons/cookoff/functions/fnc_cookOff.sqf | 2 +- addons/cookoff/functions/fnc_cookOffEffect.sqf | 2 +- addons/cookoff/functions/fnc_smoke.sqf | 2 +- addons/csw/functions/fnc_assemble_canDeployTripod.sqf | 2 +- addons/csw/functions/fnc_assemble_canDeployWeapon.sqf | 2 +- addons/csw/functions/fnc_assemble_canPickupTripod.sqf | 2 +- addons/csw/functions/fnc_assemble_canPickupWeapon.sqf | 2 +- addons/csw/functions/fnc_assemble_deployTripod.sqf | 2 +- addons/csw/functions/fnc_assemble_deployWeapon.sqf | 2 +- addons/csw/functions/fnc_assemble_pickupTripod.sqf | 2 +- addons/csw/functions/fnc_assemble_pickupWeapon.sqf | 2 +- addons/csw/functions/fnc_canGetIn.sqf | 2 +- addons/csw/functions/fnc_getIn.sqf | 2 +- addons/csw/functions/fnc_proxyWeapon.sqf | 2 +- addons/csw/functions/fnc_reload_canLoadMagazine.sqf | 2 +- addons/csw/functions/fnc_reload_handleAddTurretMag.sqf | 2 +- addons/csw/functions/fnc_reload_handleRemoveTurretMag.sqf | 2 +- addons/csw/functions/fnc_reload_handleReturnAmmo.sqf | 2 +- addons/csw/functions/fnc_staticWeaponInit.sqf | 2 +- addons/csw/functions/fnc_staticWeaponInit_unloadExtraMags.sqf | 2 +- addons/dragon/config.cpp | 2 +- addons/dragon/functions/fnc_attackProfile_DRAGON.sqf | 2 +- addons/dragon/functions/fnc_canPickupTripod.sqf | 2 +- addons/dragon/functions/fnc_onFired.sqf | 2 +- addons/dragon/functions/fnc_sightAttach.sqf | 2 +- addons/dragon/functions/fnc_sightCanAttach.sqf | 2 +- addons/dragon/functions/fnc_sightCanDetach.sqf | 2 +- addons/dragon/functions/fnc_sightDetach.sqf | 2 +- addons/fire/config.cpp | 2 +- addons/fire/functions/fnc_burn.sqf | 2 +- addons/fire/functions/fnc_burnIndicator.sqf | 2 +- addons/fire/functions/fnc_burnReaction.sqf | 2 +- addons/fire/functions/fnc_fireManagerPFH.sqf | 2 +- addons/fire/functions/fnc_medical_canPatDown.sqf | 2 +- addons/fire/functions/fnc_medical_progress.sqf | 2 +- addons/fire/functions/fnc_medical_success.sqf | 2 +- addons/hot/config.cpp | 2 +- addons/metis/config.cpp | 2 +- addons/missileguidance/functions/fnc_SACLOS_onFired.sqf | 2 +- addons/missileguidance/functions/fnc_ahr_onFired.sqf | 2 +- addons/missileguidance/functions/fnc_attackProfile_BEAM.sqf | 2 +- addons/missileguidance/functions/fnc_attackProfile_WIRE.sqf | 2 +- addons/missileguidance/functions/fnc_seekerType_ARH.sqf | 2 +- addons/missileguidance/functions/fnc_seekerType_SACLOS.sqf | 2 +- addons/missileguidance/functions/fnc_wire_onFired.sqf | 2 +- addons/towing/config.cpp | 2 +- addons/towing/functions/fnc_attachRopePFH.sqf | 2 +- addons/towing/functions/fnc_canStartTow.sqf | 2 +- addons/towing/functions/fnc_detach.sqf | 2 +- addons/towing/functions/fnc_isSuitableSimulation.sqf | 2 +- addons/towing/functions/fnc_onMouseButtonDown.sqf | 2 +- addons/towing/functions/fnc_onMouseButtonUp.sqf | 2 +- addons/towing/functions/fnc_startTow.sqf | 2 +- addons/towing/functions/fnc_towStateMachinePFH.sqf | 2 +- addons/vehicle_damage/config.cpp | 2 +- addons/vehicle_damage/functions/fnc_abandon.sqf | 2 +- addons/vehicle_damage/functions/fnc_addDamage.sqf | 2 +- addons/vehicle_damage/functions/fnc_addEventHandler.sqf | 2 +- .../vehicle_damage/functions/fnc_calculatePenetrationInfo.sqf | 2 +- addons/vehicle_damage/functions/fnc_detonate.sqf | 2 +- addons/vehicle_damage/functions/fnc_handleBail.sqf | 2 +- addons/vehicle_damage/functions/fnc_handleCookoff.sqf | 2 +- addons/vehicle_damage/functions/fnc_handleDamage.sqf | 2 +- addons/vehicle_damage/functions/fnc_handleDetonation.sqf | 2 +- addons/vehicle_damage/functions/fnc_handleVehicleDamage.sqf | 2 +- addons/vehicle_damage/functions/fnc_injureOccupants.sqf | 2 +- addons/vehicle_damage/functions/fnc_knockOut.sqf | 2 +- addons/vehicle_damage/functions/fnc_processHit.sqf | 2 +- 69 files changed, 69 insertions(+), 69 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index e9391fb8cb..8ea1eb61c3 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -6,10 +6,10 @@ # request, preferably including an email address. # CORE TEAM -Brandon (TCVM) bux578 commy2 Dahlgren +Dani (TCVM) esteldunedain Felix Wiegand Garth "L-H" de Wet diff --git a/addons/cookoff/functions/fnc_cookOff.sqf b/addons/cookoff/functions/fnc_cookOff.sqf index 8f1ee56bae..38b0d248bb 100644 --- a/addons/cookoff/functions/fnc_cookOff.sqf +++ b/addons/cookoff/functions/fnc_cookOff.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Start a cook-off in the given vehicle. * * Arguments: diff --git a/addons/cookoff/functions/fnc_cookOffEffect.sqf b/addons/cookoff/functions/fnc_cookOffEffect.sqf index 96db943592..f7c8a02da9 100644 --- a/addons/cookoff/functions/fnc_cookOffEffect.sqf +++ b/addons/cookoff/functions/fnc_cookOffEffect.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Spawn cook-off effects * * Arguments: diff --git a/addons/cookoff/functions/fnc_smoke.sqf b/addons/cookoff/functions/fnc_smoke.sqf index 50ff7fe8aa..c7bafe5845 100644 --- a/addons/cookoff/functions/fnc_smoke.sqf +++ b/addons/cookoff/functions/fnc_smoke.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Starts vehicle barrel smoke effect. * * Arguments: diff --git a/addons/csw/functions/fnc_assemble_canDeployTripod.sqf b/addons/csw/functions/fnc_assemble_canDeployTripod.sqf index 0701d049b2..e06b68ec19 100644 --- a/addons/csw/functions/fnc_assemble_canDeployTripod.sqf +++ b/addons/csw/functions/fnc_assemble_canDeployTripod.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: TCVM + * Author:Dani (TCVM) * Checks if the player can deploy the tripod. * * Arguments: diff --git a/addons/csw/functions/fnc_assemble_canDeployWeapon.sqf b/addons/csw/functions/fnc_assemble_canDeployWeapon.sqf index b0659e2f01..b139de392e 100644 --- a/addons/csw/functions/fnc_assemble_canDeployWeapon.sqf +++ b/addons/csw/functions/fnc_assemble_canDeployWeapon.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: TCVM + * Author:Dani (TCVM) * Checks if you can deploy a weapon on the tripod * * Arguments: diff --git a/addons/csw/functions/fnc_assemble_canPickupTripod.sqf b/addons/csw/functions/fnc_assemble_canPickupTripod.sqf index a5cd0d5c0c..6850a3cb09 100644 --- a/addons/csw/functions/fnc_assemble_canPickupTripod.sqf +++ b/addons/csw/functions/fnc_assemble_canPickupTripod.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: TCVM + * Author:Dani (TCVM) * Checks if the player can pick-up the tripod. * * Arguments: diff --git a/addons/csw/functions/fnc_assemble_canPickupWeapon.sqf b/addons/csw/functions/fnc_assemble_canPickupWeapon.sqf index ef40e03b3c..9736fb97dd 100644 --- a/addons/csw/functions/fnc_assemble_canPickupWeapon.sqf +++ b/addons/csw/functions/fnc_assemble_canPickupWeapon.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: TCVM + * Author:Dani (TCVM) * If the CSW is mounted or in use this will not allow you to dismount the weapon * * Arguments: diff --git a/addons/csw/functions/fnc_assemble_deployTripod.sqf b/addons/csw/functions/fnc_assemble_deployTripod.sqf index d1392f5bac..9c67750502 100644 --- a/addons/csw/functions/fnc_assemble_deployTripod.sqf +++ b/addons/csw/functions/fnc_assemble_deployTripod.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: TCVM + * Author:Dani (TCVM) * Deploys the tripod * * Arguments: diff --git a/addons/csw/functions/fnc_assemble_deployWeapon.sqf b/addons/csw/functions/fnc_assemble_deployWeapon.sqf index 12091b81ba..0e5c0b27f8 100644 --- a/addons/csw/functions/fnc_assemble_deployWeapon.sqf +++ b/addons/csw/functions/fnc_assemble_deployWeapon.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: TCVM + * Author:Dani (TCVM) * Deploys the current CSW * * Arguments: diff --git a/addons/csw/functions/fnc_assemble_pickupTripod.sqf b/addons/csw/functions/fnc_assemble_pickupTripod.sqf index 4f06b6e406..d74af7f1c1 100644 --- a/addons/csw/functions/fnc_assemble_pickupTripod.sqf +++ b/addons/csw/functions/fnc_assemble_pickupTripod.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: TCVM + * Author:Dani (TCVM) * Picks up the tripod and adds it to the player launcher slot * * Arguments: diff --git a/addons/csw/functions/fnc_assemble_pickupWeapon.sqf b/addons/csw/functions/fnc_assemble_pickupWeapon.sqf index 4763f646ad..7bc6540609 100644 --- a/addons/csw/functions/fnc_assemble_pickupWeapon.sqf +++ b/addons/csw/functions/fnc_assemble_pickupWeapon.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: TCVM + * Author:Dani (TCVM) * Dismounts the weapon from the tripod and drops its backpack beside * * Arguments: diff --git a/addons/csw/functions/fnc_canGetIn.sqf b/addons/csw/functions/fnc_canGetIn.sqf index 92b05b1c2c..052f48f8b0 100644 --- a/addons/csw/functions/fnc_canGetIn.sqf +++ b/addons/csw/functions/fnc_canGetIn.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: TCVM + * Author:Dani (TCVM) * Checks if the player can get in the weapon * * Arguments: diff --git a/addons/csw/functions/fnc_getIn.sqf b/addons/csw/functions/fnc_getIn.sqf index 338d17e03e..9a11553ce9 100644 --- a/addons/csw/functions/fnc_getIn.sqf +++ b/addons/csw/functions/fnc_getIn.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: TCVM + * Author:Dani (TCVM) * An action for the player to get in the CSW * Due to the fact that the default static weapons "Get In" memory point is at the front of * the gun and can't be acssesed from the back, I am implementing this to get around that issue. diff --git a/addons/csw/functions/fnc_proxyWeapon.sqf b/addons/csw/functions/fnc_proxyWeapon.sqf index 3e47fddadd..4546229c54 100644 --- a/addons/csw/functions/fnc_proxyWeapon.sqf +++ b/addons/csw/functions/fnc_proxyWeapon.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM), PabstMirror + * Author: Dani (TCVM), PabstMirror * Handles the use of proxy weapons to fix engine-reload times * * Arguments: diff --git a/addons/csw/functions/fnc_reload_canLoadMagazine.sqf b/addons/csw/functions/fnc_reload_canLoadMagazine.sqf index 69f8e6c93a..509bd5a2cd 100644 --- a/addons/csw/functions/fnc_reload_canLoadMagazine.sqf +++ b/addons/csw/functions/fnc_reload_canLoadMagazine.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: PabstMirror & TCVM + * Author: PabstMirror &Dani (TCVM) * Tests if unit can load a magazine into a static weapon. * * Arguments: diff --git a/addons/csw/functions/fnc_reload_handleAddTurretMag.sqf b/addons/csw/functions/fnc_reload_handleAddTurretMag.sqf index 841192864a..94016485e8 100644 --- a/addons/csw/functions/fnc_reload_handleAddTurretMag.sqf +++ b/addons/csw/functions/fnc_reload_handleAddTurretMag.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: TCVM, PabstMirror + * Author:Dani (TCVM), PabstMirror * Handles adding ammo to a turret * Called from a global event but only runs where turret is local * diff --git a/addons/csw/functions/fnc_reload_handleRemoveTurretMag.sqf b/addons/csw/functions/fnc_reload_handleRemoveTurretMag.sqf index 313e65dc9b..b15f461afd 100644 --- a/addons/csw/functions/fnc_reload_handleRemoveTurretMag.sqf +++ b/addons/csw/functions/fnc_reload_handleRemoveTurretMag.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: TCVM + * Author:Dani (TCVM) * Handles removing ammo from a turret * Called from a global event but only runs where turret is local * diff --git a/addons/csw/functions/fnc_reload_handleReturnAmmo.sqf b/addons/csw/functions/fnc_reload_handleReturnAmmo.sqf index 464a7fc65d..927761e867 100644 --- a/addons/csw/functions/fnc_reload_handleReturnAmmo.sqf +++ b/addons/csw/functions/fnc_reload_handleReturnAmmo.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: TCVM and PabstMirror + * Author: Dani (TCVM) and PabstMirror * Handles returned ammo (either from unloading or leftovers from linking) * * Arguments: diff --git a/addons/csw/functions/fnc_staticWeaponInit.sqf b/addons/csw/functions/fnc_staticWeaponInit.sqf index 4ce86f3c49..05e88ea2ec 100644 --- a/addons/csw/functions/fnc_staticWeaponInit.sqf +++ b/addons/csw/functions/fnc_staticWeaponInit.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Initializes weapon to disable weapon disassembling * * Arguments: diff --git a/addons/csw/functions/fnc_staticWeaponInit_unloadExtraMags.sqf b/addons/csw/functions/fnc_staticWeaponInit_unloadExtraMags.sqf index e1cba376f4..94cda0eb59 100644 --- a/addons/csw/functions/fnc_staticWeaponInit_unloadExtraMags.sqf +++ b/addons/csw/functions/fnc_staticWeaponInit_unloadExtraMags.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM), PabstMirror + * Author: Dani (TCVM), PabstMirror * Dumps ammo to container * * Arguments: diff --git a/addons/dragon/config.cpp b/addons/dragon/config.cpp index 9d329f6be7..d43bf90184 100644 --- a/addons/dragon/config.cpp +++ b/addons/dragon/config.cpp @@ -8,7 +8,7 @@ class CfgPatches { requiredVersion = REQUIRED_VERSION; requiredAddons[] = {"ace_hot","ace_csw"}; author = ECSTRING(common,ACETeam); - authors[] = {"Brandon (TCVM)"}; + authors[] = {"Dani (TCVM)"}; url = ECSTRING(main,URL); VERSION_CONFIG; }; diff --git a/addons/dragon/functions/fnc_attackProfile_DRAGON.sqf b/addons/dragon/functions/fnc_attackProfile_DRAGON.sqf index f8420fa114..99627a632f 100644 --- a/addons/dragon/functions/fnc_attackProfile_DRAGON.sqf +++ b/addons/dragon/functions/fnc_attackProfile_DRAGON.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) (Code inspired by NouberNou's Dragon Guidance) + * Author: Dani (TCVM) (Code inspired by NouberNou's Dragon Guidance) * Attack profile: Dragon Guidance * * Arguments: diff --git a/addons/dragon/functions/fnc_canPickupTripod.sqf b/addons/dragon/functions/fnc_canPickupTripod.sqf index c328c66bd6..936282048b 100644 --- a/addons/dragon/functions/fnc_canPickupTripod.sqf +++ b/addons/dragon/functions/fnc_canPickupTripod.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Determines if you can pick-up the Dragon missile. If the missile was fired you will not be able to pick up the tripod. * * Arguments: diff --git a/addons/dragon/functions/fnc_onFired.sqf b/addons/dragon/functions/fnc_onFired.sqf index 1fa24c1925..5f3dc8d87f 100644 --- a/addons/dragon/functions/fnc_onFired.sqf +++ b/addons/dragon/functions/fnc_onFired.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Runs when Dragon is fired * * Arguments: diff --git a/addons/dragon/functions/fnc_sightAttach.sqf b/addons/dragon/functions/fnc_sightAttach.sqf index 6ad5df2077..3b93d83fc2 100644 --- a/addons/dragon/functions/fnc_sightAttach.sqf +++ b/addons/dragon/functions/fnc_sightAttach.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Attaches the sighting unit to the Dragon missile. * * Arguments: diff --git a/addons/dragon/functions/fnc_sightCanAttach.sqf b/addons/dragon/functions/fnc_sightCanAttach.sqf index 9ec742d19b..3695dc3670 100644 --- a/addons/dragon/functions/fnc_sightCanAttach.sqf +++ b/addons/dragon/functions/fnc_sightCanAttach.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Determines if you can attach the sighting unit to the Dragon missile. * * Arguments: diff --git a/addons/dragon/functions/fnc_sightCanDetach.sqf b/addons/dragon/functions/fnc_sightCanDetach.sqf index 92c4a9a913..d5f1d7b9b8 100644 --- a/addons/dragon/functions/fnc_sightCanDetach.sqf +++ b/addons/dragon/functions/fnc_sightCanDetach.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Determines if you can attach the sighting unit to the Dragon missile. * * Arguments: diff --git a/addons/dragon/functions/fnc_sightDetach.sqf b/addons/dragon/functions/fnc_sightDetach.sqf index 161a13ba64..444ce19bb7 100644 --- a/addons/dragon/functions/fnc_sightDetach.sqf +++ b/addons/dragon/functions/fnc_sightDetach.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Attaches the sighting unit to the Dragon missile. * * Arguments: diff --git a/addons/fire/config.cpp b/addons/fire/config.cpp index ad67f9beab..3a8307de72 100644 --- a/addons/fire/config.cpp +++ b/addons/fire/config.cpp @@ -8,7 +8,7 @@ class CfgPatches { requiredVersion = REQUIRED_VERSION; requiredAddons[] = {"ace_common", "ace_medical_engine"}; author = ECSTRING(common,ACETeam); - authors[] = {"commy2", "Brandon (TCVM)"}; + authors[] = {"commy2", "Dani (TCVM)"}; url = ECSTRING(main,URL); VERSION_CONFIG; }; diff --git a/addons/fire/functions/fnc_burn.sqf b/addons/fire/functions/fnc_burn.sqf index 78bc40007a..3a222c284f 100644 --- a/addons/fire/functions/fnc_burn.sqf +++ b/addons/fire/functions/fnc_burn.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Makes object catch fire. Only call from events. Local effects only. * Arbitrary values to ignite people. Assumed maximum is "10". * diff --git a/addons/fire/functions/fnc_burnIndicator.sqf b/addons/fire/functions/fnc_burnIndicator.sqf index d5c9de25f3..6da7a83892 100644 --- a/addons/fire/functions/fnc_burnIndicator.sqf +++ b/addons/fire/functions/fnc_burnIndicator.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Run once per second in a PFH. Update screen effects with burn indicator. * * Arguments: diff --git a/addons/fire/functions/fnc_burnReaction.sqf b/addons/fire/functions/fnc_burnReaction.sqf index e7bef91dbc..87f6c2dbb3 100644 --- a/addons/fire/functions/fnc_burnReaction.sqf +++ b/addons/fire/functions/fnc_burnReaction.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM), veteran29 + * Author: Dani (TCVM), veteran29 * Handles burning reactions of an unit, like screaming or throwing the weapons away due to pain. * * Arguments: diff --git a/addons/fire/functions/fnc_fireManagerPFH.sqf b/addons/fire/functions/fnc_fireManagerPFH.sqf index fa2c0ea8f3..ea5705c4e2 100644 --- a/addons/fire/functions/fnc_fireManagerPFH.sqf +++ b/addons/fire/functions/fnc_fireManagerPFH.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Handles various fire objects and determines if local units deserves to get burned. * Used to handle external burning objects, not used internally because internal methods are more performant. * diff --git a/addons/fire/functions/fnc_medical_canPatDown.sqf b/addons/fire/functions/fnc_medical_canPatDown.sqf index 3bf959330f..b7f56e8bf2 100644 --- a/addons/fire/functions/fnc_medical_canPatDown.sqf +++ b/addons/fire/functions/fnc_medical_canPatDown.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Returns if unit can pat down fire or not. * * Arguments: diff --git a/addons/fire/functions/fnc_medical_progress.sqf b/addons/fire/functions/fnc_medical_progress.sqf index fc78befea0..67bca9b55d 100644 --- a/addons/fire/functions/fnc_medical_progress.sqf +++ b/addons/fire/functions/fnc_medical_progress.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Checks if patient is still burning for medical progress to continue. * * Arguments: diff --git a/addons/fire/functions/fnc_medical_success.sqf b/addons/fire/functions/fnc_medical_success.sqf index 8a37ebd76d..07337b2833 100644 --- a/addons/fire/functions/fnc_medical_success.sqf +++ b/addons/fire/functions/fnc_medical_success.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Decreases burning intensity on successful medical action. * * Arguments: diff --git a/addons/hot/config.cpp b/addons/hot/config.cpp index c61886cd26..d285b08cfc 100644 --- a/addons/hot/config.cpp +++ b/addons/hot/config.cpp @@ -8,7 +8,7 @@ class CfgPatches { requiredVersion = REQUIRED_VERSION; requiredAddons[] = {"ace_common","ace_missileguidance"}; author = ECSTRING(common,ACETeam); - authors[] = {"Brandon (TCVM)"}; + authors[] = {"Dani (TCVM)"}; url = ECSTRING(main,URL); VERSION_CONFIG; }; diff --git a/addons/metis/config.cpp b/addons/metis/config.cpp index 65e4474dd9..6758b0cc47 100644 --- a/addons/metis/config.cpp +++ b/addons/metis/config.cpp @@ -8,7 +8,7 @@ class CfgPatches { requiredVersion = REQUIRED_VERSION; requiredAddons[] = {"ace_missileguidance"}; author = ECSTRING(common,ACETeam); - authors[] = {"Brandon (TCVM)"}; + authors[] = {"Dani (TCVM)"}; url = ECSTRING(main,URL); VERSION_CONFIG; }; diff --git a/addons/missileguidance/functions/fnc_SACLOS_onFired.sqf b/addons/missileguidance/functions/fnc_SACLOS_onFired.sqf index 10c3bd5892..25afa133ef 100644 --- a/addons/missileguidance/functions/fnc_SACLOS_onFired.sqf +++ b/addons/missileguidance/functions/fnc_SACLOS_onFired.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Sets up SACLOS state arrays (called from missileGuidance's onFired). * * Arguments: diff --git a/addons/missileguidance/functions/fnc_ahr_onFired.sqf b/addons/missileguidance/functions/fnc_ahr_onFired.sqf index c7a3e5561c..951673f6e4 100644 --- a/addons/missileguidance/functions/fnc_ahr_onFired.sqf +++ b/addons/missileguidance/functions/fnc_ahr_onFired.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Sets up Active Radar state arrays (called from missileGuidance's onFired). * * Arguments: diff --git a/addons/missileguidance/functions/fnc_attackProfile_BEAM.sqf b/addons/missileguidance/functions/fnc_attackProfile_BEAM.sqf index 7e9408b2d7..6ff2bef4c8 100644 --- a/addons/missileguidance/functions/fnc_attackProfile_BEAM.sqf +++ b/addons/missileguidance/functions/fnc_attackProfile_BEAM.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Attack profile: Beam guided. Exact same as wire-guided, except no wire cutting * * Arguments: diff --git a/addons/missileguidance/functions/fnc_attackProfile_WIRE.sqf b/addons/missileguidance/functions/fnc_attackProfile_WIRE.sqf index 4f0324597f..53ec068319 100644 --- a/addons/missileguidance/functions/fnc_attackProfile_WIRE.sqf +++ b/addons/missileguidance/functions/fnc_attackProfile_WIRE.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Attack profile: Wire guided * * Arguments: diff --git a/addons/missileguidance/functions/fnc_seekerType_ARH.sqf b/addons/missileguidance/functions/fnc_seekerType_ARH.sqf index d8042b1d6c..94c61f49f6 100644 --- a/addons/missileguidance/functions/fnc_seekerType_ARH.sqf +++ b/addons/missileguidance/functions/fnc_seekerType_ARH.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Active Radar Homing seeker * * Arguments: diff --git a/addons/missileguidance/functions/fnc_seekerType_SACLOS.sqf b/addons/missileguidance/functions/fnc_seekerType_SACLOS.sqf index 2d0a1e9170..fa9f20674c 100644 --- a/addons/missileguidance/functions/fnc_seekerType_SACLOS.sqf +++ b/addons/missileguidance/functions/fnc_seekerType_SACLOS.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * SACLOS seeker * * Arguments: diff --git a/addons/missileguidance/functions/fnc_wire_onFired.sqf b/addons/missileguidance/functions/fnc_wire_onFired.sqf index cb4020bd0f..1909f1e9f6 100644 --- a/addons/missileguidance/functions/fnc_wire_onFired.sqf +++ b/addons/missileguidance/functions/fnc_wire_onFired.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Sets up wireGuided state arrays (called from missileGuidance's onFired). * * Arguments: diff --git a/addons/towing/config.cpp b/addons/towing/config.cpp index 32b80109ea..548ac69582 100644 --- a/addons/towing/config.cpp +++ b/addons/towing/config.cpp @@ -8,7 +8,7 @@ class CfgPatches { requiredVersion = REQUIRED_VERSION; requiredAddons[] = {"ace_common", "ace_logistics_rope"}; author = ECSTRING(common,ACETeam); - authors[] = {"Brandon (TCVM)"}; + authors[] = {"Dani (TCVM)"}; url = ECSTRING(main,URL); VERSION_CONFIG; }; diff --git a/addons/towing/functions/fnc_attachRopePFH.sqf b/addons/towing/functions/fnc_attachRopePFH.sqf index 8164060b84..50cfeac5fe 100644 --- a/addons/towing/functions/fnc_attachRopePFH.sqf +++ b/addons/towing/functions/fnc_attachRopePFH.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * PFH which allows the user to attach a rope to the given target vehicle * * Arguments: diff --git a/addons/towing/functions/fnc_canStartTow.sqf b/addons/towing/functions/fnc_canStartTow.sqf index 593762c68c..8f9d2136db 100644 --- a/addons/towing/functions/fnc_canStartTow.sqf +++ b/addons/towing/functions/fnc_canStartTow.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Condition for whether or not we can tow from this object * * Arguments: diff --git a/addons/towing/functions/fnc_detach.sqf b/addons/towing/functions/fnc_detach.sqf index e7cd95e079..f593d5309f 100644 --- a/addons/towing/functions/fnc_detach.sqf +++ b/addons/towing/functions/fnc_detach.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Detaches child from parent, and gives rope item back * * Arguments: diff --git a/addons/towing/functions/fnc_isSuitableSimulation.sqf b/addons/towing/functions/fnc_isSuitableSimulation.sqf index 076b7933c3..025b43937e 100644 --- a/addons/towing/functions/fnc_isSuitableSimulation.sqf +++ b/addons/towing/functions/fnc_isSuitableSimulation.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Condition for whether or not this object is a simulation type which can be a tow parent (TankX or CarX) * * Arguments: diff --git a/addons/towing/functions/fnc_onMouseButtonDown.sqf b/addons/towing/functions/fnc_onMouseButtonDown.sqf index a20c2cf38c..174ad27ebb 100644 --- a/addons/towing/functions/fnc_onMouseButtonDown.sqf +++ b/addons/towing/functions/fnc_onMouseButtonDown.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Handles mouse interaction for attaching rope * * Arguments: diff --git a/addons/towing/functions/fnc_onMouseButtonUp.sqf b/addons/towing/functions/fnc_onMouseButtonUp.sqf index ff0bac85d3..ba98e16373 100644 --- a/addons/towing/functions/fnc_onMouseButtonUp.sqf +++ b/addons/towing/functions/fnc_onMouseButtonUp.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Handles mouse interaction for attaching rope * * Arguments: diff --git a/addons/towing/functions/fnc_startTow.sqf b/addons/towing/functions/fnc_startTow.sqf index fb0755285c..7422674c6a 100644 --- a/addons/towing/functions/fnc_startTow.sqf +++ b/addons/towing/functions/fnc_startTow.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Start rope attach PFH * * Arguments: diff --git a/addons/towing/functions/fnc_towStateMachinePFH.sqf b/addons/towing/functions/fnc_towStateMachinePFH.sqf index 7981329d9f..40c21bc899 100644 --- a/addons/towing/functions/fnc_towStateMachinePFH.sqf +++ b/addons/towing/functions/fnc_towStateMachinePFH.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Called per frame. Handles current unit state for attaching a rope to two vehicles * * Arguments: diff --git a/addons/vehicle_damage/config.cpp b/addons/vehicle_damage/config.cpp index 4b1c790681..1d13491c82 100644 --- a/addons/vehicle_damage/config.cpp +++ b/addons/vehicle_damage/config.cpp @@ -9,7 +9,7 @@ class CfgPatches { // ammo/vehicle config defines touch all of these requiredAddons[] = { "ace_common", "ace_cookoff" }; author = ECSTRING(common,ACETeam); - authors[] = {"Brandon (TCVM)"}; + authors[] = {"Dani (TCVM)"}; url = ECSTRING(main,URL); VERSION_CONFIG; }; diff --git a/addons/vehicle_damage/functions/fnc_abandon.sqf b/addons/vehicle_damage/functions/fnc_abandon.sqf index 6740cf2476..b818581fd2 100644 --- a/addons/vehicle_damage/functions/fnc_abandon.sqf +++ b/addons/vehicle_damage/functions/fnc_abandon.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Forces the AI currently in a vehicle to bail out. * * Arguments: diff --git a/addons/vehicle_damage/functions/fnc_addDamage.sqf b/addons/vehicle_damage/functions/fnc_addDamage.sqf index 4cc6726953..c5ff04292e 100644 --- a/addons/vehicle_damage/functions/fnc_addDamage.sqf +++ b/addons/vehicle_damage/functions/fnc_addDamage.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Sets vehicle damage based on HitIndex. Failing that it falls back to HitPoint name. * * Arguments: diff --git a/addons/vehicle_damage/functions/fnc_addEventHandler.sqf b/addons/vehicle_damage/functions/fnc_addEventHandler.sqf index 5c14a2f469..17254ea1d9 100644 --- a/addons/vehicle_damage/functions/fnc_addEventHandler.sqf +++ b/addons/vehicle_damage/functions/fnc_addEventHandler.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Adds the event handler to a vehicle. * * Arguments: diff --git a/addons/vehicle_damage/functions/fnc_calculatePenetrationInfo.sqf b/addons/vehicle_damage/functions/fnc_calculatePenetrationInfo.sqf index 48792bdbcb..ae787f2805 100644 --- a/addons/vehicle_damage/functions/fnc_calculatePenetrationInfo.sqf +++ b/addons/vehicle_damage/functions/fnc_calculatePenetrationInfo.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Calculates whether or not hit penetrated given armour or not. Only enabled with advanced penetration simulation turned on. * * Arguments: diff --git a/addons/vehicle_damage/functions/fnc_detonate.sqf b/addons/vehicle_damage/functions/fnc_detonate.sqf index f615c4cdb5..d29daed48d 100644 --- a/addons/vehicle_damage/functions/fnc_detonate.sqf +++ b/addons/vehicle_damage/functions/fnc_detonate.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Detonates vehicle ammo and heavily wounds all inside. * * Arguments: diff --git a/addons/vehicle_damage/functions/fnc_handleBail.sqf b/addons/vehicle_damage/functions/fnc_handleBail.sqf index e81c4cd76f..860403c8d0 100644 --- a/addons/vehicle_damage/functions/fnc_handleBail.sqf +++ b/addons/vehicle_damage/functions/fnc_handleBail.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Handles whether or not the crew should bail. * * Arguments: diff --git a/addons/vehicle_damage/functions/fnc_handleCookoff.sqf b/addons/vehicle_damage/functions/fnc_handleCookoff.sqf index 2f48f76116..a4648ee3d3 100644 --- a/addons/vehicle_damage/functions/fnc_handleCookoff.sqf +++ b/addons/vehicle_damage/functions/fnc_handleCookoff.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Checks hitpoint damage and determines if a vehicle should cookoff. * * Arguments: diff --git a/addons/vehicle_damage/functions/fnc_handleDamage.sqf b/addons/vehicle_damage/functions/fnc_handleDamage.sqf index 30bf4408ab..5a2865ba3e 100644 --- a/addons/vehicle_damage/functions/fnc_handleDamage.sqf +++ b/addons/vehicle_damage/functions/fnc_handleDamage.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Called by "HandleDamage" event handler. Sets up hit array for this frame's damage. * * Arguments: diff --git a/addons/vehicle_damage/functions/fnc_handleDetonation.sqf b/addons/vehicle_damage/functions/fnc_handleDetonation.sqf index 9735746a06..4a01a0ada6 100644 --- a/addons/vehicle_damage/functions/fnc_handleDetonation.sqf +++ b/addons/vehicle_damage/functions/fnc_handleDetonation.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Checks hitpoint damage and determines if a vehicle should cookoff. * * Arguments: diff --git a/addons/vehicle_damage/functions/fnc_handleVehicleDamage.sqf b/addons/vehicle_damage/functions/fnc_handleVehicleDamage.sqf index 4d39dc6b78..2dca6de8c6 100644 --- a/addons/vehicle_damage/functions/fnc_handleVehicleDamage.sqf +++ b/addons/vehicle_damage/functions/fnc_handleVehicleDamage.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Process vehicle hit. * * Arguments: diff --git a/addons/vehicle_damage/functions/fnc_injureOccupants.sqf b/addons/vehicle_damage/functions/fnc_injureOccupants.sqf index 7dc93cabd4..3e1f29a09d 100644 --- a/addons/vehicle_damage/functions/fnc_injureOccupants.sqf +++ b/addons/vehicle_damage/functions/fnc_injureOccupants.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Injures occupants in a vehicle based on percent chance of injury. * * Arguments: diff --git a/addons/vehicle_damage/functions/fnc_knockOut.sqf b/addons/vehicle_damage/functions/fnc_knockOut.sqf index 6e554d8edd..773e4f9400 100644 --- a/addons/vehicle_damage/functions/fnc_knockOut.sqf +++ b/addons/vehicle_damage/functions/fnc_knockOut.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Knock out vehicle from battle. Destroy all internal hitpoints. * * Arguments: diff --git a/addons/vehicle_damage/functions/fnc_processHit.sqf b/addons/vehicle_damage/functions/fnc_processHit.sqf index fd58fda181..b27425b4d2 100644 --- a/addons/vehicle_damage/functions/fnc_processHit.sqf +++ b/addons/vehicle_damage/functions/fnc_processHit.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" /* - * Author: Brandon (TCVM) + * Author: Dani (TCVM) * Process hit by projectile against vehicle and apply appropiate damage to part. * * Arguments: