[Scummvm-cvs-logs] scummvm master -> 355d1b9745386e7c4f366541ea0084915bdb1a83
sev-
sev at scummvm.org
Thu Aug 25 17:49:39 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
355d1b9745 COMPOSER: Update detection entries to avoid using install.inf
Commit: 355d1b9745386e7c4f366541ea0084915bdb1a83
https://github.com/scummvm/scummvm/commit/355d1b9745386e7c4f366541ea0084915bdb1a83
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2011-08-25T08:45:27-07:00
Commit Message:
COMPOSER: Update detection entries to avoid using install.inf
Changed paths:
engines/composer/detection.cpp
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index a007193..2ca00f9 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -193,11 +193,15 @@ static const ComposerGameDescription gameDescriptions[] = {
GType_ComposerV2
},
- {
+ { // Provided by sev
{
"princess",
0,
- AD_ENTRY1s("install.inf", "f1cf45db3c4c54a0d2d89d359af8f334", 244),
+ {
+ {"book.ini", 0, "fb32572577b9a41ba299825ef1e3181e", 966},
+ {"page99.rsc", 0, "fd5ebd3b5e36c4651c50241619525355", 45418},
+ AD_LISTEND
+ },
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
@@ -206,11 +210,15 @@ static const ComposerGameDescription gameDescriptions[] = {
GType_ComposerV2
},
- {
+ { // Provided by sev
{
"sleepingcub",
0,
- AD_ENTRY1s("install.inf", "1092e753b8692463f41b8c0b1931398e", 251),
+ {
+ {"book.ini", 0, "0d329e592387009c6387a733a3ea2235", 964},
+ {"page99.rsc", 0, "219fbd9bd2ff87c7023814405d753145", 46916},
+ AD_LISTEND
+ },
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
@@ -230,6 +238,8 @@ using namespace Composer;
const static char *directoryGlobs[] = {
"data",
"programs",
+ "princess",
+ "sleepcub",
0
};
More information about the Scummvm-git-logs
mailing list