From 17079974c784bb950f39b5f0cdf1fc06faa0f894 Mon Sep 17 00:00:00 2001 From: szapp Date: Tue, 2 Jan 2018 13:43:48 +0100 Subject: [PATCH] Bump version to v1.0.1 --- _work/data/Scripts/Content/GFA/_intern/activate.d | 2 +- _work/data/Scripts/Content/GFA/_intern/aimRay.d | 2 +- _work/data/Scripts/Content/GFA/_intern/aimVob.d | 2 +- _work/data/Scripts/Content/GFA/_intern/auxiliary.d | 2 +- _work/data/Scripts/Content/GFA/_intern/ccommands.d | 2 +- _work/data/Scripts/Content/GFA/_intern/classes.d | 2 +- _work/data/Scripts/Content/GFA/_intern/collectable.d | 2 +- _work/data/Scripts/Content/GFA/_intern/collision.d | 2 +- _work/data/Scripts/Content/GFA/_intern/const.d | 4 ++-- _work/data/Scripts/Content/GFA/_intern/controls.d | 2 +- _work/data/Scripts/Content/GFA/_intern/criticalHit.d | 2 +- _work/data/Scripts/Content/GFA/_intern/externals_G1.d | 2 +- _work/data/Scripts/Content/GFA/_intern/init.d | 2 +- _work/data/Scripts/Content/GFA/_intern/offsets_G1.d | 2 +- _work/data/Scripts/Content/GFA/_intern/offsets_G2.d | 2 +- _work/data/Scripts/Content/GFA/_intern/rangedAiming.d | 2 +- _work/data/Scripts/Content/GFA/_intern/rangedShooting.d | 2 +- _work/data/Scripts/Content/GFA/_intern/reticle.d | 2 +- _work/data/Scripts/Content/GFA/_intern/spell.d | 2 +- _work/data/Scripts/Content/GFA/_intern/strafing.d | 2 +- _work/data/Scripts/System/Camera/CamInstGFA.d | 2 +- _work/data/Scripts/System/Menu/Menu_Opt_Game_GFA.d | 2 +- _work/data/Scripts/System/PFX/PfxInstGFA_G1.d | 2 +- _work/data/Scripts/System/PFX/PfxInstGFA_G2.d | 2 +- _work/data/Scripts/System/SFX/SfxInstGFA.d | 2 +- _work/data/Scripts/System/VisualFX/VisualFxInstGFA.d | 2 +- 26 files changed, 27 insertions(+), 27 deletions(-) diff --git a/_work/data/Scripts/Content/GFA/_intern/activate.d b/_work/data/Scripts/Content/GFA/_intern/activate.d index f9a7919..2a0e139 100644 --- a/_work/data/Scripts/Content/GFA/_intern/activate.d +++ b/_work/data/Scripts/Content/GFA/_intern/activate.d @@ -1,7 +1,7 @@ /* * Activate free aiming and set internal settings * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/aimRay.d b/_work/data/Scripts/Content/GFA/_intern/aimRay.d index 597c3be..4e7bd4e 100644 --- a/_work/data/Scripts/Content/GFA/_intern/aimRay.d +++ b/_work/data/Scripts/Content/GFA/_intern/aimRay.d @@ -1,7 +1,7 @@ /* * Aim-specific trace ray and focus collection * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/aimVob.d b/_work/data/Scripts/Content/GFA/_intern/aimVob.d index 956860a..15caf73 100644 --- a/_work/data/Scripts/Content/GFA/_intern/aimVob.d +++ b/_work/data/Scripts/Content/GFA/_intern/aimVob.d @@ -1,7 +1,7 @@ /* * Definition and manipulation of aim vob (targeting system) * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/auxiliary.d b/_work/data/Scripts/Content/GFA/_intern/auxiliary.d index cc433a0..97cd10e 100644 --- a/_work/data/Scripts/Content/GFA/_intern/auxiliary.d +++ b/_work/data/Scripts/Content/GFA/_intern/auxiliary.d @@ -1,7 +1,7 @@ /* * Auxiliary functions including finding the active spell instance and ranged weapon and offering animated reticles * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/ccommands.d b/_work/data/Scripts/Content/GFA/_intern/ccommands.d index dae9b58..fe91ec3 100644 --- a/_work/data/Scripts/Content/GFA/_intern/ccommands.d +++ b/_work/data/Scripts/Content/GFA/_intern/ccommands.d @@ -1,7 +1,7 @@ /* * Definition of all console commands * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/classes.d b/_work/data/Scripts/Content/GFA/_intern/classes.d index d9c0a35..7453fac 100644 --- a/_work/data/Scripts/Content/GFA/_intern/classes.d +++ b/_work/data/Scripts/Content/GFA/_intern/classes.d @@ -1,7 +1,7 @@ /* * GFA Classes * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/collectable.d b/_work/data/Scripts/Content/GFA/_intern/collectable.d index faf296b..c96eabd 100644 --- a/_work/data/Scripts/Content/GFA/_intern/collectable.d +++ b/_work/data/Scripts/Content/GFA/_intern/collectable.d @@ -1,7 +1,7 @@ /* * Collectable projectiles feature * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/collision.d b/_work/data/Scripts/Content/GFA/_intern/collision.d index 78f1cfe..a50feb9 100644 --- a/_work/data/Scripts/Content/GFA/_intern/collision.d +++ b/_work/data/Scripts/Content/GFA/_intern/collision.d @@ -1,7 +1,7 @@ /* * Custom projectile collision behaviors feature * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/const.d b/_work/data/Scripts/Content/GFA/_intern/const.d index 75e05e7..192e926 100644 --- a/_work/data/Scripts/Content/GFA/_intern/const.d +++ b/_work/data/Scripts/Content/GFA/_intern/const.d @@ -1,7 +1,7 @@ /* * Internal constants of GFA * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. @@ -29,7 +29,7 @@ /* Initialization */ -const string GFA_VERSION = "Gothic Free Aim v1.0.0"; +const string GFA_VERSION = "Gothic Free Aim v1.0.1"; const int GFA_LEGO_FLAGS = LeGo_HookEngine // For initializing all hooks | LeGo_FrameFunctions // For projectile gravity | LeGo_ConsoleCommands // For console commands and debugging diff --git a/_work/data/Scripts/Content/GFA/_intern/controls.d b/_work/data/Scripts/Content/GFA/_intern/controls.d index 3633a10..ba5adac 100644 --- a/_work/data/Scripts/Content/GFA/_intern/controls.d +++ b/_work/data/Scripts/Content/GFA/_intern/controls.d @@ -1,7 +1,7 @@ /* * Input and controls manipulation * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/criticalHit.d b/_work/data/Scripts/Content/GFA/_intern/criticalHit.d index 306fd99..cdf0e73 100644 --- a/_work/data/Scripts/Content/GFA/_intern/criticalHit.d +++ b/_work/data/Scripts/Content/GFA/_intern/criticalHit.d @@ -1,7 +1,7 @@ /* * Critical hit detection for ranged combat * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/externals_G1.d b/_work/data/Scripts/Content/GFA/_intern/externals_G1.d index eb92e2e..093a590 100644 --- a/_work/data/Scripts/Content/GFA/_intern/externals_G1.d +++ b/_work/data/Scripts/Content/GFA/_intern/externals_G1.d @@ -1,7 +1,7 @@ /* * Constants and (external) functions that do not exist in Gothic 1 * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/init.d b/_work/data/Scripts/Content/GFA/_intern/init.d index 1295e1a..b524fb6 100644 --- a/_work/data/Scripts/Content/GFA/_intern/init.d +++ b/_work/data/Scripts/Content/GFA/_intern/init.d @@ -1,7 +1,7 @@ /* * Initialization of GFA * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/offsets_G1.d b/_work/data/Scripts/Content/GFA/_intern/offsets_G1.d index 757ea57..2a6c0e5 100644 --- a/_work/data/Scripts/Content/GFA/_intern/offsets_G1.d +++ b/_work/data/Scripts/Content/GFA/_intern/offsets_G1.d @@ -1,7 +1,7 @@ /* * Engine offsets for Gothic 1 * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/offsets_G2.d b/_work/data/Scripts/Content/GFA/_intern/offsets_G2.d index 4ee1bfc..3b30314 100644 --- a/_work/data/Scripts/Content/GFA/_intern/offsets_G2.d +++ b/_work/data/Scripts/Content/GFA/_intern/offsets_G2.d @@ -1,7 +1,7 @@ /* * Engine offsets for Gothic 2 * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/rangedAiming.d b/_work/data/Scripts/Content/GFA/_intern/rangedAiming.d index 2cab68a..5002af8 100644 --- a/_work/data/Scripts/Content/GFA/_intern/rangedAiming.d +++ b/_work/data/Scripts/Content/GFA/_intern/rangedAiming.d @@ -1,7 +1,7 @@ /* * Free aiming mechanics for ranged combat aiming * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/rangedShooting.d b/_work/data/Scripts/Content/GFA/_intern/rangedShooting.d index 3bfc6ae..9b4a45f 100644 --- a/_work/data/Scripts/Content/GFA/_intern/rangedShooting.d +++ b/_work/data/Scripts/Content/GFA/_intern/rangedShooting.d @@ -1,7 +1,7 @@ /* * Free aiming mechanics for ranged combat shooting * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/reticle.d b/_work/data/Scripts/Content/GFA/_intern/reticle.d index 5ea4110..c27c87d 100644 --- a/_work/data/Scripts/Content/GFA/_intern/reticle.d +++ b/_work/data/Scripts/Content/GFA/_intern/reticle.d @@ -1,7 +1,7 @@ /* * Reticle handling * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/spell.d b/_work/data/Scripts/Content/GFA/_intern/spell.d index 2876b29..a5a5f8c 100644 --- a/_work/data/Scripts/Content/GFA/_intern/spell.d +++ b/_work/data/Scripts/Content/GFA/_intern/spell.d @@ -1,7 +1,7 @@ /* * Free aiming mechanics for spell combat * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/Content/GFA/_intern/strafing.d b/_work/data/Scripts/Content/GFA/_intern/strafing.d index ed65d3e..8c32b86 100644 --- a/_work/data/Scripts/Content/GFA/_intern/strafing.d +++ b/_work/data/Scripts/Content/GFA/_intern/strafing.d @@ -1,7 +1,7 @@ /* * Movement during free aiming * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/System/Camera/CamInstGFA.d b/_work/data/Scripts/System/Camera/CamInstGFA.d index 42aa253..01113d1 100644 --- a/_work/data/Scripts/System/Camera/CamInstGFA.d +++ b/_work/data/Scripts/System/Camera/CamInstGFA.d @@ -1,7 +1,7 @@ /* * Free aim camera mode * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/System/Menu/Menu_Opt_Game_GFA.d b/_work/data/Scripts/System/Menu/Menu_Opt_Game_GFA.d index 0954bf4..9d89b2c 100644 --- a/_work/data/Scripts/System/Menu/Menu_Opt_Game_GFA.d +++ b/_work/data/Scripts/System/Menu/Menu_Opt_Game_GFA.d @@ -1,7 +1,7 @@ /* * Free aim menu options * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/System/PFX/PfxInstGFA_G1.d b/_work/data/Scripts/System/PFX/PfxInstGFA_G1.d index e244966..44314a8 100644 --- a/_work/data/Scripts/System/PFX/PfxInstGFA_G1.d +++ b/_work/data/Scripts/System/PFX/PfxInstGFA_G1.d @@ -1,7 +1,7 @@ /* * Projectile trail strip for increased visibility * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/System/PFX/PfxInstGFA_G2.d b/_work/data/Scripts/System/PFX/PfxInstGFA_G2.d index e8dff4d..cd4956b 100644 --- a/_work/data/Scripts/System/PFX/PfxInstGFA_G2.d +++ b/_work/data/Scripts/System/PFX/PfxInstGFA_G2.d @@ -1,7 +1,7 @@ /* * Projectile trail strip for increased visibility * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/System/SFX/SfxInstGFA.d b/_work/data/Scripts/System/SFX/SfxInstGFA.d index cfa8909..e2a1e2b 100644 --- a/_work/data/Scripts/System/SFX/SfxInstGFA.d +++ b/_work/data/Scripts/System/SFX/SfxInstGFA.d @@ -1,7 +1,7 @@ /* * Critical hit sound for projectiles * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim. diff --git a/_work/data/Scripts/System/VisualFX/VisualFxInstGFA.d b/_work/data/Scripts/System/VisualFX/VisualFxInstGFA.d index ea816c3..7740552 100644 --- a/_work/data/Scripts/System/VisualFX/VisualFxInstGFA.d +++ b/_work/data/Scripts/System/VisualFX/VisualFxInstGFA.d @@ -1,7 +1,7 @@ /* * Projectile trail strip for increased visibility * - * Gothic Free Aim (GFA) v1.0.0 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes + * Gothic Free Aim (GFA) v1.0.1 - Free aiming for the video games Gothic 1 and Gothic 2 by Piranha Bytes * Copyright (C) 2016-2017 mud-freak (@szapp) * * This file is part of Gothic Free Aim.