documentation update for 0.85.6

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@588 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2011-12-30 16:50:24 +00:00
parent ee951cfd44
commit d36de568a3
4 changed files with 20 additions and 15 deletions

View File

@ -66,13 +66,13 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
<P>
<UL>
<LI>
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.5.tgz/download">Source</A></LI>
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.6.tgz/download">Source</A></LI>
<LI>
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.5_linux.tgz/download">Linux (x86)</A></LI>
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.6_linux.tgz/download">Linux (x86)</A></LI>
<LI>
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.5_windows.zip/download">Windows (x86)</A></LI>
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.6_windows.zip/download">Windows (x86)</A></LI>
<LI>
<A HREF="http://sourceforge.net/projects/quakespasm/files/QuakeSpasm-0.85.5.dmg/download">OSX image</A></LI>
<A HREF="http://sourceforge.net/projects/quakespasm/files/QuakeSpasm-0.85.6.dmg/download">OSX image</A></LI>
</UL>
</P>
@ -156,7 +156,8 @@ Compile time options include
<UL>
<LI> More work for string buffer safety</LI>
<LI> Reverted v0.85.5 change of not allowing deathmatch and coop cvars to be set at the same time (was reported for possibility of causing compatibility issues with mods)</LI>
<LI> Several cleanups in the cvar layer</LI>
<LI> Several cleanups/changes in the cvar layer</LI>
<LI> Minor SDL video fixes.</LI>
</UL>
</P>

View File

@ -87,3 +87,4 @@ chosen, because it is most likely the one from our own game directory
itself. This way, if a mod has track02 as a mp3 or wav, which is below
track02.ogg in the music_handler order, the mp3 or wav will still have
priority over track02.ogg from the id1 game directory.

View File

@ -17,10 +17,10 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
<sect> Downloads <p>
<itemize>
<item><url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.5.tgz/download" name="Source">
<item><url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.5_linux.tgz/download" name="Linux (x86)">
<item><url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.5_windows.zip/download" name="Windows (x86)">
<item><url url="http://sourceforge.net/projects/quakespasm/files/QuakeSpasm-0.85.5.dmg/download" name="OSX image">
<item><url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.6.tgz/download" name="Source">
<item><url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.6_linux.tgz/download" name="Linux (x86)">
<item><url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.6_windows.zip/download" name="Windows (x86)">
<item><url url="http://sourceforge.net/projects/quakespasm/files/QuakeSpasm-0.85.6.dmg/download" name="OSX image">
</itemize>
@ -94,7 +94,8 @@ Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on
<itemize>
<item> More work for string buffer safety
<item> Reverted v0.85.5 change of not allowing deathmatch and coop cvars to be set at the same time (was reported for possibility of causing compatibility issues with mods)
<item> Several cleanups in the cvar layer
<item> Several cleanups/changes in the cvar layer
<item> Minor SDL video fixes.
</itemize>
</p>

View File

@ -47,16 +47,16 @@
o Source
<http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.5.tgz/download>
<http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.6.tgz/download>
o Linux (x86)
<http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.5_linux.tgz/download>
<http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.6_linux.tgz/download>
o Windows (x86)
<http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.5_windows.zip/download>
<http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.6_windows.zip/download>
o OSX image
<http://sourceforge.net/projects/quakespasm/files/QuakeSpasm-0.85.5.dmg/download>
<http://sourceforge.net/projects/quakespasm/files/QuakeSpasm-0.85.6.dmg/download>
3. Hints
@ -162,7 +162,9 @@
be set at the same time (was reported for possibility of causing
compatibility issues with mods)
o Several cleanups in the cvar layer
o Several cleanups/changes in the cvar layer
o Minor SDL video fixes.
5.2. Changes in 0.85.5