[iortcw] 89/89: All: 1.51b release

Simon McVittie smcv at debian.org
Fri Sep 8 10:44:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to tag 1.51b
in repository iortcw.

commit 08408c50b112f6b14ae2749a812add22a1ee505f
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Wed Aug 16 11:38:24 2017 -0400

    All: 1.51b release
---
 MP/Makefile             | 19 +------------------
 MP/code/qcommon/files.c |  2 +-
 SP/Makefile             | 17 -----------------
 3 files changed, 2 insertions(+), 36 deletions(-)

diff --git a/MP/Makefile b/MP/Makefile
index 146eb3a..c99d247 100644
--- a/MP/Makefile
+++ b/MP/Makefile
@@ -266,7 +266,7 @@ DEBUG_CFLAGS=-g -O0
 endif
 
 ifndef USE_ANTIWALLHACK
-USE_ANTIWALLHACK=0
+USE_ANTIWALLHACK=1
 endif
 
 ifndef USE_BLOOM
@@ -350,16 +350,6 @@ ifneq ($(BUILD_CLIENT),0)
   endif
 endif
 
-# Add git version info
-USE_GIT=
-ifeq ($(wildcard ../.git),../.git)
-  GIT_REV=$(shell git show -s --pretty=format:%h-%ad --date=short)
-  ifneq ($(GIT_REV),)
-    VERSION:=$(VERSION)_GIT_$(GIT_REV)
-    USE_GIT=1
-  endif
-endif
-
 
 #############################################################################
 # SETUP AND BUILD -- LINUX
@@ -2703,13 +2693,6 @@ $(B)/ded/%.o: $(SYSDIR)/%.rc
 $(B)/ded/%.o: $(NDIR)/%.c
 	$(DO_DED_CC)
 
-# Extra dependencies to ensure the git version is incorporated
-ifeq ($(USE_GIT),1)
-  $(B)/client/cl_console.o : ../.git
-  $(B)/client/common.o : ../.git
-  $(B)/ded/common.o : ../.git
-endif
-
 
 #############################################################################
 ## GAME MODULE RULES
diff --git a/MP/code/qcommon/files.c b/MP/code/qcommon/files.c
index 6bb2260..1ac7ede 100644
--- a/MP/code/qcommon/files.c
+++ b/MP/code/qcommon/files.c
@@ -206,7 +206,7 @@ static const unsigned int mppak_checksums[] = {
 
 static const unsigned int binpak_checksums[] = {
 	4022537001u,	// mp_bin.pk3 (1.4/1.41)
-	686580754u,	// mp_bin0.pk3 (1.51)
+	1484914046u,	// mp_bin0.pk3 (1.51b)
 	3375536862u,	// Degeneration (1.11)
 	2977960779u,	// Omni-Bot (0.81/0.82)
 	618492725u,	// Omnit-Bot (0.85)
diff --git a/SP/Makefile b/SP/Makefile
index 2fc5e6f..fce0188 100644
--- a/SP/Makefile
+++ b/SP/Makefile
@@ -339,16 +339,6 @@ ifneq ($(BUILD_CLIENT),0)
   endif
 endif
 
-# Add git version info
-USE_GIT=
-ifeq ($(wildcard ../.git),../.git)
-  GIT_REV=$(shell git show -s --pretty=format:%h-%ad --date=short)
-  ifneq ($(GIT_REV),)
-    VERSION:=$(VERSION)_GIT_$(GIT_REV)
-    USE_GIT=1
-  endif
-endif
-
 
 #############################################################################
 # SETUP AND BUILD -- LINUX
@@ -2669,13 +2659,6 @@ $(B)/ded/%.o: $(SYSDIR)/%.rc
 $(B)/ded/%.o: $(NDIR)/%.c
 	$(DO_DED_CC)
 
-# Extra dependencies to ensure the git version is incorporated
-ifeq ($(USE_GIT),1)
-  $(B)/client/cl_console.o : ../.git
-  $(B)/client/common.o : ../.git
-  $(B)/ded/common.o : ../.git
-endif
-
 
 #############################################################################
 ## GAME MODULE RULES

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list