updated documents for 0.85.8 changes.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@718 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2012-09-10 07:51:23 +00:00
parent 96c0b2419e
commit 4e2a0708b4
3 changed files with 18 additions and 0 deletions

View File

@ -178,9 +178,13 @@ these patched libSDL binaries may help.
<LI> Fixed increased (more than 32) dynamic lights.</LI>
<LI> Music playback: Made sure that the file's channels count is supported.</LI>
<LI> Support for Solaris.</LI>
<LI> Switched to using libmad instead of libmpg123 for MP3 playback on Mac OS X.</LI>
<LI> Better support for building the Mac OS X version using a makefile, support for cross-compiling on Linux.</LI>
<LI> Fixed a minor intermissions glitch.</LI>
<LI> Increased string buffer size from 256 to 384 for PF_VarString to work around broken mods such as UQC.</LI>
<LI> Restored original behavior for Quake registered version detection.</LI>
<LI> Minor demo recording/playback tweaks.</LI>
<LI> Minor tweaks to the scale menu option.</LI>
<LI> New icon.</LI>
<LI> Miscellaneous source code cleanups.</LI>
</UL>

View File

@ -104,9 +104,13 @@ these patched libSDL binaries may help.
<item> Fixed increased (more than 32) dynamic lights.
<item> Music playback: Made sure that the file's channels count is supported.
<item> Support for Solaris.
<item> Switched to using libmad instead of libmpg123 for MP3 playback on Mac OS X.
<item> Better support for building the Mac OS X version using a makefile, support for cross-compiling on Linux.
<item> Fixed a minor intermissions glitch.
<item> Increased string buffer size from 256 to 384 for PF_VarString to work around broken mods such as UQC.
<item> Restored original behavior for Quake registered version detection.
<item> Minor demo recording/playback tweaks.
<item> Minor tweaks to the scale menu option.
<item> New icon.
<item> Miscellaneous source code cleanups.
</itemize>

View File

@ -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.