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 @@
@@ -58,14 +55,23 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
http://quakespasm.sourceforge.net
+
-Source
-Linux (x86)
-Windows (x86)
-OSX universal binary
+
+
+
@@ -101,11 +107,11 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
-
-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
@@ -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).
@@ -140,7 +147,17 @@ Compile time options include
-
+
+- Fixed a crash in net play in maps with extended limits
+- Verified successful compilation using gcc-4.6
+
+
+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
+QuakeSpasm
@@ -13,16 +13,16 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
+
Downloads
-
-
-
-
-
-
-
-
+
+-
+
-
+
-
+
-
+
+
Hints
@@ -43,6 +43,7 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
- Quakespasm allows loading new games (mods) on the fly with "game GAMENAME"
+
Music Playback
Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files.
@@ -53,9 +54,11 @@ Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music
-
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
+
Linux/Unix
After extracting the source tarball, browse the Makefile and edit the music streaming options, then
@@ -71,19 +74,29 @@ Compile time options include
Streaming music playback requires "libmad" or "libmpg123" for MP3, and "libogg" and "libvorbis" for OGG files.
HOME directory support can be enabled via Misc/homedir_0.patch
The project can also be built with Codeblocks (project files included).
+
Windows
The QuakeSpasm developers cross-compile windows binaries using and .
The project can also be built using Visual Studio 2005 (or newer).
-
+
Mac OS X
A Quakespasm App (including program launcher and update framework) can be made using the Xcode template found in the MacOSX directory.
Alternatively, have a look at Makefile.darwin for more instructions on building from a console.
+
Changes
- Changes in 0.85.4
+
+ Changes in 0.85.5
+
+- Fixed a crash in net play in maps with extended limits
+
- Verified successful compilation using gcc-4.6
+
+
+
+ Changes in 0.85.4
- Implement music (OGG, MP3, WAV) playback
- 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 Makefile.darwin for more instructions on
- Other minor sound and cdaudio updates
- Changes in 0.85.3
+
+ Changes in 0.85.3
- Fix the "-dedicated" option (thanks Oz) and add platform specific networking code (default) rather than SDL_net
- Much needed OSX framework stuff from Kristian
@@ -115,10 +129,9 @@ Alternatively, have a look at Makefile.darwin for more instructions on
- 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.
-
- Changes in 0.85.2
+ Changes in 0.85.2
- Replace the old "Screen size" slider with a "Scale" slider
- Don't constantly open and close condebug log
@@ -133,7 +146,7 @@ Alternatively, have a look at Makefile.darwin for more instructions on
- Add OSX Makefile (tested?)
- Changes in 0.85.1
+ Changes in 0.85.1
- 64 bit CPU support
- Restructured SDL sound driver
@@ -159,32 +172,26 @@ Alternatively, have a look at Makefile.darwin for more instructions on
- 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.
+
Links
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
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