[SCM] Packaging for the OpenArena engine branch, master, updated. debian/0.8.1-8-48-g9372e3f

Simon McVittie smcv at debian.org
Thu Jul 29 20:15:46 UTC 2010


The following commit has been merged in the master branch:
commit 9438809a6db2d89bef36e3737bc4ccebb2cce693
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Jul 29 04:23:26 2010 +0100

    Refresh patch queue

diff --git a/debian/patches/0003-Use-OpenArena-directory-names-in-HOME-on-Unix-Window.patch b/debian/patches/0002-Use-OpenArena-directory-names-in-HOME-on-Unix-Window.patch
similarity index 100%
rename from debian/patches/0003-Use-OpenArena-directory-names-in-HOME-on-Unix-Window.patch
rename to debian/patches/0002-Use-OpenArena-directory-names-in-HOME-on-Unix-Window.patch
diff --git a/debian/patches/0004-Replace-the-conditionalized-hard-coded-names-in-q_sh.patch b/debian/patches/0003-Replace-the-conditionalized-hard-coded-names-in-q_sh.patch
similarity index 100%
rename from debian/patches/0004-Replace-the-conditionalized-hard-coded-names-in-q_sh.patch
rename to debian/patches/0003-Replace-the-conditionalized-hard-coded-names-in-q_sh.patch
diff --git a/debian/patches/0005-OpenArena-adjustable-console-size.patch b/debian/patches/0004-OpenArena-adjustable-console-size.patch
similarity index 100%
rename from debian/patches/0005-OpenArena-adjustable-console-size.patch
rename to debian/patches/0004-OpenArena-adjustable-console-size.patch
diff --git a/debian/patches/0006-Call-the-executables-oa_ded-openarena-openarena-smp.patch b/debian/patches/0005-Call-the-executables-oa_ded-openarena-openarena-smp.patch
similarity index 100%
rename from debian/patches/0006-Call-the-executables-oa_ded-openarena-openarena-smp.patch
rename to debian/patches/0005-Call-the-executables-oa_ded-openarena-openarena-smp.patch
diff --git a/debian/patches/0007-Remove-punkbuster-flag-from-server-info.patch b/debian/patches/0006-Remove-punkbuster-flag-from-server-info.patch
similarity index 100%
rename from debian/patches/0007-Remove-punkbuster-flag-from-server-info.patch
rename to debian/patches/0006-Remove-punkbuster-flag-from-server-info.patch
diff --git a/debian/patches/0008-Don-t-send-heartbeat-to-master-servers-unless-new-sv.patch b/debian/patches/0007-Don-t-send-heartbeat-to-master-servers-unless-new-sv.patch
similarity index 100%
rename from debian/patches/0008-Don-t-send-heartbeat-to-master-servers-unless-new-sv.patch
rename to debian/patches/0007-Don-t-send-heartbeat-to-master-servers-unless-new-sv.patch
diff --git a/debian/patches/0009-Remove-remnants-of-sv_strictAuth.patch b/debian/patches/0008-Remove-remnants-of-sv_strictAuth.patch
similarity index 100%
rename from debian/patches/0009-Remove-remnants-of-sv_strictAuth.patch
rename to debian/patches/0008-Remove-remnants-of-sv_strictAuth.patch
diff --git a/debian/patches/0010-Include-g_needpass-and-g_humanplayers-in-server-info.patch b/debian/patches/0009-Include-g_needpass-and-g_humanplayers-in-server-info.patch
similarity index 100%
rename from debian/patches/0010-Include-g_needpass-and-g_humanplayers-in-server-info.patch
rename to debian/patches/0009-Include-g_needpass-and-g_humanplayers-in-server-info.patch
diff --git a/debian/patches/0011-CL_MouseMove-some-sort-of-mouse-acceleration-tweak.patch b/debian/patches/0010-CL_MouseMove-some-sort-of-mouse-acceleration-tweak.patch
similarity index 100%
rename from debian/patches/0011-CL_MouseMove-some-sort-of-mouse-acceleration-tweak.patch
rename to debian/patches/0010-CL_MouseMove-some-sort-of-mouse-acceleration-tweak.patch
diff --git a/debian/patches/0012-enable-dummy-cdkey-calls-in-standalone-mode-to-preve.patch b/debian/patches/0011-enable-dummy-cdkey-calls-in-standalone-mode-to-preve.patch
similarity index 78%
rename from debian/patches/0012-enable-dummy-cdkey-calls-in-standalone-mode-to-preve.patch
rename to debian/patches/0011-enable-dummy-cdkey-calls-in-standalone-mode-to-preve.patch
index e5ee5ea..1d35e8b 100644
--- a/debian/patches/0012-enable-dummy-cdkey-calls-in-standalone-mode-to-preve.patch
+++ b/debian/patches/0011-enable-dummy-cdkey-calls-in-standalone-mode-to-preve.patch
@@ -5,15 +5,15 @@ Subject: [PATCH] enable (dummy) cdkey calls in standalone mode to prevents mods
 Origin: upstream, svn://svn.icculus.org/quake3/trunk@1777
 git-svn-id: svn://svn.icculus.org/quake3/trunk@1777 edf5b092-35ff-0310-97b2-ce42778d08ea
 ---
- code/client/cl_main.c |    6 ++++--
- code/client/cl_ui.c   |   13 +++++++------
+ engine/code/client/cl_main.c |    6 ++++--
+ engine/code/client/cl_ui.c   |   13 +++++++------
  2 files changed, 11 insertions(+), 8 deletions(-)
 
 diff --git a/engine/code/client/cl_main.c b/engine/code/client/cl_main.c
-index 7b19ff0..2b4be3a 100644
+index e3b50a0..0f4f766 100644
 --- a/engine/code/client/cl_main.c
 +++ b/engine/code/client/cl_main.c
-@@ -4162,13 +4162,15 @@ void CL_ShowIP_f(void) {
+@@ -4177,13 +4177,15 @@ void CL_ShowIP_f(void) {
  	Sys_ShowIP();
  }
  
@@ -30,7 +30,7 @@ index 7b19ff0..2b4be3a 100644
  	char	ch;
  	byte	sum;
  	char	chs[3];
-@@ -4225,5 +4227,5 @@ qboolean CL_CDKeyValidate( const char *key, const char *checksum ) {
+@@ -4240,5 +4242,5 @@ qboolean CL_CDKeyValidate( const char *key, const char *checksum ) {
  	}
  
  	return qfalse;
@@ -38,10 +38,10 @@ index 7b19ff0..2b4be3a 100644
  #endif
 +}
 diff --git a/engine/code/client/cl_ui.c b/engine/code/client/cl_ui.c
-index ed32313..adda0db 100644
+index 17e6db8..096285b 100644
 --- a/engine/code/client/cl_ui.c
 +++ b/engine/code/client/cl_ui.c
-@@ -625,8 +625,8 @@ static void Key_GetBindingBuf( int keynum, char *buf, int buflen ) {
+@@ -626,8 +626,8 @@ static void Key_GetBindingBuf( int keynum, char *buf, int buflen ) {
  CLUI_GetCDKey
  ====================
  */
@@ -51,7 +51,7 @@ index ed32313..adda0db 100644
  	cvar_t	*fs;
  	fs = Cvar_Get ("fs_game", "", CVAR_INIT|CVAR_SYSTEMINFO );
  	if (UI_usesUniqueCDKey() && fs && fs->string[0] != 0) {
-@@ -636,6 +636,9 @@ static void CLUI_GetCDKey( char *buf, int buflen ) {
+@@ -637,6 +637,9 @@ static void CLUI_GetCDKey( char *buf, int buflen ) {
  		Com_Memcpy( buf, cl_cdkey, 16);
  		buf[16] = 0;
  	}
@@ -61,7 +61,7 @@ index ed32313..adda0db 100644
  }
  
  
-@@ -644,6 +647,7 @@ static void CLUI_GetCDKey( char *buf, int buflen ) {
+@@ -645,6 +648,7 @@ static void CLUI_GetCDKey( char *buf, int buflen ) {
  CLUI_SetCDKey
  ====================
  */
@@ -69,7 +69,7 @@ index ed32313..adda0db 100644
  static void CLUI_SetCDKey( char *buf ) {
  	cvar_t	*fs;
  	fs = Cvar_Get ("fs_game", "", CVAR_INIT|CVAR_SYSTEMINFO );
-@@ -963,15 +967,15 @@ intptr_t CL_UISystemCalls( intptr_t *args ) {
+@@ -964,15 +968,15 @@ intptr_t CL_UISystemCalls( intptr_t *args ) {
  	case UI_MEMORY_REMAINING:
  		return Hunk_MemoryRemaining();
  
@@ -87,7 +87,7 @@ index ed32313..adda0db 100644
  	
  	case UI_SET_PBCLSTATUS:
  		return 0;	
-@@ -1053,11 +1057,8 @@ intptr_t CL_UISystemCalls( intptr_t *args ) {
+@@ -1054,11 +1058,8 @@ intptr_t CL_UISystemCalls( intptr_t *args ) {
  		re.RemapShader( VMA(1), VMA(2), VMA(3) );
  		return 0;
  
@@ -100,5 +100,3 @@ index ed32313..adda0db 100644
  	default:
  		Com_Error( ERR_DROP, "Bad UI system trap: %ld", (long int) args[0] );
 -- 
-1.7.1
-
diff --git a/debian/patches/0015-S_CodecLoad-if-a-.wav-audio-file-isn-t-found-load-a-.patch b/debian/patches/0012-S_CodecLoad-if-a-.wav-audio-file-isn-t-found-load-a-.patch
similarity index 100%
rename from debian/patches/0015-S_CodecLoad-if-a-.wav-audio-file-isn-t-found-load-a-.patch
rename to debian/patches/0012-S_CodecLoad-if-a-.wav-audio-file-isn-t-found-load-a-.patch
diff --git a/debian/patches/0016-Use-silence-as-the-default-sound.patch b/debian/patches/0013-Use-silence-as-the-default-sound.patch
similarity index 100%
rename from debian/patches/0016-Use-silence-as-the-default-sound.patch
rename to debian/patches/0013-Use-silence-as-the-default-sound.patch
diff --git a/debian/patches/0017-Increase-command-buffer-to-128K.patch b/debian/patches/0014-Increase-command-buffer-to-128K.patch
similarity index 100%
rename from debian/patches/0017-Increase-command-buffer-to-128K.patch
rename to debian/patches/0014-Increase-command-buffer-to-128K.patch
diff --git a/debian/patches/0018-Change-to-protocol-71-OpenArena-0.8.1-with-support-f.patch b/debian/patches/0015-Change-to-protocol-71-OpenArena-0.8.1-with-support-f.patch
similarity index 100%
rename from debian/patches/0018-Change-to-protocol-71-OpenArena-0.8.1-with-support-f.patch
rename to debian/patches/0015-Change-to-protocol-71-OpenArena-0.8.1-with-support-f.patch
diff --git a/debian/patches/0019-Allow-the-server-to-set-sv_fps-pmove_fixed-pmove_mse.patch b/debian/patches/0016-Allow-the-server-to-set-sv_fps-pmove_fixed-pmove_mse.patch
similarity index 100%
rename from debian/patches/0019-Allow-the-server-to-set-sv_fps-pmove_fixed-pmove_mse.patch
rename to debian/patches/0016-Allow-the-server-to-set-sv_fps-pmove_fixed-pmove_mse.patch
diff --git a/debian/patches/0020-Increase-default-com_hunkmegs-to-128M.patch b/debian/patches/0017-Increase-default-com_hunkmegs-to-128M.patch
similarity index 100%
rename from debian/patches/0020-Increase-default-com_hunkmegs-to-128M.patch
rename to debian/patches/0017-Increase-default-com_hunkmegs-to-128M.patch
diff --git a/debian/patches/0021-bug-4357-CVAR_ROM-CVAR_ARCHIVE-is-not-read-from-q3co.patch b/debian/patches/0018-bug-4357-CVAR_ROM-CVAR_ARCHIVE-is-not-read-from-q3co.patch
similarity index 96%
rename from debian/patches/0021-bug-4357-CVAR_ROM-CVAR_ARCHIVE-is-not-read-from-q3co.patch
rename to debian/patches/0018-bug-4357-CVAR_ROM-CVAR_ARCHIVE-is-not-read-from-q3co.patch
index a7dbbed..2387404 100644
--- a/debian/patches/0021-bug-4357-CVAR_ROM-CVAR_ARCHIVE-is-not-read-from-q3co.patch
+++ b/debian/patches/0018-bug-4357-CVAR_ROM-CVAR_ARCHIVE-is-not-read-from-q3co.patch
@@ -8,9 +8,9 @@ Bug: http://bugzilla.icculus.org/show_bug.cgi?id=4357
 Origin: upstream, svn://svn.icculus.org/quake3/trunk@1760
 git-svn-id: svn://svn.icculus.org/quake3/trunk@1760 edf5b092-35ff-0310-97b2-ce42778d08ea
 ---
- code/q3_ui/ui_main.c |   14 +++++++-------
- code/qcommon/cvar.c  |    7 +++++++
- code/ui/ui_main.c    |   14 +++++++-------
+ engine/code/q3_ui/ui_main.c |   14 +++++++-------
+ engine/code/qcommon/cvar.c  |    7 +++++++
+ engine/code/ui/ui_main.c    |   14 +++++++-------
  3 files changed, 21 insertions(+), 14 deletions(-)
 
 diff --git a/engine/code/q3_ui/ui_main.c b/engine/code/q3_ui/ui_main.c
@@ -82,5 +82,3 @@ index 6c9fb6e..1d120a7 100644
  
  	{ &ui_spSelection, "ui_spSelection", "", CVAR_ROM },
 -- 
-1.7.1
-
diff --git a/debian/patches/0022-Turn-FS_CheckPak0-into-a-stub.patch b/debian/patches/0019-Turn-FS_CheckPak0-into-a-stub.patch
similarity index 100%
rename from debian/patches/0022-Turn-FS_CheckPak0-into-a-stub.patch
rename to debian/patches/0019-Turn-FS_CheckPak0-into-a-stub.patch
diff --git a/debian/patches/0023-Knock-out-the-update-server.patch b/debian/patches/0020-Knock-out-the-update-server.patch
similarity index 100%
rename from debian/patches/0023-Knock-out-the-update-server.patch
rename to debian/patches/0020-Knock-out-the-update-server.patch
diff --git a/debian/patches/0024-Use-the-OpenArena-master-server.patch b/debian/patches/0021-Use-the-OpenArena-master-server.patch
similarity index 100%
rename from debian/patches/0024-Use-the-OpenArena-master-server.patch
rename to debian/patches/0021-Use-the-OpenArena-master-server.patch
diff --git a/debian/patches/0025-Set-an-empty-authorize-server.patch b/debian/patches/0022-Set-an-empty-authorize-server.patch
similarity index 100%
rename from debian/patches/0025-Set-an-empty-authorize-server.patch
rename to debian/patches/0022-Set-an-empty-authorize-server.patch
diff --git a/debian/patches/0026-Add-light-bloom-postprocessing.patch b/debian/patches/0023-Add-light-bloom-postprocessing.patch
similarity index 100%
rename from debian/patches/0026-Add-light-bloom-postprocessing.patch
rename to debian/patches/0023-Add-light-bloom-postprocessing.patch
diff --git a/debian/patches/0027-Remove-another-remnant-of-sv_strictAuth.patch b/debian/patches/0024-Remove-another-remnant-of-sv_strictAuth.patch
similarity index 100%
rename from debian/patches/0027-Remove-another-remnant-of-sv_strictAuth.patch
rename to debian/patches/0024-Remove-another-remnant-of-sv_strictAuth.patch
diff --git a/debian/patches/0028-Never-talk-to-an-authorize-server-even-if-not-standa.patch b/debian/patches/0025-Never-talk-to-an-authorize-server-even-if-not-standa.patch
similarity index 100%
rename from debian/patches/0028-Never-talk-to-an-authorize-server-even-if-not-standa.patch
rename to debian/patches/0025-Never-talk-to-an-authorize-server-even-if-not-standa.patch
diff --git a/debian/patches/0030-Explicitly-don-t-build-any-game-logic-by-default.patch b/debian/patches/0026-Explicitly-don-t-build-any-game-logic-by-default.patch
similarity index 100%
rename from debian/patches/0030-Explicitly-don-t-build-any-game-logic-by-default.patch
rename to debian/patches/0026-Explicitly-don-t-build-any-game-logic-by-default.patch
diff --git a/debian/patches/0032-Enable-Vorbis-by-default.patch b/debian/patches/0027-Enable-Vorbis-by-default.patch
similarity index 100%
rename from debian/patches/0032-Enable-Vorbis-by-default.patch
rename to debian/patches/0027-Enable-Vorbis-by-default.patch
diff --git a/debian/patches/0034-Miscellaneous-Makefile-rebranding.patch b/debian/patches/0028-Miscellaneous-Makefile-rebranding.patch
similarity index 100%
rename from debian/patches/0034-Miscellaneous-Makefile-rebranding.patch
rename to debian/patches/0028-Miscellaneous-Makefile-rebranding.patch
diff --git a/debian/patches/0035-Fix-build-and-resulting-binary-on-alpha.patch b/debian/patches/0029-Fix-build-and-resulting-binary-on-alpha.patch
similarity index 100%
rename from debian/patches/0035-Fix-build-and-resulting-binary-on-alpha.patch
rename to debian/patches/0029-Fix-build-and-resulting-binary-on-alpha.patch
diff --git a/debian/patches/0036-Build-against-recent-system-speex-and-speexdsp-libra.patch b/debian/patches/0030-Build-against-recent-system-speex-and-speexdsp-libra.patch
similarity index 98%
rename from debian/patches/0036-Build-against-recent-system-speex-and-speexdsp-libra.patch
rename to debian/patches/0030-Build-against-recent-system-speex-and-speexdsp-libra.patch
index c295508..2c1ed76 100644
--- a/debian/patches/0036-Build-against-recent-system-speex-and-speexdsp-libra.patch
+++ b/debian/patches/0030-Build-against-recent-system-speex-and-speexdsp-libra.patch
@@ -39,7 +39,7 @@ index 3c351a1..984ca0e 100644
  extern	botlib_export_t	*botlib_export;
  
 diff --git a/engine/code/client/cl_main.c b/engine/code/client/cl_main.c
-index fac8a35..c44de5b 100644
+index 0f4f766..e5aac29 100644
 --- a/engine/code/client/cl_main.c
 +++ b/engine/code/client/cl_main.c
 @@ -28,6 +28,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
diff --git a/debian/patches/0037-Fix-FTBFS-on-kFreeBSD.patch b/debian/patches/0031-Fix-FTBFS-on-kFreeBSD.patch
similarity index 100%
rename from debian/patches/0037-Fix-FTBFS-on-kFreeBSD.patch
rename to debian/patches/0031-Fix-FTBFS-on-kFreeBSD.patch
diff --git a/debian/patches/0038-Fix-spelling-error.patch b/debian/patches/0032-Fix-spelling-error.patch
similarity index 100%
rename from debian/patches/0038-Fix-spelling-error.patch
rename to debian/patches/0032-Fix-spelling-error.patch
diff --git a/debian/patches/0039-Add-a-special-vmMagic-that-causes-equivalent-native-.patch b/debian/patches/0033-Add-a-special-vmMagic-that-causes-equivalent-native-.patch
similarity index 100%
rename from debian/patches/0039-Add-a-special-vmMagic-that-causes-equivalent-native-.patch
rename to debian/patches/0033-Add-a-special-vmMagic-that-causes-equivalent-native-.patch
diff --git a/debian/patches/0040-FS_FindDll-new-function-to-go-through-the-search-pat.patch b/debian/patches/0034-FS_FindDll-new-function-to-go-through-the-search-pat.patch
similarity index 100%
rename from debian/patches/0040-FS_FindDll-new-function-to-go-through-the-search-pat.patch
rename to debian/patches/0034-FS_FindDll-new-function-to-go-through-the-search-pat.patch
diff --git a/debian/patches/0041-Sys_LoadDll-use-FS_FindDll.patch b/debian/patches/0035-Sys_LoadDll-use-FS_FindDll.patch
similarity index 100%
rename from debian/patches/0041-Sys_LoadDll-use-FS_FindDll.patch
rename to debian/patches/0035-Sys_LoadDll-use-FS_FindDll.patch
diff --git a/debian/patches/0042-Add-error-markers-to-sources-in-the-mod-SDK-that-are.patch b/debian/patches/0036-Add-error-markers-to-sources-in-the-mod-SDK-that-are.patch
similarity index 100%
rename from debian/patches/0042-Add-error-markers-to-sources-in-the-mod-SDK-that-are.patch
rename to debian/patches/0036-Add-error-markers-to-sources-in-the-mod-SDK-that-are.patch
diff --git a/debian/patches/0043-Put-a-error-marker-in-engine-s-ui_shared.h-to-make-s.patch b/debian/patches/0037-Put-a-error-marker-in-engine-s-ui_shared.h-to-make-s.patch
similarity index 100%
rename from debian/patches/0043-Put-a-error-marker-in-engine-s-ui_shared.h-to-make-s.patch
rename to debian/patches/0037-Put-a-error-marker-in-engine-s-ui_shared.h-to-make-s.patch
diff --git a/debian/patches/series b/debian/patches/series
index 829f0d0..fdfbfe7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,37 +1,37 @@
 0001-OpenArena-branding-change-SDL-window-Quake-3-icon-to.patch
-0003-Use-OpenArena-directory-names-in-HOME-on-Unix-Window.patch
-0004-Replace-the-conditionalized-hard-coded-names-in-q_sh.patch
-0005-OpenArena-adjustable-console-size.patch
-0006-Call-the-executables-oa_ded-openarena-openarena-smp.patch
-0007-Remove-punkbuster-flag-from-server-info.patch
-0008-Don-t-send-heartbeat-to-master-servers-unless-new-sv.patch
-0009-Remove-remnants-of-sv_strictAuth.patch
-0010-Include-g_needpass-and-g_humanplayers-in-server-info.patch
-0011-CL_MouseMove-some-sort-of-mouse-acceleration-tweak.patch
-0012-enable-dummy-cdkey-calls-in-standalone-mode-to-preve.patch
-0015-S_CodecLoad-if-a-.wav-audio-file-isn-t-found-load-a-.patch
-0016-Use-silence-as-the-default-sound.patch
-0017-Increase-command-buffer-to-128K.patch
-0018-Change-to-protocol-71-OpenArena-0.8.1-with-support-f.patch
-0019-Allow-the-server-to-set-sv_fps-pmove_fixed-pmove_mse.patch
-0020-Increase-default-com_hunkmegs-to-128M.patch
-0021-bug-4357-CVAR_ROM-CVAR_ARCHIVE-is-not-read-from-q3co.patch
-0022-Turn-FS_CheckPak0-into-a-stub.patch
-0023-Knock-out-the-update-server.patch
-0024-Use-the-OpenArena-master-server.patch
-0025-Set-an-empty-authorize-server.patch
-0026-Add-light-bloom-postprocessing.patch
-0027-Remove-another-remnant-of-sv_strictAuth.patch
-0028-Never-talk-to-an-authorize-server-even-if-not-standa.patch
-0030-Explicitly-don-t-build-any-game-logic-by-default.patch
-0032-Enable-Vorbis-by-default.patch
-0034-Miscellaneous-Makefile-rebranding.patch
-0035-Fix-build-and-resulting-binary-on-alpha.patch
-0036-Build-against-recent-system-speex-and-speexdsp-libra.patch
-0037-Fix-FTBFS-on-kFreeBSD.patch
-0038-Fix-spelling-error.patch
-0039-Add-a-special-vmMagic-that-causes-equivalent-native-.patch
-0040-FS_FindDll-new-function-to-go-through-the-search-pat.patch
-0041-Sys_LoadDll-use-FS_FindDll.patch
-0042-Add-error-markers-to-sources-in-the-mod-SDK-that-are.patch
-0043-Put-a-error-marker-in-engine-s-ui_shared.h-to-make-s.patch
+0002-Use-OpenArena-directory-names-in-HOME-on-Unix-Window.patch
+0003-Replace-the-conditionalized-hard-coded-names-in-q_sh.patch
+0004-OpenArena-adjustable-console-size.patch
+0005-Call-the-executables-oa_ded-openarena-openarena-smp.patch
+0006-Remove-punkbuster-flag-from-server-info.patch
+0007-Don-t-send-heartbeat-to-master-servers-unless-new-sv.patch
+0008-Remove-remnants-of-sv_strictAuth.patch
+0009-Include-g_needpass-and-g_humanplayers-in-server-info.patch
+0010-CL_MouseMove-some-sort-of-mouse-acceleration-tweak.patch
+0011-enable-dummy-cdkey-calls-in-standalone-mode-to-preve.patch
+0012-S_CodecLoad-if-a-.wav-audio-file-isn-t-found-load-a-.patch
+0013-Use-silence-as-the-default-sound.patch
+0014-Increase-command-buffer-to-128K.patch
+0015-Change-to-protocol-71-OpenArena-0.8.1-with-support-f.patch
+0016-Allow-the-server-to-set-sv_fps-pmove_fixed-pmove_mse.patch
+0017-Increase-default-com_hunkmegs-to-128M.patch
+0018-bug-4357-CVAR_ROM-CVAR_ARCHIVE-is-not-read-from-q3co.patch
+0019-Turn-FS_CheckPak0-into-a-stub.patch
+0020-Knock-out-the-update-server.patch
+0021-Use-the-OpenArena-master-server.patch
+0022-Set-an-empty-authorize-server.patch
+0023-Add-light-bloom-postprocessing.patch
+0024-Remove-another-remnant-of-sv_strictAuth.patch
+0025-Never-talk-to-an-authorize-server-even-if-not-standa.patch
+0026-Explicitly-don-t-build-any-game-logic-by-default.patch
+0027-Enable-Vorbis-by-default.patch
+0028-Miscellaneous-Makefile-rebranding.patch
+0029-Fix-build-and-resulting-binary-on-alpha.patch
+0030-Build-against-recent-system-speex-and-speexdsp-libra.patch
+0031-Fix-FTBFS-on-kFreeBSD.patch
+0032-Fix-spelling-error.patch
+0033-Add-a-special-vmMagic-that-causes-equivalent-native-.patch
+0034-FS_FindDll-new-function-to-go-through-the-search-pat.patch
+0035-Sys_LoadDll-use-FS_FindDll.patch
+0036-Add-error-markers-to-sources-in-the-mod-SDK-that-are.patch
+0037-Put-a-error-marker-in-engine-s-ui_shared.h-to-make-s.patch

-- 
Packaging for the OpenArena engine



More information about the Pkg-games-commits mailing list