Docs - Change name (again) (#9328)

This commit is contained in:
Bailey Danyluk 2023-08-16 17:18:01 -06:00 committed by GitHub
parent 8517a6ef73
commit ef23310aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
71 changed files with 71 additions and 71 deletions

View File

@ -10,7 +10,7 @@ Brett Mayson
bux578 <github@jonathandavid.de>
commy2
Dahlgren
Dani (TCVM) <baileydanyluk@gmail.com>
tcvm <baileydanyluk@gmail.com>
esteldunedain <nicolas.d.badano@gmail.com>
Felix Wiegand <koffeinflummi@gmail.com>
Garth "L-H" de Wet <garthofhearts@gmail.com>

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Start a cook-off in the given vehicle.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Spawn cook-off effects
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Starts vehicle barrel smoke effect.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author:Dani (TCVM)
* Author:tcvm
* Checks if the player can deploy the tripod.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author:Dani (TCVM)
* Author:tcvm
* Checks if you can deploy a weapon on the tripod
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author:Dani (TCVM)
* Author:tcvm
* Checks if the player can pick-up the tripod.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author:Dani (TCVM)
* Author:tcvm
* If the CSW is mounted or in use this will not allow you to dismount the weapon
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author:Dani (TCVM)
* Author:tcvm
* Deploys the tripod
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author:Dani (TCVM)
* Author:tcvm
* Deploys the current CSW
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author:Dani (TCVM)
* Author:tcvm
* Picks up the tripod and adds it to the player launcher slot
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author:Dani (TCVM)
* Author:tcvm
* Dismounts the weapon from the tripod and drops its backpack beside
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author:Dani (TCVM)
* Author:tcvm
* Checks if the player can get in the weapon
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author:Dani (TCVM)
* Author: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.

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM), PabstMirror
* Author: tcvm, PabstMirror
* Handles the use of proxy weapons to fix engine-reload times
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: PabstMirror &Dani (TCVM)
* Author: PabstMirror &tcvm
* Tests if unit can load a magazine into a static weapon.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author:Dani (TCVM), PabstMirror
* Author:tcvm, PabstMirror
* Handles adding ammo to a turret
* Called from a global event but only runs where turret is local
*

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author:Dani (TCVM)
* Author:tcvm
* Handles removing ammo from a turret
* Called from a global event but only runs where turret is local
*

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM) and PabstMirror
* Author: tcvm and PabstMirror
* Handles returned ammo (either from unloading or leftovers from linking)
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Initializes weapon to disable weapon disassembling
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM), PabstMirror
* Author: tcvm, PabstMirror
* Dumps ammo to container
*
* Arguments:

View File

@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_hot","ace_csw"};
author = ECSTRING(common,ACETeam);
authors[] = {"Dani (TCVM)"};
authors[] = {"tcvm"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM) (Code inspired by NouberNou's Dragon Guidance)
* Author: tcvm (Code inspired by NouberNou's Dragon Guidance)
* Attack profile: Dragon Guidance
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: 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:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Runs when Dragon is fired
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Attaches the sighting unit to the Dragon missile.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Determines if you can attach the sighting unit to the Dragon missile.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Determines if you can attach the sighting unit to the Dragon missile.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Attaches the sighting unit to the Dragon missile.
*
* Arguments:

View File

@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common", "ace_medical_engine"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2", "Dani (TCVM)"};
authors[] = {"commy2", "tcvm"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Makes object catch fire. Only call from events. Local effects only.
* Arbitrary values to ignite people. Assumed maximum is "10".
*

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Run once per second in a PFH. Update screen effects with burn indicator.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM), veteran29
* Author: tcvm, veteran29
* Handles burning reactions of an unit, like screaming or throwing the weapons away due to pain.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: 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.
*

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Returns if unit can pat down fire or not.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Checks if patient is still burning for medical progress to continue.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Decreases burning intensity on successful medical action.
*
* Arguments:

View File

@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common","ace_missileguidance"};
author = ECSTRING(common,ACETeam);
authors[] = {"Dani (TCVM)"};
authors[] = {"tcvm"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};

View File

@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_missileguidance"};
author = ECSTRING(common,ACETeam);
authors[] = {"Dani (TCVM)"};
authors[] = {"tcvm"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Sets up SACLOS state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Sets up Active Radar state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Attack profile: Beam guided. Exact same as wire-guided, except no wire cutting
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Attack profile: Wire guided
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Active Radar Homing seeker
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* SACLOS seeker
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Sets up wireGuided state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common", "ace_logistics_rope"};
author = ECSTRING(common,ACETeam);
authors[] = {"Dani (TCVM)"};
authors[] = {"tcvm"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* PFH which allows the user to attach a rope to the given target vehicle
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Condition for whether or not we can tow from this object
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Detaches child from parent, and gives rope item back
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Condition for whether or not this object is a simulation type which can be a tow parent (TankX or CarX)
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Handles mouse interaction for attaching rope
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Handles mouse interaction for attaching rope
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Start rope attach PFH
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Called per frame. Handles current unit state for attaching a rope to two vehicles
*
* Arguments:

View File

@ -9,7 +9,7 @@ class CfgPatches {
// ammo/vehicle config defines touch all of these
requiredAddons[] = { "ace_common", "ace_cookoff" };
author = ECSTRING(common,ACETeam);
authors[] = {"Dani (TCVM)"};
authors[] = {"tcvm"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Forces the AI currently in a vehicle to bail out.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Sets vehicle damage based on HitIndex. Failing that it falls back to HitPoint name.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Adds the event handler to a vehicle.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Calculates whether or not hit penetrated given armour or not. Only enabled with advanced penetration simulation turned on.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Detonates vehicle ammo and heavily wounds all inside.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Handles whether or not the crew should bail.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Checks hitpoint damage and determines if a vehicle should cookoff.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Called by "HandleDamage" event handler. Sets up hit array for this frame's damage.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Checks hitpoint damage and determines if a vehicle should cookoff.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Process vehicle hit.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Injures occupants in a vehicle based on percent chance of injury.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Knock out vehicle from battle. Destroy all internal hitpoints.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Process hit by projectile against vehicle and apply appropiate damage to part.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: tcvm
* Toggle speed limiter for Driver in Plane. Uses a simple PID controller to manage thrust
*
* Arguments:

View File

@ -59,7 +59,7 @@ This lists all the maintainers responsible for project management and the overal
- [Giallustio](https://github.com/Giallustio){:target="_blank"}
- [654wak654](https://github.com/654wak654){:target="_blank"}
- [mharis001](https://github.com/mharis001){:target="_blank"}
- [Brandon (TCVM)](https://github.com/TheCandianVendingMachine){:target="_blank"}
- [tcvm](https://github.com/TheCandianVendingMachine){:target="_blank"}
- [veteran29](https://github.com/veteran29){:target="_blank"}
- [Dahlgren](https://github.com/Dahlgren){:target="_blank"}
- [BrettMayson](https://github.com/BrettMayson){:target="_blank"}