Skip to content

Commit

Permalink
Bump version to v1.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Jul 14, 2017
1 parent 0f3adb2 commit c11bd5f
Show file tree
Hide file tree
Showing 25 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016 mud-freak (@szapp)
Copyright (c) 2016-2017 mud-freak (@szapp)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ above).
intersection. This should only be useful if the underlying g2freeAim mechanics are modified (which is not
recommended).
5. Additional information about the selected settings of g2freeAim can be displayed in the console by the commands
- `freeaim version` displays the current version of g2freeAim, e.g. "G2 Free Aim v0.1.2"
- `freeaim version` displays the current version of g2freeAim, e.g. "G2 Free Aim v1.0.0-alpha"
- `freeaim license` displays the license information of g2freeAim
- `freeaim info` displays the settings of g2freeAim
- Whether free aiming is enabled
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern/activate.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Activate free aiming and set internal settings
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern/aimRay.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Aim-specific trace ray and focus collection
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern/aimVob.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Definition and manipulation of aim vob (targeting system)
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern/auxiliary.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Auxiliary functions for finding active spell instances, weapons and offering animated reticles
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
6 changes: 3 additions & 3 deletions _work/data/Scripts/Content/freeAim/_intern/ccommands.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Definition of all console commands
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down Expand Up @@ -69,7 +69,7 @@ func string freeAimLicense(var string command) {
SB(FREEAIM_VERSION);
SB(", Copyright ");
SBc(169 /* (C) */);
SB(" 2016 mud-freak (@szapp)");
SB(" 2016-2017 mud-freak (@szapp)");
SBc(13); SBc(10);

SB("<http://github.com/szapp/g2freeAim>");
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern/classes.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Classes
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern/collectable.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Collectable projectiles
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern/collision.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Projectile collision behavior
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
6 changes: 3 additions & 3 deletions _work/data/Scripts/Content/freeAim/_intern/const.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Constants
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand All @@ -25,7 +25,7 @@
/*
* Free aim internal constants. Do not modify! Change the settings in config\settings.d
*/
const string FREEAIM_VERSION = "G2 Free Aim v0.1.2";
const string FREEAIM_VERSION = "G2 Free Aim v1.0.0-alpha";
const int FREEAIM_LEGO_FLAGS = LeGo_HookEngine // For initializing all hooks
| LeGo_FrameFunctions // For projectile gravity
| LeGo_ConsoleCommands // For console commands and debugging
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern/controls.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Input and controls manipulation
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern/criticalHit.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Critical hits for projectiles
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern/debug.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Debugging visualizations
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
6 changes: 3 additions & 3 deletions _work/data/Scripts/Content/freeAim/_intern/init.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Initialization
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down Expand Up @@ -156,7 +156,7 @@ func int freeAimInitOnce() {

// Copyright notice in zSpy
var int s; s = SB_New();
SB(" "); SB(FREEAIM_VERSION); SB(", Copyright "); SBc(169 /* (C) */); SB(" 2016 mud-freak (@szapp)");
SB(" "); SB(FREEAIM_VERSION); SB(", Copyright "); SBc(169 /* (C) */); SB(" 2016-2017 mud-freak (@szapp)");
MEM_Info("");
MEM_Info(SB_ToString()); SB_Destroy();
MEM_Info(" <http://github.com/szapp/g2freeAim>");
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern/offsets_G2.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Engine offsets for Gothic 2
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern/rangedAiming.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Ranged combat aiming mechanics
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern/rangedShooting.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Ranged combat shooting mechanics
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern/reticle.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Reticle handling
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/Content/freeAim/_intern/spell.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Magic combat mechanics
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/System/Camera/CamInstFreeAim.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Free aim camera mode
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/System/Menu/Menu_Opt_Game_FreeAim.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Free aim menu options
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/System/PFX/PfxInstFreeAim.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Projectile trail strip for increased visibility
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/System/SFX/SfxInstFreeAim.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Critical hit sound for projectiles
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down
4 changes: 2 additions & 2 deletions _work/data/Scripts/System/VisualFX/VisualFxFreeAim.d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Projectile trail strip for increased visibility
*
* G2 Free Aim v0.1.2 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
* G2 Free Aim v1.0.0-alpha - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016-2017 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
Expand Down

0 comments on commit c11bd5f

Please sign in to comment.