aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-07-21 22:02:54 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-07-21 22:02:54 +0000
commit98228cce0dfe6591dc1b3a1c44852be0ca2adb4f (patch)
treebc6877fd3c06a4b8fc246d874737f195ec9713b5 /README
parentae6f1c7f5d75be89cb177c114fb184f0ed34ef6e (diff)
downloadioquake3-aero-98228cce0dfe6591dc1b3a1c44852be0ca2adb4f.tar.gz
ioquake3-aero-98228cce0dfe6591dc1b3a1c44852be0ca2adb4f.zip
* Use Sys_Sleep to limit FPS, which will save CPU
* Add com_maxfpsUnfocused and com_maxfpsMinimized; self explanatory * Fix reopening of bug 3703, I hope git-svn-id: svn://svn.icculus.org/quake3/trunk@1431 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index e74203f..d76ce59 100644
--- a/README
+++ b/README
@@ -116,7 +116,7 @@ New cvars
s_alRolloff - the value of AL_ROLLOFF_FACTOR for each
source
s_alGraceDistance - after having passed MaxDistance, length
- until sounds are completely inaudible.
+ until sounds are completely inaudible
s_alDriver - which OpenAL library to use
s_alDevice - which OpenAL device to use
s_alAvailableDevices - list of available OpenAL devices
@@ -129,7 +129,9 @@ New cvars
com_ansiColor - enable use of ANSI escape codes in the tty
com_altivec - enable use of altivec on PowerPC systems
- com_standalone - Run in standalone mode.
+ com_standalone - Run in standalone mode
+ com_maxfpsUnfocused - Maximum frames per second when unfocused
+ com_maxfpsMinimized - Maximum frames per second when minimized
s_backend - read only, indicates the current sound
backend
s_muteWhenMinimized - mute sound when minimized
@@ -165,13 +167,13 @@ New cvars
just add 3 to the value for the wanted
color combination. For red-blue and
red-green you probably want to enable
- r_greyscale.
+ r_greyscale
r_stereoSeparation - Control eye separation. Resulting
separation is r_zProj divided by this
value in quake3 standard units.
See also
http://wiki.ioquake3.org/Stereo_Rendering
- for more information.
+ for more information
New commands
video [filename] - start video capture (use with demo command)