[Scummvm-git-logs] scummvm master -> 50755c731ed3b4fafdb735109c9c8cafd0936c13

sev- noreply at scummvm.org
Sat Aug 6 09:31:20 UTC 2022


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:
12d398aa49 NEWS: Add Obsidian announcement
50755c731e DOC: Document mTropolis settings documentation


Commit: 12d398aa491bf9ee65ce6a2cf4b74d7b379ab21d
    https://github.com/scummvm/scummvm/commit/12d398aa491bf9ee65ce6a2cf4b74d7b379ab21d
Author: elasota (ejlasota at gmail.com)
Date: 2022-08-06T11:31:16+02:00

Commit Message:
NEWS: Add Obsidian announcement

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 8dd563fae98..92831eefea2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -8,6 +8,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for C64 and ZX Spectrum versions of GLK Scott Adams
      Interactive Fiction games
    - Added support for GLK Scott Adams adventures 1-12 in the TI99/4A format.
+   - Added support for Obsidian.
 
  General:
    - Reduced amount of false positives in Mass Add.


Commit: 50755c731ed3b4fafdb735109c9c8cafd0936c13
    https://github.com/scummvm/scummvm/commit/50755c731ed3b4fafdb735109c9c8cafd0936c13
Author: elasota (ejlasota at gmail.com)
Date: 2022-08-06T11:31:16+02:00

Commit Message:
DOC: Document mTropolis settings documentation

Changed paths:
    doc/docportal/settings/game.rst


diff --git a/doc/docportal/settings/game.rst b/doc/docportal/settings/game.rst
index 2a094c0a14b..ef35536f1e4 100644
--- a/doc/docportal/settings/game.rst
+++ b/doc/docportal/settings/game.rst
@@ -50,7 +50,7 @@ The Game tab also shows settings unique to the game engine for the selected game
 To find out which engine powers your game, have a look at the ScummVM Supported Games `wiki page
 <https://wiki.scummvm.org/index.php?title=Category:Supported_Games>`_ or :ref:`group <group>` games by Engine in the Launcher. 
 
-Engines: ADL_ | AGI_ | AGOS_ | BLADERUNNER_ | CGE_ | CINE_ | DRASCULA_ | DREAMWEB_ | HDB_ | HOPKINS_ | KYRA_ | LURE_ | MADS_ | NEVERHOOD_ | SCI_ | SCUMM_ | SHERLOCK_ | SKY_ | SUPERNOVA_ | TOLTECS_ | WINTERMUTE_ | XEEN_ |
+Engines: ADL_ | AGI_ | AGOS_ | BLADERUNNER_ | CGE_ | CINE_ | DRASCULA_ | DREAMWEB_ | HDB_ | HOPKINS_ | KYRA_ | LURE_ | MADS_ | MTROPOLIS_ | NEVERHOOD_ | SCI_ | SCUMM_ | SHERLOCK_ | SKY_ | SUPERNOVA_ | TOLTECS_ | WINTERMUTE_ | XEEN_ |
 
 
 
@@ -414,6 +414,48 @@ Graphics dithering
 
 ,,,,,,,,,,
 
+.. _MTROPOLIS:
+
+MTROPOLIS
+*******
+
+.. _widescreen:
+
+16:9 widescreen mod
+	Removes letterboxing and moves some display elements, improving coverage on widescreen displays.
+
+	*mtropolis_mod_obsidian_widescreen*
+
+.. _dynamicmidi:
+
+Improved music mixing
+	Enables dynamic MIDI mixer, improving music quality.
+
+	*mtropolis_mod_dynamic_midi*
+
+.. _saveatcheckpoints:
+
+Autosave at progress points
+	Automatically saves the game at major progress points.
+
+	*mtropolis_mod_auto_save_at_checkpoints*
+
+.. _shorttransitions:
+
+Enable short transitions
+	Plays short transitions that would normally be skipped on fast CPUs.
+
+	*mtropolis_mod_minimum_transition_duration*
+
+.. _debugger:
+
+Start with debugger
+	Starts the game with the debug overlay active.
+
+	*mtropolis_debug_at_start*
+
+,,,,,,,,,,
+
 .. _NEVERHOOD:
 
 NEVERHOOD




More information about the Scummvm-git-logs mailing list