mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
updated documents for new changes
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@450 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
e77c1ad9df
commit
77c3142aab
3 changed files with 129 additions and 84 deletions
94
README.html
94
README.html
|
@ -7,10 +7,6 @@
|
|||
<BODY>
|
||||
<H1>QuakeSpasm</H1>
|
||||
|
||||
<H2></H2><P>
|
||||
<PRE>
|
||||
</PRE>
|
||||
</P>
|
||||
<P>QuakeSpasm 0.85.5 (11 May 2011)</P>
|
||||
|
||||
<P>
|
||||
|
@ -37,10 +33,11 @@
|
|||
<H2><A NAME="toc5">5.</A> <A HREF="README.html#s5">Changes</A></H2>
|
||||
|
||||
<UL>
|
||||
<LI><A NAME="toc5.1">5.1</A> <A HREF="README.html#ss5.1"> Changes in 0.85.4</A>
|
||||
<LI><A NAME="toc5.2">5.2</A> <A HREF="README.html#ss5.2"> Changes in 0.85.3</A>
|
||||
<LI><A NAME="toc5.3">5.3</A> <A HREF="README.html#ss5.3"> Changes in 0.85.2</A>
|
||||
<LI><A NAME="toc5.4">5.4</A> <A HREF="README.html#ss5.4"> Changes in 0.85.1</A>
|
||||
<LI><A NAME="toc5.1">5.1</A> <A HREF="README.html#ss5.1">Changes in 0.85.5</A>
|
||||
<LI><A NAME="toc5.2">5.2</A> <A HREF="README.html#ss5.2">Changes in 0.85.4</A>
|
||||
<LI><A NAME="toc5.3">5.3</A> <A HREF="README.html#ss5.3">Changes in 0.85.3</A>
|
||||
<LI><A NAME="toc5.4">5.4</A> <A HREF="README.html#ss5.4">Changes in 0.85.2</A>
|
||||
<LI><A NAME="toc5.5">5.5</A> <A HREF="README.html#ss5.5">Changes in 0.85.1</A>
|
||||
</UL>
|
||||
<P>
|
||||
<H2><A NAME="toc6">6.</A> <A HREF="README.html#s6">Todo </A></H2>
|
||||
|
@ -58,14 +55,23 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
|
|||
<P>
|
||||
<A HREF="http://quakespasm.sourceforge.net">http://quakespasm.sourceforge.net</A></P>
|
||||
|
||||
|
||||
<H2><A NAME="s2">2.</A> <A HREF="#toc2">Downloads </A></H2>
|
||||
|
||||
|
||||
<P>
|
||||
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4.tgz/download">Source</A><BR>
|
||||
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_linux.tgz/download">Linux (x86)</A><BR>
|
||||
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_windows.zip/download">Windows (x86)</A><BR>
|
||||
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_osx.zip/download">OSX universal binary</A><BR></P>
|
||||
<UL>
|
||||
<LI>
|
||||
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4.tgz/download">Source</A></LI>
|
||||
<LI>
|
||||
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_linux.tgz/download">Linux (x86)</A></LI>
|
||||
<LI>
|
||||
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_windows.zip/download">Windows (x86)</A></LI>
|
||||
<LI>
|
||||
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_osx.zip/download">OSX universal binary</A></LI>
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
|
||||
<H2><A NAME="s3">3.</A> <A HREF="#toc3">Hints </A></H2>
|
||||
|
||||
|
@ -101,11 +107,11 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
|
|||
</P>
|
||||
|
||||
|
||||
|
||||
<H2><A NAME="s4">4.</A> <A HREF="#toc4">Compiling </A></H2>
|
||||
|
||||
|
||||
<P><EM>To check-out the latest version of QuakeSpasm, use :</EM> svn co https://quakespasm.svn.sourceforge.net/svnroot/quakespasm/trunk</P>
|
||||
<P>To check-out the latest version of QuakeSpasm, use :<BR>
|
||||
<EM>svn co https://quakespasm.svn.sourceforge.net/svnroot/quakespasm/trunk</EM></P>
|
||||
<H2><A NAME="ss4.1">4.1</A> <A HREF="#toc4.1">Linux/Unix </A>
|
||||
</H2>
|
||||
|
||||
|
@ -130,7 +136,8 @@ Compile time options include
|
|||
</H2>
|
||||
|
||||
<P>The QuakeSpasm developers cross-compile windows binaries using
|
||||
<A HREF="http://www.mingw.org">MinGW</A> and <A HREF="http://mingw-w64.sf.net">Mingw-w64</A>.</P>
|
||||
<A HREF="http://www.mingw.org">MinGW</A> and
|
||||
<A HREF="http://mingw-w64.sf.net">Mingw-w64</A>.</P>
|
||||
<P>The project can also be built using Visual Studio 2005 (or newer).</P>
|
||||
<H2><A NAME="ss4.3">4.3</A> <A HREF="#toc4.3">Mac OS X </A>
|
||||
</H2>
|
||||
|
@ -140,7 +147,17 @@ Compile time options include
|
|||
<H2><A NAME="s5">5.</A> <A HREF="#toc5">Changes</A></H2>
|
||||
|
||||
|
||||
<H2><A NAME="ss5.1">5.1</A> <A HREF="#toc5.1"> Changes in 0.85.4</A>
|
||||
|
||||
<H2><A NAME="ss5.1">5.1</A> <A HREF="#toc5.1">Changes in 0.85.5</A>
|
||||
</H2>
|
||||
|
||||
<P>
|
||||
<UL>
|
||||
<LI> Fixed a crash in net play in maps with extended limits</LI>
|
||||
<LI> Verified successful compilation using gcc-4.6</LI>
|
||||
</UL>
|
||||
</P>
|
||||
<H2><A NAME="ss5.2">5.2</A> <A HREF="#toc5.2">Changes in 0.85.4</A>
|
||||
</H2>
|
||||
|
||||
<P>
|
||||
|
@ -158,7 +175,7 @@ Compile time options include
|
|||
<LI> Other minor sound and cdaudio updates</LI>
|
||||
</UL>
|
||||
</P>
|
||||
<H2><A NAME="ss5.2">5.2</A> <A HREF="#toc5.2"> Changes in 0.85.3</A>
|
||||
<H2><A NAME="ss5.3">5.3</A> <A HREF="#toc5.3">Changes in 0.85.3</A>
|
||||
</H2>
|
||||
|
||||
<P>
|
||||
|
@ -177,12 +194,11 @@ Compile time options include
|
|||
<LI> Lots of code fixes (some from uhexen2)</LI>
|
||||
<LI> Sys_Error calls Host_Shutdown</LI>
|
||||
<LI> Added MS Visual Studio support</LI>
|
||||
<LI> Add a "-cd" option to let the CD Player work in dedicated mode, and some other CD tweaks.
|
||||
</LI>
|
||||
<LI> Add a "-cd" option to let the CD Player work in dedicated mode, and some other CD tweaks.</LI>
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
<H2><A NAME="ss5.3">5.3</A> <A HREF="#toc5.3"> Changes in 0.85.2</A>
|
||||
<H2><A NAME="ss5.4">5.4</A> <A HREF="#toc5.4">Changes in 0.85.2</A>
|
||||
</H2>
|
||||
|
||||
<P>
|
||||
|
@ -201,7 +217,7 @@ Compile time options include
|
|||
</UL>
|
||||
</P>
|
||||
|
||||
<H2><A NAME="ss5.4">5.4</A> <A HREF="#toc5.4"> Changes in 0.85.1</A>
|
||||
<H2><A NAME="ss5.5">5.5</A> <A HREF="#toc5.5">Changes in 0.85.1</A>
|
||||
</H2>
|
||||
|
||||
<P>
|
||||
|
@ -233,27 +249,41 @@ Compile time options include
|
|||
<LI>Add uHexen2's first person camera (and menu item)</LI>
|
||||
<LI>Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls</LI>
|
||||
<LI>Test usb keyboards. Do the keypads work? Make the OSX apple key work.</LI>
|
||||
<LI>Tested HOME directory support</LI>
|
||||
<LI>Complete the unix user directories support</LI>
|
||||
<LI>Finalize OSX automatic updating feature</LI>
|
||||
<LI>Fix Centerview (V_StartPitchDrift)</LI>
|
||||
<LI>There is still an unnecessary screen render on program init under some conditions, when using the "-window/-fullscreen" options.</LI>
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
|
||||
<H2><A NAME="s7">7.</A> <A HREF="#toc7">Links </A></H2>
|
||||
|
||||
|
||||
<P>
|
||||
<A HREF="http://quakespasm.sourceforge.net">QuakeSpasm Homepage</A><BR>
|
||||
<A HREF="http://sourceforge.net/projects/quakespasm">QuakeSpasm Project page</A><BR>
|
||||
<A HREF="http://www.celephais.net/fitzquake">FitzQuake Homepage</A><BR>
|
||||
<A HREF="http://www.kristianduske.com/fitzquake">Sleepwalkr's Original SDL Port</A><BR>
|
||||
<A HREF="http://quakeone.com/proquake/src_other/fitzquake_sdl_20090510_src_beta_1.zip">Baker's 0.85 Source Code</A><BR>
|
||||
<A HREF="http://www.celephais.net/board/view_thread.php?id=60452">Func Quakespasm forum</A><BR>
|
||||
<A HREF="http://www.celephais.net/board/view_thread.php?id=60172">Func SDL Fitzquake forum</A><BR>
|
||||
<A HREF="mailto:gmail - dot - com - username - sezeroz">Ozkan's email</A><BR>
|
||||
<A HREF="mailto:yahoo - dot - com - username - stevenaaus">Stevenaaus email</A><BR>
|
||||
<A HREF="mailto:gmail - dot - com - username - inveigle">Kristian's email</A></P>
|
||||
<UL>
|
||||
<LI>
|
||||
<A HREF="http://quakespasm.sourceforge.net">QuakeSpasm Homepage</A></LI>
|
||||
<LI>
|
||||
<A HREF="http://sourceforge.net/projects/quakespasm">QuakeSpasm Project page</A></LI>
|
||||
<LI>
|
||||
<A HREF="http://www.celephais.net/fitzquake">FitzQuake Homepage</A></LI>
|
||||
<LI>
|
||||
<A HREF="http://www.kristianduske.com/fitzquake">Sleepwalkr's Original SDL Port</A></LI>
|
||||
<LI>
|
||||
<A HREF="http://quakeone.com/proquake/src_other/fitzquake_sdl_20090510_src_beta_1.zip">Baker's 0.85 Source Code</A></LI>
|
||||
<LI>
|
||||
<A HREF="http://www.celephais.net/board/view_thread.php?id=60452">Func Quakespasm forum</A></LI>
|
||||
<LI>
|
||||
<A HREF="http://www.celephais.net/board/view_thread.php?id=60172">Func SDL Fitzquake forum</A></LI>
|
||||
<LI>
|
||||
<A HREF="mailto:gmail - dot - com - username - sezeroz">Ozkan's email</A></LI>
|
||||
<LI>
|
||||
<A HREF="mailto:yahoo - dot - com - username - stevenaaus">Stevenaaus email</A></LI>
|
||||
<LI>
|
||||
<A HREF="mailto:gmail - dot - com - username - inveigle">Kristian's email</A></LI>
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
|
71
README.sgml
71
README.sgml
|
@ -13,16 +13,16 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
|
|||
|
||||
<url url="http://quakespasm.sourceforge.net">
|
||||
|
||||
|
||||
<sect> Downloads <p>
|
||||
|
||||
<url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4.tgz/download" name="Source">
|
||||
<newline>
|
||||
<url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_linux.tgz/download" name="Linux (x86)">
|
||||
<newline>
|
||||
<url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_windows.zip/download" name="Windows (x86)">
|
||||
<newline>
|
||||
<url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_osx.zip/download" name="OSX universal binary">
|
||||
<newline>
|
||||
<itemize>
|
||||
<item><url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4.tgz/download" name="Source">
|
||||
<item><url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_linux.tgz/download" name="Linux (x86)">
|
||||
<item><url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_windows.zip/download" name="Windows (x86)">
|
||||
<item><url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_osx.zip/download" name="OSX universal binary">
|
||||
</itemize>
|
||||
|
||||
|
||||
<sect> Hints <p>
|
||||
|
||||
|
@ -43,6 +43,7 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
|
|||
<item>Quakespasm allows loading new games (mods) on the fly with "<bf>game</bf> <em>GAMENAME</em>"
|
||||
</itemize>
|
||||
</p>
|
||||
|
||||
<sect1>Music Playback<p>
|
||||
Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files.
|
||||
<itemize>
|
||||
|
@ -53,9 +54,11 @@ Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music
|
|||
</itemize>
|
||||
|
||||
|
||||
|
||||
<sect> Compiling <p>
|
||||
<p><em>To check-out the latest version of QuakeSpasm, use :</em> <b>svn co https://quakespasm.svn.sourceforge.net/svnroot/quakespasm/trunk</b></p>
|
||||
<p>To check-out the latest version of QuakeSpasm, use :
|
||||
<newline>
|
||||
<em>svn co https://quakespasm.svn.sourceforge.net/svnroot/quakespasm/trunk</em></p>
|
||||
|
||||
<sect1> Linux/Unix <p>
|
||||
After extracting the source tarball, browse the Makefile and edit the music streaming options, then
|
||||
<code>
|
||||
|
@ -71,18 +74,28 @@ Compile time options include
|
|||
<p>Streaming music playback requires "libmad" or "libmpg123" for MP3, and "libogg" and "libvorbis" for OGG files.
|
||||
<p>HOME directory support can be enabled via <bf>Misc/homedir_0.patch</bf>
|
||||
<p>The project can also be built with Codeblocks (project files included).</p>
|
||||
|
||||
<sect1> Windows <p>
|
||||
The QuakeSpasm developers cross-compile windows binaries using <url url="http://www.mingw.org" name="MinGW"> and <url url="http://mingw-w64.sf.net" name="Mingw-w64">.
|
||||
|
||||
The project can also be built using Visual Studio 2005 (or newer).</p>
|
||||
</p>
|
||||
|
||||
<sect1> Mac OS X <p>
|
||||
A Quakespasm App (including program launcher and update framework) can be made using the <bf>Xcode</bf> template found in the MacOSX directory.
|
||||
|
||||
Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on building from a console.
|
||||
</p>
|
||||
|
||||
|
||||
<sect> Changes<p>
|
||||
|
||||
<sect1> Changes in 0.85.5<p>
|
||||
<itemize>
|
||||
<item> Fixed a crash in net play in maps with extended limits
|
||||
<item> Verified successful compilation using gcc-4.6
|
||||
</itemize>
|
||||
</p>
|
||||
|
||||
<sect1> Changes in 0.85.4<p>
|
||||
<itemize>
|
||||
<item> Implement music (OGG, MP3, WAV) playback
|
||||
|
@ -98,6 +111,7 @@ Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on
|
|||
<item> Other minor sound and cdaudio updates
|
||||
</itemize>
|
||||
</p>
|
||||
|
||||
<sect1> Changes in 0.85.3<p>
|
||||
<itemize>
|
||||
<item> Fix the "-dedicated" option (thanks Oz) and add platform specific networking code (default) rather than SDL_net
|
||||
|
@ -115,7 +129,6 @@ Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on
|
|||
<item> Sys_Error calls Host_Shutdown
|
||||
<item> Added MS Visual Studio support
|
||||
<item> Add a "-cd" option to let the CD Player work in dedicated mode, and some other CD tweaks.
|
||||
|
||||
</itemize>
|
||||
|
||||
<sect1> Changes in 0.85.2<p>
|
||||
|
@ -159,32 +172,26 @@ Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on
|
|||
<item>Add uHexen2's first person camera (and menu item)
|
||||
<item>Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls
|
||||
<item>Test usb keyboards. Do the keypads work? Make the OSX apple key work.
|
||||
<item>Tested HOME directory support
|
||||
<item>Complete the unix user directories support
|
||||
<item>Finalize OSX automatic updating feature
|
||||
<item>Fix Centerview (V_StartPitchDrift)
|
||||
<item>There is still an unnecessary screen render on program init under some conditions, when using the "-window/-fullscreen" options.
|
||||
</itemize>
|
||||
|
||||
|
||||
<sect> Links <p>
|
||||
|
||||
<url url="http://quakespasm.sourceforge.net" name="QuakeSpasm Homepage">
|
||||
<newline>
|
||||
<url url="http://sourceforge.net/projects/quakespasm" name="QuakeSpasm Project page">
|
||||
<newline>
|
||||
<url url="http://www.celephais.net/fitzquake" name="FitzQuake Homepage">
|
||||
<newline>
|
||||
<url url="http://www.kristianduske.com/fitzquake" name="Sleepwalkr's Original SDL Port">
|
||||
<newline>
|
||||
<url name="Baker's 0.85 Source Code" url="http://quakeone.com/proquake/src_other/fitzquake_sdl_20090510_src_beta_1.zip">
|
||||
<newline>
|
||||
<url url="http://www.celephais.net/board/view_thread.php?id=60452" name="Func Quakespasm forum">
|
||||
<newline>
|
||||
<url url="http://www.celephais.net/board/view_thread.php?id=60172" name="Func SDL Fitzquake forum">
|
||||
<newline>
|
||||
<url url="mailto:gmail - dot - com - username - sezeroz" name="Ozkan's email">
|
||||
<newline>
|
||||
<url url="mailto:yahoo - dot - com - username - stevenaaus" name="Stevenaaus email">
|
||||
<newline>
|
||||
<url url="mailto:gmail - dot - com - username - inveigle" name="Kristian's email">
|
||||
<itemize>
|
||||
<item><url url="http://quakespasm.sourceforge.net" name="QuakeSpasm Homepage">
|
||||
<item><url url="http://sourceforge.net/projects/quakespasm" name="QuakeSpasm Project page">
|
||||
<item><url url="http://www.celephais.net/fitzquake" name="FitzQuake Homepage">
|
||||
<item><url url="http://www.kristianduske.com/fitzquake" name="Sleepwalkr's Original SDL Port">
|
||||
<item><url name="Baker's 0.85 Source Code" url="http://quakeone.com/proquake/src_other/fitzquake_sdl_20090510_src_beta_1.zip">
|
||||
<item><url url="http://www.celephais.net/board/view_thread.php?id=60452" name="Func Quakespasm forum">
|
||||
<item><url url="http://www.celephais.net/board/view_thread.php?id=60172" name="Func SDL Fitzquake forum">
|
||||
<item><url url="mailto:gmail - dot - com - username - sezeroz" name="Ozkan's email">
|
||||
<item><url url="mailto:yahoo - dot - com - username - stevenaaus" name="Stevenaaus email">
|
||||
<item><url url="mailto:gmail - dot - com - username - inveigle" name="Kristian's email">
|
||||
</itemize>
|
||||
|
||||
</article>
|
||||
|
|
34
README.txt
34
README.txt
|
@ -7,18 +7,19 @@
|
|||
1. About
|
||||
2. Downloads
|
||||
3. Hints
|
||||
3.1 Music Playback
|
||||
3.1. Music Playback
|
||||
|
||||
4. Compiling
|
||||
4.1 Linux/Unix
|
||||
4.2 Windows
|
||||
4.3 Mac OS X
|
||||
4.1. Linux/Unix
|
||||
4.2. Windows
|
||||
4.3. Mac OS X
|
||||
|
||||
5. Changes
|
||||
5.1 Changes in 0.85.4
|
||||
5.2 Changes in 0.85.3
|
||||
5.3 Changes in 0.85.2
|
||||
5.4 Changes in 0.85.1
|
||||
5.1. Changes in 0.85.5
|
||||
5.2. Changes in 0.85.4
|
||||
5.3. Changes in 0.85.3
|
||||
5.4. Changes in 0.85.2
|
||||
5.5. Changes in 0.85.1
|
||||
|
||||
6. Todo
|
||||
7. Links
|
||||
|
@ -141,7 +142,14 @@
|
|||
5. Changes
|
||||
|
||||
|
||||
5.1. Changes in 0.85.4
|
||||
5.1. Changes in 0.85.5
|
||||
|
||||
o Fixed a crash in net play in maps with extended limits
|
||||
|
||||
o Verified successful compilation using gcc-4.6
|
||||
|
||||
|
||||
5.2. Changes in 0.85.4
|
||||
|
||||
o Implement music (OGG, MP3, WAV) playback
|
||||
|
||||
|
@ -169,7 +177,7 @@
|
|||
o Other minor sound and cdaudio updates
|
||||
|
||||
|
||||
5.2. Changes in 0.85.3
|
||||
5.3. Changes in 0.85.3
|
||||
|
||||
o Fix the "-dedicated" option (thanks Oz) and add platform specific
|
||||
networking code (default) rather than SDL_net
|
||||
|
@ -206,7 +214,7 @@
|
|||
some other CD tweaks.
|
||||
|
||||
|
||||
5.3. Changes in 0.85.2
|
||||
5.4. Changes in 0.85.2
|
||||
|
||||
o Replace the old "Screen size" slider with a "Scale" slider
|
||||
|
||||
|
@ -234,7 +242,7 @@
|
|||
o Add OSX Makefile (tested?)
|
||||
|
||||
|
||||
5.4. Changes in 0.85.1
|
||||
5.5. Changes in 0.85.1
|
||||
|
||||
o 64 bit CPU support
|
||||
|
||||
|
@ -282,7 +290,7 @@
|
|||
o Test usb keyboards. Do the keypads work? Make the OSX apple key
|
||||
work.
|
||||
|
||||
o Tested HOME directory support
|
||||
o Complete the unix user directories support
|
||||
|
||||
o Finalize OSX automatic updating feature
|
||||
|
||||
|
|
Loading…
Reference in a new issue