From c6272f8ac751b9f5b00d68ce8f382dcfa9377e58 Mon Sep 17 00:00:00 2001 From: sezero Date: Thu, 17 Feb 2011 06:56:28 +0000 Subject: [PATCH] updated documentation git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@419 af15c1b1-3010-417e-b628-4374ebc0bcbd --- quakespasm/README.html | 1 + quakespasm/README.sgml | 1 + quakespasm/README.txt | 2 ++ 3 files changed, 4 insertions(+) diff --git a/quakespasm/README.html b/quakespasm/README.html index 9fb2b7b5..dd400938 100644 --- a/quakespasm/README.html +++ b/quakespasm/README.html @@ -131,6 +131,7 @@ Compile time options include
  • Fix the "unalias" console command
  • Restore the "screen size" menu item
  • Fixed an erroneous protocol check in the server code
  • +
  • Raised the default zone memory size to 384 kb
  • Revised lit file loading, the lit file must be from the same game directory as the map itself
  • Fixed rest of the compiler warnings
  • Other minor sound and cdaudio updates
  • diff --git a/quakespasm/README.sgml b/quakespasm/README.sgml index 477bbe4e..5e7c76c0 100644 --- a/quakespasm/README.sgml +++ b/quakespasm/README.sgml @@ -79,6 +79,7 @@ Compile time options include Fix the "unalias" console command Restore the "screen size" menu item Fixed an erroneous protocol check in the server code + Raised the default zone memory size to 384 kb Revised lit file loading, the lit file must be from the same game directory as the map itself Fixed rest of the compiler warnings Other minor sound and cdaudio updates diff --git a/quakespasm/README.txt b/quakespasm/README.txt index 0c2ec98b..b9f65c01 100644 --- a/quakespasm/README.txt +++ b/quakespasm/README.txt @@ -136,6 +136,8 @@ o Fixed an erroneous protocol check in the server code + o Raised the default zone memory size to 384 kb + o Revised lit file loading, the lit file must be from the same game directory as the map itself