[Scummvm-git-logs] scummvm master -> 1d318e116119ddac577b3eb344dd4bebfa84b14b

sev- noreply at scummvm.org
Tue Aug 2 18:52:24 UTC 2022


This automated email contains information about 30 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ffe516a416 DOCS: MAN: new sentence new line
743fab92f5 DOCS: MAN: redo showing both short and long options
98325fd34d DOCS: MAN: remove uneeded Pp afer Sh
d8df46dc5c DOCS: MAN: replace roff escapes with mdoc
a93787c735 DOCS: MAN: use Ar instead of Em for lists of arguments
d2d01c214f DOCS: MAN: use Lk for URL and Pa for file names
5c767f50d4 DOCS: MAN: remove uneeded comment including RCS id
efa0c4d8ec DOCS: MAN: sort options
9da491f8c2 DOCS: MAN: remove myself and old email address from AUTHORS
cfa158d4b0 DOCS: MAN: add more options from scummvm -h
a48fabcd76 DOCS: MAN: end option sentences in '.'
1077694d37 DOCS: MAN: spelling
5c8282e079 DOCS: MAN: sort music driver options
cdbacc7487 DOCS: MAN: end music driver options with '.'
59e66d70b6 DOCS: MAN: mention sndio MIDI option
e39eb3b677 DOCS: MAN: remove references to README file
25548d2485 DOCS: MAN: update document date
9fdcdbd601 DOCS: MAN: sync platform list with platform.cpp g_platforms[]
d6e48884df DOCS: MAN: PCjr also available for agi
8e64f6435e DOCS: MAN: use .Pa instead of .Em for dir name
d0e6438675 DOCS: MAN: no longer possible to set scaler with -g
f5ba15eeef DOCS: MAN: 7th guest also has a demo mode
7601b499b0 DOCS: MAN: wording suggestions from Donovan Watteau
0e4fffc103 DOCS: MAN: sync --render-mode options with gui_options.cpp
55c970fa76 DOCS: MAN: sync -opl-driver options with commandLine.cpp
b06ed4d06f DOCS: MAN: sync language options with language.cpp
24d61c2482 DOCS: MAN: replace -g example that no longer works
2cd11d3e62 DOCS: MAN: don't list themes as they are dynamic
1326643f02 DOCS: MAN: use Cm instead of Cy with no-
1d318e1161 DOCS: MAN: adjust --md5 text for consistency


Commit: ffe516a416a73156b4dbce292b31869472954313
    https://github.com/scummvm/scummvm/commit/ffe516a416a73156b4dbce292b31869472954313
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: new sentence new line

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 7d4c1c2eb17..2ed208189df 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -14,18 +14,19 @@
 is an interpreter that will play graphic adventure games
 based on a variety of game engines.
 .Pp
-\fIGAME\fR is a short name of game to load. For example, \fIscumm:monkey\fR for
-Monkey Island. This can be either a built-in gameid, or a user configured
-target.
+\fIGAME\fR is a short name of game to load.
+For example, \fIscumm:monkey\fR for Monkey Island.
+This can be either a built-in gameid, or a user configured target.
 .Sh OPTIONS
 .Pp
 Please note that more detailed information for the following options can be
 found in the \fIREADME\fR file.
 .Pp
 The meaning of most long options (that is, those options starting with a
-double-dash) can be inverted by prefixing them with \fBno-\fR. For example,
-\fB--no-aspect-ratio\fR will turn aspect ratio correction off. This is useful
-if you want to override a setting in the configuration file.
+double-dash) can be inverted by prefixing them with \fBno-\fR.
+For example,
+\fB--no-aspect-ratio\fR will turn aspect ratio correction off.
+This is useful if you want to override a setting in the configuration file.
 .\" FIXME better way to do long options?
 .Bl -tag -width Ds
 .It Fl v, -version
@@ -42,18 +43,22 @@ Display list of suppported engines and exit.
 Display a list of saved games for the target specified with
 \fB--game=\fITARGET\fR or all targets if none is specified.
 .It Fl a, -add
-Add all games from current or specified directory. If \fB--game=\fIID\fR is
-passed only the game with id \fBID\fR is added. See also \fB--detect\fR.
+Add all games from current or specified directory.
+If \fB--game=\fIID\fR is
+passed only the game with id \fBID\fR is added.
+See also \fB--detect\fR.
 Use \fB--path=\fIPATH\fR to specify a directory.
 .It Fl -detect
 Display a list of games with their ID from current or specified directory
-without adding it to the config. Use \fB--path=\fIPATH\fR to specify a directory.
+without adding it to the config.
+Use \fB--path=\fIPATH\fR to specify a directory.
 .It Fl -game= Ns Ar ID
 In combination with \fB--add\fR or \fB--detect\fR only adds or attempts to
 detect the game with id \fBID\fR.
 .It Fl -auto-detect
 Display a list of games from current or specified directory and start the first
-one. Use \fB--path=\fIPATH\fR to specify a directory.
+one.
+Use \fB--path=\fIPATH\fR to specify a directory.
 .It Fl -recursive
 In combination with \fB--add\fR or \fB--detect\fR recurse down all
 subdirectories
@@ -71,7 +76,8 @@ Force windowed mode.
 Select graphics scaler:
 .Bl -tag -width 10m
 .It Em 1x
-No filtering, no scaling. Fastest.
+No filtering, no scaling.
+Fastest.
 .It Em 2x
 No filtering, factor 2x (default for non 640x480 games).
 .It Em 3x
@@ -81,19 +87,26 @@ No filtering, factor 3x.
 .It Em super2xsai
 Enhanced 2xSAI filtering, factor 2x.
 .It Em supereagle
-Less blurry than 2xSAI, but slower. Factor 2x.
+Less blurry than 2xSAI, but slower.
+Factor 2x.
 .It Em advmame2x
-Doesn't rely on blurring like 2xSAI, fast. Factor 2x.
+Doesn't rely on blurring like 2xSAI, fast.
+Factor 2x.
 .It Em advmame3x
-Doesn't rely on blurring like 2xSAI, fast. Factor 3x.
+Doesn't rely on blurring like 2xSAI, fast.
+Factor 3x.
 .It Em hq2x
-Very nice high quality filter but slow. Factor 2x.
+Very nice high quality filter but slow.
+Factor 2x.
 .It Em hq3x
-Very nice high quality filter but slow. Factor 3x.
+Very nice high quality filter but slow.
+Factor 3x.
 .It Em tv2x
-Interlace filter, tries to emulate a TV. Factor 2x.
+Interlace filter, tries to emulate a TV.
+Factor 2x.
 .It Em dotmatrix
-Dot matrix effect. Factor 2x.
+Dot matrix effect.
+Factor 2x.
 .El
 .It Fl -stretch-mode= Ns Ar MODE
 Select stretch mode (\fIcenter\fR, \fIintegral\fR, \fIfit\fR, \fIstretch\fR)
@@ -111,7 +124,8 @@ Display list of all usable GUI themes
 Select music driver:
 .Bl -tag -width 10m
 .It Em null
-Null output. Don't play any music.
+Null output.
+Don't play any music.
 .It Em adlib
 Internal AdLib emulation
 .It Em fluidsynth
@@ -129,8 +143,8 @@ Output using ALSA sequencer device
 .It Em core
 CoreAudio sound, for macOS users
 .It Em coremidi
-CoreMIDI sound, for macOS users. Use only if you have a hardware MIDI
-synthesizer.
+CoreMIDI sound, for macOS users.
+Use only if you have a hardware MIDI synthesizer.
 .It Em seq
 Use /dev/sequencer for MIDI, *nix users.
 .It Em timidity
@@ -268,7 +282,8 @@ Open virtual keyboard (if enabled). This can also be triggered by a long press
 of the middle mouse button or wheel.
 .El
 .Pp
-There are many more SCUMM and game-specific hotkeys. See the \fIREADME\fR file.
+There are many more SCUMM and game-specific hotkeys.
+See the \fIREADME\fR file.
 .Sh ENVIRONMENT
 .Bl -tag -width SCUMMVM
 .It Ev SCUMMVM_MIDI


Commit: 743fab92f58357c6df710513c202548379f3c566
    https://github.com/scummvm/scummvm/commit/743fab92f58357c6df710513c202548379f3c566
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: redo showing both short and long options

avoids mandoc warnings of the form
STYLE: no blank before trailing delimiter: Fl n,

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 2ed208189df..0013779b3ed 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -29,20 +29,20 @@ For example,
 This is useful if you want to override a setting in the configuration file.
 .\" FIXME better way to do long options?
 .Bl -tag -width Ds
-.It Fl v, -version
+.It Fl v | -version
 Display ScummVM version information and exit.
-.It Fl h, -help
+.It Fl h | -help
 Display a brief help text and exit.
-.It Fl z, -list-games
+.It Fl z | -list-games
 Display list of supported games and exit.
-.It Fl t, -list-targets
+.It Fl t | -list-targets
 Display list of configured targets and exit.
-.It Fl t, -list-engines
+.It Fl t | -list-engines
 Display list of suppported engines and exit.
 .It Fl -list-saves
 Display a list of saved games for the target specified with
 \fB--game=\fITARGET\fR or all targets if none is specified.
-.It Fl a, -add
+.It Fl a | -add
 Add all games from current or specified directory.
 If \fB--game=\fIID\fR is
 passed only the game with id \fBID\fR is added.
@@ -62,17 +62,17 @@ Use \fB--path=\fIPATH\fR to specify a directory.
 .It Fl -recursive
 In combination with \fB--add\fR or \fB--detect\fR recurse down all
 subdirectories
-.It Fl c, -config= Ns Ar CONFIG
+.It Fl c | -config= Ns Ar CONFIG
 Use alternate configuration file.
-.It Fl p, -path= Ns Ar PATH
+.It Fl p | -path= Ns Ar PATH
 Path to where the game is installed.
-.It Fl x, -save-slot= Ns Ar [SLOT]
+.It Fl x | -save-slot= Ns Ar [SLOT]
 Saved game slot to load (default: autosave).
-.It Fl f, -fullscreen
+.It Fl f | -fullscreen
 Force full-screen mode.
-.It Fl F, -no-fullscreen
+.It Fl F | -no-fullscreen
 Force windowed mode.
-.It Fl g, -gfx-mode= Ns Ar MODE
+.It Fl g | -gfx-mode= Ns Ar MODE
 Select graphics scaler:
 .Bl -tag -width 10m
 .It Em 1x
@@ -120,7 +120,7 @@ Select GUI theme (\fIdefault\fR, \fImodern\fR, \fIclassic\fR)
 Path to where GUI themes are stored
 .It Fl -list-themes
 Display list of all usable GUI themes
-.It Fl e, -music-driver= Ns Ar MODE
+.It Fl e | -music-driver= Ns Ar MODE
 Select music driver:
 .Bl -tag -width 10m
 .It Em null
@@ -154,7 +154,7 @@ Windows built in MIDI sequencer for Windows users
 .El
 .It Fl -list-audio-devices
 List all available audio devices
-.It Fl q, -language= Ns Ar LANG
+.It Fl q | -language= Ns Ar LANG
 Select game's language:
 .Bl -tag -width Ds
 .It Em cz
@@ -186,25 +186,25 @@ Swedish
 .It Em zh
 Chinese
 .El
-.It Fl m, -music-volume= Ns Ar NUM
+.It Fl m | -music-volume= Ns Ar NUM
 Set the music volume, 0-255 (default: 192).
-.It Fl s, -sfx-volume= Ns Ar NUM
+.It Fl s | -sfx-volume= Ns Ar NUM
 Set the sfx volume to, 0-255 (default: 192).
-.It Fl r, -speech-volume Ns Ar NUM
+.It Fl r | -speech-volume Ns Ar NUM
 Set the voice volume to, 0-255 (default: 192).
 .It Fl -midi-gain= Ns Ar NUM
 Set the gain for MIDI playback, 0-1000 (default: 100)
 .br
 (only supported by some MIDI drivers)
-.It Fl n, -subtitles
+.It Fl n | -subtitles
 Enable subtitles (use with games that have voice).
-.It Fl b, -boot-param= Ns Ar NUM
+.It Fl b | -boot-param= Ns Ar NUM
 Pass number to the boot script (boot param).
-.It Fl d, -debuglevel= Ns Ar NUM
+.It Fl d | -debuglevel= Ns Ar NUM
 Set debug verbosity level
 .It Fl -debugflags= Ns Arm FLAGS
 Enable engine specific debug flags (separated by commas)
-.It Fl u, -dump-scripts
+.It Fl u | -dump-scripts
 Enable script dumping if a directory called \fIdumps\fR exists in the current
 directory.
 .It Fl -cdrom= Ns Ar NUM


Commit: 98325fd34d111c72562634db562a78e8082f0218
    https://github.com/scummvm/scummvm/commit/98325fd34d111c72562634db562a78e8082f0218
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: remove uneeded Pp afer Sh

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 0013779b3ed..96ffde9a4aa 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -18,7 +18,6 @@ based on a variety of game engines.
 For example, \fIscumm:monkey\fR for Monkey Island.
 This can be either a built-in gameid, or a user configured target.
 .Sh OPTIONS
-.Pp
 Please note that more detailed information for the following options can be
 found in the \fIREADME\fR file.
 .Pp


Commit: d8df46dc5cf30ba800a4b893b223b9ae9eedde51
    https://github.com/scummvm/scummvm/commit/d8df46dc5cf30ba800a4b893b223b9ae9eedde51
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: replace roff escapes with mdoc

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 96ffde9a4aa..33eb36ab238 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -14,17 +14,24 @@
 is an interpreter that will play graphic adventure games
 based on a variety of game engines.
 .Pp
-\fIGAME\fR is a short name of game to load.
-For example, \fIscumm:monkey\fR for Monkey Island.
+.Ar GAME
+is a short name of game to load.
+For example,
+.Em scumm:monkey
+for Monkey Island.
 This can be either a built-in gameid, or a user configured target.
 .Sh OPTIONS
 Please note that more detailed information for the following options can be
-found in the \fIREADME\fR file.
+found in the
+.Em README
+file.
 .Pp
 The meaning of most long options (that is, those options starting with a
-double-dash) can be inverted by prefixing them with \fBno-\fR.
+double-dash) can be inverted by prefixing them with
+.Sy no- .
 For example,
-\fB--no-aspect-ratio\fR will turn aspect ratio correction off.
+.Fl -no-aspect-ratio
+will turn aspect ratio correction off.
 This is useful if you want to override a setting in the configuration file.
 .\" FIXME better way to do long options?
 .Bl -tag -width Ds
@@ -40,27 +47,45 @@ Display list of configured targets and exit.
 Display list of suppported engines and exit.
 .It Fl -list-saves
 Display a list of saved games for the target specified with
-\fB--game=\fITARGET\fR or all targets if none is specified.
+.Fl -game= Ns Ar TARGET
+or all targets if none is specified.
 .It Fl a | -add
 Add all games from current or specified directory.
-If \fB--game=\fIID\fR is
-passed only the game with id \fBID\fR is added.
-See also \fB--detect\fR.
-Use \fB--path=\fIPATH\fR to specify a directory.
+If
+.Fl -game= Ns Ar ID
+is passed only the game with id
+.Ar ID
+is added.
+See also
+.Fl -detect .
+Use
+.Fl -path= Ns Ar PATH
+to specify a directory.
 .It Fl -detect
 Display a list of games with their ID from current or specified directory
 without adding it to the config.
-Use \fB--path=\fIPATH\fR to specify a directory.
-.It Fl -game= Ns Ar ID
-In combination with \fB--add\fR or \fB--detect\fR only adds or attempts to
-detect the game with id \fBID\fR.
+Use
+.Fl -path= Ns Ar PATH
+to specify a directory.
+.Fl -game= Ns Ar ID
+In combination with
+.Fl -add
+or
+.Fl -detect
+only adds or attempts to detect the game with id
+.Ar ID .
 .It Fl -auto-detect
 Display a list of games from current or specified directory and start the first
 one.
-Use \fB--path=\fIPATH\fR to specify a directory.
+Use
+.Fl -path= Ns Ar PATH
+to specify a directory.
 .It Fl -recursive
-In combination with \fB--add\fR or \fB--detect\fR recurse down all
-subdirectories
+In combination with
+.Fl -add
+or
+.Fl -detect
+recurse down all subdirectories
 .It Fl c | -config= Ns Ar CONFIG
 Use alternate configuration file.
 .It Fl p | -path= Ns Ar PATH
@@ -108,13 +133,24 @@ Dot matrix effect.
 Factor 2x.
 .El
 .It Fl -stretch-mode= Ns Ar MODE
-Select stretch mode (\fIcenter\fR, \fIintegral\fR, \fIfit\fR, \fIstretch\fR)
+Select stretch mode
+.Po
+.Ar center ,
+.Ar integral ,
+.Ar fit ,
+.Ar stretch
+.Pc
 .It Fl -filtering
 Force filtered graphics mode
 .It Fl -no-filtering
 Force unfiltered graphics mode
 .It Fl -gui-theme= Ns Ar THEME
-Select GUI theme (\fIdefault\fR, \fImodern\fR, \fIclassic\fR)
+Select GUI theme
+.Po
+.Ar default ,
+.Ar modern ,
+.Ar classic
+.Pc
 .It Fl -themepath= Ns Ar PATH
 Path to where GUI themes are stored
 .It Fl -list-themes
@@ -204,16 +240,30 @@ Set debug verbosity level
 .It Fl -debugflags= Ns Arm FLAGS
 Enable engine specific debug flags (separated by commas)
 .It Fl u | -dump-scripts
-Enable script dumping if a directory called \fIdumps\fR exists in the current
-directory.
+Enable script dumping if a directory called
+.Em dumps
+exists in the current directory.
 .It Fl -cdrom= Ns Ar NUM
 CD drive to play CD audio from (default: 0 = first drive).
 .It Fl -joystick= Ns Ar [NUM]
 Enable joystick input (default: 0 = first joystick).
 .It Fl -platform= Ns Ar WORD
-Specify platform of game (allowed values: \fI2gs\fR, \fI3do\fR, \fIacorn\fR,
-\fIamiga\fR, \fIatari\fR, \fIc64\fR, \fIfmtowns\fR, \fImac\fR, \fInes\fR,
-\fIpc\fR, \fIpce\fR, \fIsegacd\fR, \fIwindows\fR)
+Specify platform of game
+.Po
+.Ar 2gs ,
+.Ar 3do ,
+.Ar acorn ,
+.Ar amiga ,
+.Ar atari ,
+.Ar c64 ,
+.Ar fmtowns ,
+.Ar mac ,
+.Ar nes ,
+.Ar pc ,
+.Ar pce ,
+.Ar segacd ,
+.Ar windows
+.Pc
 .It Fl -savepath= Ns Ar PATH
 Path to where saved games are stored
 .It Fl -extrapath= Ns Ar PATH
@@ -229,13 +279,30 @@ Enable Roland GS mode for MIDI playback.
 .It Fl -output-rate= Ns Ar RATE
 Set output sample rate in Hz (e.g. 22050).
 .It Fl -opl-driver= Ns Ar DRIVER
-Select AdLib (OPL) emulator (\fIdb\fR, \fImame\fR, \fInuked\fR)
+Select AdLib (OPL) emulator
+.Po
+.Ar db ,
+.Ar mame ,
+.Ar nuked
+.Pc
 .It Fl -aspect-ratio
 Enable aspect ratio correction.
 .It Fl -render-mode= Ns Ar MODE
-Enable additional render modes (\fIhercGreen\fR, \fIhercAmber\fR, \fIcga\fR,
-\fIega\fR, \fIvga\fR, \fIamiga\fR, \fIfmtowns\fR, \fIpc9821\fR, \fIpc9801\fR,
-\fI2gs\fR, \fIatari\fR, \fImacintosh\fR)
+Enable additional render modes
+.Po
+.Ar hercGreen ,
+.Ar hercAmber ,
+.Ar cga ,
+.Ar ega ,
+.Ar vga ,
+.Ar amiga ,
+.Ar fmtowns ,
+.Ar pc9821 ,
+.Ar pc9801 ,
+.Ar 2gs ,
+.Ar atari ,
+.Ar macintosh
+.Pc
 .It Fl -alt-intro
 Use alternative intro for CD versions of Beneath a Steel Sky and Flight of the
 Amazon Queen.
@@ -282,7 +349,9 @@ of the middle mouse button or wheel.
 .El
 .Pp
 There are many more SCUMM and game-specific hotkeys.
-See the \fIREADME\fR file.
+See the
+.Em README
+file.
 .Sh ENVIRONMENT
 .Bl -tag -width SCUMMVM
 .It Ev SCUMMVM_MIDI
@@ -322,7 +391,9 @@ Running the Italian version of Maniac Mansion fullscreen:
 .Pp
 .Dl $ scummvm -q it -f scumm:maniac
 .Sh SEE ALSO
-More information can be found in the \fIREADME\fR and on the website
+More information can be found in the
+.Em README
+and on the website
 .Pa https://www.scummvm.org .
 .Sh AUTHORS
 This manual page written by Jonathan Gray <khalek at scummvm.org>.


Commit: a93787c7354f6ba12db3209b14d980bca04428f0
    https://github.com/scummvm/scummvm/commit/a93787c7354f6ba12db3209b14d980bca04428f0
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: use Ar instead of Em for lists of arguments

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 33eb36ab238..e2490d11e30 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -99,36 +99,36 @@ Force windowed mode.
 .It Fl g | -gfx-mode= Ns Ar MODE
 Select graphics scaler:
 .Bl -tag -width 10m
-.It Em 1x
+.It Ar 1x
 No filtering, no scaling.
 Fastest.
-.It Em 2x
+.It Ar 2x
 No filtering, factor 2x (default for non 640x480 games).
-.It Em 3x
+.It Ar 3x
 No filtering, factor 3x.
-.It Em 2xsai
+.It Ar 2xsai
 2xSAI filter, factor 2x.
-.It Em super2xsai
+.It Ar super2xsai
 Enhanced 2xSAI filtering, factor 2x.
-.It Em supereagle
+.It Ar supereagle
 Less blurry than 2xSAI, but slower.
 Factor 2x.
-.It Em advmame2x
+.It Ar advmame2x
 Doesn't rely on blurring like 2xSAI, fast.
 Factor 2x.
-.It Em advmame3x
+.It Ar advmame3x
 Doesn't rely on blurring like 2xSAI, fast.
 Factor 3x.
-.It Em hq2x
+.It Ar hq2x
 Very nice high quality filter but slow.
 Factor 2x.
-.It Em hq3x
+.It Ar hq3x
 Very nice high quality filter but slow.
 Factor 3x.
-.It Em tv2x
+.It Ar tv2x
 Interlace filter, tries to emulate a TV.
 Factor 2x.
-.It Em dotmatrix
+.It Ar dotmatrix
 Dot matrix effect.
 Factor 2x.
 .El
@@ -158,33 +158,33 @@ Display list of all usable GUI themes
 .It Fl e | -music-driver= Ns Ar MODE
 Select music driver:
 .Bl -tag -width 10m
-.It Em null
+.It Ar null
 Null output.
 Don't play any music.
-.It Em adlib
+.It Ar adlib
 Internal AdLib emulation
-.It Em fluidsynth
+.It Ar fluidsynth
 FluidSynth MIDI emulation
-.It Em mt32
+.It Ar mt32
 Internal MT-32 emulation
-.It Em pcjr
+.It Ar pcjr
 Internal PCjr emulation (only usable in SCUMM games)
-.It Em pcspk
+.It Ar pcspk
 Internal PC Speaker emulation
-.It Em towns
+.It Ar towns
 Internal FM-TOWNS YM2612 emulation (only usable in SCUMM FM-TOWNS games)
-.It Em alsa
+.It Ar alsa
 Output using ALSA sequencer device
-.It Em core
+.It Ar core
 CoreAudio sound, for macOS users
-.It Em coremidi
+.It Ar coremidi
 CoreMIDI sound, for macOS users.
 Use only if you have a hardware MIDI synthesizer.
-.It Em seq
+.It Ar seq
 Use /dev/sequencer for MIDI, *nix users.
-.It Em timidity
+.It Ar timidity
 Connect to TiMidity++ MIDI server.
-.It Em windows
+.It Ar windows
 Windows built in MIDI sequencer for Windows users
 .El
 .It Fl -list-audio-devices
@@ -192,33 +192,33 @@ List all available audio devices
 .It Fl q | -language= Ns Ar LANG
 Select game's language:
 .Bl -tag -width Ds
-.It Em cz
+.It Ar cz
 Czech
-.It Em de
+.It Ar de
 German
-.It Em en
+.It Ar en
 English (USA) (default)
-.It Em es
+.It Ar es
 Spanish
-.It Em fr
+.It Ar fr
 French
-.It Em gb
+.It Ar gb
 English (Great Britain)
-.It Em hb
+.It Ar hb
 Hebrew
-.It Em it
+.It Ar it
 Italian
-.It Em jp
+.It Ar jp
 Japanese
-.It Em kr
+.It Ar kr
 Korean
-.It Em pt
+.It Ar pt
 Portuguese
-.It Em ru
+.It Ar ru
 Russian
-.It Em se
+.It Ar se
 Swedish
-.It Em zh
+.It Ar zh
 Chinese
 .El
 .It Fl m | -music-volume= Ns Ar NUM


Commit: d2d01c214f470e1c41e6f85946213ae1fa275ae2
    https://github.com/scummvm/scummvm/commit/d2d01c214f470e1c41e6f85946213ae1fa275ae2
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: use Lk for URL and Pa for file names

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index e2490d11e30..6f963f83e63 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -23,7 +23,7 @@ This can be either a built-in gameid, or a user configured target.
 .Sh OPTIONS
 Please note that more detailed information for the following options can be
 found in the
-.Em README
+.Pa README
 file.
 .Pp
 The meaning of most long options (that is, those options starting with a
@@ -350,7 +350,7 @@ of the middle mouse button or wheel.
 .Pp
 There are many more SCUMM and game-specific hotkeys.
 See the
-.Em README
+.Pa README
 file.
 .Sh ENVIRONMENT
 .Bl -tag -width SCUMMVM
@@ -392,10 +392,12 @@ Running the Italian version of Maniac Mansion fullscreen:
 .Dl $ scummvm -q it -f scumm:maniac
 .Sh SEE ALSO
 More information can be found in the
-.Em README
+.Pa README
 and on the website
-.Pa https://www.scummvm.org .
+.Lk https://www.scummvm.org .
 .Sh AUTHORS
 This manual page written by Jonathan Gray <khalek at scummvm.org>.
 ScummVM was written by the ScummVM team.
-See AUTHORS file for more information.
+See
+.Pa AUTHORS
+file for more information.


Commit: 5c767f50d45c2118de6fd939f8d02a9045cdc363
    https://github.com/scummvm/scummvm/commit/5c767f50d45c2118de6fd939f8d02a9045cdc363
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: remove uneeded comment including RCS id

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 6f963f83e63..2a9be76f915 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -1,4 +1,3 @@
-.\"	$Id$
 .Dd December 15, 2004
 .Dt SCUMMVM 6
 .Os
@@ -33,7 +32,6 @@ For example,
 .Fl -no-aspect-ratio
 will turn aspect ratio correction off.
 This is useful if you want to override a setting in the configuration file.
-.\" FIXME better way to do long options?
 .Bl -tag -width Ds
 .It Fl v | -version
 Display ScummVM version information and exit.


Commit: efa0c4d8ecf6bb9bc65091847df66d2408b03db1
    https://github.com/scummvm/scummvm/commit/efa0c4d8ecf6bb9bc65091847df66d2408b03db1
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: sort options

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 2a9be76f915..7ce180db1de 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -33,20 +33,6 @@ For example,
 will turn aspect ratio correction off.
 This is useful if you want to override a setting in the configuration file.
 .Bl -tag -width Ds
-.It Fl v | -version
-Display ScummVM version information and exit.
-.It Fl h | -help
-Display a brief help text and exit.
-.It Fl z | -list-games
-Display list of supported games and exit.
-.It Fl t | -list-targets
-Display list of configured targets and exit.
-.It Fl t | -list-engines
-Display list of suppported engines and exit.
-.It Fl -list-saves
-Display a list of saved games for the target specified with
-.Fl -game= Ns Ar TARGET
-or all targets if none is specified.
 .It Fl a | -add
 Add all games from current or specified directory.
 If
@@ -59,41 +45,48 @@ See also
 Use
 .Fl -path= Ns Ar PATH
 to specify a directory.
-.It Fl -detect
-Display a list of games with their ID from current or specified directory
-without adding it to the config.
-Use
-.Fl -path= Ns Ar PATH
-to specify a directory.
-.Fl -game= Ns Ar ID
-In combination with
-.Fl -add
-or
-.Fl -detect
-only adds or attempts to detect the game with id
-.Ar ID .
-.It Fl -auto-detect
-Display a list of games from current or specified directory and start the first
-one.
-Use
-.Fl -path= Ns Ar PATH
-to specify a directory.
-.It Fl -recursive
-In combination with
-.Fl -add
-or
-.Fl -detect
-recurse down all subdirectories
+.It Fl b | -boot-param= Ns Ar NUM
+Pass number to the boot script (boot param).
 .It Fl c | -config= Ns Ar CONFIG
 Use alternate configuration file.
-.It Fl p | -path= Ns Ar PATH
-Path to where the game is installed.
-.It Fl x | -save-slot= Ns Ar [SLOT]
-Saved game slot to load (default: autosave).
-.It Fl f | -fullscreen
-Force full-screen mode.
+.It Fl d | -debuglevel= Ns Ar NUM
+Set debug verbosity level
+.It Fl e | -music-driver= Ns Ar MODE
+Select music driver:
+.Bl -tag -width 10m
+.It Ar null
+Null output.
+Don't play any music.
+.It Ar adlib
+Internal AdLib emulation
+.It Ar fluidsynth
+FluidSynth MIDI emulation
+.It Ar mt32
+Internal MT-32 emulation
+.It Ar pcjr
+Internal PCjr emulation (only usable in SCUMM games)
+.It Ar pcspk
+Internal PC Speaker emulation
+.It Ar towns
+Internal FM-TOWNS YM2612 emulation (only usable in SCUMM FM-TOWNS games)
+.It Ar alsa
+Output using ALSA sequencer device
+.It Ar core
+CoreAudio sound, for macOS users
+.It Ar coremidi
+CoreMIDI sound, for macOS users.
+Use only if you have a hardware MIDI synthesizer.
+.It Ar seq
+Use /dev/sequencer for MIDI, *nix users.
+.It Ar timidity
+Connect to TiMidity++ MIDI server.
+.It Ar windows
+Windows built in MIDI sequencer for Windows users
+.El
 .It Fl F | -no-fullscreen
 Force windowed mode.
+.It Fl f | -fullscreen
+Force full-screen mode.
 .It Fl g | -gfx-mode= Ns Ar MODE
 Select graphics scaler:
 .Bl -tag -width 10m
@@ -130,63 +123,14 @@ Factor 2x.
 Dot matrix effect.
 Factor 2x.
 .El
-.It Fl -stretch-mode= Ns Ar MODE
-Select stretch mode
-.Po
-.Ar center ,
-.Ar integral ,
-.Ar fit ,
-.Ar stretch
-.Pc
-.It Fl -filtering
-Force filtered graphics mode
-.It Fl -no-filtering
-Force unfiltered graphics mode
-.It Fl -gui-theme= Ns Ar THEME
-Select GUI theme
-.Po
-.Ar default ,
-.Ar modern ,
-.Ar classic
-.Pc
-.It Fl -themepath= Ns Ar PATH
-Path to where GUI themes are stored
-.It Fl -list-themes
-Display list of all usable GUI themes
-.It Fl e | -music-driver= Ns Ar MODE
-Select music driver:
-.Bl -tag -width 10m
-.It Ar null
-Null output.
-Don't play any music.
-.It Ar adlib
-Internal AdLib emulation
-.It Ar fluidsynth
-FluidSynth MIDI emulation
-.It Ar mt32
-Internal MT-32 emulation
-.It Ar pcjr
-Internal PCjr emulation (only usable in SCUMM games)
-.It Ar pcspk
-Internal PC Speaker emulation
-.It Ar towns
-Internal FM-TOWNS YM2612 emulation (only usable in SCUMM FM-TOWNS games)
-.It Ar alsa
-Output using ALSA sequencer device
-.It Ar core
-CoreAudio sound, for macOS users
-.It Ar coremidi
-CoreMIDI sound, for macOS users.
-Use only if you have a hardware MIDI synthesizer.
-.It Ar seq
-Use /dev/sequencer for MIDI, *nix users.
-.It Ar timidity
-Connect to TiMidity++ MIDI server.
-.It Ar windows
-Windows built in MIDI sequencer for Windows users
-.El
-.It Fl -list-audio-devices
-List all available audio devices
+.It Fl h | -help
+Display a brief help text and exit.
+.It Fl m | -music-volume= Ns Ar NUM
+Set the music volume, 0-255 (default: 192).
+.It Fl n | -subtitles
+Enable subtitles (use with games that have voice).
+.It Fl p | -path= Ns Ar PATH
+Path to where the game is installed.
 .It Fl q | -language= Ns Ar LANG
 Select game's language:
 .Bl -tag -width Ds
@@ -219,32 +163,98 @@ Swedish
 .It Ar zh
 Chinese
 .El
-.It Fl m | -music-volume= Ns Ar NUM
-Set the music volume, 0-255 (default: 192).
-.It Fl s | -sfx-volume= Ns Ar NUM
-Set the sfx volume to, 0-255 (default: 192).
 .It Fl r | -speech-volume Ns Ar NUM
 Set the voice volume to, 0-255 (default: 192).
-.It Fl -midi-gain= Ns Ar NUM
-Set the gain for MIDI playback, 0-1000 (default: 100)
-.br
-(only supported by some MIDI drivers)
-.It Fl n | -subtitles
-Enable subtitles (use with games that have voice).
-.It Fl b | -boot-param= Ns Ar NUM
-Pass number to the boot script (boot param).
-.It Fl d | -debuglevel= Ns Ar NUM
-Set debug verbosity level
-.It Fl -debugflags= Ns Arm FLAGS
-Enable engine specific debug flags (separated by commas)
+.It Fl s | -sfx-volume= Ns Ar NUM
+Set the sfx volume to, 0-255 (default: 192).
+.It Fl t | -list-targets
+Display list of configured targets and exit.
 .It Fl u | -dump-scripts
 Enable script dumping if a directory called
 .Em dumps
 exists in the current directory.
+.It Fl v | -version
+Display ScummVM version information and exit.
+.It Fl x | -save-slot= Ns Ar [SLOT]
+Saved game slot to load (default: autosave).
+.It Fl z | -list-games
+Display list of supported games and exit.
+.It Fl -alt-intro
+Use alternative intro for CD versions of Beneath a Steel Sky and Flight of the
+Amazon Queen.
+.It Fl -aspect-ratio
+Enable aspect ratio correction.
+.It Fl -auto-detect
+Display a list of games from current or specified directory and start the first
+one.
+Use
+.Fl -path= Ns Ar PATH
+to specify a directory.
 .It Fl -cdrom= Ns Ar NUM
 CD drive to play CD audio from (default: 0 = first drive).
-.It Fl -joystick= Ns Ar [NUM]
+.It Fl -copy-protection
+Enable copy protection in games, when ScummVM disables it by default.
+.It Fl -debugflags= Ns Ar FLAGS
+Enable engine specific debug flags (separated by commas)
+.It Fl -demo-mode
+Start demo mode of Maniac Mansion (Classic version)
+.It Fl -detect
+Display a list of games with their ID from current or specified directory
+without adding it to the config.
+Use
+.Fl -path= Ns Ar PATH
+to specify a directory.
+.It Fl -enable-gs
+Enable Roland GS mode for MIDI playback.
+.It Fl -extrapath= Ns Ar PATH
+Extra path to additional game data
+.It Fl -filtering
+Force filtered graphics mode
+.It Fl -gui-theme= Ns Ar THEME
+Select GUI theme
+.Po
+.Ar default ,
+.Ar modern ,
+.Ar classic
+.Pc
+.It Fl -joystick= Ns Ar NUM
 Enable joystick input (default: 0 = first joystick).
+.It Fl -list-audio-devices
+List all available audio devices
+.It Fl -list-engines
+Display list of suppported engines and exit.
+.It Fl -list-saves
+Display a list of saved games for the target specified with
+.Fl -game= Ns Ar TARGET
+or all targets if none is specified.
+.Fl -game= Ns Ar ID
+In combination with
+.Fl -add
+or
+.Fl -detect
+only adds or attempts to detect the game with id
+.Ar ID .
+.It Fl -list-themes
+Display list of all usable GUI themes
+.It Fl -midi-gain= Ns Ar NUM
+Set the gain for MIDI playback, 0-1000 (default: 100)
+.br
+(only supported by some MIDI drivers)
+.It Fl -multi-midi
+Enable combination of AdLib and native MIDI.
+.It Fl -native-mt32
+True Roland MT-32 MIDI (disable GM emulation).
+.It Fl -no-filtering
+Force unfiltered graphics mode
+.It Fl -opl-driver= Ns Ar DRIVER
+Select AdLib (OPL) emulator
+.Po
+.Ar db ,
+.Ar mame ,
+.Ar nuked
+.Pc
+.It Fl -output-rate= Ns Ar RATE
+Set output sample rate in Hz (e.g. 22050).
 .It Fl -platform= Ns Ar WORD
 Specify platform of game
 .Po
@@ -262,29 +272,12 @@ Specify platform of game
 .Ar segacd ,
 .Ar windows
 .Pc
-.It Fl -savepath= Ns Ar PATH
-Path to where saved games are stored
-.It Fl -extrapath= Ns Ar PATH
-Extra path to additional game data
-.It Fl -soundfont= Ns Ar FILE
-Select the SoundFont for MIDI playback (only supported by some MIDI drivers).
-.It Fl -multi-midi
-Enable combination of AdLib and native MIDI.
-.It Fl -native-mt32
-True Roland MT-32 MIDI (disable GM emulation).
-.It Fl -enable-gs
-Enable Roland GS mode for MIDI playback.
-.It Fl -output-rate= Ns Ar RATE
-Set output sample rate in Hz (e.g. 22050).
-.It Fl -opl-driver= Ns Ar DRIVER
-Select AdLib (OPL) emulator
-.Po
-.Ar db ,
-.Ar mame ,
-.Ar nuked
-.Pc
-.It Fl -aspect-ratio
-Enable aspect ratio correction.
+.It Fl -recursive
+In combination with
+.Fl -add
+or
+.Fl -detect
+recurse down all subdirectories
 .It Fl -render-mode= Ns Ar MODE
 Enable additional render modes
 .Po
@@ -301,17 +294,24 @@ Enable additional render modes
 .Ar atari ,
 .Ar macintosh
 .Pc
-.It Fl -alt-intro
-Use alternative intro for CD versions of Beneath a Steel Sky and Flight of the
-Amazon Queen.
-.It Fl -copy-protection
-Enable copy protection in games, when ScummVM disables it by default.
+.It Fl -savepath= Ns Ar PATH
+Path to where saved games are stored
+.It Fl -soundfont= Ns Ar FILE
+Select the SoundFont for MIDI playback (only supported by some MIDI drivers).
+.It Fl -stretch-mode= Ns Ar MODE
+Select stretch mode
+.Po
+.Ar center ,
+.Ar integral ,
+.Ar fit ,
+.Ar stretch
+.Pc
 .It Fl -talkspeed= Ns Ar NUM
 Set talk delay for SCUMM games, or talk speed for other games (default: 60)
-.It Fl -demo-mode
-Start demo mode of Maniac Mansion (Classic version)
 .It Fl -tempo= Ns Ar NUM
 Set music tempo (in percent, 50-200) for SCUMM games (default: 100).
+.It Fl -themepath= Ns Ar PATH
+Path to where GUI themes are stored
 .El
 .Sh INGAME HOTKEYS
 .Bl -tag -width 13m


Commit: 9da491f8c2e27f71b55eb26c8059341242768a72
    https://github.com/scummvm/scummvm/commit/9da491f8c2e27f71b55eb26c8059341242768a72
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: remove myself and old email address from AUTHORS

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 7ce180db1de..eb0a318093a 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -394,7 +394,6 @@ More information can be found in the
 and on the website
 .Lk https://www.scummvm.org .
 .Sh AUTHORS
-This manual page written by Jonathan Gray <khalek at scummvm.org>.
 ScummVM was written by the ScummVM team.
 See
 .Pa AUTHORS


Commit: cfa158d4b0234f86af0b0cdabe186894bbcc5b36
    https://github.com/scummvm/scummvm/commit/cfa158d4b0234f86af0b0cdabe186894bbcc5b36
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: add more options from scummvm -h

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index eb0a318093a..8129b02d359 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -125,6 +125,8 @@ Factor 2x.
 .El
 .It Fl h | -help
 Display a brief help text and exit.
+.It Fl l | -logfile= Ns Ar PATH
+Use alternate path for log file.
 .It Fl m | -music-volume= Ns Ar NUM
 Set the music volume, 0-255 (default: 192).
 .It Fl n | -subtitles
@@ -194,6 +196,10 @@ to specify a directory.
 CD drive to play CD audio from (default: 0 = first drive).
 .It Fl -copy-protection
 Enable copy protection in games, when ScummVM disables it by default.
+.It Fl -dirtyrects
+Enable dirty rectangles optimisation in software renderer (default: enabled).
+.It Fl -debug-channels-only
+Show only the specified debug channels
 .It Fl -debugflags= Ns Ar FLAGS
 Enable engine specific debug flags (separated by commas)
 .It Fl -demo-mode
@@ -204,12 +210,31 @@ without adding it to the config.
 Use
 .Fl -path= Ns Ar PATH
 to specify a directory.
+.It Fl -dump-midi
+Dumps MIDI events to
+.Pa dump.mid ,
+until quitting from game.
 .It Fl -enable-gs
 Enable Roland GS mode for MIDI playback.
+.It Fl -engine= Ns Ar ID
+In combination with
+.Fl -list-games
+or
+.Fl -list-all-games
+only lists games for this engine.
+.It Fl -engine-speed= Ns Ar NUM
+Set frame per second limit (0 - 100), 0 = no limit (default: 60).
 .It Fl -extrapath= Ns Ar PATH
 Extra path to additional game data
 .It Fl -filtering
 Force filtered graphics mode
+.It Fl -game= Ns Ar ID
+In combination with
+.Fl -add
+or
+.Fl -detect
+only adds or attempts to detect the game with id
+.Ar ID .
 .It Fl -gui-theme= Ns Ar THEME
 Select GUI theme
 .Po
@@ -219,8 +244,23 @@ Select GUI theme
 .Pc
 .It Fl -joystick= Ns Ar NUM
 Enable joystick input (default: 0 = first joystick).
+.It Fl -iconspath= Ns Ar PATH
+Path to additional icons for the launcher grid view.
+.It Fl -list-all-debugflags
+Display list of all engine specified debugflags.
+.It Fl -list-all-engines
+Display list of all detection engines and exit.
+.It Fl -list-all-games
+Display list of all detected games and exit.
 .It Fl -list-audio-devices
 List all available audio devices
+.It Fl -list-debugflags= Ns Ar engine
+Display list of engine specified debugflags.
+if
+.Ar engine= Ns global
+or
+.Ar engine
+is not specified, then it will list global debugflags.
 .It Fl -list-engines
 Display list of suppported engines and exit.
 .It Fl -list-saves
@@ -236,6 +276,28 @@ only adds or attempts to detect the game with id
 .Ar ID .
 .It Fl -list-themes
 Display list of all usable GUI themes
+.It Fl -md5
+Shows MD5 hash of the file given by
+.Fl -md5-path= Ns Ar PATH .
+If
+.Fl -md5-length= Ns Ar NUM
+is passed then it shows the MD5 hash of the first or last
+.Ar NUM
+bytes of the file given by
+.Ar PATH .
+If
+.Fl -md5-engine= Ns Ar ENGINE_ID
+is passed, it fetches the MD5 length automatically, overriding
+.Fl -md5-length .
+.It Fl -md5mac
+Shows MD5 hash for both the resource fork and data fork of the
+mac file given by
+.Fl -md5-path= Ns Ar PATH .
+If
+.Fl -md5-length= Ns Ar NUM
+is passed then it shows the MD5 hash of the first or last
+.Ar NUM
+bytes of each fork.
 .It Fl -midi-gain= Ns Ar NUM
 Set the gain for MIDI playback, 0-1000 (default: 100)
 .br
@@ -294,10 +356,40 @@ Enable additional render modes
 .Ar atari ,
 .Ar macintosh
 .Pc
+.It Fl -renderer= Ns Ar RENDERER
+Select 3D renderer
+.Po
+.Ar software ,
+.Ar opengl ,
+.Ar opengl_shaders
+.Pc
 .It Fl -savepath= Ns Ar PATH
 Path to where saved games are stored
+.It Fl -scale-factor= Ns Ar FACTOR
+Factor to scale the graphics by.
+.It Fl -scaler= Ns Ar MODE
+Select graphics scaler
+.Po
+.Ar normal ,
+.Ar hq ,
+.Ar edge ,
+.Ar advmame ,
+.Ar sai ,
+.Ar supersai ,
+.Ar supereagle ,
+.Ar pm ,
+.Ar dotmatrix ,
+.Ar tv2x
+.Pc .
+.It Fl -screenshotpath= Ns Ar PATH
+Specify path where screenshot files are created.
+.It Fl -show-fps
+Display FPS in 3D games.
 .It Fl -soundfont= Ns Ar FILE
 Select the SoundFont for MIDI playback (only supported by some MIDI drivers).
+.It Fl -start-movie= Ns Ar NAME Ns Ar @NUM
+Start movie at frame for Director.
+Either can be specified without the other.
 .It Fl -stretch-mode= Ns Ar MODE
 Select stretch mode
 .Po
@@ -312,6 +404,8 @@ Set talk delay for SCUMM games, or talk speed for other games (default: 60)
 Set music tempo (in percent, 50-200) for SCUMM games (default: 100).
 .It Fl -themepath= Ns Ar PATH
 Path to where GUI themes are stored
+.It Fl -window-size= Ns Ar W,H
+Set the ScummVM window size to the specified dimensions (OpenGL only).
 .El
 .Sh INGAME HOTKEYS
 .Bl -tag -width 13m


Commit: a48fabcd7611d835ba3b2d2dbb0bedb8cb7422d5
    https://github.com/scummvm/scummvm/commit/a48fabcd7611d835ba3b2d2dbb0bedb8cb7422d5
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: end option sentences in '.'

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 8129b02d359..f8deb478daa 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -50,7 +50,7 @@ Pass number to the boot script (boot param).
 .It Fl c | -config= Ns Ar CONFIG
 Use alternate configuration file.
 .It Fl d | -debuglevel= Ns Ar NUM
-Set debug verbosity level
+Set debug verbosity level.
 .It Fl e | -music-driver= Ns Ar MODE
 Select music driver:
 .Bl -tag -width 10m
@@ -199,11 +199,11 @@ Enable copy protection in games, when ScummVM disables it by default.
 .It Fl -dirtyrects
 Enable dirty rectangles optimisation in software renderer (default: enabled).
 .It Fl -debug-channels-only
-Show only the specified debug channels
+Show only the specified debug channels.
 .It Fl -debugflags= Ns Ar FLAGS
-Enable engine specific debug flags (separated by commas)
+Enable engine specific debug flags (separated by commas).
 .It Fl -demo-mode
-Start demo mode of Maniac Mansion (Classic version)
+Start demo mode of Maniac Mansion (Classic version).
 .It Fl -detect
 Display a list of games with their ID from current or specified directory
 without adding it to the config.
@@ -225,9 +225,9 @@ only lists games for this engine.
 .It Fl -engine-speed= Ns Ar NUM
 Set frame per second limit (0 - 100), 0 = no limit (default: 60).
 .It Fl -extrapath= Ns Ar PATH
-Extra path to additional game data
+Extra path to additional game data.
 .It Fl -filtering
-Force filtered graphics mode
+Force filtered graphics mode.
 .It Fl -game= Ns Ar ID
 In combination with
 .Fl -add
@@ -241,7 +241,7 @@ Select GUI theme
 .Ar default ,
 .Ar modern ,
 .Ar classic
-.Pc
+.Pc .
 .It Fl -joystick= Ns Ar NUM
 Enable joystick input (default: 0 = first joystick).
 .It Fl -iconspath= Ns Ar PATH
@@ -253,7 +253,7 @@ Display list of all detection engines and exit.
 .It Fl -list-all-games
 Display list of all detected games and exit.
 .It Fl -list-audio-devices
-List all available audio devices
+List all available audio devices.
 .It Fl -list-debugflags= Ns Ar engine
 Display list of engine specified debugflags.
 if
@@ -275,7 +275,7 @@ or
 only adds or attempts to detect the game with id
 .Ar ID .
 .It Fl -list-themes
-Display list of all usable GUI themes
+Display list of all usable GUI themes.
 .It Fl -md5
 Shows MD5 hash of the file given by
 .Fl -md5-path= Ns Ar PATH .
@@ -299,7 +299,7 @@ is passed then it shows the MD5 hash of the first or last
 .Ar NUM
 bytes of each fork.
 .It Fl -midi-gain= Ns Ar NUM
-Set the gain for MIDI playback, 0-1000 (default: 100)
+Set the gain for MIDI playback, 0-1000 (default: 100).
 .br
 (only supported by some MIDI drivers)
 .It Fl -multi-midi
@@ -307,14 +307,14 @@ Enable combination of AdLib and native MIDI.
 .It Fl -native-mt32
 True Roland MT-32 MIDI (disable GM emulation).
 .It Fl -no-filtering
-Force unfiltered graphics mode
+Force unfiltered graphics mode.
 .It Fl -opl-driver= Ns Ar DRIVER
 Select AdLib (OPL) emulator
 .Po
 .Ar db ,
 .Ar mame ,
 .Ar nuked
-.Pc
+.Pc .
 .It Fl -output-rate= Ns Ar RATE
 Set output sample rate in Hz (e.g. 22050).
 .It Fl -platform= Ns Ar WORD
@@ -333,13 +333,13 @@ Specify platform of game
 .Ar pce ,
 .Ar segacd ,
 .Ar windows
-.Pc
+.Pc .
 .It Fl -recursive
 In combination with
 .Fl -add
 or
 .Fl -detect
-recurse down all subdirectories
+recurse down all subdirectories.
 .It Fl -render-mode= Ns Ar MODE
 Enable additional render modes
 .Po
@@ -355,16 +355,16 @@ Enable additional render modes
 .Ar 2gs ,
 .Ar atari ,
 .Ar macintosh
-.Pc
+.Pc .
 .It Fl -renderer= Ns Ar RENDERER
 Select 3D renderer
 .Po
 .Ar software ,
 .Ar opengl ,
 .Ar opengl_shaders
-.Pc
+.Pc .
 .It Fl -savepath= Ns Ar PATH
-Path to where saved games are stored
+Path to where saved games are stored.
 .It Fl -scale-factor= Ns Ar FACTOR
 Factor to scale the graphics by.
 .It Fl -scaler= Ns Ar MODE
@@ -397,13 +397,13 @@ Select stretch mode
 .Ar integral ,
 .Ar fit ,
 .Ar stretch
-.Pc
+.Pc .
 .It Fl -talkspeed= Ns Ar NUM
-Set talk delay for SCUMM games, or talk speed for other games (default: 60)
+Set talk delay for SCUMM games, or talk speed for other games (default: 60).
 .It Fl -tempo= Ns Ar NUM
 Set music tempo (in percent, 50-200) for SCUMM games (default: 100).
 .It Fl -themepath= Ns Ar PATH
-Path to where GUI themes are stored
+Path to where GUI themes are stored.
 .It Fl -window-size= Ns Ar W,H
 Set the ScummVM window size to the specified dimensions (OpenGL only).
 .El


Commit: 1077694d3793b89381bdf6ac60fcf28ed9fbb32c
    https://github.com/scummvm/scummvm/commit/1077694d3793b89381bdf6ac60fcf28ed9fbb32c
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: spelling

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index f8deb478daa..d63173c3338 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -262,7 +262,7 @@ or
 .Ar engine
 is not specified, then it will list global debugflags.
 .It Fl -list-engines
-Display list of suppported engines and exit.
+Display list of supported engines and exit.
 .It Fl -list-saves
 Display a list of saved games for the target specified with
 .Fl -game= Ns Ar TARGET


Commit: 5c8282e07998ccf01ac2421b9277809ac94fb7d6
    https://github.com/scummvm/scummvm/commit/5c8282e07998ccf01ac2421b9277809ac94fb7d6
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: sort music driver options

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index d63173c3338..e9f02e35289 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -54,32 +54,32 @@ Set debug verbosity level.
 .It Fl e | -music-driver= Ns Ar MODE
 Select music driver:
 .Bl -tag -width 10m
-.It Ar null
-Null output.
-Don't play any music.
 .It Ar adlib
 Internal AdLib emulation
+.It Ar alsa
+Output using ALSA sequencer device
+.It Ar core
+CoreAudio sound, for macOS users
+.It Ar coremidi
+CoreMIDI sound, for macOS users.
 .It Ar fluidsynth
 FluidSynth MIDI emulation
 .It Ar mt32
 Internal MT-32 emulation
+.It Ar null
+Null output.
+Don't play any music.
 .It Ar pcjr
 Internal PCjr emulation (only usable in SCUMM games)
 .It Ar pcspk
 Internal PC Speaker emulation
-.It Ar towns
-Internal FM-TOWNS YM2612 emulation (only usable in SCUMM FM-TOWNS games)
-.It Ar alsa
-Output using ALSA sequencer device
-.It Ar core
-CoreAudio sound, for macOS users
-.It Ar coremidi
-CoreMIDI sound, for macOS users.
-Use only if you have a hardware MIDI synthesizer.
 .It Ar seq
 Use /dev/sequencer for MIDI, *nix users.
 .It Ar timidity
 Connect to TiMidity++ MIDI server.
+.It Ar towns
+Internal FM-TOWNS YM2612 emulation (only usable in SCUMM FM-TOWNS games)
+Use only if you have a hardware MIDI synthesizer.
 .It Ar windows
 Windows built in MIDI sequencer for Windows users
 .El


Commit: cdbacc7487a33a98bbb50ade28aec8646799e0f5
    https://github.com/scummvm/scummvm/commit/cdbacc7487a33a98bbb50ade28aec8646799e0f5
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: end music driver options with '.'

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index e9f02e35289..dd05227a029 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -55,24 +55,24 @@ Set debug verbosity level.
 Select music driver:
 .Bl -tag -width 10m
 .It Ar adlib
-Internal AdLib emulation
+Internal AdLib emulation.
 .It Ar alsa
-Output using ALSA sequencer device
+Output using ALSA sequencer device.
 .It Ar core
-CoreAudio sound, for macOS users
+CoreAudio sound, for macOS users.
 .It Ar coremidi
 CoreMIDI sound, for macOS users.
 .It Ar fluidsynth
-FluidSynth MIDI emulation
+FluidSynth MIDI emulation.
 .It Ar mt32
-Internal MT-32 emulation
+Internal MT-32 emulation.
 .It Ar null
 Null output.
 Don't play any music.
 .It Ar pcjr
-Internal PCjr emulation (only usable in SCUMM games)
+Internal PCjr emulation (only usable in SCUMM games).
 .It Ar pcspk
-Internal PC Speaker emulation
+Internal PC Speaker emulation.
 .It Ar seq
 Use /dev/sequencer for MIDI, *nix users.
 .It Ar timidity
@@ -81,7 +81,7 @@ Connect to TiMidity++ MIDI server.
 Internal FM-TOWNS YM2612 emulation (only usable in SCUMM FM-TOWNS games)
 Use only if you have a hardware MIDI synthesizer.
 .It Ar windows
-Windows built in MIDI sequencer for Windows users
+Windows built in MIDI sequencer for Windows users.
 .El
 .It Fl F | -no-fullscreen
 Force windowed mode.


Commit: 59e66d70b6702e1bb7547c55b004d756d4a01cf2
    https://github.com/scummvm/scummvm/commit/59e66d70b6702e1bb7547c55b004d756d4a01cf2
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: mention sndio MIDI option

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index dd05227a029..b5fc36f3f4a 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -75,6 +75,8 @@ Internal PCjr emulation (only usable in SCUMM games).
 Internal PC Speaker emulation.
 .It Ar seq
 Use /dev/sequencer for MIDI, *nix users.
+.It Ar sndio
+Use sndio MIDI.
 .It Ar timidity
 Connect to TiMidity++ MIDI server.
 .It Ar towns


Commit: e39eb3b677a4387ab1eac61e0fe165828c13283b
    https://github.com/scummvm/scummvm/commit/e39eb3b677a4387ab1eac61e0fe165828c13283b
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: remove references to README file

no longer describes options
replace with links to docs.scummvm.org and scummvm.org

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index b5fc36f3f4a..dfa6b393b8a 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -20,10 +20,9 @@ For example,
 for Monkey Island.
 This can be either a built-in gameid, or a user configured target.
 .Sh OPTIONS
-Please note that more detailed information for the following options can be
-found in the
-.Pa README
-file.
+More details for the following options can be
+found at
+.Lk https://docs.scummvm.org .
 .Pp
 The meaning of most long options (that is, those options starting with a
 double-dash) can be inverted by prefixing them with
@@ -443,9 +442,8 @@ of the middle mouse button or wheel.
 .El
 .Pp
 There are many more SCUMM and game-specific hotkeys.
-See the
-.Pa README
-file.
+See
+.Lk https://wiki.scummvm.org/index.php?title=Category:Supported_Games .
 .Sh ENVIRONMENT
 .Bl -tag -width SCUMMVM
 .It Ev SCUMMVM_MIDI
@@ -485,9 +483,7 @@ Running the Italian version of Maniac Mansion fullscreen:
 .Pp
 .Dl $ scummvm -q it -f scumm:maniac
 .Sh SEE ALSO
-More information can be found in the
-.Pa README
-and on the website
+.Lk https://docs.scummvm.org ,
 .Lk https://www.scummvm.org .
 .Sh AUTHORS
 ScummVM was written by the ScummVM team.


Commit: 25548d2485e492dd90441e6a6271eb2b8b85635f
    https://github.com/scummvm/scummvm/commit/25548d2485e492dd90441e6a6271eb2b8b85635f
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: update document date

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index dfa6b393b8a..a0bfbe5e6f0 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -1,4 +1,4 @@
-.Dd December 15, 2004
+.Dd July 20, 2022
 .Dt SCUMMVM 6
 .Os
 .Sh NAME


Commit: 9fdcdbd6012afd674504dfe1ed4dd9d367fb5830
    https://github.com/scummvm/scummvm/commit/9fdcdbd6012afd674504dfe1ed4dd9d367fb5830
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: sync platform list with platform.cpp g_platforms[]

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index a0bfbe5e6f0..eebd1946c00 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -325,15 +325,38 @@ Specify platform of game
 .Ar 3do ,
 .Ar acorn ,
 .Ar amiga ,
+.Ar android ,
+.Ar apple2 ,
 .Ar atari ,
+.Ar atari8 ,
+.Ar beos ,
 .Ar c64 ,
+.Ar cdi ,
+.Ar coco ,
+.Ar coco3 ,
 .Ar fmtowns ,
-.Ar mac ,
+.Ar ios ,
+.Ar linux ,
+.Ar macintosh ,
+.Ar macintosh2 ,
+.Ar megadrive ,
 .Ar nes ,
+.Ar os2 ,
 .Ar pc ,
+.Ar pc98 ,
 .Ar pce ,
+.Ar pippin ,
+.Ar playstation ,
+.Ar playstation2 ,
+.Ar ppc ,
+.Ar saturn ,
 .Ar segacd ,
-.Ar windows
+.Ar shockwave ,
+.Ar ti994 ,
+.Ar wii ,
+.Ar windows ,
+.Ar xbox ,
+.Ar zx
 .Pc .
 .It Fl -recursive
 In combination with


Commit: d6e48884df16fd11017fb6837401707a7ead2c6a
    https://github.com/scummvm/scummvm/commit/d6e48884df16fd11017fb6837401707a7ead2c6a
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: PCjr also available for agi

from Donovan Watteau

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index eebd1946c00..0ef43d0c746 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -69,7 +69,7 @@ Internal MT-32 emulation.
 Null output.
 Don't play any music.
 .It Ar pcjr
-Internal PCjr emulation (only usable in SCUMM games).
+Internal PCjr emulation.
 .It Ar pcspk
 Internal PC Speaker emulation.
 .It Ar seq


Commit: 8e64f6435ea57e29eecdbbf9fd4f041e02fe72fb
    https://github.com/scummvm/scummvm/commit/8e64f6435ea57e29eecdbbf9fd4f041e02fe72fb
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: use .Pa instead of .Em for dir name

from Donovan Watteau

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 0ef43d0c746..904fd73f207 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -174,7 +174,7 @@ Set the sfx volume to, 0-255 (default: 192).
 Display list of configured targets and exit.
 .It Fl u | -dump-scripts
 Enable script dumping if a directory called
-.Em dumps
+.Pa dumps
 exists in the current directory.
 .It Fl v | -version
 Display ScummVM version information and exit.


Commit: d0e6438675d91edead86ce689c4c717269e4252a
    https://github.com/scummvm/scummvm/commit/d0e6438675d91edead86ce689c4c717269e4252a
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: no longer possible to set scaler with -g

from Donovan Watteau

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 904fd73f207..f00d38b956a 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -89,41 +89,11 @@ Force windowed mode.
 .It Fl f | -fullscreen
 Force full-screen mode.
 .It Fl g | -gfx-mode= Ns Ar MODE
-Select graphics scaler:
-.Bl -tag -width 10m
-.It Ar 1x
-No filtering, no scaling.
-Fastest.
-.It Ar 2x
-No filtering, factor 2x (default for non 640x480 games).
-.It Ar 3x
-No filtering, factor 3x.
-.It Ar 2xsai
-2xSAI filter, factor 2x.
-.It Ar super2xsai
-Enhanced 2xSAI filtering, factor 2x.
-.It Ar supereagle
-Less blurry than 2xSAI, but slower.
-Factor 2x.
-.It Ar advmame2x
-Doesn't rely on blurring like 2xSAI, fast.
-Factor 2x.
-.It Ar advmame3x
-Doesn't rely on blurring like 2xSAI, fast.
-Factor 3x.
-.It Ar hq2x
-Very nice high quality filter but slow.
-Factor 2x.
-.It Ar hq3x
-Very nice high quality filter but slow.
-Factor 3x.
-.It Ar tv2x
-Interlace filter, tries to emulate a TV.
-Factor 2x.
-.It Ar dotmatrix
-Dot matrix effect.
-Factor 2x.
-.El
+Select graphics mode:
+.Po
+.Ar opengl ,
+.Ar surfacesdl
+.Pc
 .It Fl h | -help
 Display a brief help text and exit.
 .It Fl l | -logfile= Ns Ar PATH


Commit: f5ba15eeefe457f57e2b8319e72c7ecc909c114b
    https://github.com/scummvm/scummvm/commit/f5ba15eeefe457f57e2b8319e72c7ecc909c114b
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: 7th guest also has a demo mode

from Donovan Watteau

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index f00d38b956a..54392189035 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -174,7 +174,7 @@ Show only the specified debug channels.
 .It Fl -debugflags= Ns Ar FLAGS
 Enable engine specific debug flags (separated by commas).
 .It Fl -demo-mode
-Start demo mode of Maniac Mansion (Classic version).
+Start demo mode of Maniac Mansion or The 7th Guest.
 .It Fl -detect
 Display a list of games with their ID from current or specified directory
 without adding it to the config.


Commit: 7601b499b02094825746b23f15bcc7793e47047d
    https://github.com/scummvm/scummvm/commit/7601b499b02094825746b23f15bcc7793e47047d
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: wording suggestions from Donovan Watteau

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 54392189035..2e7a46765f0 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -182,7 +182,7 @@ Use
 .Fl -path= Ns Ar PATH
 to specify a directory.
 .It Fl -dump-midi
-Dumps MIDI events to
+Dump MIDI events to
 .Pa dump.mid ,
 until quitting from game.
 .It Fl -enable-gs
@@ -246,7 +246,7 @@ or
 only adds or attempts to detect the game with id
 .Ar ID .
 .It Fl -list-themes
-Display list of all usable GUI themes.
+Display list of all usable GUI themes and exit.
 .It Fl -md5
 Shows MD5 hash of the file given by
 .Fl -md5-path= Ns Ar PATH .
@@ -434,7 +434,7 @@ Open virtual keyboard (if enabled). This can also be triggered by a long press
 of the middle mouse button or wheel.
 .El
 .Pp
-There are many more SCUMM and game-specific hotkeys.
+There are many more game-specific hotkeys.
 See
 .Lk https://wiki.scummvm.org/index.php?title=Category:Supported_Games .
 .Sh ENVIRONMENT


Commit: 0e4fffc103ca39af7446b8782e8e21a80b24c95b
    https://github.com/scummvm/scummvm/commit/0e4fffc103ca39af7446b8782e8e21a80b24c95b
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: sync --render-mode options with gui_options.cpp

from Donovan Watteau

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 2e7a46765f0..57575daa02c 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -337,18 +337,21 @@ recurse down all subdirectories.
 .It Fl -render-mode= Ns Ar MODE
 Enable additional render modes
 .Po
-.Ar hercGreen ,
-.Ar hercAmber ,
+.Ar 2gs ,
+.Ar amiga ,
+.Ar atari ,
 .Ar cga ,
+.Ar cgaBW ,
+.Ar cgaComp ,
 .Ar ega ,
-.Ar vga ,
-.Ar amiga ,
 .Ar fmtowns ,
-.Ar pc9821 ,
+.Ar hercAmber ,
+.Ar hercGreen ,
+.Ar macintosh ,
+.Ar macintoshbw ,
 .Ar pc9801 ,
-.Ar 2gs ,
-.Ar atari ,
-.Ar macintosh
+.Ar pc9821 ,
+.Ar vga
 .Pc .
 .It Fl -renderer= Ns Ar RENDERER
 Select 3D renderer


Commit: 55c970fa764682adede17e4233e19a426fe1dfbe
    https://github.com/scummvm/scummvm/commit/55c970fa764682adede17e4233e19a426fe1dfbe
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: sync -opl-driver options with commandLine.cpp

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 57575daa02c..bfcbf96304a 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -282,9 +282,11 @@ Force unfiltered graphics mode.
 .It Fl -opl-driver= Ns Ar DRIVER
 Select AdLib (OPL) emulator
 .Po
+.Ar alsa ,
 .Ar db ,
 .Ar mame ,
-.Ar nuked
+.Ar nuked ,
+.Ar opl2lpt
 .Pc .
 .It Fl -output-rate= Ns Ar RATE
 Set output sample rate in Hz (e.g. 22050).


Commit: b06ed4d06fc9682b6dd113d329390bb6d97e76b3
    https://github.com/scummvm/scummvm/commit/b06ed4d06fc9682b6dd113d329390bb6d97e76b3
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: sync language options with language.cpp

from Donovan Watteau

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index bfcbf96304a..07180304bcc 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -106,35 +106,80 @@ Enable subtitles (use with games that have voice).
 Path to where the game is installed.
 .It Fl q | -language= Ns Ar LANG
 Select game's language:
-.Bl -tag -width Ds
-.It Ar cz
+.Bl -tag -width auto -compact
+.\" Sorted by English name of language
+.It Ar ar
+Arabic (Modern Standard)
+.It Ar ca
+Catalan
+.It Ar zh
+Chinese (Generic)
+.It Ar cn
+Chinese (Simplified)
+.It Ar tw
+Chinese (Traditional)
+.It Ar hr
+Croatian
+.It Ar cs
 Czech
-.It Ar de
-German
+.It Ar da
+Danish
+.It Ar nl
+Dutch
 .It Ar en
-English (USA) (default)
-.It Ar es
-Spanish
-.It Ar fr
-French
+English (Generic, default)
 .It Ar gb
 English (Great Britain)
-.It Ar hb
+.It Ar us
+English (US)
+.It Ar et
+Estonian
+.It Ar fi
+Finnish
+.It Ar be
+Flemish
+.It Ar fr
+French
+.It Ar de
+German
+.It Ar el
+Greek
+.It Ar he
 Hebrew
+.It Ar hu
+Hungarian
 .It Ar it
 Italian
-.It Ar jp
+.It Ar ja
 Japanese
-.It Ar kr
+.It Ar ko
 Korean
+.It Ar lv
+Latvian
+.It Ar nb
+Norwegian (Bokm\(oal)
+.It Ar fa
+Persian
+.It Ar pl
+Polish
+.It Ar br
+Portuguese (Brazil)
 .It Ar pt
-Portuguese
+Portuguese (Portugal)
 .It Ar ru
 Russian
+.It Ar sr
+Serbian
+.It Ar sk
+Slovak
+.It Ar es
+Spanish
 .It Ar se
 Swedish
-.It Ar zh
-Chinese
+.It Ar tr
+Turkish
+.It Ar uk
+Ukrainian
 .El
 .It Fl r | -speech-volume Ns Ar NUM
 Set the voice volume to, 0-255 (default: 192).


Commit: 24d61c2482b217958f145d8c11b238e10a0450d8
    https://github.com/scummvm/scummvm/commit/24d61c2482b217958f145d8c11b238e10a0450d8
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: replace -g example that no longer works

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 07180304bcc..5ca3bf5bcf0 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -520,7 +520,7 @@ Running Day of the Tentacle specifying the path:
 .Pp
 Running The Dig with advmame2x filter with subtitles:
 .Pp
-.Dl $ scummvm -g advmame2x -n scumm:dig
+.Dl $ scummvm --scaler=advmame --scale-factor=2 -n scumm:dig
 .Pp
 Running the Italian version of Maniac Mansion fullscreen:
 .Pp


Commit: 2cd11d3e627cdd4d3f257ddfe4fb8ecf4decb345
    https://github.com/scummvm/scummvm/commit/2cd11d3e627cdd4d3f257ddfe4fb8ecf4decb345
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: don't list themes as they are dynamic

from Donovan Watteau

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 5ca3bf5bcf0..a8f41500a98 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -252,12 +252,8 @@ or
 only adds or attempts to detect the game with id
 .Ar ID .
 .It Fl -gui-theme= Ns Ar THEME
-Select GUI theme
-.Po
-.Ar default ,
-.Ar modern ,
-.Ar classic
-.Pc .
+Select a GUI theme, as given by
+.Fl -list-themes .
 .It Fl -joystick= Ns Ar NUM
 Enable joystick input (default: 0 = first joystick).
 .It Fl -iconspath= Ns Ar PATH


Commit: 1326643f02ca3835bcfb484962fa0a09bfdb052a
    https://github.com/scummvm/scummvm/commit/1326643f02ca3835bcfb484962fa0a09bfdb052a
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: use Cm instead of Cy with no-

avoids an anchor in mandoc html output
from Donovan Watteau

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index a8f41500a98..52e3fe2b99b 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -26,7 +26,7 @@ found at
 .Pp
 The meaning of most long options (that is, those options starting with a
 double-dash) can be inverted by prefixing them with
-.Sy no- .
+.Cm no- .
 For example,
 .Fl -no-aspect-ratio
 will turn aspect ratio correction off.


Commit: 1d318e116119ddac577b3eb344dd4bebfa84b14b
    https://github.com/scummvm/scummvm/commit/1d318e116119ddac577b3eb344dd4bebfa84b14b
Author: Jonathan Gray (jsg at jsg.id.au)
Date: 2022-08-02T20:52:03+02:00

Commit Message:
DOCS: MAN: adjust --md5 text for consistency

from Donovan Watteau

Changed paths:
    dists/scummvm.6


diff --git a/dists/scummvm.6 b/dists/scummvm.6
index 52e3fe2b99b..f571cdcb55f 100644
--- a/dists/scummvm.6
+++ b/dists/scummvm.6
@@ -289,25 +289,25 @@ only adds or attempts to detect the game with id
 .It Fl -list-themes
 Display list of all usable GUI themes and exit.
 .It Fl -md5
-Shows MD5 hash of the file given by
+Show MD5 hash of the file given by
 .Fl -md5-path= Ns Ar PATH .
 If
 .Fl -md5-length= Ns Ar NUM
-is passed then it shows the MD5 hash of the first or last
+is passed, then show the MD5 hash of the first or last
 .Ar NUM
 bytes of the file given by
 .Ar PATH .
 If
 .Fl -md5-engine= Ns Ar ENGINE_ID
-is passed, it fetches the MD5 length automatically, overriding
+is passed, fetch the MD5 length automatically, overriding
 .Fl -md5-length .
 .It Fl -md5mac
-Shows MD5 hash for both the resource fork and data fork of the
+Show MD5 hash for both the resource fork and data fork of the
 mac file given by
 .Fl -md5-path= Ns Ar PATH .
 If
 .Fl -md5-length= Ns Ar NUM
-is passed then it shows the MD5 hash of the first or last
+is passed, then show the MD5 hash of the first or last
 .Ar NUM
 bytes of each fork.
 .It Fl -midi-gain= Ns Ar NUM




More information about the Scummvm-git-logs mailing list