Showing 768 changed files with 774 additions and 793 deletions.
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -68,7 +68,7 @@ BEGIN
VALUE "FileDescription", "The BZFlag Client"
VALUE "FileVersion", "2.4.9.0"
VALUE "InternalName", "bzflag.rc"
VALUE "LegalCopyright", "Copyright (c) 1993-2016 Tim Riker"
VALUE "LegalCopyright", "Copyright (c) 1993-2017 Tim Riker"
VALUE "OriginalFilename", "bzflag.rc"
VALUE "ProductName", "BZFlag"
VALUE "ProductVersion", "2.4.9.0"
2 README
@@ -1,6 +1,6 @@
BZFlag 2.4.9
http://BZFlag.org/
Copyright (c) 1993-2016 Tim Riker
Copyright (c) 1993-2017 Tim Riker

BZFlag is an Open Source OpenGL multiplayer multiplatform Battle Zone
capture the Flag game. At its heart, the game is a 3D first person
@@ -4871,7 +4871,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# update buildinfo.h with the build information if necessary\nXCODE_VERSION=`echo $XCODE_VERSION_ACTUAL | awk '{print $1 + 0}'`\n\nif [[ ! -f buildinfo.h || `cat buildinfo.h | grep XCODE_VERSION | grep $XCODE_VERSION` == \"\" ]] ; then\necho \\#define XCODE_VERSION \\\"$XCODE_VERSION\\\" > buildinfo.h\nfi\n\n# re-create the plist with the build version information\nMAJOR_VERSION=`sed -e 's/#.*define.*BZ_MAJOR_VERSION[^0-9]*\\(.*\\)/\\1/' -e t -e d < ../src/date/buildDate.cxx`\nMINOR_VERSION=`sed -e 's/#.*define.*BZ_MINOR_VERSION[^0-9]*\\(.*\\)/\\1/' -e t -e d < ../src/date/buildDate.cxx`\nREV=`sed -e 's/#.*define.*BZ_REV[^0-9]*\\(.*\\)/\\1/' -e t -e d < ../src/date/buildDate.cxx`\n\nBZFLAG_VERSION=\"$MAJOR_VERSION.$MINOR_VERSION.$REV\"\n\necho \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?>\n<!DOCTYPE plist PUBLIC \\\"-//Apple//DTD PLIST 1.0//EN\\\" \\\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\\\">\n<plist version=\\\"1.0\\\">\n<dict>\n<key>CFBundleDevelopmentRegion</key>\n<string>en</string>\n<key>CFBundleExecutable</key>\n<string>\\${EXECUTABLE_NAME}</string>\n<key>CFBundleIconFile</key>\n<string>BZFlag</string>\n<key>CFBundleIdentifier</key>\n<string>org.BZFlag</string>\n<key>CFBundleInfoDictionaryVersion</key>\n<string>6.0</string>\n<key>CFBundleName</key>\n<string>BZFlag</string>\n<key>CFBundlePackageType</key>\n<string>APPL</string>\n<key>CFBundleShortVersionString</key>\n<string>$BZFLAG_VERSION</string>\n<key>CFBundleSignature</key>\n<string>????</string>\n<key>CFBundleVersion</key>\n<string>$BZFLAG_VERSION</string>\n<key>LSApplicationCategoryType</key>\n<string>public.app-category.arcade-games</string>\n<key>LSMinimumSystemVersion</key>\n<string>\\${MACOSX_DEPLOYMENT_TARGET}</string>\n<key>NSHumanReadableCopyright</key>\n<string>Copyright (c) 1993-2016 Tim Riker</string>\n</dict>\n</plist>\" > BZFlag-Info.plist";
shellScript = "# update buildinfo.h with the build information if necessary\nXCODE_VERSION=`echo $XCODE_VERSION_ACTUAL | awk '{print $1 + 0}'`\n\nif [[ ! -f buildinfo.h || `cat buildinfo.h | grep XCODE_VERSION | grep $XCODE_VERSION` == \"\" ]] ; then\necho \\#define XCODE_VERSION \\\"$XCODE_VERSION\\\" > buildinfo.h\nfi\n\n# re-create the plist with the build version information\nMAJOR_VERSION=`sed -e 's/#.*define.*BZ_MAJOR_VERSION[^0-9]*\\(.*\\)/\\1/' -e t -e d < ../src/date/buildDate.cxx`\nMINOR_VERSION=`sed -e 's/#.*define.*BZ_MINOR_VERSION[^0-9]*\\(.*\\)/\\1/' -e t -e d < ../src/date/buildDate.cxx`\nREV=`sed -e 's/#.*define.*BZ_REV[^0-9]*\\(.*\\)/\\1/' -e t -e d < ../src/date/buildDate.cxx`\n\nBZFLAG_VERSION=\"$MAJOR_VERSION.$MINOR_VERSION.$REV\"\n\necho \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?>\n<!DOCTYPE plist PUBLIC \\\"-//Apple//DTD PLIST 1.0//EN\\\" \\\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\\\">\n<plist version=\\\"1.0\\\">\n<dict>\n<key>CFBundleDevelopmentRegion</key>\n<string>en</string>\n<key>CFBundleExecutable</key>\n<string>\\${EXECUTABLE_NAME}</string>\n<key>CFBundleIconFile</key>\n<string>BZFlag</string>\n<key>CFBundleIdentifier</key>\n<string>org.BZFlag</string>\n<key>CFBundleInfoDictionaryVersion</key>\n<string>6.0</string>\n<key>CFBundleName</key>\n<string>BZFlag</string>\n<key>CFBundlePackageType</key>\n<string>APPL</string>\n<key>CFBundleShortVersionString</key>\n<string>$BZFLAG_VERSION</string>\n<key>CFBundleSignature</key>\n<string>????</string>\n<key>CFBundleVersion</key>\n<string>$BZFLAG_VERSION</string>\n<key>LSApplicationCategoryType</key>\n<string>public.app-category.arcade-games</string>\n<key>LSMinimumSystemVersion</key>\n<string>\\${MACOSX_DEPLOYMENT_TARGET}</string>\n<key>NSHumanReadableCopyright</key>\n<string>Copyright (c) 1993-2017 Tim Riker</string>\n</dict>\n</plist>\" > BZFlag-Info.plist";
};
03E42D171B32274A006EE763 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,6 +1,6 @@
# BZFlag rpm spec file
#
# Copyright (c) 1993-2016 Tim Riker
# Copyright (c) 1993-2017 Tim Riker
#
# This package is free software; you can redistribute it and/or
# modify it under the terms of the license found in the file
@@ -23,7 +23,7 @@ name: %{name}
version: %{version}
release: %{release}
group: Recreation/Action
copyright: Copyright (c) 1993-2016 Tim Riker
copyright: Copyright (c) 1993-2017 Tim Riker
packager: Tim Riker <Tim@Rikers.org>
url: http://BZFlag.org/
summary: multiplayer 3D tank battle game
@@ -1,6 +1,6 @@
dnl C O N F I G U R E . A C
dnl BZFlag
dnl Copyright (c) 1993-2016 Tim Riker
dnl Copyright (c) 1993-2017 Tim Riker
dnl
dnl This package is free software; you can redistribute it and/or
dnl modify it under the terms of the license found in the file
@@ -1346,9 +1346,6 @@ msgstr "Agradecimientos especiales:"
msgid "BZFlag Home Page:"
msgstr "Página principal de BZFlag:"

msgid "Copyright (c) 1993 - 2008"
msgstr "Copyright (c) 1993 - 2008"

####################
## HUD RENDERERER ##
####################
@@ -1612,10 +1612,6 @@ msgstr "Osobaya blagodarnost':"
msgid "BZFlag Home Page:"
msgstr "Domashnij sajt BZFlag"

#msgid "Copyright (c) 1993-2016"
#msgstr ""


####################
## HUD RENDERERER ##
####################
@@ -1635,10 +1635,6 @@ msgstr ""
msgid "BZFlag Home Page:"
msgstr ""

msgid "Copyright (c) 1993-2016"
msgstr ""


####################
## HUD RENDERERER ##
####################
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
@@ -1,5 +1,5 @@
/* bzflag
* Copyright (c) 1993-2016 Tim Riker
* Copyright (c) 1993-2017 Tim Riker
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file