mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-14 07:51:07 +00:00
Minor doco update for 0.85.3 release
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@327 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
587aca47b3
commit
eb93da64f5
3 changed files with 19 additions and 6 deletions
|
@ -11,7 +11,7 @@
|
||||||
<PRE>
|
<PRE>
|
||||||
</PRE>
|
</PRE>
|
||||||
</P>
|
</P>
|
||||||
<P>QuakeSpasm 0.85.3 (unreleased) (18 September 2010)</P>
|
<P>QuakeSpasm 0.85.3 (19 September 2010)</P>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
<H2><A NAME="toc1">1.</A> <A HREF="README.html#s1">About </A></H2>
|
<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>
|
<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.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_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>
|
<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>
|
<P>
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Ogg/Mp3 music file support</LI>
|
<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>Native CD audio support .... cd_sdl.c doesn't have proper volume controls</LI>
|
||||||
<LI>Test usb keyboards. Do the keypads work ?</LI>
|
<LI>Test usb keyboards. Do the keypads work ?</LI>
|
||||||
<LI>Tested HOME directory support</LI>
|
<LI>Tested HOME directory support</LI>
|
||||||
|
<LI>Finalize OSX automatic updating feature</LI>
|
||||||
<LI>Fix Centerview (V_StartPitchDrift)</LI>
|
<LI>Fix Centerview (V_StartPitchDrift)</LI>
|
||||||
<LI>Fix compiler warnings</LI>
|
<LI>Fix compiler warnings</LI>
|
||||||
<LI>Tie down the "-window/-fullscreen" options / behaviour ?</LI>
|
<LI>Tie down the "-window/-fullscreen" options / behaviour ?</LI>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<toc>
|
<toc>
|
||||||
<verb></verb>
|
<verb></verb>
|
||||||
|
|
||||||
QuakeSpasm 0.85.3 (unreleased) (18 September 2010)
|
QuakeSpasm 0.85.3 (19 September 2010)
|
||||||
|
|
||||||
<sect> About <p>
|
<sect> About <p>
|
||||||
|
|
||||||
|
@ -21,6 +21,8 @@ It includes 64bit CPU cupport, a new sound driver, several networking fixes, and
|
||||||
<newline>
|
<newline>
|
||||||
<url url="http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3_windows.zip/download" name="Windows">
|
<url url="http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3_windows.zip/download" name="Windows">
|
||||||
<newline>
|
<newline>
|
||||||
|
<url url="http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3_osx.zip/download" name="OSX universal binary">
|
||||||
|
<newline>
|
||||||
|
|
||||||
<sect> Hints <p>
|
<sect> Hints <p>
|
||||||
|
|
||||||
|
@ -127,9 +129,11 @@ The process is not for the faint hearted.
|
||||||
<sect> Todo <p>
|
<sect> Todo <p>
|
||||||
<itemize>
|
<itemize>
|
||||||
<item>Ogg/Mp3 music file support
|
<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>Native CD audio support .... cd_sdl.c doesn't have proper volume controls
|
||||||
<item>Test usb keyboards. Do the keypads work ?
|
<item>Test usb keyboards. Do the keypads work ?
|
||||||
<item>Tested HOME directory support
|
<item>Tested HOME directory support
|
||||||
|
<item>Finalize OSX automatic updating feature
|
||||||
<item>Fix Centerview (V_StartPitchDrift)
|
<item>Fix Centerview (V_StartPitchDrift)
|
||||||
<item>Fix compiler warnings
|
<item>Fix compiler warnings
|
||||||
<item>Tie down the "-window/-fullscreen" options / behaviour ?
|
<item>Tie down the "-window/-fullscreen" options / behaviour ?
|
||||||
|
|
12
README.txt
12
README.txt
|
@ -21,7 +21,7 @@
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
QuakeSpasm 0.85.3 (unreleased) (18 September 2010)
|
QuakeSpasm 0.85.3 (19 September 2010)
|
||||||
|
|
||||||
|
|
||||||
1. About
|
1. About
|
||||||
|
@ -43,6 +43,8 @@
|
||||||
<http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3_linux.tgz/download>
|
<http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3_linux.tgz/download>
|
||||||
Windows
|
Windows
|
||||||
<http://prdownloads.sourceforge.net/quakespasm/quakespasm-0.85.3_windows.zip/download>
|
<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
|
3. Hints
|
||||||
|
@ -60,6 +62,7 @@
|
||||||
|
|
||||||
o Quakespasm allows loading new games (mods) on the fly with "game
|
o Quakespasm allows loading new games (mods) on the fly with "game
|
||||||
GAMENAME"
|
GAMENAME"
|
||||||
|
|
||||||
o There is currently no music volume support. cd_sdl.c needs
|
o There is currently no music volume support. cd_sdl.c needs
|
||||||
replacing with cd_linux.c, cd_bsd.c etc..
|
replacing with cd_linux.c, cd_bsd.c etc..
|
||||||
|
|
||||||
|
@ -125,7 +128,6 @@
|
||||||
|
|
||||||
o Enumerate options menus
|
o Enumerate options menus
|
||||||
|
|
||||||
|
|
||||||
o Add a "prev weapon" menu item (from Sander)
|
o Add a "prev weapon" menu item (from Sander)
|
||||||
|
|
||||||
o Small fix to Sound Block/Unblock on win32
|
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 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
|
o Don't spam the console with PackFile seek requests
|
||||||
|
|
||||||
|
@ -213,6 +215,8 @@
|
||||||
|
|
||||||
o Ogg/Mp3 music file support
|
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
|
o Native CD audio support .... cd_sdl.c doesn't have proper volume
|
||||||
controls
|
controls
|
||||||
|
|
||||||
|
@ -220,6 +224,8 @@
|
||||||
|
|
||||||
o Tested HOME directory support
|
o Tested HOME directory support
|
||||||
|
|
||||||
|
o Finalize OSX automatic updating feature
|
||||||
|
|
||||||
o Fix Centerview (V_StartPitchDrift)
|
o Fix Centerview (V_StartPitchDrift)
|
||||||
|
|
||||||
o Fix compiler warnings
|
o Fix compiler warnings
|
||||||
|
|
Loading…
Reference in a new issue