Minor doco update for 0.85.3 release

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@327 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Steven 2010-09-19 01:24:11 +00:00
parent d85b102178
commit d81e1aedc9
3 changed files with 19 additions and 6 deletions

View File

@ -11,7 +11,7 @@
<PRE>
</PRE>
</P>
<P>QuakeSpasm 0.85.3 (unreleased) (18 September 2010)</P>
<P>QuakeSpasm 0.85.3 (19 September 2010)</P>
<P>
<H2><A NAME="toc1">1.</A> <A HREF="README.html#s1">About </A></H2>
@ -55,7 +55,8 @@ It includes 64bit CPU cupport, a new sound driver, several networking fixes, and
<P>
<A HREF="http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3.tgz/download">Source</A><BR>
<A HREF="http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3_linux.tgz/download">Linux binary</A><BR>
<A HREF="http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3_windows.zip/download">Windows</A><BR></P>
<A HREF="http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3_windows.zip/download">Windows</A><BR>
<A HREF="http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3_osx.zip/download">OSX universal binary</A><BR></P>
<H2><A NAME="s3">3.</A> <A HREF="#toc3">Hints </A></H2>
@ -182,9 +183,11 @@ The process is not for the faint hearted.</P>
<P>
<UL>
<LI>Ogg/Mp3 music file support</LI>
<LI>Add HoT's first person camera (and menu item)</LI>
<LI>Native CD audio support .... cd_sdl.c doesn't have proper volume controls</LI>
<LI>Test usb keyboards. Do the keypads work ?</LI>
<LI>Tested HOME directory support</LI>
<LI>Finalize OSX automatic updating feature</LI>
<LI>Fix Centerview (V_StartPitchDrift)</LI>
<LI>Fix compiler warnings</LI>
<LI>Tie down the "-window/-fullscreen" options / behaviour ?</LI>

View File

@ -4,7 +4,7 @@
<toc>
<verb></verb>
QuakeSpasm 0.85.3 (unreleased) (18 September 2010)
QuakeSpasm 0.85.3 (19 September 2010)
<sect> About <p>
@ -21,6 +21,8 @@ It includes 64bit CPU cupport, a new sound driver, several networking fixes, and
<newline>
<url url="http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3_windows.zip/download" name="Windows">
<newline>
<url url="http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3_osx.zip/download" name="OSX universal binary">
<newline>
<sect> Hints <p>
@ -127,9 +129,11 @@ The process is not for the faint hearted.
<sect> Todo <p>
<itemize>
<item>Ogg/Mp3 music file support
<item>Add HoT's first person camera (and menu item)
<item>Native CD audio support .... cd_sdl.c doesn't have proper volume controls
<item>Test usb keyboards. Do the keypads work ?
<item>Tested HOME directory support
<item>Finalize OSX automatic updating feature
<item>Fix Centerview (V_StartPitchDrift)
<item>Fix compiler warnings
<item>Tie down the "-window/-fullscreen" options / behaviour ?

View File

@ -21,7 +21,7 @@
______________________________________________________________________
QuakeSpasm 0.85.3 (unreleased) (18 September 2010)
QuakeSpasm 0.85.3 (19 September 2010)
1. About
@ -43,6 +43,8 @@
<http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3_linux.tgz/download>
Windows
<http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3_windows.zip/download>
OSX universal binary
<http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3_osx.zip/download>
3. Hints
@ -60,6 +62,7 @@
o Quakespasm allows loading new games (mods) on the fly with "game
GAMENAME"
o There is currently no music volume support. cd_sdl.c needs
replacing with cd_linux.c, cd_bsd.c etc..
@ -125,7 +128,6 @@
o Enumerate options menus
o Add a "prev weapon" menu item (from Sander)
o Small fix to Sound Block/Unblock on win32
@ -189,8 +191,8 @@
o Include real map name (sv.name) and skill in the status bar
o Remove confirm quit dialog
o Remove confirm quit dialog
o Don't spam the console with PackFile seek requests
@ -213,6 +215,8 @@
o Ogg/Mp3 music file support
o Add HoT's first person camera (and menu item)
o Native CD audio support .... cd_sdl.c doesn't have proper volume
controls
@ -220,6 +224,8 @@
o Tested HOME directory support
o Finalize OSX automatic updating feature
o Fix Centerview (V_StartPitchDrift)
o Fix compiler warnings