documentation update for 0.85.6

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@588 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2011-12-30 16:50:24 +00:00
parent 1502b79d99
commit 6f8ad95f0e
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> <P>
<UL> <UL>
<LI> <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> <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> <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> <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> </UL>
</P> </P>
@ -156,7 +156,8 @@ Compile time options include
<UL> <UL>
<LI> More work for string buffer safety</LI> <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> 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> </UL>
</P> </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 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 track02.ogg in the music_handler order, the mp3 or wav will still have
priority over track02.ogg from the id1 game directory. 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> <sect> Downloads <p>
<itemize> <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.6.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.6_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.6_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.dmg/download" name="OSX image">
</itemize> </itemize>
@ -94,7 +94,8 @@ Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on
<itemize> <itemize>
<item> More work for string buffer safety <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> 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> </itemize>
</p> </p>

View File

@ -47,16 +47,16 @@
o Source 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) 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) 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 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 3. Hints
@ -162,7 +162,9 @@
be set at the same time (was reported for possibility of causing be set at the same time (was reported for possibility of causing
compatibility issues with mods) 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 5.2. Changes in 0.85.5