Author: ceros-guest
Date: 2008-01-16 08:00:19 +0000 (Wed, 16 Jan 2008)
New Revision: 5402

Added:
   packages/trunk/warsow/debian/patches/map_download.diff
Modified:
   packages/trunk/warsow/debian/changelog
   packages/trunk/warsow/debian/control
   packages/trunk/warsow/debian/patches/series
   packages/trunk/warsow/debian/scripts/warsow
Log:
  * Fix problem with downloading maps. Closes: #458758
    + Thanks Eric DÉCORNOD.
  * Taking out GL and DRI checks from warsow script. Such a check should be
    implemented directly in the game.
    + Closes: #455387
    + Closes: #455388
    + Closes: #454156


Modified: packages/trunk/warsow/debian/changelog
===================================================================
--- packages/trunk/warsow/debian/changelog      2008-01-16 07:31:34 UTC (rev 
5401)
+++ packages/trunk/warsow/debian/changelog      2008-01-16 08:00:19 UTC (rev 
5402)
@@ -17,6 +17,13 @@
   * Modifying patch for upstream Makefile to show all options used for
     compiling and linking.
   * Add 'nostrip' option.
+  * Fix problem with downloading maps. Closes: #458758
+    + Thanks Eric DÉCORNOD.
+  * Taking out GL and DRI checks from warsow script. Such a check should be
+    implemented directly in the game.
+    + Closes: #455387
+    + Closes: #455388
+    + Closes: #454156
 
  -- Andres Mejia <[EMAIL PROTECTED]>  Tue, 15 Jan 2008 19:37:36 -0500
 

Modified: packages/trunk/warsow/debian/control
===================================================================
--- packages/trunk/warsow/debian/control        2008-01-16 07:31:34 UTC (rev 
5401)
+++ packages/trunk/warsow/debian/control        2008-01-16 08:00:19 UTC (rev 
5402)
@@ -11,7 +11,7 @@
 
 Package: warsow
 Architecture: any
-Depends: ${shlibs:Depends}, mesa-utils, xbase-clients, warsow-data (>= 0.32), 
warsow-data (<< 0.33)
+Depends: ${shlibs:Depends}, warsow-data (>= 0.32), warsow-data (<< 0.33)
 Description: fast paced 3D first person shooter
  Warsow is a fast paced first person shooter consisting of cel-shaded
  cartoon-like graphics with dark, flashy and dirty textures. Warsow is based on

Added: packages/trunk/warsow/debian/patches/map_download.diff
===================================================================
--- packages/trunk/warsow/debian/patches/map_download.diff                      
        (rev 0)
+++ packages/trunk/warsow/debian/patches/map_download.diff      2008-01-16 
08:00:19 UTC (rev 5402)
@@ -0,0 +1,13 @@
+Index: Fix a bug w/ fs_usehomedir=1 when downloading maps
+===================================================================
+--- ./warsow_0.32/source/qcommon/files.c~      2008-01-02 16:29:12.000000000 
+0100
++++ ./warsow_0.32/source/qcommon/files.c       2008-01-02 16:29:33.000000000 
+0100
+@@ -2277,7 +2277,7 @@
+       if( !fullname )
+               return qfalse;
+ 
+-      pakfile = FS_LoadPK3File( filename, qtrue );
++      pakfile = FS_LoadPK3File( fullname, qtrue );
+       if( pakfile ) {         // unlock and free, we don't need this file 
anyway
+               if( pakfile->sysHandle )
+                       Sys_FS_UnlockFile( pakfile->sysHandle );

Modified: packages/trunk/warsow/debian/patches/series
===================================================================
--- packages/trunk/warsow/debian/patches/series 2008-01-16 07:31:34 UTC (rev 
5401)
+++ packages/trunk/warsow/debian/patches/series 2008-01-16 08:00:19 UTC (rev 
5402)
@@ -1,2 +1,3 @@
 fix_different_archs.diff
 makefile_modifications.diff
+map_download.diff

Modified: packages/trunk/warsow/debian/scripts/warsow
===================================================================
--- packages/trunk/warsow/debian/scripts/warsow 2008-01-16 07:31:34 UTC (rev 
5401)
+++ packages/trunk/warsow/debian/scripts/warsow 2008-01-16 08:00:19 UTC (rev 
5402)
@@ -31,20 +31,6 @@
 
 QUIET=0
 
-if glxinfo | grep "direct rendering: No"; then
-  xmessage -center "You're OpenGL installation doesn't support direct
-rendering. If you have an NVIDIA or an ATI card you'll probably need to
-install the propritary driver."
-  exit 1
-fi
-
-WARSOW_MIN_TEXTURE_SIZE=2048 
-if [ "`glxinfo -l|grep GL_MAX_TEXTURE_SIZE| sed 's/.*= //'`" -lt 
"$WARSOW_MIN_TEXTURE_SIZE" ]; then
-  xmessage -center "You're graphic card doesn't doesn't have enough memory to
-launch Warsow."
-  exit 1
-fi
-
 case "$1" in
        -h|--help)
                echo -e ${HELP}


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

Reply via email to