@@ -79,7 +79,6 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
-
Visit the
FitzQuake Homepage for a full run-down of the engine's commands and variables.
@@ -114,11 +113,10 @@ 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
-
+
+
After extracting the source tarball, browse the Makefile and edit the music streaming options, then
@@ -137,25 +135,32 @@ 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).
-
+
+
The QuakeSpasm developers cross-compile windows binaries using
MinGW and
Mingw-w64.
The project can also be built using Visual Studio 2005 (or newer).
-
+
+
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.
+
+
+
+
+
+- More work for string buffer safety
+- Reverted v0.85.5 change of not allowing deathmatch and coop cvars to be set at the same time (was reported for possibility of causing compatibility issues with mods)
+- Several cleanups in the cvar layer
+
+
-
-
-
+
- SDL input driver updated adding native keymap and dead key support to the console
@@ -172,9 +177,8 @@ Compile time options include
- Several code updates from uHexen2 project, several code cleanups.
-
+
- Implement music (OGG, MP3, WAV) playback
@@ -190,9 +194,8 @@ Compile time options include
- Other minor sound and cdaudio updates
-
+
- Fix the "-dedicated" option (thanks Oz) and add platform specific networking code (default) rather than SDL_net
@@ -213,9 +216,7 @@ Compile time options include
-
-
+
- Replace the old "Screen size" slider with a "Scale" slider
@@ -232,9 +233,7 @@ Compile time options include
-
-
+
- 64 bit CPU support
@@ -258,7 +257,6 @@ Compile time options include
-
- Add uHexen2's first person camera (and menu item)
@@ -271,8 +269,6 @@ Compile time options include
-
-
-
diff --git a/README.sgml b/README.sgml
index 0fd72216..94947b2a 100644
--- a/README.sgml
+++ b/README.sgml
@@ -4,7 +4,7 @@
-QuakeSpasm 0.85.5 (25 December 2011)
+QuakeSpasm 0.85.6 (02 January 2012)
About
@@ -90,6 +90,14 @@ Alternatively, have a look at Makefile.darwin for more instructions on
Changes
+ Changes in 0.85.6
+
+- More work for string buffer safety
+
- Reverted v0.85.5 change of not allowing deathmatch and coop cvars to be set at the same time (was reported for possibility of causing compatibility issues with mods)
+
- Several cleanups in the cvar layer
+
+
+
Changes in 0.85.5
- SDL input driver updated adding native keymap and dead key support to the console
diff --git a/README.txt b/README.txt
index d3930748..aca306a1 100644
--- a/README.txt
+++ b/README.txt
@@ -16,11 +16,12 @@
4.3 Mac OS X
5. Changes
- 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
+ 5.1 Changes in 0.85.6
+ 5.2 Changes in 0.85.5
+ 5.3 Changes in 0.85.4
+ 5.4 Changes in 0.85.3
+ 5.5 Changes in 0.85.2
+ 5.6 Changes in 0.85.1
6. Todo
7. Links
@@ -29,7 +30,7 @@
______________________________________________________________________
- QuakeSpasm 0.85.5 (25 December 2011)
+ QuakeSpasm 0.85.6 (02 January 2011)
1. About
@@ -153,8 +154,18 @@
5. Changes
- 5.1. Changes in 0.85.5
+ 5.1. Changes in 0.85.6
+ o More work for string buffer safety
+
+ o Reverted v0.85.5 change of not allowing deathmatch and coop cvars to
+ be set at the same time (was reported for possibility of causing
+ compatibility issues with mods)
+
+ o Several cleanups in the cvar layer
+
+
+ 5.2. Changes in 0.85.5
o SDL input driver updated adding native keymap and dead key support
to the console
@@ -184,8 +195,8 @@
o Several code updates from uHexen2 project, several code cleanups.
- 5.2. Changes in 0.85.4
+ 5.3. Changes in 0.85.4
o Implement music (OGG, MP3, WAV) playback
@@ -212,8 +223,8 @@
o Other minor sound and cdaudio updates
- 5.3. Changes in 0.85.3
+ 5.4. Changes in 0.85.3
o Fix the "-dedicated" option (thanks Oz) and add platform specific
networking code (default) rather than SDL_net
@@ -250,8 +261,7 @@
some other CD tweaks.
- 5.4. Changes in 0.85.2
-
+ 5.5. Changes in 0.85.2
o Replace the old "Screen size" slider with a "Scale" slider
@@ -279,8 +289,7 @@
o Add OSX Makefile (tested?)
- 5.5. Changes in 0.85.1
-
+ 5.6. Changes in 0.85.1
o 64 bit CPU support