mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
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:
parent
2e507420e2
commit
41124f6b5a
3 changed files with 13 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue