update README files to reflect further 0.85.10 changes so far.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1032 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2014-09-15 09:10:19 +00:00
parent 10d5bca4d7
commit 8907cca76f
4 changed files with 27 additions and 11 deletions

View file

@ -4,7 +4,7 @@
<toc>
<verb></verb>
<em>Page last edited Sep. 10, 2014</em>
<em>Page last edited Sep. 15, 2014</em>
<sect> About <p>
@ -108,10 +108,13 @@ 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> Unix/Mac user directories support. Disabled by default, 'make DO_USERDIRS=1' to enable it.
<item> Revised/improved the 'game' command, i.e. on-the-fly mod changing. It now accepts an optional second argument for mission packs or quoth support i.e. -hipnotic, -rogue, or -quoth. For example, for WarpSpasm: "game warp -quoth"
<item> Command line: "-game {quoth/hipnotic/rogue}" is now treated the same as -quoth, -hipnotic, or -rogue.
<item> Console speed now resolution-independent.
<item> Disabled gl_zfix, which caused glitches and is undesirable for new maps. Replacement .ent files to fix z-fighting for several id1 maps added to quakespasm.pak.
<item> PF_VarString buffer bumped to 1024, avoids truncating In The Shadows centerprints.
<item> PF_VarString buffer bumped to 1024, avoids truncated centerprints from the 'In The Shadows' mod.
<item> Support for opengl non-power-of-two-textures extension.
<item> Support for OpenGL vertex buffer objects (VBO) for world and brush models.
<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.

View file

@ -45,7 +45,7 @@ New console commands:
testing/comparing the same music in different formats.
- music_stop
Stops the playing music.
Stops the playing music
- music_pause
Pauses the playing music

View file

@ -1,18 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
<TITLE>QuakeSpasm</TITLE>
</HEAD>
<BODY>
<H1>QuakeSpasm</H1>
<H2></H2>
<P>
<H2></H2><P>
<PRE>
</PRE>
</P>
<P><EM>Page last edited Sep. 10, 2014</EM></P>
<P><EM>Page last edited Sep. 15, 2014</EM></P>
<P>
<H2><A NAME="toc1">1.</A> <A HREF="Quakespasm.html#s1">About </A></H2>
@ -187,10 +186,13 @@ these patched libSDL binaries may help.
<P>
<UL>
<LI> Unix/Mac user directories support. Disabled by default, 'make DO_USERDIRS=1' to enable it.</LI>
<LI> Revised/improved the 'game' command, i.e. on-the-fly mod changing. It now accepts an optional second argument for mission packs or quoth support i.e. -hipnotic, -rogue, or -quoth. For example, for WarpSpasm: "game warp -quoth"</LI>
<LI> Command line: "-game {quoth/hipnotic/rogue}" is now treated the same as -quoth, -hipnotic, or -rogue.</LI>
<LI> Console speed now resolution-independent.</LI>
<LI> Disabled gl_zfix, which caused glitches and is undesirable for new maps. Replacement .ent files to fix z-fighting for several id1 maps added to quakespasm.pak.</LI>
<LI> PF_VarString buffer bumped to 1024, avoids truncating In The Shadows centerprints.</LI>
<LI> PF_VarString buffer bumped to 1024, avoids truncated centerprints from the 'In The Shadows' mod.</LI>
<LI> Support for opengl non-power-of-two-textures extension.</LI>
<LI> Support for OpenGL vertex buffer objects (VBO) for world and brush models.</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>

View file

@ -35,7 +35,7 @@
______________________________________________________________________
Page last edited Sep. 10, 2014
Page last edited Sep. 15, 2014
1. About
@ -178,17 +178,28 @@
o Unix/Mac user directories support. Disabled by default,
'make DO_USERDIRS=1' to enable it.
o Revised/improved the 'game' command, i.e. on-the-fly mod changing.
It now accepts an optional second argument for mission packs or
quoth support i.e. -hipnotic, -rogue, or -quoth. For example, for
WarpSpasm: "game warp -quoth"
o Command line: "-game {quoth/hipnotic/rogue}" is now treated the
same as -quoth, -hipnotic, or -rogue.
o Console speed now resolution-independent.
o Disabled gl_zfix, which caused glitches and is undesirable for new
maps. Replacement .ent files to fix z-fighting for several id1 maps
added to quakespasm.pak.
o PF_VarString buffer bumped to 1024, avoids truncating In The
Shadows centerprints.
o PF_VarString buffer bumped to 1024, avoids truncated centerprints
from the 'In The Shadows' mod.
o Support for opengl non-power-of-two-textures extension.
o Support for OpenGL vertex buffer objects (VBO) for world and brush
models.
o Antialiasing (FSAA) support (command line: -fsaa x, where x can be
0, 2, 4, 8).