update README files to reflect further 0.85.10 changes so far.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@980 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2014-08-29 08:55:19 +00:00
parent 9c6f93eb8a
commit 52ee1b6c51
3 changed files with 10 additions and 6 deletions

View file

@ -4,7 +4,7 @@
<toc>
<verb></verb>
<em>Page last edited Aug. 27, 2014</em>
<em>Page last edited Aug. 29, 2014</em>
<sect> About <p>
@ -106,9 +106,10 @@ OS X has a well known gamma issue where the screen turns dark, but we currently
<sect1> Changes in 0.85.10<p>
<itemize>
<item> Support for opengl non-power-of-two-textures extension.
<item> Antialiasing (FSAA) support (command line: -fsaa x, where x can be 2, 4 or 8).
<item> Antialiasing (FSAA) support (command line: -fsaa x, where x can be 0, 2, 4, 8).
<item> Fence texture support.
<item> Dynamic light speedup. Speedup loading of tga and pcx external images.
<item> Brush model drawing speedup.
<item> Support for BSP2 and 2PSB map formats.
<item> Support for Opus, FLAC, and tracker (S3M/UMX) music (as compile-time options).
<item> Sfx low-pass filter support. The -sndspeed command-line option now control whether the low-pass filter is applied: if set to 11025 you get the lowpass filter, otherwise not used. New -mixspeed command-line option, defaulting to 44100, to control the sample rate. New snd_filterquality cvar, value can be 1-5, the 5 setting closely matches the Windows resampler and the 1 setting closely matches the OS X resampler.

View file

@ -12,7 +12,7 @@
<PRE>
</PRE>
</P>
<P><EM>Page last edited Aug. 27, 2014</EM></P>
<P><EM>Page last edited Aug. 29, 2014</EM></P>
<P>
<H2><A NAME="toc1">1.</A> <A HREF="README.html#s1">About </A></H2>
@ -181,9 +181,10 @@ these patched libSDL binaries may help.
<P>
<UL>
<LI> Support for opengl non-power-of-two-textures extension.</LI>
<LI> Antialiasing (FSAA) support (command line: -fsaa x, where x can be 2, 4 or 8).</LI>
<LI> Antialiasing (FSAA) support (command line: -fsaa x, where x can be 0, 2, 4, 8).</LI>
<LI> Fence texture support.</LI>
<LI> Dynamic light speedup. Speedup loading of tga and pcx external images.</LI>
<LI> Brush model drawing speedup.</LI>
<LI> Support for BSP2 and 2PSB map formats.</LI>
<LI> Support for Opus, FLAC, and tracker (S3M/UMX) music (as compile-time options).</LI>
<LI> Sfx low-pass filter support. The -sndspeed command-line option now control whether the low-pass filter is applied: if set to 11025 you get the lowpass filter, otherwise not used. New -mixspeed command-line option, defaulting to 44100, to control the sample rate. New snd_filterquality cvar, value can be 1-5, the 5 setting closely matches the Windows resampler and the 1 setting closely matches the OS X resampler.</LI>

View file

@ -36,7 +36,7 @@
______________________________________________________________________
Page last edited Aug. 27, 2014
Page last edited Aug. 29, 2014
1. About
@ -168,13 +168,15 @@
o Support for opengl non-power-of-two-textures extension.
o Antialiasing (FSAA) support (command line: -fsaa x, where x can be
2, 4 or 8).
0, 2, 4, 8).
o Fence texture support.
o Dynamic light speedup. Speedup loading of tga and pcx external
images.
o Brush model drawing speedup.
o Support for BSP2 and 2PSB map formats.
o Support for Opus, FLAC, and tracker (S3M/UMX) music (as compile-