From 6b16d303e65823c6ba5c93d46fc3e4d938589dd1 Mon Sep 17 00:00:00 2001
From: sezero
Date: Tue, 3 Jul 2012 21:20:11 +0000
Subject: [PATCH] updated the README.* files for 0.85.8 development version
changes until end of June 2012.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@690 af15c1b1-3010-417e-b628-4374ebc0bcbd
---
quakespasm/README.html | 6 +++++-
quakespasm/README.sgml | 6 +++++-
quakespasm/README.txt | 11 ++++++++++-
3 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/quakespasm/README.html b/quakespasm/README.html
index 277a0d4f..eb5b5883 100644
--- a/quakespasm/README.html
+++ b/quakespasm/README.html
@@ -174,8 +174,12 @@ these patched libSDL binaries may help.
- Made Quake shareware 1.00 and 1.01 versions to be recognized properly.
-- Restored original behavior for Quake registered version detection.
+- Made the keypad keys to send separate key events in game mode.
- Music playback: Made sure that the file's channels count is supported.
+- Support for Solaris.
+- Increased string buffer size from 256 to 384 for PF_VarString to work around broken mods such as UQC.
+- Restored original behavior for Quake registered version detection.
+- New icon.
- Miscellaneous source code cleanups.
diff --git a/quakespasm/README.sgml b/quakespasm/README.sgml
index f7705012..5a450aa2 100644
--- a/quakespasm/README.sgml
+++ b/quakespasm/README.sgml
@@ -100,8 +100,12 @@ these patched libSDL binaries may help.
Changes in 0.85.8
- Made Quake shareware 1.00 and 1.01 versions to be recognized properly.
-
- Restored original behavior for Quake registered version detection.
+
- Made the keypad keys to send separate key events in game mode.
- Music playback: Made sure that the file's channels count is supported.
+
- Support for Solaris.
+
- Increased string buffer size from 256 to 384 for PF_VarString to work around broken mods such as UQC.
+
- Restored original behavior for Quake registered version detection.
+
- New icon.
- Miscellaneous source code cleanups.
diff --git a/quakespasm/README.txt b/quakespasm/README.txt
index 38bdf6a1..5762eeb4 100644
--- a/quakespasm/README.txt
+++ b/quakespasm/README.txt
@@ -161,11 +161,20 @@
o Made Quake shareware 1.00 and 1.01 versions to be recognized
properly.
- o Restored original behavior for Quake registered version detection.
+ o Made the keypad keys to send separate key events in game mode.
o Music playback: Made sure that the file's channels count is
supported.
+ o Support for Solaris.
+
+ o Increased string buffer size from 256 to 384 for PF_VarString to
+ work around broken mods such as UQC.
+
+ o Restored original behavior for Quake registered version detection.
+
+ o New icon.
+
o Miscellaneous source code cleanups.