[Scummvm-cvs-logs] scummvm master -> e972eb32f46d1db4400ab9708bb973de0c694914

bluegr bluegr at gmail.com
Sun Jan 11 16:02:13 CET 2015


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

Summary:
bc959e54dc ZVISION: Build the engine by default
3a0ea6ec2a NEWS: Mention support for Zork Nemesis and Zork Grand Inquisitor
e972eb32f4 README: Add game-specific information for Zork Nemesis and Zork Grand Inquisitor


Commit: bc959e54dc96b702a0bddaef2b8fc006087c035a
    https://github.com/scummvm/scummvm/commit/bc959e54dc96b702a0bddaef2b8fc006087c035a
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2015-01-11T17:00:00+02:00

Commit Message:
ZVISION: Build the engine by default

Changed paths:
    engines/zvision/configure.engine



diff --git a/engines/zvision/configure.engine b/engines/zvision/configure.engine
index 02e3194..38a5959 100644
--- a/engines/zvision/configure.engine
+++ b/engines/zvision/configure.engine
@@ -1,3 +1,3 @@
 # This file is included from the main "configure" script
 # add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
-add_engine zvision "ZVision" no "" "" "freetype2 16bit"
+add_engine zvision "ZVision" yes "" "" "freetype2 16bit"


Commit: 3a0ea6ec2a42d43aa9e552b37a945224c3688aca
    https://github.com/scummvm/scummvm/commit/3a0ea6ec2a42d43aa9e552b37a945224c3688aca
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2015-01-11T17:00:41+02:00

Commit Message:
NEWS: Mention support for Zork Nemesis and Zork Grand Inquisitor

Changed paths:
    NEWS



diff --git a/NEWS b/NEWS
index d66eb55d..45b0afd 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ For a more comprehensive changelog of the latest experimental code, see:
 1.8.0 (????-??-??)
  New Games:
    - Added support for Sfinx.
+   - Added support for Zork Nemesis: The Forbidden Lands.
+   - Added support for Zork: Grand Inquisitor.
 
  General:
    - Updated Munt MT-32 emulation code to version 1.5.0.


Commit: e972eb32f46d1db4400ab9708bb973de0c694914
    https://github.com/scummvm/scummvm/commit/e972eb32f46d1db4400ab9708bb973de0c694914
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2015-01-11T17:01:07+02:00

Commit Message:
README: Add game-specific information for Zork Nemesis and Zork Grand Inquisitor

Changed paths:
    README



diff --git a/README b/README
index e5a4229..3e2cacc 100644
--- a/README
+++ b/README
@@ -373,6 +373,10 @@ SCI Games by Sierra Entertainment:
 Wintermute Games:
      Chivalry is Not Dead                        [chivalry]
 
+ZVISION Games by Activision:
+     Zork Nemesis: The Forbidden Lands           [znemesis]
+     Zork: Grand Inquisitor                      [zgi]
+
 SCUMM Games by Humongous Entertainment:
      Backyard Baseball                           [baseball]
      Backyard Baseball 2001                      [baseball2001]
@@ -1344,6 +1348,7 @@ Engines which currently support returning to the Launcher are:
     TOUCHE
     TSAGE
     TUCKER
+    ZVISION
 
 
 5.5) Hotkeys:
@@ -1508,6 +1513,26 @@ other games.
     t                      - Switch between 'Voice only',
                              'Voice and Text' and 'Text only'
 
+  Zork: Grand Inquisitor
+    Ctrl-s                 - Save
+    Ctrl-r                 - Restore
+    Ctrl-q                 - Quit
+    Ctrl-p                 - Preferences
+    F1                     - Help
+    F5                     - Inventory
+    F6                     - Spellbook
+    F7                     - Score
+    F8                     - Put away current object/forget spell
+    F9                     - Extract coin (must have the coin bag)
+    Space                  - Skips movies
+
+  Zork Nemesis: The Forbidden Lands
+    Ctrl-s                 - Save
+    Ctrl-r                 - Restore
+    Ctrl-q                 - Quit
+    Ctrl-p                 - Preferences
+    Space                  - Skips movies
+
 Note that using Ctrl-f or Ctrl-g is not recommended: games can crash
 when being run faster than their normal speed, as scripts will lose
 synchronisation.
@@ -1627,6 +1652,7 @@ Where 'xxx' is exact the saved game slot (ie 001) under ScummVM
        TOUCHE
        TSAGE
        TUCKER
+       ZVISION
 
 --save-slot/-x:
 
@@ -1659,6 +1685,7 @@ Where 'xxx' is exact the saved game slot (ie 001) under ScummVM
        TOUCHE
        TSAGE
        TUCKER
+       ZVISION
 
 
 7.0) Music and Sound:
@@ -2340,6 +2367,27 @@ The 7th Guest adds the following non-standard keyword:
                                 normal speed, to avoid music synchronization
                                 issues
 
+Zork Nemesis: The Forbidden Lands adds the following non-standard keywords:
+
+    originalsaveload   bool     If true, the original save/load screens are
+                                used instead of the enhanced ScummVM ones
+    doublefps          bool     If true, game FPS are increased from 30 to 60
+    venusenabled       bool     If true, the in-game Venus help system is
+                                enabled
+    noanimwhileturning bool     If true, animations are disabled while turning
+                                in panoramic mode
+
+Zork: Grand Inquisitor adds the following non-standard keywords:
+
+    originalsaveload   bool     If true, the original save/load screens are
+                                used instead of the enhanced ScummVM ones
+    doublefps          bool     If true, game FPS are increased from 30 to 60
+    noanimwhileturning bool     If true, animations are disabled while turning
+                                in panoramic mode
+    mpegmovies         bool     If true, the hires MPEG movies are used in the
+                                DVD version of the game, instead of the lowres
+                                AVI ones
+
 
 8.2) Custom game options that can be toggled via the GUI
 ---- ---------------------------------------------------






More information about the Scummvm-git-logs mailing list