Update doco for minor changes.

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@485 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
stevenaaus 2011-09-18 04:24:22 +00:00
parent 2d275feeeb
commit 4f4534d888
3 changed files with 9 additions and 0 deletions

View file

@ -160,6 +160,8 @@ Compile time options include
<UL>
<LI> Fixed a crash in net play in maps with extended limits</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> mlook and lookspring fixes</LI>
</UL>
</P>
<H2><A NAME="ss5.2">5.2</A> <A HREF="#toc5.2">Changes in 0.85.4</A>

View file

@ -94,6 +94,8 @@ Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on
<itemize>
<item> Fixed a crash in net play in maps with extended limits
<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
</itemize>
</p>

View file

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