[iortcw] 175/497: All: Bump maximum number of AL sources

2017-09-08 Thread Simon McVittie
This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit f93996b554a14467c8d826017f21c08316e86aa3
Author: m4n4t4...@gmail.com 

Date:   Mon Aug 4 04:04:35 2014 +

All: Bump maximum number of AL sources
---
 MP/code/client/snd_openal.c | 6 +++---
 SP/code/client/snd_openal.c | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/MP/code/client/snd_openal.c b/MP/code/client/snd_openal.c
index 4f9cfeb..c677a66 100644
--- a/MP/code/client/snd_openal.c
+++ b/MP/code/client/snd_openal.c
@@ -585,9 +585,9 @@ typedef struct src_s
 } src_t;
 
 #ifdef MACOS_X
-   #define MAX_SRC 64
-#else
#define MAX_SRC 128
+#else
+   #define MAX_SRC 256
 #endif
 static src_t srcList[MAX_SRC];
 static int srcCount = 0;
@@ -2613,7 +2613,7 @@ qboolean S_AL_Init( soundInterface_t *si )
// New console variables
s_alPrecache = Cvar_Get( "s_alPrecache", "1", CVAR_ARCHIVE );
s_alGain = Cvar_Get( "s_alGain", "1.0", CVAR_ARCHIVE );
-   s_alSources = Cvar_Get( "s_alSources", "96", CVAR_ARCHIVE );
+   s_alSources = Cvar_Get( "s_alSources", "128", CVAR_ARCHIVE );
s_alDopplerFactor = Cvar_Get( "s_alDopplerFactor", "1.0", CVAR_ARCHIVE 
);
s_alDopplerSpeed = Cvar_Get( "s_alDopplerSpeed", "9000", CVAR_ARCHIVE );
s_alMinDistance = Cvar_Get( "s_alMinDistance", "120", CVAR_CHEAT );
diff --git a/SP/code/client/snd_openal.c b/SP/code/client/snd_openal.c
index ac788a4..ac238d1 100644
--- a/SP/code/client/snd_openal.c
+++ b/SP/code/client/snd_openal.c
@@ -585,9 +585,9 @@ typedef struct src_s
 } src_t;
 
 #ifdef MACOS_X
-   #define MAX_SRC 64
-#else
#define MAX_SRC 128
+#else
+   #define MAX_SRC 256
 #endif
 static src_t srcList[MAX_SRC];
 static int srcCount = 0;
@@ -2660,7 +2660,7 @@ qboolean S_AL_Init( soundInterface_t *si )
// New console variables
s_alPrecache = Cvar_Get( "s_alPrecache", "1", CVAR_ARCHIVE );
s_alGain = Cvar_Get( "s_alGain", "1.0", CVAR_ARCHIVE );
-   s_alSources = Cvar_Get( "s_alSources", "96", CVAR_ARCHIVE );
+   s_alSources = Cvar_Get( "s_alSources", "128", CVAR_ARCHIVE );
s_alDopplerFactor = Cvar_Get( "s_alDopplerFactor", "1.0", CVAR_ARCHIVE 
);
s_alDopplerSpeed = Cvar_Get( "s_alDopplerSpeed", "9000", CVAR_ARCHIVE );
s_alMinDistance = Cvar_Get( "s_alMinDistance", "256", CVAR_ARCHIVE );

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/iortcw.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[iortcw] 175/497: All: Bump maximum number of AL sources

2016-09-21 Thread Simon McVittie
This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit f93996b554a14467c8d826017f21c08316e86aa3
Author: m4n4t4...@gmail.com 

Date:   Mon Aug 4 04:04:35 2014 +

All: Bump maximum number of AL sources
---
 MP/code/client/snd_openal.c | 6 +++---
 SP/code/client/snd_openal.c | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/MP/code/client/snd_openal.c b/MP/code/client/snd_openal.c
index 4f9cfeb..c677a66 100644
--- a/MP/code/client/snd_openal.c
+++ b/MP/code/client/snd_openal.c
@@ -585,9 +585,9 @@ typedef struct src_s
 } src_t;
 
 #ifdef MACOS_X
-   #define MAX_SRC 64
-#else
#define MAX_SRC 128
+#else
+   #define MAX_SRC 256
 #endif
 static src_t srcList[MAX_SRC];
 static int srcCount = 0;
@@ -2613,7 +2613,7 @@ qboolean S_AL_Init( soundInterface_t *si )
// New console variables
s_alPrecache = Cvar_Get( "s_alPrecache", "1", CVAR_ARCHIVE );
s_alGain = Cvar_Get( "s_alGain", "1.0", CVAR_ARCHIVE );
-   s_alSources = Cvar_Get( "s_alSources", "96", CVAR_ARCHIVE );
+   s_alSources = Cvar_Get( "s_alSources", "128", CVAR_ARCHIVE );
s_alDopplerFactor = Cvar_Get( "s_alDopplerFactor", "1.0", CVAR_ARCHIVE 
);
s_alDopplerSpeed = Cvar_Get( "s_alDopplerSpeed", "9000", CVAR_ARCHIVE );
s_alMinDistance = Cvar_Get( "s_alMinDistance", "120", CVAR_CHEAT );
diff --git a/SP/code/client/snd_openal.c b/SP/code/client/snd_openal.c
index ac788a4..ac238d1 100644
--- a/SP/code/client/snd_openal.c
+++ b/SP/code/client/snd_openal.c
@@ -585,9 +585,9 @@ typedef struct src_s
 } src_t;
 
 #ifdef MACOS_X
-   #define MAX_SRC 64
-#else
#define MAX_SRC 128
+#else
+   #define MAX_SRC 256
 #endif
 static src_t srcList[MAX_SRC];
 static int srcCount = 0;
@@ -2660,7 +2660,7 @@ qboolean S_AL_Init( soundInterface_t *si )
// New console variables
s_alPrecache = Cvar_Get( "s_alPrecache", "1", CVAR_ARCHIVE );
s_alGain = Cvar_Get( "s_alGain", "1.0", CVAR_ARCHIVE );
-   s_alSources = Cvar_Get( "s_alSources", "96", CVAR_ARCHIVE );
+   s_alSources = Cvar_Get( "s_alSources", "128", CVAR_ARCHIVE );
s_alDopplerFactor = Cvar_Get( "s_alDopplerFactor", "1.0", CVAR_ARCHIVE 
);
s_alDopplerSpeed = Cvar_Get( "s_alDopplerSpeed", "9000", CVAR_ARCHIVE );
s_alMinDistance = Cvar_Get( "s_alMinDistance", "256", CVAR_ARCHIVE );

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/iortcw.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits