From 4f4534d888b5d501614e5164138565794c50b11d Mon Sep 17 00:00:00 2001
From: stevenaaus
Date: Sun, 18 Sep 2011 04:24:22 +0000
Subject: [PATCH] Update doco for minor changes.
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@485 af15c1b1-3010-417e-b628-4374ebc0bcbd
---
README.html | 2 ++
README.sgml | 2 ++
README.txt | 5 +++++
3 files changed, 9 insertions(+)
diff --git a/README.html b/README.html
index c0ba20c6..bb5128f0 100644
--- a/README.html
+++ b/README.html
@@ -160,6 +160,8 @@ Compile time options include
- Fixed a crash in net play in maps with extended limits
- Verified successful compilation using gcc-4.6
+- Added a cvar gl_zfix to stop GL texture flicker (z fighting)
+- mlook and lookspring fixes
5.2 Changes in 0.85.4
diff --git a/README.sgml b/README.sgml
index 8301f543..2c01183c 100644
--- a/README.sgml
+++ b/README.sgml
@@ -94,6 +94,8 @@ Alternatively, have a look at Makefile.darwin for more instructions on
- Fixed a crash in net play in maps with extended limits
- Verified successful compilation using gcc-4.6
+
- Added a cvar gl_zfix to stop GL texture flicker (z fighting)
+
- mlook and lookspring fixes
diff --git a/README.txt b/README.txt
index 46fae804..270ea90a 100644
--- a/README.txt
+++ b/README.txt
@@ -160,6 +160,10 @@
o Verified successful compilation using gcc-4.6
+ o Added a cvar gl_zfix to stop GL texture flicker (z fighting)
+
+ o mlook and lookspring fixes
+
5.2. Changes in 0.85.4
@@ -254,6 +258,7 @@
o Add OSX Makefile (tested?)
+
5.5. Changes in 0.85.1