From: MirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Date: Wed, 8 Sep 2010 21:55:41 +0000 (+0300)
Subject: I don't think we want this any more. Undo if I'm wrong
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6a03519258020d3d58af933e921278c5724ed32d;p=voretournament%2Fvoretournament.git

I don't think we want this any more. Undo if I'm wrong
---

diff --git a/misc/buildfiles/brand/nexbrand.sh b/misc/buildfiles/brand/nexbrand.sh
deleted file mode 100644
index 3d390600..00000000
--- a/misc/buildfiles/brand/nexbrand.sh
+++ /dev/null
@@ -1,66 +0,0 @@
-#!/bin/sh
-
-# usage: ./nexbrand.sh "2.0.1 RC 1" rc1
-#   writes "2.0.1 RC 1" on rc1.tga
-# NOTE: unfortunately requires X-server (otherwise file-tga-save won't work... no joke)
-
-# roughly based on Spencer Kimball's "Glowing Hot" effect, included with GIMP
-
-version=$1
-versiontag=$2
-
-gimp -i -b - <<EOF
-
-(define (nexuiz-brand-image img text size font)
-	(let*(
-			(border (/ size 4))
-			(text-layer (car (gimp-text-fontname img -1 0 0 text border TRUE size PIXELS font)))
-			(grow (/ size 4))
-			(feather1 (/ size 3))
-			(feather2 (/ size 7))
-			(feather3 (/ size 10))
-			(width (car (gimp-drawable-width text-layer)))
-			(height (car (gimp-drawable-height text-layer)))
-			(posx (- (car (gimp-drawable-offsets text-layer))))
-			(posy (- (cadr (gimp-drawable-offsets text-layer))))
-			(glow-layer (car (gimp-layer-copy text-layer TRUE)))
-		)
-		(gimp-layer-resize text-layer width (+ 36 height) 0 0)
-		(gimp-image-resize img width (+ 36 height) 0 0)
-		(gimp-image-resize-to-layers img)
-		(gimp-image-add-layer img glow-layer 1)
-		(gimp-layer-translate glow-layer posx posy)
-		(gimp-selection-none img)
-		(gimp-layer-set-preserve-trans text-layer TRUE)
-		(gimp-context-set-background '(0 0 0))
-		(gimp-edit-fill text-layer BACKGROUND-FILL)
-		(gimp-selection-layer-alpha text-layer)
-		(gimp-selection-feather img feather1)
-		(gimp-context-set-background '(221 0 0))
-		(gimp-edit-fill glow-layer BACKGROUND-FILL)
-		(gimp-edit-fill glow-layer BACKGROUND-FILL)
-		(gimp-edit-fill glow-layer BACKGROUND-FILL)
-		(gimp-selection-layer-alpha text-layer)
-		(gimp-selection-feather img feather2)
-		(gimp-context-set-background '(232 217 18))
-		(gimp-edit-fill glow-layer BACKGROUND-FILL)
-		(gimp-edit-fill glow-layer BACKGROUND-FILL)
-		(gimp-selection-layer-alpha text-layer)
-		(gimp-selection-feather img feather3)
-		(gimp-context-set-background '(255 255 255))
-		(gimp-edit-fill glow-layer BACKGROUND-FILL)
-		(gimp-selection-none img)
-	)
-)
-
-(let*(
-		(img (car (gimp-image-new 256 256 RGB)))
-	)
-	(gimp-image-undo-disable img)
-	(nexuiz-brand-image img "$version" 24 "Bitstream Vera Sans Bold")
-	(gimp-image-merge-visible-layers img 1)
-	(file-tga-save RUN-NONINTERACTIVE img (car (gimp-image-active-drawable img)) "$versiontag.tga" "$versiontag.tga" 1 1)
-	(gimp-quit 0)
-)
-
-EOF
diff --git a/misc/buildfiles/brand/pre.tga b/misc/buildfiles/brand/pre.tga
deleted file mode 100644
index 2483e954..00000000
Binary files a/misc/buildfiles/brand/pre.tga and /dev/null differ
diff --git a/misc/buildfiles/brand/rc1.tga b/misc/buildfiles/brand/rc1.tga
deleted file mode 100644
index c56a1c60..00000000
Binary files a/misc/buildfiles/brand/rc1.tga and /dev/null differ
diff --git a/misc/buildfiles/brand/rc2.tga b/misc/buildfiles/brand/rc2.tga
deleted file mode 100644
index e56a363b..00000000
Binary files a/misc/buildfiles/brand/rc2.tga and /dev/null differ
diff --git a/misc/buildfiles/brand/test.tga b/misc/buildfiles/brand/test.tga
deleted file mode 100644
index c4d4ab3d..00000000
Binary files a/misc/buildfiles/brand/test.tga and /dev/null differ