[Scummvm-cvs-logs] scummvm master -> 915e65d949c7beb612207e8229cb1caa6f06f116

m-kiewitz m_kiewitz at users.sourceforge.net
Fri May 15 05:44:29 CEST 2015


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

Summary:
915e65d949 AGI/SCI: add engine options to README file


Commit: 915e65d949c7beb612207e8229cb1caa6f06f116
    https://github.com/scummvm/scummvm/commit/915e65d949c7beb612207e8229cb1caa6f06f116
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-05-15T05:45:15+02:00

Commit Message:
AGI/SCI: add engine options to README file

Changed paths:
    README



diff --git a/README b/README
index 56b0a84..6b1a3cf 100644
--- a/README
+++ b/README
@@ -2264,6 +2264,10 @@ Sierra games using the AGI engine add the following non-standard keywords:
 
     originalsaveload   bool     If true, the original save/load screens are
                                 used instead of the enhanced ScummVM ones
+    altamigapalette    bool     Use an alternative palette, common for all
+                                Amiga games. This was the old behavior
+    mousesupport       bool     Enables mouse support. Allows to use mouse
+                                for movement and in game menus
 
 Sierra games using the SCI engine add the following non-standard keywords:
 
@@ -2275,6 +2279,12 @@ Sierra games using the SCI engine add the following non-standard keywords:
     native_fb01        bool     If true, the music driver for an IBM Music
                                 Feature card or a Yamaha FB-01 FM synth module
                                 is used for MIDI output
+    use_cdaudio        bool     Use CD audio instead of in-game audio,
+                                when available
+    windows_cursors    bool     Use the Windows cursors (smaller and monochrome)
+                                instead of the DOS ones (King's Quest 6)
+    silver_cursors     bool     Use the alternate set of silver cursors,
+                                instead of the normal golden ones (Space Quest 4)
 
 Broken Sword II adds the following non-standard keywords:
 






More information about the Scummvm-git-logs mailing list