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 81d3a4df7095f6f132a284410a7981384117648a Author: [email protected] <[email protected]@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a> Date: Tue Jan 14 12:37:15 2014 +0000 All: Bump default com_hunkmegs to 256 --- MP/code/qcommon/common.c | 4 ++-- SP/code/qcommon/common.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MP/code/qcommon/common.c b/MP/code/qcommon/common.c index 18a0a89..b037706 100644 --- a/MP/code/qcommon/common.c +++ b/MP/code/qcommon/common.c @@ -44,8 +44,8 @@ int demo_protocols[] = #define MAX_NUM_ARGVS 50 #define MIN_DEDICATED_COMHUNKMEGS 1 -#define MIN_COMHUNKMEGS 64 // JPW NERVE changed this to 42 for MP, was 56 for team arena and 75 for wolfSP -#define DEF_COMHUNKMEGS 128 // RF, increased this, some maps are exceeding 56mb // JPW NERVE changed this for multiplayer back to 42, 56 for depot/mp_cpdepot, 42 for everything else +#define MIN_COMHUNKMEGS 128 // JPW NERVE changed this to 42 for MP, was 56 for team arena and 75 for wolfSP +#define DEF_COMHUNKMEGS 256 // RF, increased this, some maps are exceeding 56mb // JPW NERVE changed this for multiplayer back to 42, 56 for depot/mp_cpdepot, 42 for everything else #define DEF_COMZONEMEGS 32 // JPW NERVE cut this back too was 30 #define DEF_COMHUNKMEGS_S XSTRING(DEF_COMHUNKMEGS) #define DEF_COMZONEMEGS_S XSTRING(DEF_COMZONEMEGS) diff --git a/SP/code/qcommon/common.c b/SP/code/qcommon/common.c index e6314c9..8f556e9 100644 --- a/SP/code/qcommon/common.c +++ b/SP/code/qcommon/common.c @@ -46,8 +46,8 @@ int demo_protocols[] = #define MAX_NUM_ARGVS 50 #define MIN_DEDICATED_COMHUNKMEGS 1 -#define MIN_COMHUNKMEGS 64 -#define DEF_COMHUNKMEGS 128 +#define MIN_COMHUNKMEGS 128 +#define DEF_COMHUNKMEGS 256 #define DEF_COMZONEMEGS 32 #define DEF_COMHUNKMEGS_S XSTRING(DEF_COMHUNKMEGS) #define DEF_COMZONEMEGS_S XSTRING(DEF_COMZONEMEGS) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

