The following commit has been merged in the master-svn branch:
commit c15f3368fd74e66a17a188871d29da729bb82b6f
Author: Martin Erik Werner <[email protected]>
Date:   Sat Jul 14 20:40:40 2012 +0200

    Imported Upstream version 1.2+svn3759

diff --git a/data/penguins/readme.txt b/data/penguins/readme.txt
index 003d8bd..16b4753 100644
--- a/data/penguins/readme.txt
+++ b/data/penguins/readme.txt
@@ -9,6 +9,7 @@ I would like to know where and in what games my skyboxes are 
used.
 If you do use them, please send me an email. I'd love to play whatever game 
you put them in.
 
 This license applies to the following:
+arid2
 barren
 divine
 harmony
diff --git a/redeclipse.bat b/redeclipse.bat
deleted file mode 100755
index 0d66172..0000000
--- a/redeclipse.bat
+++ /dev/null
@@ -1,28 +0,0 @@
-@ECHO OFF
-
-rem set SDL_VIDEO_WINDOW_POS=0,0
-set RE_DIR=.
-set RE_OPTIONS=-glog.txt
-set RE_BINARY=bin
-
-IF %PROCESSOR_ARCHITECTURE% == amd64 OR %PROCESSOR_ARCHITEW6432% == amd64 (
-   set RE_BINARY=bin64
-)
-
-:RETRY
-IF EXIST %RE_BINARY%\reclient.exe (
-    start %RE_BINARY%\reclient.exe %RE_OPTIONS% %* 
-) ELSE (
-    IF EXIST %RE_DIR%\%RE_BINARY%\reclient.exe (
-        pushd %RE_DIR%
-        start %RE_BINARY%\reclient.exe %RE_OPTIONS% %*
-        popd
-    ) ELSE (
-        IF %RE_BINARY% == bin64 (
-            set RE_BINARY=bin
-            goto RETRY
-        )
-        echo Unable to find the Red Eclipse client
-        pause
-    )
-)
diff --git a/server.bat b/server.bat
deleted file mode 100755
index e714ae9..0000000
--- a/server.bat
+++ /dev/null
@@ -1,27 +0,0 @@
-@ECHO OFF
-
-set RE_DIR=.
-set RE_OPTIONS=-gservlog.txt
-set RE_BINARY=bin
-
-IF %PROCESSOR_ARCHITECTURE% == amd64 OR %PROCESSOR_ARCHITEW6432% == amd64 (
-   set RE_BINARY=bin64
-)
-
-:RETRY
-IF EXIST %RE_BINARY%\reserver.exe (
-    start %RE_BINARY%\reserver.exe %RE_OPTIONS% %* 
-) ELSE (
-    IF EXIST %RE_DIR%\%RE_BINARY%\reserver.exe (
-        pushd %RE_DIR%
-        start %RE_BINARY%\reserver.exe %RE_OPTIONS% %*
-        popd
-    ) ELSE (
-        IF %RE_BINARY% == 64 (
-            set RE_BINARY=bin
-            goto RETRY
-        )
-        echo Unable to find the Red Eclipse server binary
-        pause
-    )
-)

-- 
Packaging for Red Eclipse data

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to