[Scummvm-git-logs] scummvm master -> cbb066cac3ddb7f8bd5561d13f59ae282a74b233

sev- noreply at scummvm.org
Fri Nov 15 15:55:22 UTC 2024


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

Summary:
96c335bf21 JANITORIAL: Remove trailing spaces
cbb066cac3 DOCS: Fix 'tv2x' scaler parameter. Bug #14684


Commit: 96c335bf21aa56e05fa16d75d9e782a5a928c596
    https://github.com/scummvm/scummvm/commit/96c335bf21aa56e05fa16d75d9e782a5a928c596
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-15T16:54:25+01:00

Commit Message:
JANITORIAL: Remove trailing spaces

Changed paths:
    doc/docportal/advanced_topics/command_line.rst


diff --git a/doc/docportal/advanced_topics/command_line.rst b/doc/docportal/advanced_topics/command_line.rst
index 6c5e901019e..a6388a83973 100755
--- a/doc/docportal/advanced_topics/command_line.rst
+++ b/doc/docportal/advanced_topics/command_line.rst
@@ -13,7 +13,7 @@ Usage
 
     scummvm [option] [game]
 
-- By default, executing ``scummvm`` on the command line starts the Launcher. 
+- By default, executing ``scummvm`` on the command line starts the Launcher.
 - Specify a game or use ``--auto-detect`` to start a game directly.
 - Some options, such as ``--help`` or ``--list-audio-devices``, allow you to view information about ScummVM directly on the command line without starting the Launcher or starting a game.
 
@@ -165,7 +165,7 @@ Short options are listed where they are available.
         ``--dump-scripts``,``-u``,"Enables script dumping if a directory called 'dumps' exists in the current directory",false
         ``--enable-gs``,,":ref:`Enables Roland GS mode for MIDI playback <gs>`",false
         ``--engine=ID``,,"In combination with ``--list-games`` or ``--list-all-games`` only lists games for this engine",
-        ``--engine-speed=NUM``,,"Sets frame-per-second limit for Grim Fandango or Escape from Monkey Island. 0 is no limit. Allowed values 0 - 100", 60             
+        ``--engine-speed=NUM``,,"Sets frame-per-second limit for Grim Fandango or Escape from Monkey Island. 0 is no limit. Allowed values 0 - 100", 60
         ``--extrapath=PATH``,,":ref:`Extra path to additional game data <extra>`",
         ``--filtering``,,":ref:`Forces filtered graphics mode <filtering>`",false
         ``--fullscreen``,``-f``,":ref:`Forces full-screen mode <fullscreen>`",false
@@ -193,7 +193,7 @@ Short options are listed where they are available.
         ``--md5-engine=ENGINE_ID``,,"Used with ``--md5`` to specify the engine for which number of bytes to be hashed must be calculated. This option overrides ``--md5-length`` if used along with it. Use ``--list-engines`` to find all engine IDs.",
         ``--md5-length=NUM``,,"Used with ``--md5`` or ``--md5mac`` to specify the number of bytes to be hashed.If ``NUM`` is 0, MD5 hash of the whole file is calculated. If ``NUM`` is negative, the MD5 hash is calculated from the tail. Is overriden if passed with ``--md5-engine`` option",0
         ``--md5-path=PATH``,,"Used with ``--md5`` or ``--md5mac`` to specify path of file to calculate MD5 hash of", ./scummvm
-        ``--midi-gain=NUM``,,":ref:`Sets the gain for MIDI playback <gain>` Only supported by some MIDI drivers. 0-1000",100 
+        ``--midi-gain=NUM``,,":ref:`Sets the gain for MIDI playback <gain>` Only supported by some MIDI drivers. 0-1000",100
         ``--multi-midi``,,":ref:`Enables combination AdLib and native MIDI <multi>`",false
         ``--music-driver=MODE``,``-e``,":ref:`Selects preferred music device <device>`",auto
         ``--music-volume=NUM``,``-m``,":ref:`Sets the music volume <music>`, 0-255",192
@@ -203,9 +203,9 @@ Short options are listed where they are available.
         ``--output-channels=CHANNELS``,,"Select output channel count, for example, 2 for stereo.",
         ``--output-rate=RATE``,,"Selects output sample rate in Hz, for example 22050Hz.",
         ``--path=PATH``,``-p``,"Sets path to where the game is installed",
-        ``--platform=STRING``,,":ref: `Specifies platform of game <platform>` 
-        Allowed values: 
-        
+        ``--platform=STRING``,,":ref: `Specifies platform of game <platform>`
+        Allowed values:
+
         - 2gs
         - 3do
         - acorn
@@ -215,7 +215,7 @@ Short options are listed where they are available.
         - fmtowns
         - nes
         - mac
-        - pc 
+        - pc
         - pc98
         - pce
         - segacd
@@ -226,8 +226,8 @@ Short options are listed where they are available.
         ``--record-mode=MODE``,,"Specifies record mode for `Event Recorder <https://wiki.scummvm.org/index.php/Event_Recorder>`_. Allowed values: record, playback, info, update, passthrough.", none
         ``--recursive``,,"In combination with ``--add or ``--detect`` recurses down all subdirectories",
         ``--renderer=RENDERER``,,"Selects 3D renderer. Allowed values: software, opengl, opengl_shaders",
-        ``--render-mode=MODE``,,":ref:`Enables additional render modes <render>`. 
-        Allowed values: 
+        ``--render-mode=MODE``,,":ref:`Enables additional render modes <render>`.
+        Allowed values:
 
         - hercGreen
         - hercAmber
@@ -246,7 +246,7 @@ Short options are listed where they are available.
         ``--savepath=PATH``,,":ref:`Specifies path to where saved games are stored <savepath>`",
         ``--scale-factor=FACTOR``,,"Specifies the factor to scale the graphics by",
         ``--scaler=MODE``,, "Selects graphics scaler.
-        Allowed values: 
+        Allowed values:
 
         - normal
         - hq
@@ -259,112 +259,24 @@ Short options are listed where they are available.
         - dotmatrix
         - tv2x",default
         ``--screenshotpath=PATH``,,"Specify path where screenshot files are created. SDL backend only.",
-        ``--screenshot-period=NUM``,,"When recording, triggers a screenshot every NUM milliseconds.(`Event Recorder <https://wiki.scummvm.org/index.php/Event_Recorder>`_)",60000         
+        ``--screenshot-period=NUM``,,"When recording, triggers a screenshot every NUM milliseconds.(`Event Recorder <https://wiki.scummvm.org/index.php/Event_Recorder>`_)",60000
         ``--sfx-volume=NUM``,``-s``,":ref:`Sets the sfx volume <sfx>`, 0-255",192
     	``--show-fps``,,Turns on frames-per-second information in 3D games,false
         ``--soundfont=FILE``,,":ref:`Selects the SoundFont for MIDI playback. <soundfont>`. Only supported bysome MIDI drivers.",
         ``--speech-volume=NUM``,``-r``,":ref:`Sets the speech volume <speechvol>`, 0-255",192
         ``--start-movie=NAME at NUM``,,"Starts Director movie at specified frame. Either can be specified without the other.",
-        ``--stretch-mode=MODE``,, "Selects stretch mode. 
-        Allowed values: 
-        
+        ``--stretch-mode=MODE``,, "Selects stretch mode.
+        Allowed values:
+
         - center
         - pixel-perfect
         - even-pixels
         - fit
         - stretch
-        - fit_force_aspect", 
+        - fit_force_aspect",
         ``--subtitles``,``-n``,":ref:`Enables subtitles  <speechmute>`",
         ``--talkspeed=NUM``,,":ref:`Sets talk speed for games <talkspeed>`",60
         ``--tempo=NUM``,,"Sets music tempo (in percent, 50-200) for SCUMM games.",100
         ``--themepath=PATH``,,":ref:`Specifies path to where GUI themes are stored <themepath>`",
         ``--version``,``-v``,"Displays ScummVM version information, then exits.",
         "``--window-size=W,H``",,"Sets the ScummVM window size to the specified dimensions. OpenGL only.",
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-


Commit: cbb066cac3ddb7f8bd5561d13f59ae282a74b233
    https://github.com/scummvm/scummvm/commit/cbb066cac3ddb7f8bd5561d13f59ae282a74b233
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-15T16:54:54+01:00

Commit Message:
DOCS: Fix 'tv2x' scaler parameter. Bug #14684

Changed paths:
    doc/docportal/advanced_topics/command_line.rst


diff --git a/doc/docportal/advanced_topics/command_line.rst b/doc/docportal/advanced_topics/command_line.rst
index a6388a83973..a80f996604c 100755
--- a/doc/docportal/advanced_topics/command_line.rst
+++ b/doc/docportal/advanced_topics/command_line.rst
@@ -257,7 +257,7 @@ Short options are listed where they are available.
         - supereagle
         - pm
         - dotmatrix
-        - tv2x",default
+        - tv",default
         ``--screenshotpath=PATH``,,"Specify path where screenshot files are created. SDL backend only.",
         ``--screenshot-period=NUM``,,"When recording, triggers a screenshot every NUM milliseconds.(`Event Recorder <https://wiki.scummvm.org/index.php/Event_Recorder>`_)",60000
         ``--sfx-volume=NUM``,``-s``,":ref:`Sets the sfx volume <sfx>`, 0-255",192




More information about the Scummvm-git-logs mailing list