From 1a4ca6e90da7e05c24d9679b0d47f8953dbf8dfc Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sun, 28 Sep 2014 23:44:42 +0000 Subject: [PATCH] Add note to changelog about r1069 git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1070 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Linux/sgml/Quakespasm.sgml | 2 +- Quakespasm.html | 2 +- Quakespasm.txt | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Linux/sgml/Quakespasm.sgml b/Linux/sgml/Quakespasm.sgml index 58767688..a3d31ab3 100644 --- a/Linux/sgml/Quakespasm.sgml +++ b/Linux/sgml/Quakespasm.sgml @@ -140,7 +140,7 @@ The "game" command doesn't execute quake.rc in the new game directory being swit Fix broken behavior upon gamedir changes if -basedir is specified on the command line. NET_MAXMESSAGE and MAX_MSGLEN limits bumped to 64000. MAX_EFRAGS bumped to 4096, and MAX_CHANNELS to 1024. - MAX_ENT_LEAFS bumped from 16 to 32 to work around disappearing/flickering bmodels in some situations. + MAX_ENT_LEAFS bumped from 16 to 32 to work around disappearing/flickering bmodels in some situations. Also, if an entity is visible from MAX_ENT_LEAFS or more leafs, we now always send it to the client. Fix cvar cycle command not working sometimes. Host_Error upon missing models. (Prevents segmentation faults.) Change sv_aim default value to 1 (i.e. turn off autoaim) diff --git a/Quakespasm.html b/Quakespasm.html index ec5c2897..db35b0f4 100644 --- a/Quakespasm.html +++ b/Quakespasm.html @@ -216,7 +216,7 @@ these patched libSDL binaries may help.
  • Fix broken behavior upon gamedir changes if -basedir is specified on the command line.
  • NET_MAXMESSAGE and MAX_MSGLEN limits bumped to 64000.
  • MAX_EFRAGS bumped to 4096, and MAX_CHANNELS to 1024.
  • -
  • MAX_ENT_LEAFS bumped from 16 to 32 to work around disappearing/flickering bmodels in some situations.
  • +
  • MAX_ENT_LEAFS bumped from 16 to 32 to work around disappearing/flickering bmodels in some situations. Also, if an entity is visible from MAX_ENT_LEAFS or more leafs, we now always send it to the client.
  • Fix cvar cycle command not working sometimes.
  • Host_Error upon missing models. (Prevents segmentation faults.)
  • Change sv_aim default value to 1 (i.e. turn off autoaim)
  • diff --git a/Quakespasm.txt b/Quakespasm.txt index ddecfd6d..aaf4ad71 100644 --- a/Quakespasm.txt +++ b/Quakespasm.txt @@ -264,7 +264,9 @@ o MAX_EFRAGS bumped to 4096, and MAX_CHANNELS to 1024. o MAX_ENT_LEAFS bumped from 16 to 32 to work around - disappearing/flickering bmodels in some situations. + disappearing/flickering bmodels in some situations. Also, if an entity + is visible from MAX_ENT_LEAFS or more leafs, we now always send it to + the client. o Fix cvar cycle command not working sometimes.