From ee58844f3a084cb3abcab0eb79508977af9e2282 Mon Sep 17 00:00:00 2001 From: a1batross Date: Fri, 22 Jul 2016 20:02:38 +0600 Subject: [PATCH] SDLash3D->FWGS. Add ONeiLL to credits list. --- .github/ISSUE_TEMPLATE.md | 6 +++--- LICENSE | 2 +- mainui/menu_credits.cpp | 7 ++++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 85cd4e9..e88bde5 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,11 +3,11 @@ Hi, dear "cs16-client" player. :) Since developers are too busy, we don't have too much time to work with each bug of each user. So before you will press *Submit* button, make sure you have checked all the paragraphs below: -- [ ] I installed latest versions of cs16-client and Xash3D port. (look here: https://github.com/SDLash3D/cs16-client/releases/latest and https://github.com/SDLash3D/xash3d-android-project/releases/latest) +- [ ] I installed latest versions of cs16-client and Xash3D port. (look here: https://github.com/FWGS/cs16-client/releases/latest and https://github.com/FWGS/xash3d-android-project/releases/latest) - [ ] I installed fresh game data from my Steam account. - [ ] I looked through the Issues section of this repository. -- [ ] I looked through the Issues section of https://github.com/SDLash3D/xash3d repository. -- [ ] I looked through the Issues section of https://github.com/SDLash3D/xash3d-android-project repository. +- [ ] I looked through the Issues section of https://github.com/FWGS/xash3d repository. +- [ ] I looked through the Issues section of https://github.com/FWGS/xash3d-android-project repository. You are still here? Great! This means that you have a new bug. But this is not the end. For our mutual understanding, we require some data from you: - [ ] Short description of your problem. diff --git a/LICENSE b/LICENSE index a04b59c..1a581ea 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ CS16Client LICENSE ================== -Copyright (C) 2015-2016 SDLash3D Team +Copyright (C) 2015-2016 Flying With Gauss This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/mainui/menu_credits.cpp b/mainui/menu_credits.cpp index 4f33f04..e8f7c2d 100644 --- a/mainui/menu_credits.cpp +++ b/mainui/menu_credits.cpp @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. static const char *uiCreditsDefault[] = { - "CS16Client v1.0", + "CS16Client v1.1-", "Build Date:" __DATE__ " " __TIME__ , "", "Developers: ", @@ -60,12 +60,13 @@ static const char *uiCreditsDefault[] = "", "Big thanks to Valve Corporation for Counter-Strike", "Uncle Mike for this powerful engine", + "ONeiLL for inspiration", "Nagist and s1lentq for successful CS1.6 game researching", "Spirit of Half-Life developers for rain code", "hzqst for studio render code", "", - "Copyright SDLash3D Team 2015-2016 (C)", - "SDLash3D is not affiliated with Valve or any of their partners.", + "Copyright Flying With Gauss 2015-2016 (C)", + "Flying With Gauss is not affiliated with Valve or any of their partners.", "All copyrights reserved to their respective owners.", "Thanks for playing!", NULL