more ChangeLog updates

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@486 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2011-09-19 08:55:47 +00:00
parent 2e507420e2
commit 41124f6b5a
3 changed files with 13 additions and 0 deletions

View File

@ -162,6 +162,9 @@ Compile time options include
<LI> Verified successful compilation using gcc-4.6</LI>
<LI> Added a cvar gl_zfix to stop GL texture flicker (z fighting)</LI>
<LI> mlook and lookspring fixes</LI>
<LI> Added support for loading external entity files, controlled by new cvar external_ents.</LI>
<LI> Made mp3 playback to allocate system memory instead of zone</LI>
<LI> Several code updates from uHexen2, several code cleanups.</LI>
</UL>
</P>
<H2><A NAME="ss5.2">5.2</A> <A HREF="#toc5.2">Changes in 0.85.4</A>

View File

@ -96,6 +96,9 @@ Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on
<item> Verified successful compilation using gcc-4.6
<item> Added a cvar gl_zfix to stop GL texture flicker (z fighting)
<item> mlook and lookspring fixes
<item> Added support for loading external entity files, controlled by new cvar external_ents.
<item> Made mp3 playback to allocate system memory instead of zone
<item> Several code updates from uHexen2, several code cleanups.
</itemize>
</p>

View File

@ -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