diff --git a/README.html b/README.html index 3f73774c..2eca08c0 100644 --- a/README.html +++ b/README.html @@ -2,15 +2,11 @@ - QuakeSpasm + QuakeSpasm -

QuakeSpasm

+

QuakeSpasm

-

-

-
-

QuakeSpasm 0.85.5 (11 May 2011)

@@ -37,10 +33,11 @@

5. Changes

6. Todo

@@ -58,14 +55,23 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and

http://quakespasm.sourceforge.net

+

2. Downloads

-Source
-Linux (x86)
-Windows (x86)
-OSX universal binary

+ +

+

3. Hints

@@ -101,11 +107,11 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and

-

4. Compiling

-

To check-out the latest version of QuakeSpasm, use : svn co https://quakespasm.svn.sourceforge.net/svnroot/quakespasm/trunk

+

To check-out the latest version of QuakeSpasm, use :
+svn co https://quakespasm.svn.sourceforge.net/svnroot/quakespasm/trunk

4.1 Linux/Unix

@@ -130,7 +136,8 @@ Compile time options include

The QuakeSpasm developers cross-compile windows binaries using -MinGW and Mingw-w64.

+MinGW and +Mingw-w64.

The project can also be built using Visual Studio 2005 (or newer).

4.3 Mac OS X

@@ -140,7 +147,17 @@ Compile time options include

5. Changes

-

5.1 Changes in 0.85.4 + +

5.1 Changes in 0.85.5 +

+ +

+

+

+

5.2 Changes in 0.85.4

@@ -158,7 +175,7 @@ Compile time options include

  • Other minor sound and cdaudio updates
  • -

    5.2 Changes in 0.85.3 +

    5.3 Changes in 0.85.3

    @@ -177,12 +194,11 @@ Compile time options include

  • Lots of code fixes (some from uhexen2)
  • Sys_Error calls Host_Shutdown
  • Added MS Visual Studio support
  • -
  • Add a "-cd" option to let the CD Player work in dedicated mode, and some other CD tweaks. -
  • +
  • Add a "-cd" option to let the CD Player work in dedicated mode, and some other CD tweaks.
  • -

    5.3 Changes in 0.85.2 +

    5.4 Changes in 0.85.2

    @@ -201,7 +217,7 @@ Compile time options include

    -

    5.4 Changes in 0.85.1 +

    5.5 Changes in 0.85.1

    @@ -233,27 +249,41 @@ Compile time options include

  • Add uHexen2's first person camera (and menu item)
  • Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls
  • Test usb keyboards. Do the keypads work? Make the OSX apple key work.
  • -
  • Tested HOME directory support
  • +
  • Complete the unix user directories support
  • Finalize OSX automatic updating feature
  • Fix Centerview (V_StartPitchDrift)
  • There is still an unnecessary screen render on program init under some conditions, when using the "-window/-fullscreen" options.
  • +

    7. Links

    -QuakeSpasm Homepage
    -QuakeSpasm Project page
    -FitzQuake Homepage
    -Sleepwalkr's Original SDL Port
    -Baker's 0.85 Source Code
    -Func Quakespasm forum
    -Func SDL Fitzquake forum
    -Ozkan's email
    -Stevenaaus email
    -Kristian's email

    + +

    diff --git a/README.sgml b/README.sgml index 8bea3ea3..23f4a70a 100644 --- a/README.sgml +++ b/README.sgml @@ -1,6 +1,6 @@
    -QuakeSpasm +<title>QuakeSpasm <toc> <verb></verb> @@ -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,19 +74,29 @@ 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.4<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 <item> A better fix for the infamous SV_TouchLinks problem, no more hard lockups with maps such as "whiteroom" @@ -98,7 +111,8 @@ 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> + +<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 <item> Much needed OSX framework stuff from Kristian @@ -115,10 +129,9 @@ 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> +<sect1> Changes in 0.85.2<p> <itemize> <item> Replace the old "Screen size" slider with a "Scale" slider <item> Don't constantly open and close condebug log @@ -133,7 +146,7 @@ Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on <item> Add OSX Makefile (tested?) </itemize> -<sect1> Changes in 0.85.1<p> +<sect1> Changes in 0.85.1<p> <itemize> <item>64 bit CPU support <item>Restructured SDL sound driver @@ -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> diff --git a/README.txt b/README.txt index 308718b7..118cecd4 100644 --- a/README.txt +++ b/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