documentation updates

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@409 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2011-02-10 18:15:19 +00:00
parent 3f006ac62f
commit 76fa03b689
3 changed files with 26 additions and 28 deletions

View file

@ -86,10 +86,10 @@ It includes 64bit CPU cupport, a new sound driver, several networking fixes, and
<H2><A NAME="ss3.1">3.1</A> <A HREF="#toc3.1">Music Playback</A> <H2><A NAME="ss3.1">3.1</A> <A HREF="#toc3.1">Music Playback</A>
</H2> </H2>
<P>From 0.85.4 Quakespasm can play back external MP3, OGG and Wave music files. <P>Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files.
<UL> <UL>
<LI>Tracks should be named "track02.ogg, track03.ogg" ... (for example. There is no track01), and placed into "Quake/id1/music".</LI> <LI>Tracks should be named "track02.ogg, track03.ogg" ... (for example. there is no track01), and placed into "Quake/id1/music".</LI>
<LI>Linux users may need some extra libraries installed: libmad-0.15.1b for MP3, and libogg-1.2.2 and libvorbis-1.3.2 for OGG.</LI> <LI>Unix users may need some extra libraries installed: libmad for MP3 and libogg and libvorbis for OGG.</LI>
<LI>Use the "-nomusic" option to disable this feature.</LI> <LI>Use the "-nomusic" option to disable this feature.</LI>
</UL> </UL>
</P> </P>
@ -114,10 +114,8 @@ Compile time options include
</UL> </UL>
</P> </P>
<P>Streaming music playback requires "libmad" for MP3, and "libogg", "libvorbis" for OGG files.</P> <P>Streaming music playback requires "libmad" for MP3, and "libogg", "libvorbis" for OGG files.</P>
<P>HOME directory support can be enabled via the <B>Misc/homedir_0.patch</B> diff</P> <P>HOME directory support can be enabled via the <B>Misc/homedir_0.patch</B></P>
<P><EM>If for any reason this doesn't work, the project can also be built with Codeblocks. <P>The project can also be built with Codeblocks (project files included).</P>
This is a large, free, integrated development environment that requires wxWidgets and cmake to install.
The process is not for the faint hearted</EM></P>
. .
<H2><A NAME="s5">5.</A> <A HREF="#toc5">Changes</A></H2> <H2><A NAME="s5">5.</A> <A HREF="#toc5">Changes</A></H2>
@ -128,7 +126,8 @@ The process is not for the faint hearted</EM></P>
<P> <P>
<UL> <UL>
<LI> Implement music (ogg, mp3, wav) playback</LI> <LI> Implement music (ogg, mp3, wav) playback</LI>
<LI> A better fix for the infamous "SV_TouchLinks: next != l->next" problem</LI> <LI> A better fix for the infamous SV_TouchLinks problem, no more hard lockups with maps such as "whiteroom"</LI>
<LI> Add support for mouse buttons 4 and 5</LI>
</UL> </UL>
</P> </P>
<H2><A NAME="ss5.2">5.2</A> <A HREF="#toc5.2">0.85.3</A> <H2><A NAME="ss5.2">5.2</A> <A HREF="#toc5.2">0.85.3</A>

View file

@ -44,10 +44,10 @@ It includes 64bit CPU cupport, a new sound driver, several networking fixes, and
</itemize> </itemize>
</p> </p>
<sect1>Music Playback<p> <sect1>Music Playback<p>
From 0.85.4 Quakespasm can play back external MP3, OGG and Wave music files. Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files.
<itemize> <itemize>
<item>Tracks should be named "track02.ogg, track03.ogg" ... (for example. There is no track01), and placed into "Quake/id1/music". <item>Tracks should be named "track02.ogg, track03.ogg" ... (for example. there is no track01), and placed into "Quake/id1/music".
<item>Linux users may need some extra libraries installed: libmad-0.15.1b for MP3, and libogg-1.2.2 and libvorbis-1.3.2 for OGG. <item>Unix users may need some extra libraries installed: libmad for MP3 and libogg and libvorbis for OGG.
<item>Use the "-nomusic" option to disable this feature. <item>Use the "-nomusic" option to disable this feature.
</itemize> </itemize>
@ -67,16 +67,15 @@ Compile time options include
<item><bf>make SDL_CONFIG=</bf><em>/PATH/TO/SDL-CONFIG</em> for unusual SDL installs <item><bf>make SDL_CONFIG=</bf><em>/PATH/TO/SDL-CONFIG</em> for unusual SDL installs
</itemize> </itemize>
<p>Streaming music playback requires "libmad" for MP3, and "libogg", "libvorbis" for OGG files. <p>Streaming music playback requires "libmad" for MP3, and "libogg", "libvorbis" for OGG files.
<p>HOME directory support can be enabled via the <bf>Misc/homedir_0.patch</bf> diff <p>HOME directory support can be enabled via the <bf>Misc/homedir_0.patch</bf>
<p><em>If for any reason this doesn't work, the project can also be built with Codeblocks. <p>The project can also be built with Codeblocks (project files included).</p>.
This is a large, free, integrated development environment that requires wxWidgets and cmake to install.
The process is not for the faint hearted</em></p>.
<sect> Changes<p> <sect> Changes<p>
<sect1> 0.85.4<p> <sect1> 0.85.4<p>
<itemize> <itemize>
<item> Implement music (ogg, mp3, wav) playback <item> Implement music (ogg, mp3, wav) playback
<item> A better fix for the infamous "SV_TouchLinks: next != l->next" problem <item> A better fix for the infamous SV_TouchLinks problem, no more hard lockups with maps such as "whiteroom"
<item> Add support for mouse buttons 4 and 5
</itemize> </itemize>
</p> </p>
<sect1> 0.85.3<p> <sect1> 0.85.3<p>

View file

@ -77,14 +77,14 @@
3.1. Music Playback 3.1. Music Playback
From 0.85.4 Quakespasm can play back external MP3, OGG and Wave music Since version 0.85.4, Quakespasm can play back external MP3, OGG and
files. Wave music files.
o Tracks should be named "track02.ogg, track03.ogg" ... (for example. o Tracks should be named "track02.ogg, track03.ogg" ... (for example.
There is no track01), and placed into "Quake/id1/music". there is no track01), and placed into "Quake/id1/music".
o Linux users may need some extra libraries installed: libmad-0.15.1b o Unix users may need some extra libraries installed: libmad for MP3
for MP3, and libogg-1.2.2 and libvorbis-1.3.2 for OGG. and libogg and libvorbis for OGG.
o Use the "-nomusic" option to disable this feature. o Use the "-nomusic" option to disable this feature.
@ -113,12 +113,9 @@
"libvorbis" for OGG files. "libvorbis" for OGG files.
HOME directory support can be enabled via the Misc/homedir_0.patch HOME directory support can be enabled via the Misc/homedir_0.patch
diff
If for any reason this doesn't work, the project can also be built The project can also be built with Codeblocks (project files included).
with Codeblocks. This is a large, free, integrated development
environment that requires wxWidgets and cmake to install. The process
is not for the faint hearted.
5. Changes 5. Changes
@ -128,8 +125,11 @@
o Implement music (ogg, mp3, wav) playback o Implement music (ogg, mp3, wav) playback
o A better fix for the infamous "SV_TouchLinks: next != l->next" o A better fix for the infamous SV_TouchLinks problem, no more hard
problem lockups with maps such as "whiteroom"
o Add support for mouse buttons 4 and 5
5.2. 0.85.3 5.2. 0.85.3