[Scummvm-git-logs] scummvm master -> cd58664b9e91943d7659ad7162874ec376c85299

criezy criezy at scummvm.org
Sun Feb 12 21:21:01 CET 2017


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:
2939e20935 CRYO: Add cryo.dat to DIST_FILES_ENGINEDATA
163b3b6dad DEVTOOLS: Add create_cryo to devtools README
cd58664b9e CREATE_PROJECT: Add data files for access, cryo and macventure in Xcode projects


Commit: 2939e2093505458ce153ea72d8656b30a20abb11
    https://github.com/scummvm/scummvm/commit/2939e2093505458ce153ea72d8656b30a20abb11
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-02-12T20:18:49Z

Commit Message:
CRYO: Add cryo.dat to DIST_FILES_ENGINEDATA

Changed paths:
    Makefile.common


diff --git a/Makefile.common b/Makefile.common
index 4d31ab9..b5e20f5 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -260,6 +260,9 @@ DIST_FILES_ENGINEDATA=
 ifdef ENABLE_ACCESS
 DIST_FILES_ENGINEDATA+=access.dat
 endif
+#ifdef ENABLE_CRYO
+DIST_FILES_ENGINEDATA+=cryo.dat
+endif
 ifdef ENABLE_DRASCULA
 DIST_FILES_ENGINEDATA+=drascula.dat
 endif


Commit: 163b3b6dad1f000c7a6662926aab38250da2238e
    https://github.com/scummvm/scummvm/commit/163b3b6dad1f000c7a6662926aab38250da2238e
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-02-12T20:19:34Z

Commit Message:
DEVTOOLS: Add create_cryo to devtools README

Changed paths:
    devtools/README


diff --git a/devtools/README b/devtools/README
index e7ff94d..751a25a 100644
--- a/devtools/README
+++ b/devtools/README
@@ -30,6 +30,11 @@ convbdf
     where SIZE is replaced by the desired font height.
 
 
+create_cryo
+-----------
+    Creates cryo.dat file which contains a lot of hardcoded tables used
+    by the Cryo engine..
+
 create_drascula (sev)
 ---------------
     Stores a lot of hardcoded data of Drascula in a data file, based on


Commit: cd58664b9e91943d7659ad7162874ec376c85299
    https://github.com/scummvm/scummvm/commit/cd58664b9e91943d7659ad7162874ec376c85299
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-02-12T20:20:28Z

Commit Message:
CREATE_PROJECT: Add data files for access, cryo and macventure in Xcode projects

Changed paths:
    devtools/create_project/xcode.cpp


diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp
index 221f28b..3925013 100644
--- a/devtools/create_project/xcode.cpp
+++ b/devtools/create_project/xcode.cpp
@@ -665,6 +665,8 @@ XcodeProvider::ValueList& XcodeProvider::getResourceFiles() const {
 		files.push_back("gui/themes/scummclassic.zip");
 		files.push_back("gui/themes/scummmodern.zip");
 		files.push_back("gui/themes/translations.dat");
+		files.push_back("dists/engine-data/access.dat");
+		files.push_back("dists/engine-data/cryo.dat");
 		files.push_back("dists/engine-data/drascula.dat");
 		files.push_back("dists/engine-data/hugo.dat");
 		files.push_back("dists/engine-data/kyra.dat");
@@ -677,6 +679,7 @@ XcodeProvider::ValueList& XcodeProvider::getResourceFiles() const {
 		files.push_back("dists/engine-data/tony.dat");
 		files.push_back("dists/engine-data/toon.dat");
 		files.push_back("dists/engine-data/wintermute.zip");
+		files.push_back("dists/engine-data/macventure.dat");
 		files.push_back("dists/pred.dic");
 		files.push_back("icons/scummvm.icns");
 	}





More information about the Scummvm-git-logs mailing list