[Scummvm-git-logs] scummvm master -> 5224112ea56a2bacd54dc3aff3c4effc5531d0d8

sev- sev at scummvm.org
Fri Sep 6 00:00:51 CEST 2019


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:
39eb3579a9 NEWS: Mention HDB support
5224112ea5 HDB: Build engine by default


Commit: 39eb3579a9fe4116eec5a87f1f6f0865fdcf723d
    https://github.com/scummvm/scummvm/commit/39eb3579a9fe4116eec5a87f1f6f0865fdcf723d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-09-06T00:00:40+02:00

Commit Message:
NEWS: Mention HDB support

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 1eebc69..7590c55 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -16,6 +16,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for Might and Magic - Swords of Xeen.
    - Added support for Quest for Glory: Shadows of Darkness.
    - Added support for Versailles 1685.
+   - Added support for Hyperspace Delivery Boy!
 
  New ports:
    - Added Nintendo Switch port.


Commit: 5224112ea56a2bacd54dc3aff3c4effc5531d0d8
    https://github.com/scummvm/scummvm/commit/5224112ea56a2bacd54dc3aff3c4effc5531d0d8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-09-06T00:00:40+02:00

Commit Message:
HDB: Build engine by default

Changed paths:
    engines/hdb/configure.engine


diff --git a/engines/hdb/configure.engine b/engines/hdb/configure.engine
index fae5159..78ea407 100644
--- a/engines/hdb/configure.engine
+++ b/engines/hdb/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 hdb "Hyperspace Delivery Boy!" no "" "" "16bit zlib highres lua"
+add_engine hdb "Hyperspace Delivery Boy!" yes "" "" "16bit zlib highres lua"





More information about the Scummvm-git-logs mailing list