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

lordhoto lordhoto at gmail.com
Tue Jul 1 19:59:05 CEST 2014


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:
8ea8296f1a NEWS: Add missing dot.
d1157af89b YOVEUR: Enable engine by default.


Commit: 8ea8296f1ac47775fbfebd0fca9978666023f3eb
    https://github.com/scummvm/scummvm/commit/8ea8296f1ac47775fbfebd0fca9978666023f3eb
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2014-07-01T19:49:22+02:00

Commit Message:
NEWS: Add missing dot.

Changed paths:
    NEWS



diff --git a/NEWS b/NEWS
index def8b42..46b8ee1 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for Return to Ringworld.
    - Added support for The Neverhood.
    - Added support for Mortville Manor.
-   - Added support for Voyeur
+   - Added support for Voyeur.
 
  General:
    - Updated Munt MT-32 emulation code to version 1.3.0.


Commit: d1157af89be708b5c5a3a14f57e29df70ea80da0
    https://github.com/scummvm/scummvm/commit/d1157af89be708b5c5a3a14f57e29df70ea80da0
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2014-07-01T19:49:50+02:00

Commit Message:
YOVEUR: Enable engine by default.

We ship this with 1.7.0 according to our release plans, thus it should really
be enabled by default.

Changed paths:
    engines/voyeur/configure.engine



diff --git a/engines/voyeur/configure.engine b/engines/voyeur/configure.engine
index 23891fc..c53530a 100644
--- a/engines/voyeur/configure.engine
+++ b/engines/voyeur/configure.engine
@@ -1,4 +1,4 @@
 
 # This file is included from the main "configure" script
 # add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
-add_engine voyeur "Voyeur" no
+add_engine voyeur "Voyeur" yes






More information about the Scummvm-git-logs mailing list