mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
update docs after r1013
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1014 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
4b01a03387
commit
4f7ecbe350
3 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
<toc>
|
||||
<verb></verb>
|
||||
|
||||
<em>Page last edited Sep. 9, 2014</em>
|
||||
<em>Page last edited Sep. 10, 2014</em>
|
||||
|
||||
<sect> About <p>
|
||||
|
||||
|
@ -107,6 +107,7 @@ 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> 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.
|
||||
|
@ -303,7 +304,6 @@ OS X has a well known gamma issue where the screen turns dark, but we currently
|
|||
<item>Add uHexen2's first person camera (and menu item)
|
||||
<item>Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls
|
||||
<item>Test usb keyboards.
|
||||
<item>Complete the unix user directories support
|
||||
</itemize>
|
||||
|
||||
<sect> Copyright <p>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<PRE>
|
||||
</PRE>
|
||||
</P>
|
||||
<P><EM>Page last edited Sep. 9, 2014</EM></P>
|
||||
<P><EM>Page last edited Sep. 10, 2014</EM></P>
|
||||
|
||||
<P>
|
||||
<H2><A NAME="toc1">1.</A> <A HREF="Quakespasm.html#s1">About </A></H2>
|
||||
|
@ -186,6 +186,7 @@ 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> 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>
|
||||
|
@ -407,7 +408,6 @@ these patched libSDL binaries may help.
|
|||
<LI>Add uHexen2's first person camera (and menu item)</LI>
|
||||
<LI>Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls</LI>
|
||||
<LI>Test usb keyboards.</LI>
|
||||
<LI>Complete the unix user directories support</LI>
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
______________________________________________________________________
|
||||
|
||||
|
||||
Page last edited Sep. 9, 2014
|
||||
Page last edited Sep. 10, 2014
|
||||
|
||||
|
||||
1. About
|
||||
|
@ -175,6 +175,9 @@
|
|||
|
||||
6.1. Changes in 0.85.10
|
||||
|
||||
o Unix/Mac user directories support. Disabled by default,
|
||||
'make DO_USERDIRS=1' to enable it.
|
||||
|
||||
o Console speed now resolution-independent.
|
||||
|
||||
o Disabled gl_zfix, which caused glitches and is undesirable for new
|
||||
|
@ -203,7 +206,7 @@
|
|||
|
||||
o Music and sfx now mixed at 44100Hz to avoid downsampling music.
|
||||
Low-pass filter applied to the sfx if -sndspeed is 11025 (the
|
||||
default), to preserve the same sound quality as 0.85.9. New
|
||||
default), to preserve the same sound quality as 0.85.9. New
|
||||
-mixspeed option sets the rate for mixing sfx and music, and output
|
||||
to the OS (default 44100), setting to 11025 reverts to 0.85.9
|
||||
behaviour. New snd_filterquality cvar, value can be between 1
|
||||
|
@ -530,7 +533,6 @@
|
|||
|
||||
o Show helpful info on start-up
|
||||
|
||||
|
||||
o Include real map name (sv.name) and skill in the status bar
|
||||
|
||||
o Remove confirm quit dialog
|
||||
|
@ -560,11 +562,9 @@
|
|||
|
||||
o Test usb keyboards.
|
||||
|
||||
o Complete the unix user directories support
|
||||
|
||||
8. Copyright
|
||||
|
||||
|
||||
o Quake and Quakespasm are released under the GNU GENERAL PUBLIC
|
||||
LICENSE Version 2 <http://www.gnu.org/licenses/gpl-2.0.html>
|
||||
|
||||
|
@ -586,6 +586,7 @@
|
|||
Sander <mailto:gmail - dot - com - username - a.h.vandijk>,
|
||||
Stevenaaus <mailto:yahoo - dot - com - username - stevenaaus>
|
||||
|
||||
|
||||
10. Links
|
||||
|
||||
o QuakeSpasm Homepage <http://quakespasm.sourceforge.net>
|
||||
|
@ -599,4 +600,3 @@
|
|||
|
||||
o Inside 3D forums <http://forums.inside3d.com/viewforum.php?f=14>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue