From acb071538023c706e4f3d74d34f383766d423848 Mon Sep 17 00:00:00 2001
From: sezero
Date: Mon, 19 Sep 2011 08:55:47 +0000
Subject: [PATCH] more ChangeLog updates
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@486 af15c1b1-3010-417e-b628-4374ebc0bcbd
---
README.html | 3 +++
README.sgml | 3 +++
README.txt | 7 +++++++
3 files changed, 13 insertions(+)
diff --git a/README.html b/README.html
index bb5128f0..721b3f5f 100644
--- a/README.html
+++ b/README.html
@@ -162,6 +162,9 @@ Compile time options include
Verified successful compilation using gcc-4.6
Added a cvar gl_zfix to stop GL texture flicker (z fighting)
mlook and lookspring fixes
+ Added support for loading external entity files, controlled by new cvar external_ents.
+ Made mp3 playback to allocate system memory instead of zone
+ Several code updates from uHexen2, several code cleanups.
5.2 Changes in 0.85.4
diff --git a/README.sgml b/README.sgml
index 2c01183c..51a25283 100644
--- a/README.sgml
+++ b/README.sgml
@@ -96,6 +96,9 @@ Alternatively, have a look at Makefile.darwin for more instructions on
- Verified successful compilation using gcc-4.6
- Added a cvar gl_zfix to stop GL texture flicker (z fighting)
- mlook and lookspring fixes
+
- Added support for loading external entity files, controlled by new cvar external_ents.
+
- Made mp3 playback to allocate system memory instead of zone
+
- Several code updates from uHexen2, several code cleanups.
diff --git a/README.txt b/README.txt
index 270ea90a..21d80aa1 100644
--- a/README.txt
+++ b/README.txt
@@ -164,6 +164,13 @@
o mlook and lookspring fixes
+ o Added support for loading external entity files, controlled by new
+ cvar external_ents.
+
+ o Made mp3 playback to allocate system memory instead of zone
+
+ o Several code updates from uHexen2, several code cleanups.
+
5.2. Changes in 0.85.4