[Scummvm-cvs-logs] scummvm master -> 88247e35703dd75fd7e9a702f7b7be3ccc443c1e

clone2727 clone2727 at gmail.com
Mon Mar 28 16:55:37 CEST 2011


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

Summary:
55d433203d CONFIGURE: Enable Mohawk by default
9efa8faa31 README: Add Living Books games
ecde861446 NEWS: Mention Living Books
88247e3570 NEWS: Cleanup


Commit: 55d433203d4a1efe4aa7a1e86c126aa3f19ed27e
    https://github.com/scummvm/scummvm/commit/55d433203d4a1efe4aa7a1e86c126aa3f19ed27e
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-03-28T07:05:40-07:00

Commit Message:
CONFIGURE: Enable Mohawk by default

Changed paths:
    configure



diff --git a/configure b/configure
index 93d1f3b..969f37c 100755
--- a/configure
+++ b/configure
@@ -95,7 +95,7 @@ add_engine lastexpress "The Last Express" no
 add_engine lure "Lure of the Temptress" yes
 add_engine m4 "M4/MADS" no
 add_engine made "MADE" yes
-add_engine mohawk "Mohawk" no
+add_engine mohawk "Mohawk" yes
 add_engine parallaction "Parallaction" yes
 add_engine queen "Flight of the Amazon Queen" yes
 add_engine saga "SAGA" yes "ihnm saga2"


Commit: 9efa8faa31f146ae30667390eb8fbc49a25627b6
    https://github.com/scummvm/scummvm/commit/9efa8faa31f146ae30667390eb8fbc49a25627b6
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-03-28T07:33:44-07:00

Commit Message:
README: Add Living Books games

Changed paths:
    README



diff --git a/README b/README
index aeafadc..efb9a2a 100644
--- a/README
+++ b/README
@@ -318,6 +318,22 @@ SCUMM Games by Humongous Entertainment:
      SPY Fox in Cheese Chase                     [chase]
      SPY Fox in Hold the Mustard                 [mustard]
 
+Living Books Games:
+     Aesop's Fables: The Tortoise and the Hare   [tortoise]
+     Arthur's Birthday                           [arthurbday]
+     Arthur's Teacher Trouble                    [arthur]
+     Dr. Seuss's ABC                             [seussabc]
+     Green Eggs and Ham                          [greeneggs]
+     Harry and the Haunted House                 [harryhh]
+     Just Grandma and Me                         [grandma]
+     Little Monster at School                    [lilmonster]
+     Ruff's Bone                                 [ruff]
+     Sheila Rae, the Brave                       [sheila]
+     Stellaluna                                  [stellaluna]
+     The Berenstain Bears Get in a Fight         [bearfight]
+     The Berenstain Bears in the Dark            [beardark]
+     The New Kid on the Block                    [newkid]
+
 The following games should load, but are not yet fully playable. Play
 these at your own risk, and please do not file bug reports about them.
 If you want the latest updates on game compatibility, visit our web site


Commit: ecde861446b7d2814b5b906e845c923878a3636d
    https://github.com/scummvm/scummvm/commit/ecde861446b7d2814b5b906e845c923878a3636d
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-03-28T07:33:56-07:00

Commit Message:
NEWS: Mention Living Books

Changed paths:
    NEWS



diff --git a/NEWS b/NEWS
index 60fabc0..ba69165 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for Urban Runner.
    - Added support for Playtoons: Bambou le Sauveur de la Jungle.
    - Added support for Toonstruck.
+   - Added support for Living Books v1 and v2 games.
 
  General
    - Added support for loadable modules on platforms without a dynamic loader.


Commit: 88247e35703dd75fd7e9a702f7b7be3ccc443c1e
    https://github.com/scummvm/scummvm/commit/88247e35703dd75fd7e9a702f7b7be3ccc443c1e
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-03-28T07:39:15-07:00

Commit Message:
NEWS: Cleanup

Changed paths:
    NEWS



diff --git a/NEWS b/NEWS
index ba69165..d2ab41c 100644
--- a/NEWS
+++ b/NEWS
@@ -72,7 +72,7 @@ For a more comprehensive changelog of the latest experimental code, see:
      a lockup in the shower scene of Laura bow 1 and pathfinding in some
      screens during the chase sequence in Laura Bow 2).
    - Fixed several music related glitches and possible lockups (like, for
-     example, a rare music lockup that occured when loading a saved game
+     example, a rare music lockup that occurred when loading a saved game
      outside the palace in Quest for Glory 3).
    - Fixed possible problems and lockups in the character import screens of
      Quest for Glory 2 and 3.
@@ -81,7 +81,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Fixed a script bug in the CD version of King's Quest 5, which caused a
      lockup under certain circumstances when going outside the witch's house
      in the dark forest.
-   - Function keys now work correctly when the numlock key is on.
+   - Function keys now work correctly when the num lock key is on.
    - Improved support for fanmade game scripts.
    - Improved support for non-English versions of games.
    - Made several enhancements and fixes related to MT-32 music (e.g. reverb).
@@ -119,7 +119,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for pause/resume.
    - Added support for games using 16bit graphics.
    - Increased the performance significantly.
-   - Added support for the "Fullscreen mode" option. Unticking this keeps the
+   - Added support for the "Fullscreen mode" option. Unchecking this keeps the
      game's aspect ratio.
    - Added a new graphics mode for linear filtering.
    - Overhauled the input system (see README.Android).






More information about the Scummvm-git-logs mailing list