Switching nicknames

This commit is contained in:
Nicolás Badano 2015-03-24 01:18:00 -03:00
parent bc0dae63ca
commit 5e79970740
124 changed files with 133 additions and 133 deletions

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {"ACE_IR_Strobe_Item"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"KoffeinFlummi","eRazeri","CAA-Picard"};
author[] = {"KoffeinFlummi","eRazeri","esteldunedain"};
authorUrl = "https://github.com/KoffeinFlummi/";
VERSION_CONFIG;
};

View File

@ -1,5 +1,5 @@
/*
* Author: eRazeri and CAA-Picard
* Author: eRazeri and esteldunedain
* Attach an item to the unit
*
* Arguments:

View File

@ -1,5 +1,5 @@
/*
* Author: eRazeri and CAA-Picard
* Author: eRazeri and esteldunedain
* Detach an item from a unit
*
* Arguments:

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Converts ASL to Arma "Position"
*
* Arguments:

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Add line to draw on debug
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Adds a new setting at runtime, with all it's metadata.
* If has only local effects.
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard and Jaynus
* Author: esteldunedain and Jaynus
* Returns the result of the function and caches it up to a given time or event
*
* Arguments:

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Returns a orthonormal system of reference aligned with the supplied vector
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Deletes a cached result
*
* Arguments:

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Executes a code on the next frame
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Returns the metadata of a setting if it exists
*
* Arguments:

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Load the user setable settings from the user profile.
* Config < Server UserConfig < Mission Config < Client settings
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Load the parameters on the server.
* Config < Server UserConfig < Mission Config
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Converts Arma "Position" to ASL
*
* Arguments:

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Reads a setting value from a module, set it and force it. Logs if the setting is missing from the module.
* Must be called on the server, effect is global.

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Removes a magazine from the unit that has an specific ammo count
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard, based on Killzone-Kid code
* Author: esteldunedain, based on Killzone-Kid code
*
* Removes quotation marks to avoid exploits and optionally html tags from text to avoid conflicts with structured text.
*

View File

@ -1,4 +1,4 @@
// by CAA-Picard
// by esteldunedain
#include "script_component.hpp"
if (isServer) then {

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Sets the value of an ACE_Parameter and makes it public.
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Change the value of an existing setting if it was not previously forced. Force if neccesary.
* If executed on clients it has local effect.
* If executed on server it can have global effect if the last parameter is set to true.

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Load a setting from config if it was not previosuly forced. Force if neccesary.
*
* Arguments:

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Schedules the publishment of an object variable to reduce network overhead
*
* Arguments:

View File

@ -1,5 +1,5 @@
/*
Author: commy2, CAA-Picard
Author: commy2, esteldunedain
Description:
Converts number to hexadecimal number

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Executes a code once with a given game time delay, using a PFH
*

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"KoffeinFlummi", "CAA-Picard"};
author[] = {"KoffeinFlummi", "esteldunedain"};
authorUrl = "https://github.com/KoffeinFlummi/";
VERSION_CONFIG;
};

View File

@ -1,5 +1,5 @@
/*
* Author: KoffeinFlummi and CAA-Picard
* Author: KoffeinFlummi and esteldunedain
* Calculates average g-forces and triggers g-effects
*
* Argument:

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {"ACE_EarPlugs"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common", "ace_interaction"};
author[] = {"KoffeinFlummi", "CAA-Picard", "HopeJ", "commy2"};
author[] = {"KoffeinFlummi", "esteldunedain", "HopeJ", "commy2"};
authorUrl = "https://github.com/KoffeinFlummi/";
VERSION_CONFIG;
};

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Initializes the Map module.
*
* Arguments:

View File

@ -1,5 +1,5 @@
/*
* Author: commy2 and CAA-Picard
* Author: commy2 and esteldunedain
* Updates and applys the current deafness. Called every 0.1 sec from a PFEH.
*
* Arguments:

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"NouberNou", "CAA-Picard"};
author[] = {"NouberNou", "esteldunedain"};
authorUrl = "";
VERSION_CONFIG;
};

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Insert an ACE action to a class, under a certain path
* Note: This function is NOT global.
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Insert an ACE action to an object, under a certain config path
* Note: This function is NOT global.
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Collect a entire tree of active actions
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: NouberNou and CAA-Picard
* Author: NouberNou and esteldunedain
* Compile the action menu from config for an object's class
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: NouberNou and CAA-Picard
* Author: NouberNou and esteldunedain
* Compile the self action menu from config for an object's class
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Creates an isolated ACE action
* Note: This function is NOT global.
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Return action point from path
* Note: This function is NOT global.
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Check if the first path is a subpath of the other
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Removes an action from a class
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: commy2, NouberNou and CAA-Picard
* Author: commy2, NouberNou and esteldunedain
* Removes an action from an object
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: NouberNou and CAA-Picard
* Author: NouberNou and esteldunedain
* Render all available nearby interactions
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: NouberNou and CAA-Picard
* Author: NouberNou and esteldunedain
* Render the interaction menu for a base action
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: NouberNou and CAA-Picard
* Author: NouberNou and esteldunedain
* Render a single interaction icon
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: NouberNou and CAA-Picard
* Author: NouberNou and esteldunedain
* Render an interaction menu and it's children recursively
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Render a single interaction icon
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Take full path and split it between parent path and action name
*
* Argument:

View File

@ -1,4 +1,4 @@
// by commy2 and CAA-Picard
// by commy2 and esteldunedain
#include "script_component.hpp"

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interact_menu"};
author[] = {"commy2", "KoffeinFlummi", "CAA-Picard", "bux578"};
author[] = {"commy2", "KoffeinFlummi", "esteldunedain", "bux578"};
authorUrl = "https://github.com/commy2/";
VERSION_CONFIG;
};

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Mount unit actions inside passenger submenu
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Create one action per passenger
*
* Argument:

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {"ACE_Kestrel"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common","ace_interaction"};
author[] = {"Falke","commy2","KoffeinFlummi","CAA-Picard"};
author[] = {"Falke","commy2","KoffeinFlummi","esteldunedain"};
authorUrl = "https://github.com/KoffeinFlummi/";
VERSION_CONFIG;
};

View File

@ -1,4 +1,4 @@
// by commy2 and CAA-Picard
// by commy2 and esteldunedain
#include "script_component.hpp"
EXPLODE_3_PVT(_this,_unit,_range,_isGreen);

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"commy2","CAA-Picard"};
author[] = {"commy2","esteldunedain"};
authorUrl = "https://github.com/commy2/";
VERSION_CONFIG;
};

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common", "ace_interaction"};
author[] = {"KoffeinFlummi","Rocko","CAA-Picard"};
author[] = {"KoffeinFlummi","Rocko","esteldunedain"};
authorUrl = "https://github.com/KoffeinFlummi/";
VERSION_CONFIG;
};

View File

@ -1,5 +1,5 @@
/*
* Author: Rocko and CAA-Picard
* Author: Rocko and esteldunedain
* Calculates the current map illumination for a given unit
*
* Arguments:

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Initializes the Map module.
*
* Arguments:

View File

@ -1,5 +1,5 @@
/*
* Author: Rocko and CAA-Picard
* Author: Rocko and esteldunedain
* On map draw, updates the effects
*
* Arguments:

View File

@ -1,4 +1,4 @@
// by CAA-Picard
// by esteldunedain
#include "script_component.hpp"

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {"ACE_MapTools"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common", "ace_interaction"};
author[] = {"CAA-Picard"};
author[] = {"esteldunedain"};
authorUrl = "https://github.com/esteldunedain/";
VERSION_CONFIG;
};

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Add the line marker
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Returns the equivalent of 100m in screen coordinates
*

View File

@ -1,4 +1,4 @@
// by CAA-Picard
// by esteldunedain
#include "script_component.hpp"

View File

@ -1,4 +1,4 @@
// by CAA-Picard
// by esteldunedain
#include "script_component.hpp"

View File

@ -1,4 +1,4 @@
// by CAA-Picard
// by esteldunedain
#include "script_component.hpp"

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Cancel the drawing of the current line marker
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Copy recieved markers to map
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Send Map markers to other player
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Send request to remote player
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Handle key down on map.
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Handle mouse buttons.
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Handle mouse movement over the map tool.
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Handle mouse wheel.
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Return true if the position is inside the map marker (to allow dragging).
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Opens or closes the gps on the map screen, showing coordinates
*

View File

@ -1,4 +1,4 @@
//CAA-Picard
//esteldunedain
//update gps display
#include "script_component.hpp"

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Remove the line marker
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Updates the line marker position and scale
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Update the map tool markers, position, size, rotation and visibility.
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Create one unload action per unconscious passenger
*
* Argument:

View File

@ -1,4 +1,4 @@
// by commy2 and CAA-Picard
// by commy2 and esteldunedain
#include "script_component.hpp"
[] call FUNC(initIsSpeaking);

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = { "ace_main", "ace_common", "ace_interaction" };
author[] = { "commy2", "CAA-Picard" };
author[] = { "commy2", "esteldunedain" };
authorUrl = "https://github.com/commy2/";
VERSION_CONFIG;
};

View File

@ -1,5 +1,5 @@
/*
* Author: commy2, CAA-Picard
* Author: commy2, esteldunedain
*
* Draw the nametag and rank icon.
*

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
*
* Initializes the name tags module.
*

View File

@ -1,5 +1,5 @@
/*
* Author: commy2, PabstMirror and CAA-Picard
* Author: commy2, PabstMirror and esteldunedain
* Update the ppEffects everytime something changes
*
* Arguments:

View File

@ -1,4 +1,4 @@
// by CAA-Picard
// by esteldunedain
#include "script_component.hpp"
if !(hasInterface) exitWith {};

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {"ACE_SpareBarrel"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common", "ace_interaction"};
author[] = {"commy2", "KoffeinFlummi", "CAA-Picard"};
author[] = {"commy2", "KoffeinFlummi", "esteldunedain"};
authorUrl = "https://github.com/commy2/";
VERSION_CONFIG;
};

View File

@ -1,5 +1,5 @@
/*
* Author: Commy2 and CAA-Picard
* Author: Commy2 and esteldunedain
* Make the player check the temperature of his weapon
*
* Arguments:

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Calculate cooling down of the weapon.
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: Commy2 and CAA-Picard
* Author: Commy2 and esteldunedain
* Displays the weapon temperature
*
* Arguments:

View File

@ -1,5 +1,5 @@
/*
* Author: Commy2 and CAA-Picard
* Author: Commy2 and esteldunedain
* Handle weapon fire, heat up the weapon
*
* Argument:

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"commy2","KoffeinFlummi","CAA-Picard"};
author[] = {"commy2","KoffeinFlummi","esteldunedain"};
authorUrl = "https://github.com/commy2/";
VERSION_CONFIG;
};

View File

@ -1,5 +1,5 @@
/*
* Author: commy2 and CAA-Picard
* Author: commy2 and esteldunedain
*
* Handle fire of local launchers
*

View File

@ -1,5 +1,5 @@
/*
* Author: commy2 and CAA-Picard
* Author: commy2 and esteldunedain
*
* Handle fire of local vehicle weapons creating overpressure zones
*

View File

@ -1,5 +1,5 @@
/*
* Author: commy2 and CAA-Picard
* Author: commy2 and esteldunedain
*
* Calculate the distance to the first intersection of a line
*

View File

@ -1,5 +1,5 @@
/*
* Author: commy2 and CAA-Picard
* Author: commy2 and esteldunedain
*
* Calculate and apply backblast damage to potentially affected local units
*

View File

@ -1,4 +1,4 @@
// by CAA-Picard
// by esteldunedain
#include "script_component.hpp"
if !(hasInterface) exitWith {};

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"commy2","KoffeinFlummi","CAA-Picard"};
author[] = {"commy2","KoffeinFlummi","esteldunedain"};
authorUrl = "https://github.com/commy2/";
VERSION_CONFIG;
};

View File

@ -1,5 +1,5 @@
/*
* Author: CAA-Picard
* Author: esteldunedain
* Check if the target has an MG equiped with belt system that the player can link
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: commy2 and CAA-Picard
* Author: commy2 and esteldunedain
* Count the ammo of the currently loaded magazine or count rifle grenades. Play animation and display message.
*
* Argument:

View File

@ -1,5 +1,5 @@
/*
* Author: commy2 and CAA-Picard
* Author: commy2 and esteldunedain
* Display the ammo of the currently loaded magazine of the target or count rifle grenades.
*
* Argument:

Some files were not shown because too many files have changed in this diff Show More