[Scummvm-cvs-logs] CVS: scummvm scummvm.6,1.10,1.11 README,1.214,1.215
Jonathan Gray
khalek at users.sourceforge.net
Thu Dec 11 07:06:04 CET 2003
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv17943
Modified Files:
scummvm.6 README
Log Message:
Sync man page with README a bit. Remove mention of OpenGL backend in game keys.
Index: scummvm.6
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scummvm.6,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- scummvm.6 13 Nov 2003 01:25:21 -0000 1.10
+++ scummvm.6 11 Dec 2003 15:05:10 -0000 1.11
@@ -42,17 +42,14 @@
You may supply a different path using -p on the command line. The name of the
game is then supplied on the command line.
.TP
-.B \-a
-Specify game is amiga version.
-.TP
.BI \-\-[no\-]aspect\-ratio
Enable/Disable aspect ratio correction
.TP
.BI \-b <param>
Specify parameter to pass to first game script default is 0.
.TP
-.BI \-c <num>
-Use cdrom number \fI<num>\fP for cd audio.
+.BI \-\-cdrom=NUM
+CD drive to play audio from (default: 0 = first drive)
.TP
.BI \-d [num]
Set debug level (default level 1)
@@ -84,35 +81,39 @@
Enable/Disable floppy version intro for Beneath a Steel Sky CD version.
.TP
.BI \-g <mode>
-Graphics Filter. Note that resolutions listed assume the game was originally 320x200.
+Set graphics filter.
\fI<mode>\fP can be one of:
.br
-\fBnormal\fP No filtering, original 320x200 resolution. Fastest.
+\fBnormal\fP No filtering, no scaling. Fastest.
.br
-\fB2x\fP No filtering, double screen/window size to 640x400
+\fB2x\fP No filtering, factor 2x (default for non 640x480 games).
.br
-\fB3x\fP No filtering, triple screen/window size to 960x600
+\fB3x\fP No filtering, factor 3x.
.br
-\fB2xsai\fP 2xsai filtering, double screen/window size to 640x400
+\fB2xsai\fP 2xsai filter, factor 2x.
.br
-\fBsuper2xsai\fP Enhanced 2xsai filtering. 640x400 screen/window size
+\fBsuper2xsai\fP Enhanced 2xsai filtering. factor 2x.
.br
-\fBsupereagle\fP Less blurry than 2xsai, but slower. Also 640x400
+\fBsupereagle\fP Less blurry than 2xsai, but slower. Factor 2x.
.br
-\fBadvmame2x\fP 640x400 scaling. Doesn't rely on blurring like 2xSAI.
+\fBadvmame2x\fP Doesn't rely on blurring like 2xSAI, fast. Factor 2x.
.br
-\fBadvmame3x\fP 960x600 scaling. Doesn't rely on blurring like 2xSAI.
+\fBadvmame3x\fP Doesn't rely on blurring like 2xSAI, fast. Factor 3x.
.br
-\fBtv2x\fP 640x400 scaling. Horizontal scanlines.
+\fBhq2x\fP Very nice high quality filter but slow. Factor 2x.
.br
-\fBdotmatrix\fP 640x400 scaling. Dot matrix effect.
+\fBhq3x\fP Very nice high quality filter but slow. Factor 3x.
+.br
+\fBtv2x\fP Horizontal scanlines. Factor 2x.
+.br
+\fBdotmatrix\fP Dot matrix effect. Factor 2x.
.br
.TP
.BI \-h
Show help and exit.
.TP
-.BI \-l <file>
-Load config file \fI<file>\fP instead of default.
+.BI \-\-joystick[=NUM]
+Enable input with joystick (default: 0 = first joystick)
.TP
.B \-m <num>
Set music volume to number \fI<num>\fP (0-255)
@@ -121,7 +122,7 @@
Enable/Disable combination Adlib and native MIDI.
.TP
.B \-n
-No subtitles for speech
+Enable subtitles
.TP
.BI \-\-[no\-]native\-mt32
Enable/Disable true Roland MT-32 MIDI (disable GM emulation)
@@ -132,6 +133,9 @@
.BI \-p <path>
Specify the path to the game.
.TP
+.BI \-\-platform=WORD
+Specify version of game where \fIWORD\fP can be one of amiga, atari, mac, pc.
+.TP
.BI \-q <lang>
Specify language where \fI<lang>\fP can be one of:
.br
@@ -163,26 +167,20 @@
.BI \-s <num>
set sfx volume to number num (0-255)
.TP
-.BI \-t <num>
-Set music tempo (50-200, default 100)
+.BI \-t
+Display list of configured targets and exit
.TP
.BI \-u
Dump scripts if a dumps directory is in the current directory.
.TP
.BI \-v
-Show version info and exit.
-.TP
-.BI \-w [file]
-Write to config file [~/.scummvmrc]
+Show version information and exit.
.TP
.BI \-x [num]
Load savegame slot number num (default: 0 - autosave)
.TP
-.BI \-y <num>
-Set text speed (default: 60)
-.TP
.BI \-z
-Display list of recognised games.
+Display list of supported games and exit.
.SH "INGAME KEYS"
While the game is running, the following keys can be used (in addition to any
@@ -199,9 +197,6 @@
resolution, which may look squashed on modern monitors. Aspect\-ratio
correction stretches the image to use 320x240 pixels instead, or a multiple
thereof.
-.TP
-.B Ctrl+Alt b
-Switch between bilinear and non-linear filtering [OpenGL backend]
.TP
.B Alt+0..9
Save a game state.
Index: README
===================================================================
RCS file: /cvsroot/scummvm/scummvm/README,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- README 11 Dec 2003 14:38:43 -0000 1.214
+++ README 11 Dec 2003 15:05:10 -0000 1.215
@@ -434,7 +434,7 @@
They are:
normal - No filtering, no scaling. Fastest.
- 2x - No filtering, factor 2x (default).
+ 2x - No filtering, factor 2x (default for non 640x480 games).
3x - No filtering, factor 3x.
2xsai - 2xsai filter, factor 2x.
super2xsai - Enhanced 2xsai filtering, factor 2x.
@@ -473,8 +473,6 @@
Ctrl-f - Toggle fast mode.
Ctrl-Alt 1-8 - Switch between graphics filters
Ctrl-Alt + and - - Increase/Decrease the scale factor
- Ctrl-Alt b - Switch between bilinear and non-linear
- filtering [OpenGL backend]
Ctrl-Alt a - Toggle aspect-ratio correction on/off.
Most of the games use a 320x200 pixel
resolution, which may look squashed on
More information about the Scummvm-git-logs
mailing list