From 6c4d84d52d3052461c25b8689c5dcc40af29994f Mon Sep 17 00:00:00 2001 From: sezero Date: Thu, 10 Feb 2011 18:15:19 +0000 Subject: [PATCH] documentation updates git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@409 af15c1b1-3010-417e-b628-4374ebc0bcbd --- quakespasm/README.html | 15 +++++++-------- quakespasm/README.sgml | 15 +++++++-------- quakespasm/README.txt | 24 ++++++++++++------------ 3 files changed, 26 insertions(+), 28 deletions(-) diff --git a/quakespasm/README.html b/quakespasm/README.html index 3dfc8ed5..899fa186 100644 --- a/quakespasm/README.html +++ b/quakespasm/README.html @@ -86,10 +86,10 @@ It includes 64bit CPU cupport, a new sound driver, several networking fixes, and

3.1 Music Playback

-

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.

@@ -114,10 +114,8 @@ Compile time options include

Streaming music playback requires "libmad" for MP3, and "libogg", "libvorbis" for OGG files.

-

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 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

+

HOME directory support can be enabled via the Misc/homedir_0.patch

+

The project can also be built with Codeblocks (project files included).

.

5. Changes

@@ -128,7 +126,8 @@ The process is not for the faint hearted

5.2 0.85.3 diff --git a/quakespasm/README.sgml b/quakespasm/README.sgml index ddcfcb50..8d9462b7 100644 --- a/quakespasm/README.sgml +++ b/quakespasm/README.sgml @@ -44,10 +44,10 @@ It includes 64bit CPU cupport, a new sound driver, several networking fixes, and

Music Playback

-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. -Tracks should be named "track02.ogg, track03.ogg" ... (for example. There is no track01), and placed into "Quake/id1/music". -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. +Tracks should be named "track02.ogg, track03.ogg" ... (for example. there is no track01), and placed into "Quake/id1/music". +Unix users may need some extra libraries installed: libmad for MP3 and libogg and libvorbis for OGG. Use the "-nomusic" option to disable this feature. @@ -67,16 +67,15 @@ Compile time options include make SDL_CONFIG=/PATH/TO/SDL-CONFIG for unusual SDL installs

Streaming music playback requires "libmad" for MP3, and "libogg", "libvorbis" for OGG files. -

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 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

. +

HOME directory support can be enabled via the Misc/homedir_0.patch +

The project can also be built with Codeblocks (project files included).

. Changes

0.85.4

Implement music (ogg, mp3, wav) playback - A better fix for the infamous "SV_TouchLinks: next != l->next" problem + A better fix for the infamous SV_TouchLinks problem, no more hard lockups with maps such as "whiteroom" + Add support for mouse buttons 4 and 5

0.85.3

diff --git a/quakespasm/README.txt b/quakespasm/README.txt index 0d4e3fd2..f671ad5e 100644 --- a/quakespasm/README.txt +++ b/quakespasm/README.txt @@ -77,14 +77,14 @@ 3.1. Music Playback - 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. 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 - for MP3, and libogg-1.2.2 and libvorbis-1.3.2 for OGG. + o Unix users may need some extra libraries installed: libmad for MP3 + and libogg and libvorbis for OGG. o Use the "-nomusic" option to disable this feature. @@ -113,12 +113,9 @@ "libvorbis" for OGG files. 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 - 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. + The project can also be built with Codeblocks (project files included). + 5. Changes @@ -128,8 +125,11 @@ o Implement music (ogg, mp3, wav) playback - o A better fix for the infamous "SV_TouchLinks: next != l->next" - problem + o A better fix for the infamous SV_TouchLinks problem, no more hard + lockups with maps such as "whiteroom" + + o Add support for mouse buttons 4 and 5 + 5.2. 0.85.3