updated documents for 0.85.8 changes.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@718 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2012-09-10 07:51:23 +00:00
parent 14997a7f09
commit b749b0a025
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> Fixed increased (more than 32) dynamic lights.</LI>
<LI> Music playback: Made sure that the file's channels count is supported.</LI> <LI> Music playback: Made sure that the file's channels count is supported.</LI>
<LI> Support for Solaris.</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> 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> 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> 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> New icon.</LI>
<LI> Miscellaneous source code cleanups.</LI> <LI> Miscellaneous source code cleanups.</LI>
</UL> </UL>

View file

@ -104,9 +104,13 @@ these patched libSDL binaries may help.
<item> Fixed increased (more than 32) dynamic lights. <item> Fixed increased (more than 32) dynamic lights.
<item> Music playback: Made sure that the file's channels count is supported. <item> Music playback: Made sure that the file's channels count is supported.
<item> Support for Solaris. <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> 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> 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> 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> New icon.
<item> Miscellaneous source code cleanups. <item> Miscellaneous source code cleanups.
</itemize> </itemize>

View file

@ -170,6 +170,12 @@
o Support for Solaris. 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 Fixed a minor intermissions glitch.
o Increased string buffer size from 256 to 384 for PF_VarString to 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 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 New icon.
o Miscellaneous source code cleanups. o Miscellaneous source code cleanups.