From 7f541b4d36b41e3b113462b0f22b4509dee87430 Mon Sep 17 00:00:00 2001 From: sezero Date: Mon, 10 Sep 2012 07:51:23 +0000 Subject: [PATCH] updated documents for 0.85.8 changes. git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@718 af15c1b1-3010-417e-b628-4374ebc0bcbd --- README.html | 4 ++++ README.sgml | 4 ++++ README.txt | 10 ++++++++++ 3 files changed, 18 insertions(+) diff --git a/README.html b/README.html index 0aedb3da..0c680b35 100644 --- a/README.html +++ b/README.html @@ -178,9 +178,13 @@ these patched libSDL binaries may help.
  • Fixed increased (more than 32) dynamic lights.
  • Music playback: Made sure that the file's channels count is supported.
  • Support for Solaris.
  • +
  • Switched to using libmad instead of libmpg123 for MP3 playback on Mac OS X.
  • +
  • Better support for building the Mac OS X version using a makefile, support for cross-compiling on Linux.
  • Fixed a minor intermissions glitch.
  • Increased string buffer size from 256 to 384 for PF_VarString to work around broken mods such as UQC.
  • Restored original behavior for Quake registered version detection.
  • +
  • Minor demo recording/playback tweaks.
  • +
  • Minor tweaks to the scale menu option.
  • New icon.
  • Miscellaneous source code cleanups.
  • diff --git a/README.sgml b/README.sgml index efa6f67c..4b11cc19 100644 --- a/README.sgml +++ b/README.sgml @@ -104,9 +104,13 @@ these patched libSDL binaries may help. Fixed increased (more than 32) dynamic lights. Music playback: Made sure that the file's channels count is supported. Support for Solaris. + Switched to using libmad instead of libmpg123 for MP3 playback on Mac OS X. + Better support for building the Mac OS X version using a makefile, support for cross-compiling on Linux. Fixed a minor intermissions glitch. Increased string buffer size from 256 to 384 for PF_VarString to work around broken mods such as UQC. Restored original behavior for Quake registered version detection. + Minor demo recording/playback tweaks. + Minor tweaks to the scale menu option. New icon. Miscellaneous source code cleanups. diff --git a/README.txt b/README.txt index 1ac48b8a..546ade0c 100644 --- a/README.txt +++ b/README.txt @@ -170,6 +170,12 @@ o Support for Solaris. + o Switched to using libmad instead of libmpg123 for MP3 playback on + Mac OS X. + + o Better support for building the Mac OS X version using a makefile, + support for cross-compiling on Linux. + o Fixed a minor intermissions glitch. o Increased string buffer size from 256 to 384 for PF_VarString to @@ -177,6 +183,10 @@ o Restored original behavior for Quake registered version detection. + o Minor demo recording/playback tweaks. + + o Minor tweaks to the scale menu option. + o New icon. o Miscellaneous source code cleanups.