mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
more ChangeLog updates
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@486 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
4f4534d888
commit
acb0715380
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> Verified successful compilation using gcc-4.6</LI>
|
||||||
<LI> Added a cvar gl_zfix to stop GL texture flicker (z fighting)</LI>
|
<LI> Added a cvar gl_zfix to stop GL texture flicker (z fighting)</LI>
|
||||||
<LI> mlook and lookspring fixes</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>
|
</UL>
|
||||||
</P>
|
</P>
|
||||||
<H2><A NAME="ss5.2">5.2</A> <A HREF="#toc5.2">Changes in 0.85.4</A>
|
<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> Verified successful compilation using gcc-4.6
|
||||||
<item> Added a cvar gl_zfix to stop GL texture flicker (z fighting)
|
<item> Added a cvar gl_zfix to stop GL texture flicker (z fighting)
|
||||||
<item> mlook and lookspring fixes
|
<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>
|
</itemize>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
@ -164,6 +164,13 @@
|
||||||
|
|
||||||
o mlook and lookspring fixes
|
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
|
5.2. Changes in 0.85.4
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue