Skip to content

Commit

Permalink
Change license to MIT and bump version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Nov 28, 2016
1 parent fb5454f commit 6146082
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 731 deletions.
695 changes: 21 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

13 changes: 4 additions & 9 deletions _work/data/Scripts/Content/freeAim/_intern.d
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
/*
* G2 Free Aim v0.1.0 - Free aiming for the video game Gothic 2 by Piranha Bytes
* G2 Free Aim v0.1.1 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
*
* G2 Free Aim is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* it under the terms of the MIT License.
* On redistribution this notice must remain intact and all copies must
* identify the original author.
*
* G2 Free Aim is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with G2 Free Aim. If not, see <http://www.gnu.org/licenses/>.
* MIT License for more details (see the file LICENSE).
*
*
* WARNING: Do not edit this file. All necessary adjustments can and should be performed in freeAim\config.d
Expand All @@ -27,7 +22,7 @@
*/

/* Free aim settings, do not modify! Change the settings in freeAim\config.d */
const string FREEAIM_VERSION = "G2 Free Aim v0.1.0"; // Do not change under any circumstances
const string FREEAIM_VERSION = "G2 Free Aim v0.1.1"; // Do not change under any circumstances
const int FREEAIM_REUSE_PROJECTILES = 1; // Enable collection and re-using of shot projectiles
const int FREEAIM_DISABLE_SPELLS = 0; // If true, free aiming is disabled for spells
const int FREEAIM_DRAWTIME_MAX = 1200; // Max draw time (ms): When is the bow fully drawn
Expand Down
11 changes: 3 additions & 8 deletions _work/data/Scripts/Content/freeAim/config.d
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
/*
* G2 Free Aim v0.1.0 - Free aiming for the video game Gothic 2 by Piranha Bytes
* G2 Free Aim v0.1.1 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
*
* G2 Free Aim is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* it under the terms of the MIT License.
* On redistribution this notice must remain intact and all copies must
* identify the original author.
*
* G2 Free Aim is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with G2 Free Aim. If not, see <http://www.gnu.org/licenses/>.
* MIT License for more details (see the file LICENSE).
*
* Customizability:
* - Show weakspot debug visualization by default FREEAIM_DEBUG_WEAKSPOT
Expand Down
11 changes: 3 additions & 8 deletions _work/data/Scripts/System/Camera/CamInstFreeAim.d
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
/*
* Free aim camera mode
*
* G2 Free Aim v0.1.0 - Free aiming for the video game Gothic 2 by Piranha Bytes
* G2 Free Aim v0.1.1 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
*
* G2 Free Aim is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* it under the terms of the MIT License.
* On redistribution this notice must remain intact and all copies must
* identify the original author.
*
* G2 Free Aim is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with G2 Free Aim. If not, see <http://www.gnu.org/licenses/>.
* MIT License for more details (see the file LICENSE).
*/

INSTANCE CamModFreeAim (CCamSys_Def)
Expand Down
11 changes: 3 additions & 8 deletions _work/data/Scripts/System/Menu/Menu_Opt_Game_FreeAim.d
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
/*
* Free aim menu options
*
* G2 Free Aim v0.1.0 - Free aiming for the video game Gothic 2 by Piranha Bytes
* G2 Free Aim v0.1.1 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
*
* G2 Free Aim is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* it under the terms of the MIT License.
* On redistribution this notice must remain intact and all copies must
* identify the original author.
*
* G2 Free Aim is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with G2 Free Aim. If not, see <http://www.gnu.org/licenses/>.
* MIT License for more details (see the file LICENSE).
*
*
* Add these entries to the Menu_Opt_Game.d and adjust the indices:
Expand Down
11 changes: 3 additions & 8 deletions _work/data/Scripts/System/PFX/PfxInstFreeAim.d
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
/*
* Free aim projectile trail strip for increase visibility
*
* G2 Free Aim v0.1.0 - Free aiming for the video game Gothic 2 by Piranha Bytes
* G2 Free Aim v0.1.1 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
*
* G2 Free Aim is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* it under the terms of the MIT License.
* On redistribution this notice must remain intact and all copies must
* identify the original author.
*
* G2 Free Aim is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with G2 Free Aim. If not, see <http://www.gnu.org/licenses/>.
* MIT License for more details (see the file LICENSE).
*/

INSTANCE freeAim_trail (C_PARTICLEFX)
Expand Down
11 changes: 3 additions & 8 deletions _work/data/Scripts/System/SFX/SfxInstFreeAim.d
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
/*
* Free aim critical hit sound
*
* G2 Free Aim v0.1.0 - Free aiming for the video game Gothic 2 by Piranha Bytes
* G2 Free Aim v0.1.1 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
*
* G2 Free Aim is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* it under the terms of the MIT License.
* On redistribution this notice must remain intact and all copies must
* identify the original author.
*
* G2 Free Aim is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with G2 Free Aim. If not, see <http://www.gnu.org/licenses/>.
* MIT License for more details (see the file LICENSE).
*/

INSTANCE FREEAIM_CRITICALHIT (C_SFX_DEF) {
Expand Down
11 changes: 3 additions & 8 deletions _work/data/Scripts/System/VisualFX/VisualFxFreeAim.d
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
/*
* Free aim projectile trail strip for increase visibility
*
* G2 Free Aim v0.1.0 - Free aiming for the video game Gothic 2 by Piranha Bytes
* G2 Free Aim v0.1.1 - Free aiming for the video game Gothic 2 by Piranha Bytes
* Copyright (C) 2016 mud-freak (@szapp)
*
* This file is part of G2 Free Aim.
* <http://github.com/szapp/g2freeAim>
*
* G2 Free Aim is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* it under the terms of the MIT License.
* On redistribution this notice must remain intact and all copies must
* identify the original author.
*
* G2 Free Aim is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with G2 Free Aim. If not, see <http://www.gnu.org/licenses/>.
* MIT License for more details (see the file LICENSE).
*/

INSTANCE freeAim_TRAIL (CFx_Base_Proto) {
Expand Down

0 comments on commit 6146082

Please sign in to comment.