[SCM] Packaging for sauerbraten game engine branch, master, updated. debian/0.0.20100728.dfsg-5-5-g77f9a45

Bruno Kleinert fuddl at tauware.de
Wed Jun 29 14:41:20 UTC 2011


The following commit has been merged in the master branch:
commit 77f9a45faf4e502f9c8ad6ea99782a20ab459da5
Author: Bruno Kleinert <fuddl at tauware.de>
Date:   Wed Jun 29 16:40:23 2011 +0200

    Start in windowed mode by default
    
    Add a patch that defaults int fullscreen in main.cpp to 0

diff --git a/debian/changelog b/debian/changelog
index 2c9733a..8f2d0a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+sauerbraten (0.0.20100728.dfsg+repack-2) unstable; urgency=low
+
+  * Team upload.
+  * Start in windowed mode by default. This introduces
+    windowed_by_default.diff.
+
+ -- Bruno "Fuddl" Kleinert <fuddl at debian.org>  Wed, 29 Jun 2011 15:56:14 +0200
+
 sauerbraten (0.0.20100728.dfsg+repack-1) unstable; urgency=low
 
   * Repack .orig.tar.gz
diff --git a/debian/patches/series b/debian/patches/series
index f5cd2d3..f681f16 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 10-fix-clean-target.diff
 20-build-with-debug-symbols.diff
 30-fix-indirect-linking-for-binutils-gold.diff
+windowed_by_default.diff
diff --git a/debian/patches/windowed_by_default.diff b/debian/patches/windowed_by_default.diff
new file mode 100644
index 0000000..3ce6f70
--- /dev/null
+++ b/debian/patches/windowed_by_default.diff
@@ -0,0 +1,13 @@
+Index: sauerbraten/engine/main.cpp
+===================================================================
+--- sauerbraten.orig/engine/main.cpp	2011-06-29 15:53:37.073858578 +0200
++++ sauerbraten/engine/main.cpp	2011-06-29 15:54:05.561999828 +0200
+@@ -472,7 +472,7 @@
+ #ifdef _DEBUG
+ VARF(fullscreen, 0, 0, 1, setfullscreen(fullscreen!=0));
+ #else
+-VARF(fullscreen, 0, 1, 1, setfullscreen(fullscreen!=0));
++VARF(fullscreen, 0, 0, 1, setfullscreen(fullscreen!=0));
+ #endif
+ 
+ void screenres(int *w, int *h)

-- 
Packaging for sauerbraten game engine



More information about the Pkg-games-commits mailing list