mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-13 23:40:58 +00:00
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:
parent
10d5bca4d7
commit
8907cca76f
4 changed files with 27 additions and 11 deletions
|
@ -4,7 +4,7 @@
|
||||||
<toc>
|
<toc>
|
||||||
<verb></verb>
|
<verb></verb>
|
||||||
|
|
||||||
<em>Page last edited Sep. 10, 2014</em>
|
<em>Page last edited Sep. 15, 2014</em>
|
||||||
|
|
||||||
<sect> About <p>
|
<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>
|
<sect1> Changes in 0.85.10<p>
|
||||||
<itemize>
|
<itemize>
|
||||||
<item> Unix/Mac user directories support. Disabled by default, 'make DO_USERDIRS=1' to enable it.
|
<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> 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> 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 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> Antialiasing (FSAA) support (command line: -fsaa x, where x can be 0, 2, 4, 8).
|
||||||
<item> Fence texture support.
|
<item> Fence texture support.
|
||||||
<item> Dynamic light speedup. Speedup loading of tga and pcx external images.
|
<item> Dynamic light speedup. Speedup loading of tga and pcx external images.
|
||||||
|
|
|
@ -45,7 +45,7 @@ New console commands:
|
||||||
testing/comparing the same music in different formats.
|
testing/comparing the same music in different formats.
|
||||||
|
|
||||||
- music_stop
|
- music_stop
|
||||||
Stops the playing music.
|
Stops the playing music
|
||||||
|
|
||||||
- music_pause
|
- music_pause
|
||||||
Pauses the playing music
|
Pauses the playing music
|
||||||
|
|
|
@ -1,18 +1,17 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
|
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
|
||||||
<TITLE>QuakeSpasm</TITLE>
|
<TITLE>QuakeSpasm</TITLE>
|
||||||
</HEAD>
|
</HEAD>
|
||||||
<BODY>
|
<BODY>
|
||||||
<H1>QuakeSpasm</H1>
|
<H1>QuakeSpasm</H1>
|
||||||
|
|
||||||
<H2></H2>
|
<H2></H2><P>
|
||||||
<P>
|
|
||||||
<PRE>
|
<PRE>
|
||||||
</PRE>
|
</PRE>
|
||||||
</P>
|
</P>
|
||||||
<P><EM>Page last edited Sep. 10, 2014</EM></P>
|
<P><EM>Page last edited Sep. 15, 2014</EM></P>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
<H2><A NAME="toc1">1.</A> <A HREF="Quakespasm.html#s1">About </A></H2>
|
<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>
|
<P>
|
||||||
<UL>
|
<UL>
|
||||||
<LI> Unix/Mac user directories support. Disabled by default, 'make DO_USERDIRS=1' to enable it.</LI>
|
<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> 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> 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 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> Antialiasing (FSAA) support (command line: -fsaa x, where x can be 0, 2, 4, 8).</LI>
|
||||||
<LI> Fence texture support.</LI>
|
<LI> Fence texture support.</LI>
|
||||||
<LI> Dynamic light speedup. Speedup loading of tga and pcx external images.</LI>
|
<LI> Dynamic light speedup. Speedup loading of tga and pcx external images.</LI>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
Page last edited Sep. 10, 2014
|
Page last edited Sep. 15, 2014
|
||||||
|
|
||||||
|
|
||||||
1. About
|
1. About
|
||||||
|
@ -178,17 +178,28 @@
|
||||||
o Unix/Mac user directories support. Disabled by default,
|
o Unix/Mac user directories support. Disabled by default,
|
||||||
'make DO_USERDIRS=1' to enable it.
|
'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 Console speed now resolution-independent.
|
||||||
|
|
||||||
o Disabled gl_zfix, which caused glitches and is undesirable for new
|
o Disabled gl_zfix, which caused glitches and is undesirable for new
|
||||||
maps. Replacement .ent files to fix z-fighting for several id1 maps
|
maps. Replacement .ent files to fix z-fighting for several id1 maps
|
||||||
added to quakespasm.pak.
|
added to quakespasm.pak.
|
||||||
|
|
||||||
o PF_VarString buffer bumped to 1024, avoids truncating In The
|
o PF_VarString buffer bumped to 1024, avoids truncated centerprints
|
||||||
Shadows centerprints.
|
from the 'In The Shadows' mod.
|
||||||
|
|
||||||
o Support for opengl non-power-of-two-textures extension.
|
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
|
o Antialiasing (FSAA) support (command line: -fsaa x, where x can be
|
||||||
0, 2, 4, 8).
|
0, 2, 4, 8).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue