Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs - Update my display name everywhere #9330

Merged
merged 3 commits into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Janus
jokoho482 <jokoho482@gmail.com>
Jonpas <jonpas33@gmail.com>
Kieran
kymckay
mharis001 <mhariszakar@gmail.com>
NouberNou
PabstMirror <pabstmirror@gmail.com>
Ruthberg <ulteq@web.de>
SilentSpike <SilentSpike100@gmail.com>
tpM
veteran29
ViperMaul
Expand Down
2 changes: 1 addition & 1 deletion addons/advanced_throwing/functions/fnc_drawThrowable.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dslyecxi, Jonpas, SilentSpike
* Author: Dslyecxi, Jonpas, kymckay
* Handles drawing the currently selected or cooked throwable.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/cargo/functions/fnc_getSizeItem.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Glowbal, SilentSpike
* Author: Glowbal, kymckay
* Get the cargo size of an object.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/cargo/functions/fnc_initObject.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Glowbal, SilentSpike
* Author: Glowbal, kymckay
* Initializes variables for loadable objects. Called from init EH.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/cargo/functions/fnc_setSize.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Set the cargo size of any object. Has global effect.
* Adds the load action menu if necessary.
* Negative size makes unloadable.
Expand Down
2 changes: 1 addition & 1 deletion addons/cargo/functions/fnc_setSpace.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Set the cargo space of any object. Has global effect.
* Adds the cargo action menu if necessary.
*
Expand Down
2 changes: 1 addition & 1 deletion addons/common/functions/fnc_dummy.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Author: SilentSpike
* Author: kymckay
* A dummy function which does nothing. Can be useful.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/common/functions/fnc_hideUnit.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike (based on muteUnit)
* Author: kymckay (based on muteUnit)
* Globally hides a unit. This allows the handling of more than one reason to hide an object globally.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/common/functions/fnc_isMedic.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Check if a unit is a medic
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/common/functions/fnc_numberToDigits.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: commy2, SilentSpike
* Author: commy2, kymckay
* Transforms a number to an array of the correspondending digits.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/common/functions/fnc_unhideUnit.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike (based on unmuteUnit)
* Author: kymckay (based on unmuteUnit)
* Globally unhides a unit. Only unhides if the last reason was removed.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/cookoff/functions/fnc_cookOffBox.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: KoffeinFlummi, commy2, SilentSpike
* Author: KoffeinFlummi, commy2, kymckay
* Start a cook-off in the given ammo box.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/dogtags/functions/fnc_ssn.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Reports a social security number generated from the units name.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/interact_menu/functions/fnc_compileMenuZeus.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Compile the zeus action menu (only to be done once)
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/interaction/functions/fnc_doRemoteControl.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike, joko
* Author: kymckay, joko
*
* Arguments:
* None
Expand Down
4 changes: 2 additions & 2 deletions addons/medical_engine/functions/fnc_handleDamage.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: commy2, SilentSpike
* Author: commy2, kymckay
* HandleDamage EH where wound events are raised based on incoming damage.
* Be aware that for each source of damage, the EH can fire multiple times (once for each hitpoint).
* We store these incoming damages and compare them on our final hitpoint: "ace_hdbracket".
Expand Down Expand Up @@ -116,7 +116,7 @@ if (_hitPoint isEqualTo "ace_hdbracket") exitWith {

_allDamages sort false;
_allDamages = _allDamages apply {[_x select 2, _x select 3, _x select 0]};

// Environmental damage sources all have empty ammo string
// No explicit source given, we infer from differences between them
if (_ammo isEqualTo "") then {
Expand Down
2 changes: 1 addition & 1 deletion addons/medical_gui/functions/fnc_bloodLossToRGBA.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: ShackTac, SilentSpike
* Author: ShackTac, kymckay
* Converts a blood loss value into a representative RGBA colour.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/medical_gui/functions/fnc_damageToRGBA.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: ShackTac, SilentSpike
* Author: ShackTac, kymckay
* Converts a damage value into a representative RGBA colour.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/medical_gui/functions/fnc_modifyAction.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: esteldunedain, SilentSpike, mharis001
* Author: esteldunedain, kymckay, mharis001
* Modifies the medical action icons to show blood loss and tourniquets.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/medical_gui/functions/fnc_updateBodyImage.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Glowbal, SilentSpike, mharis001
* Author: Glowbal, kymckay, mharis001
* Updates the body image for given target.
*
* Arguments:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Handles a unit reaching the point of death (calls for a status update).
*
* Arguments:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Resets the default state on a unit after respawning.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/medical_status/functions/fnc_getCardiacOutput.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Glowbal, SilentSpike
* Author: Glowbal, kymckay
* Get the cardiac output from the Heart, based on current Heart Rate and Blood Volume.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/parachute/functions/fnc_cutParachute.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: joko, Jonas, SilentSpike
* Author: joko, Jonas, kymckay
* Perform the cut parachute action (move unit out and delete)
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/parachute/functions/fnc_handleReserve.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: joko, Jonas, SilentSpike
* Author: joko, Jonas, kymckay
* Cache reserve parachute on player unit when their inventory changes and add it when they open their parachute
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/repair/functions/fnc_addRepairActions.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: commy2, SilentSpike
* Author: commy2, kymckay
* Checks if the vehicles class already has the actions initialized, otherwise add all available repair options. Calleed from init EH.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"F3 Project","Head","SilentSpike","voiper"};
authors[] = {"F3 Project","Head","kymckay","voiper"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_cam.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Nelson Duarte, SilentSpike
* Author: Nelson Duarte, kymckay
* Handles camera initialisation and destruction
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_cam_prepareTarget.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Nelson Duarte, SilentSpike
* Author: Nelson Duarte, kymckay
* Moves the spectator camera to a position relative to the camera focus.
* Used for 3PP camera and teleporting, etc.
*
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_cam_resetTarget.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Nelson Duarte, SilentSpike
* Author: Nelson Duarte, kymckay
* Removes the current camera interest and detaches dummy target.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_cam_setCameraMode.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Nelson Duarte, AACO, SilentSpike
* Author: Nelson Duarte, AACO, kymckay
* Function used to select the camera mode
*
* Intended to run even if new mode == old mode, as it handles focus
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_cam_setTarget.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Nelson Duarte, SilentSpike
* Author: Nelson Duarte, kymckay
* Sets the current camera interest using dummy target.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_cam_setVisionMode.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Function used to select the camera vision mode
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_cam_tick.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Nelson Duarte, AACO, SilentSpike
* Author: Nelson Duarte, AACO, kymckay
* Function used to perform camera ticks
*
* Updates camera position in follow mode
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_cam_toggleSlow.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Nelson Duarte, SilentSpike
* Author: Nelson Duarte, kymckay
* Function used to set camera slow speed mode
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_compat_counter.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Handles integrating the counter respawn template into the spectator UI
*
* Should be called from both RscRespawnCounter XEH and spectator init to account for arbitrary order
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_compat_spectatorBI.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Handles "compatibility" (i.e. override) for BI spectator respawn types 1, 4 & 5
*
* Called from the RscDisplayEGSpectator XEH
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_compat_zeus.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Handles compatibility with curator interface (i.e. re-opens spectator if applicable)
*
* Called from the RscDisplayCurator XEH
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_getCameraAttributes.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Returns the current spectator camera attributes (see setCameraAttributes for details).
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_getGroupIcon.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Function used to get an appropriate icon for provided group. Approximate.
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_getTargetEntities.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Gets the possible entities to spectate based on settings.
* Optionally includes dead units for the list and switching.
*
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_handleFired.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Nelson Duarte, AACO, SilentSpike
* Author: Nelson Duarte, AACO, kymckay
* Function used to add projectiles to be drawn when a unit fires
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_moduleSpectatorSettings.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Read spectator settings from module
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_players.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Return all of the player entities who are currently in ace spectator
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_respawnTemplate.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* The ace_spectator respawn template, compatible with types 1,2,3,4 & 5
*
* Handles killed and respawned events as per BI's respawn framework:
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_setCameraAttributes.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Sets the spectator camera attributes as desired. Local effect.
* All values are optional and default to no change.
*
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_setFocus.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: AACO, SilentSpike
* Author: AACO, kymckay
* Function used to set the camera focus
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion addons/spectator/functions/fnc_setSpectator.sqf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: SilentSpike
* Author: kymckay
* Enter/exit spectator mode for the local player
*
* Client will be able to communicate in ACRE/TFAR as appropriate
Expand Down
Loading