[iortcw] 10/10: Default to non-fullscreen

Simon McVittie smcv at debian.org
Tue Dec 30 22:11:31 UTC 2014


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

smcv pushed a commit to branch master
in repository iortcw.

commit d4a3294f942beae96cff35e71ba9a2205579bcdc
Author: Simon McVittie <smcv at debian.org>
Date:   Tue Dec 30 20:47:31 2014 +0000

    Default to non-fullscreen
---
 debian/patches/Default-to-non-fullscreen.patch | 63 ++++++++++++++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 64 insertions(+)

diff --git a/debian/patches/Default-to-non-fullscreen.patch b/debian/patches/Default-to-non-fullscreen.patch
new file mode 100644
index 0000000..6f54ca2
--- /dev/null
+++ b/debian/patches/Default-to-non-fullscreen.patch
@@ -0,0 +1,63 @@
+From: Simon McVittie <smcv at debian.org>
+Date: Tue, 30 Dec 2014 20:47:20 +0000
+Subject: Default to non-fullscreen
+
+---
+ MP/code/rend2/tr_init.c    | 2 +-
+ MP/code/renderer/tr_init.c | 2 +-
+ SP/code/rend2/tr_init.c    | 2 +-
+ SP/code/renderer/tr_init.c | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/MP/code/rend2/tr_init.c b/MP/code/rend2/tr_init.c
+index 30152c5..76431ee 100644
+--- a/MP/code/rend2/tr_init.c
++++ b/MP/code/rend2/tr_init.c
+@@ -1283,7 +1283,7 @@ void R_Register( void ) {
+ 	r_overBrightBits = ri.Cvar_Get( "r_overBrightBits", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_ignorehwgamma = ri.Cvar_Get( "r_ignorehwgamma", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_mode = ri.Cvar_Get( "r_mode", "3", CVAR_ARCHIVE | CVAR_LATCH );
+-	r_fullscreen = ri.Cvar_Get( "r_fullscreen", "1", CVAR_ARCHIVE | CVAR_LATCH );
++	r_fullscreen = ri.Cvar_Get( "r_fullscreen", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_noborder = ri.Cvar_Get("r_noborder", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_customwidth = ri.Cvar_Get( "r_customwidth", "1600", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_customheight = ri.Cvar_Get( "r_customheight", "1024", CVAR_ARCHIVE | CVAR_LATCH );
+diff --git a/MP/code/renderer/tr_init.c b/MP/code/renderer/tr_init.c
+index b19a197..8960b10 100644
+--- a/MP/code/renderer/tr_init.c
++++ b/MP/code/renderer/tr_init.c
+@@ -1152,7 +1152,7 @@ void R_Register( void ) {
+ 	r_overBrightBits = ri.Cvar_Get( "r_overBrightBits", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_ignorehwgamma = ri.Cvar_Get( "r_ignorehwgamma", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_mode = ri.Cvar_Get( "r_mode", "3", CVAR_ARCHIVE | CVAR_LATCH );
+-	r_fullscreen = ri.Cvar_Get( "r_fullscreen", "1", CVAR_ARCHIVE | CVAR_LATCH );
++	r_fullscreen = ri.Cvar_Get( "r_fullscreen", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_noborder = ri.Cvar_Get("r_noborder", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_customwidth = ri.Cvar_Get( "r_customwidth", "1600", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_customheight = ri.Cvar_Get( "r_customheight", "1024", CVAR_ARCHIVE | CVAR_LATCH );
+diff --git a/SP/code/rend2/tr_init.c b/SP/code/rend2/tr_init.c
+index 5934e3a..84534f1 100644
+--- a/SP/code/rend2/tr_init.c
++++ b/SP/code/rend2/tr_init.c
+@@ -1306,7 +1306,7 @@ void R_Register( void ) {
+ 	r_overBrightBits = ri.Cvar_Get( "r_overBrightBits", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_ignorehwgamma = ri.Cvar_Get( "r_ignorehwgamma", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_mode = ri.Cvar_Get( "r_mode", "3", CVAR_ARCHIVE | CVAR_LATCH );
+-	r_fullscreen = ri.Cvar_Get( "r_fullscreen", "1", CVAR_ARCHIVE | CVAR_LATCH );
++	r_fullscreen = ri.Cvar_Get( "r_fullscreen", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_noborder = ri.Cvar_Get("r_noborder", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_customwidth = ri.Cvar_Get( "r_customwidth", "1600", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_customheight = ri.Cvar_Get( "r_customheight", "1024", CVAR_ARCHIVE | CVAR_LATCH );
+diff --git a/SP/code/renderer/tr_init.c b/SP/code/renderer/tr_init.c
+index 6f34ff6..f58dfb3 100644
+--- a/SP/code/renderer/tr_init.c
++++ b/SP/code/renderer/tr_init.c
+@@ -1176,7 +1176,7 @@ void R_Register( void ) {
+ 	r_overBrightBits = ri.Cvar_Get( "r_overBrightBits", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_ignorehwgamma = ri.Cvar_Get( "r_ignorehwgamma", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_mode = ri.Cvar_Get( "r_mode", "3", CVAR_ARCHIVE | CVAR_LATCH );
+-	r_fullscreen = ri.Cvar_Get( "r_fullscreen", "1", CVAR_ARCHIVE | CVAR_LATCH );
++	r_fullscreen = ri.Cvar_Get( "r_fullscreen", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_noborder = ri.Cvar_Get("r_noborder", "0", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_customwidth = ri.Cvar_Get( "r_customwidth", "1600", CVAR_ARCHIVE | CVAR_LATCH );
+ 	r_customheight = ri.Cvar_Get( "r_customheight", "1024", CVAR_ARCHIVE | CVAR_LATCH );
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..a06a8f1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Default-to-non-fullscreen.patch

-- 
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