ACE3/AUTHORS.txt

156 lines
4.0 KiB
Plaintext
Raw Normal View History

# ACE3 CONTRIBUTOR LIST
2015-01-11 21:36:31 +00:00
# If you contributed, but are not listed here, contact me:
# koffeinflummi@gmail.com
#
# Feel free to add yourself to this when creating a pull
# request, preferably including an email address.
# CORE TEAM
2015-04-03 23:04:03 +00:00
bux578 <github@jonathandavid.de>
2015-01-11 21:36:31 +00:00
commy2
esteldunedain <nicolas.d.badano@gmail.com>
Felix Wiegand <koffeinflummi@gmail.com>
Garth "L-H" de Wet <garthofhearts@gmail.com>
2015-04-03 23:04:03 +00:00
Giallustio
Glowbal
Janus
jokoho482 <jokoho482@gmail.com>
Jonpas <jonpas33@gmail.com>
2015-04-03 23:04:03 +00:00
Kieran
NouberNou
2015-02-01 20:21:30 +00:00
PabstMirror <pabstmirror@gmail.com>
2015-04-26 19:15:04 +00:00
Ruthberg <ulteq@web.de>
2015-06-21 23:33:18 +00:00
SilentSpike <SilentSpike100@gmail.com>
2015-04-03 23:04:03 +00:00
tpM
ViperMaul
VKing <kauestad@gmail.com>
Walter Pearce <jaynus@gmail.com>
2015-01-11 21:36:31 +00:00
# CONTRIBUTORS
[BIG]Bull
11RDP-LoupVert <loupvert@11rdp.fr>
2016-10-27 17:34:25 +00:00
654wak654 <ozanegitmen@gmail.com>
2015-04-12 01:15:57 +00:00
ACCtomeek <tomeek99@gmail.com>
adam3adam <br.ada@seznam.cz>
2015-01-11 21:36:31 +00:00
Adanteh
aeroson
Aggr094 <bastards4glory@gmail.com>
alef <alefor@gmail.com>
Aleksey EpMAK Yermakov <epmak777@gmail.com>
Alganthe <alganthe@live.fr>
2017-05-25 10:02:17 +00:00
Andrea "AtixNeon" Verano <veranoandrea88@gmail.com>
2015-04-10 04:34:36 +00:00
Anthariel <Contact@storm-simulation.com>
2017-05-22 20:49:27 +00:00
Arcanum417 <lubos.len@gmail.com>
Anton
Arcanum417 <lubos.len@gmail.com>
2015-08-12 20:38:39 +00:00
Arkhir <wonsz666@gmail.com >
Asgar Serran <piechottaf@web.de>
2015-07-07 15:31:40 +00:00
BaerMitUmlaut
2015-06-23 11:24:13 +00:00
Bamse <bamsis@gmail.com>
Barman75
Bla1337
BlackPixxel <blackpixxel96@gmail.com>
2015-01-11 21:36:31 +00:00
BlackQwar
Brakoviejo
Adds Crew Served Static Weapons (#5652) * Initial Commit * Got rid of unneeded translation values * Updated Strings * "Fixed" issue where when you deploy the tripid and weapon on slope it freaked out. * Fixed locality issues. Added timers to relavent functions. * Added weights to all magazines/tripod. Weights to weapons coming soon when I transfer them to the launcher slot * Fixed bug regarding localized strings. Created new tripod model * Added timers for deploying/picking up the tripod. Changed ammo-box model from custom to one already in ARMA. Changed gun-bag model for a more generic one. Created a texture for the tripod and gunbag * Removed ability to disassemble weapons via the addAction. Added ACE Action to get in due to a memory point issue. Changed from a static deploy/dismount time to one based in the weapon configs * Created forward-compatability. Made it so I can define a base plate for any weapon if I ever want to expand from the generic M3 Tripod. * Fixed bug where tripod wouldn't deploy with the correct times. Fixed bug where if you moved the tripod into the ground it would go flying. * Added mortar compatability. Will probably shift whole mortar ammo loading to CSW one day * Added icons to each relavent item * Added README, possibly fixed bug where if you are in a weapon others cant load/unload ammo. Changed distance you can interact with weapons * Added checks for when deploying the gun as well as unloading ammo to prevent duplication/deletion of items. * Added documentation * Added order to doc * Explained why things are the way they are * Remove temp files * Removed redundant files * Converted tabs->spaces. Added newlines at end of all files. Changed broken line in fnc_tripodDeploy.sqf. * 100% newlines at end of file * Added newlines to files that didnt get the change. Fixed README. Changed from GVAR(cswOptions) to GVAR(options). Changed from tabs to spaces in wiki * Fixed issue with UAV assembling with enableWeaponDisassembling. Fixed bug where game would crash if you disassembled static weapon with more than 1 magazine * Tabs->Spaces * Added CSW options to base StaticWeapon class to allow for easier additions. Switched default mortar away from CSW system due to incompatabilities * Lazy Evaluations and macros to describe how things work. * Added newlines to script_component. Fix no-texture issue on tripod. "Fix" 20mm HE saying 40mm HE. Add custom icons to all weapons. Move "Check Ammo" to CSW menu * abc * Revert "abc" This reverts commit bcb4214bd99bba3fec692efa4dca950323da582d. * Update to current commit * Revert changes to fortify.md * Updated UI Icon to Crew Served Ammo branch UI * Added Pabst's CrewServedAmmo to handle ammo loading/unloading instead of my solution * Fixed bug where currentWeaponTurret returned a blank string when a player hasent entered hte weapon to select the current weapon * Re-added ammo loading time * Tabs->Spaces * Newline at end of files * Removed replaced functions * Remove redundant strings. Move ammo handling to appropiate section * Tabs->Spaces * Update wiki * Updated to fix crash with default weapons and disable CSW ability on default static weapons * Added editor attributes to enable/disable CSW at edit time * Change how ammo is removed from the CSW. Uses math instead of iteration * Fix bug where assembled weapon did not get rid of default actions * Added support for multiple types of ammo in one CSW * Add tracer magazines for .50 cal * Fix bug where you could load ammo even if the gun couldnt take any more * Disable debug and enable compile cache * Changed weapon deploy/pickup time. Removed custom Titan missiles. Using ACE Dragging now. Added progress bar check for pickupTripod. Updated documentation * Removed check if CSW is full to unload ammo * Fix bug where items would spawn underneath other items on wepaon dismount * Change some things * Configure base statics, improve returnAmmo * Add mortar baseplate * Remove explicit inheritance * Fix bug where unloading ammo would duplicate it if you had room in your person. * Tab->Space * Player couldnt pickup tripod due to legacy code * Fix GMG_01_base_F inheritce * Port of ACE 2 tripod + ACE 2 CSW Bag * Move ACE 2 Data to APL folder * Adjust weights to make them more accurate to how ARMA uses it and the real life equivalents * Fix bug where error was thrown on esc from picking up tripod. Tripod rotated 180 * Fix bug where if you called ace_common_claim the weapon could be set to be disassembled even though it may not be wanted via CSW * Added ability to toggle ammo handling when weaponAssembly is disabled. * Add Proxy Weapons for all Vanilla static weapons. These serve as a way to allow for realistic ammo reload times without having to modify base classes if you want feautres turned off. Adjusted reload and mount times to be more "realistic" * Fix Shadow RPT Spam * Update wiki * Change order of setDir and setPos * Change all setDir/setPos orientations. Remove redundant check. Ensure that weapon locked state reflects it with the "getIn" command. Add a way to pass in a specific classname for the weapon assemble type. Add a callback function onDisassemble if user wants to set the state of the new tripod using the old weapon as a reference * Actually check for the carryWeaponClassname in the deployWeapon check * Ai Compatiblity * Add stringtable entries * Formatting fixes * Stringtables for settings, fix setMagazineTurretAmmo * inherit ammo for mags, reorder stringtable displays correct ammo and descriptionShort * don't require ace_javelin * Tweaks, cleanup, localzation, ace_reload changes change weapon tag to [CSW] tweak localization strings minor cleanup simplify some ace_reload funcs * delete moved dev func * Hopefully fix issue where to-be deleted tripod intersects with newly created weapon and vice versa. Remove PBOPREFIX newline * cleanup/proxyWeapon/mk6 compat
2019-06-08 04:47:39 +00:00
Brandon (TCVM) <brandondanyluk366@gmail.com>
Brisse <brisse@outlook.com>
2015-10-29 21:51:06 +00:00
Brostrom.A | Evul <andreas.brostrom.ce@gmail.com>
2015-05-15 11:18:11 +00:00
BullHorn <bullhorn7@gmail.com>
chris579 <github@klemm.one>
classicarma
Clon1998 <ps.patti1998@gmail.com>
2015-01-11 21:36:31 +00:00
Codingboy
Coren <coren4@gmail.com>
2015-01-11 21:36:31 +00:00
Crusty
Translations - German (#6920) * Add all missing german translations for the ace medical system * RHS Compat - Add 2 round hellfire to pylon options (#6893) * RHS Compat - Add 2 rnd hellfire pylon Close #5957 * change magwell name * gvar->addon * Fastroping - Add user setting to confirm cutting ropes (#6876) * Fastroping - Add user setting to confirm cutting ropes * always confirm * fix * Update stringtable.xml * compatibility with CBA scripted 2d optics framework * compatibility with CBA scripted 2d optics framework * Bewusstlosstatus -> Bewusstlosigkeit * Verblutungseffekt -> Blutungs effekt * Aktivitere ACE Sanitäter Aktionen -> Aktiviere Sanitäter Aktionen * Sanitätermenüs -> Sanitätsmenü * kritsche -> kritische * Update addons/medical_statemachine/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_statemachine/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_statemachine/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_statemachine/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_treatment/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_treatment/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Add missing german translations for advanced fatigue, ai, arsenal & ballistics * Update addons/ai/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/arsenal/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_gui/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_statemachine/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_statemachine/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_gui/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/medical_gui/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update addons/arsenal/stringtable.xml Co-Authored-By: C0kkie <20169938+C0kkie@users.noreply.github.com> * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Add missing german translations for ace cargo * Add missing german translation for vehicles * Add missing german translation for weaponselect * Add missing german translations für ace repair * Add missing german translations for ace quickmount * Add missing german translations for ace explosives * Add missing german translations for ace common * Ace flashlight missing german translation * Add missing german translations for ace scopes * add missing translations for ace respawn * Add missing german translations for ace overpressure * ACE Nametags german translation * . * ace magazinerepack german translation * ace interaktion german translations * add missing german translation for ace interaction menu * ACE Hearing german translations * Update stringtable.xml * Update stringtable.xml * Missing german translation in ace dogtags * Missing german translations ace hot * ace pylons missing german translations * ACE Cook off German Translations * zeus german translations * Fast roping german translations * gforces german translations * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Update stringtable.xml * Map - Don't enable map light for parachutes (#6961) * Refuel - Drop nozzle at unit's feet if no valid pos found (#6957) * Refuel - Drop nozzle at unit's feet if no valid pos found Fix #6944 * Update fnc_dropNozzle.sqf * Update addons/refuel/functions/fnc_dropNozzle.sqf Co-Authored-By: PabstMirror <pabstmirror@gmail.com> * Common - Don't add UAV AI to localUnits array (#6951) * Common - Don't add UAV AI to localUnits array * Update addons/common/functions/fnc_setupLocalUnitsHandler.sqf Co-Authored-By: PabstMirror <pabstmirror@gmail.com> * Fastroping - Remove FRIES on vehicle deletion / adjust Ghosthawk Fries (#6932) * fastroping_fnc_deequipFRIES, remove FRIES on vehicle deletion * Prevent FRIES from clipping into Ghost Hawk right door * UNequipFRIES * Remove fastroping checkVehicleThread * Document FRIES equip and unequip functions * Update stringtable.xml * Nightvision german translations * Update stringtable.xml * remove non-stringtable stuff ???
2019-06-08 15:35:42 +00:00
C0kkie
Dharma Bellamkonda <dharma.bellamkonda@gmail.com>
Dimaslg <dimaslg@telecable.es>
diwako
2015-12-24 02:18:23 +00:00
dixon13 <dixonbegay@gmail.com>
2015-08-10 06:45:43 +00:00
Drill <drill87@gmail.com>
2015-12-10 17:32:16 +00:00
Dudakov aka [OMCB]Kaban <dudakov.s@gmail.com>
2018-01-18 20:44:55 +00:00
Drofseh <drofseh@gmail.com>
2015-08-10 06:45:43 +00:00
Dslyecxi <dslyecxi@gmail.com>
Eclipser <jms@modeemi.fi>
ElTyranos
2015-01-11 21:36:31 +00:00
eRazeri
evromalarkey <evromalarkey@gmail.com>
2015-07-17 15:45:16 +00:00
F3 Project <alanr@ferstaberinde.com>
2015-01-11 21:36:31 +00:00
Falke75
Ferenczi
Ferenzi
2016-03-02 19:01:41 +00:00
FFAAMOD <modffaa@gmail.com>
2015-04-29 08:10:30 +00:00
Filip Basara <filip.basara93@googlemail.com>
2016-01-29 12:58:01 +00:00
fr89k <kaschitoku@web.de>
2015-04-11 22:14:33 +00:00
FreeZbe <freeseb@gmail.com>
2015-01-11 21:36:31 +00:00
geraldbolso1899
Ghost
Gianmarco Varriale (TeamNuke) <admin@forhost.org>
2015-04-12 01:15:57 +00:00
GieNkoV <gienkov.grzegorz@gmail.com>
2016-02-04 20:08:34 +00:00
GitHawk <githawk@gmx.net>
2015-01-11 21:36:31 +00:00
gpgpgpgp
2016-03-29 18:35:34 +00:00
Grey-Soldierman <gungamer101@hotmail.com>
2015-01-11 21:36:31 +00:00
Grzegorz
Hamburger SV
Harakhti <shadowdragonphd@gmail.com>
2015-01-11 21:36:31 +00:00
havena <silveredenis@gmail.com>
Hawkins
2015-08-24 14:37:07 +00:00
Head <brobergsebastian@gmail.com>
Hybrid V
john681611 <john681611@hotmail.com>
Karneck <dschultz26@hotmail.com>
Kavinsky <nmunozfernandez@gmail.com>
Keithen <Keithen.Neu@gmail.com>
2015-04-11 22:56:58 +00:00
Kllrt <kllrtik@gmail.com>
legman <juicemelon@msn.com>
2015-04-10 14:15:53 +00:00
Legolasindar "Viper" <legolasindar@gmail.com>
2015-04-12 01:16:42 +00:00
licht-im-Norden87 <lichtimnorden87@gmail.com>
2016-02-17 23:41:17 +00:00
looter <looter222@gmail.com>
Lugubrious Hatchling <thunderbra@gmail.com>
2017-01-03 22:40:28 +00:00
Luigi "Luigium" Myrini <luigium@outlook.fr>
2015-05-30 21:38:08 +00:00
Macusercom <macusercom@gmail.com>
2015-01-11 21:36:31 +00:00
MarcBook
2015-04-13 18:03:19 +00:00
meat <p.humberdroz@gmail.com>
mharis001 <mhariszakar@gmail.com>
2015-01-11 21:36:31 +00:00
Michail Nikolaev
2015-08-10 06:45:43 +00:00
MikeMatrix <m.braun92@gmail.com>
2015-01-11 21:36:31 +00:00
nic547 <nic547@outlook.com>
nikolauska <nikolauska1@gmail.com>
2015-04-14 14:09:04 +00:00
nomisum <nomisum@gmail.com>
OnkelDisMaster <onkeldismaster@gmail.com>
Orbis2358 <mgkid3310@naver.com>
2015-01-11 21:36:31 +00:00
oscarmolinadev
PaxJaromeMalues <seemax1991@gmail.com>
PiZZADOX <509thParachuteInfantry@gmail.com>
Phyma <sethramstrom@gmail.com>
2015-01-11 21:36:31 +00:00
pokertour
Professor <lukas.trneny@wo.cz>
QuickDagger
2015-01-11 21:36:31 +00:00
rakowozz
ramius86 <pasini86@hotmail.com>
2015-01-11 21:36:31 +00:00
Raspu86
Riccardo Petricca <petriccarcc@gmail.com>
Robert Boklahánics <bokirobi@gmail.com>
ruPaladin <happyworm24@rambler.ru>
Rutger "RedBery" Meijering <c.redbery@gmail.com>
Schwaggot <tom.ryan@posteo.de>
simon84 <badguy360th@gmail.com>
2016-06-25 22:23:43 +00:00
Skengman2
Sniperwolf572 <tenga6@gmail.com>
2016-01-02 13:35:39 +00:00
System98
2015-06-04 20:55:21 +00:00
SzwedzikPL <szwedzikpl@gmail.com>
2015-04-16 15:23:00 +00:00
Tachi <zaveruha007@gmail.com>
Tessa Elieff <Fastroping Sound - CreativeCommons Attributions 3.0>
Timi007 <timi007@gmx.net>
Toaster <jonathan.pereira@gmail.com>
2015-01-11 21:36:31 +00:00
Tonic
Tourorist <tourorist@gmail.com>
Tuupertunut
2015-01-11 21:36:31 +00:00
Valentin Torikian <valentin.torikian@gmail.com>
2015-11-30 00:56:48 +00:00
voiper
2015-04-26 06:15:25 +00:00
VyMajoris(W-Cephei)<vycanismajoriscsa@gmail.com>
2015-05-08 16:46:30 +00:00
Winter <simon@agius-muscat.net>
xrufix
2017-03-23 13:49:21 +00:00
Zakant <Zakant@gmx.de>
zGuba