[Scummvm-git-logs] scummvm master -> 5c853fbd65cdaefd4cce51c95d97fad9064acbe6
yinsimei
roseline.yin at gmail.com
Fri Jul 21 13:30:48 CEST 2017
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:
0cc9e59105 SLUDGE: Add game Frasse and the Peas of Kejick
e4cbba9d09 SLUDGE: Add game The Interview
e120aa585e SLUDGE: Add game Life Flashes By
5c853fbd65 SLUDGE: Add some windows-only games with running problems
Commit: 0cc9e591059453e2b22a541626c02901f808f0b8
https://github.com/scummvm/scummvm/commit/0cc9e591059453e2b22a541626c02901f808f0b8
Author: Simei Yin (roseline.yin at gmail.com)
Date: 2017-07-21T11:45:45+02:00
Commit Message:
SLUDGE: Add game Frasse and the Peas of Kejick
Changed paths:
engines/sludge/detection.cpp
engines/sludge/detection_tables.h
diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp
index 0ab7814..2e95bdb 100644
--- a/engines/sludge/detection.cpp
+++ b/engines/sludge/detection.cpp
@@ -49,6 +49,7 @@ static const PlainGameDescriptor sludgeGames[] = {
{ "verbcoin", "Verb Coin" },
{ "robinsrescue", "Robin's Rescue" },
{ "outoforder", "Out Of Order" },
+ { "frasse", "Frasse and the Peas of Kejick"},
{ 0, 0 }
};
diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index 7b422cb..0fad55b 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -88,6 +88,19 @@ static const SludgeGameDescription gameDescriptions[] = {
0
},
+ {
+ {
+ "frasse",
+ "",
+ AD_ENTRY1s("Gamedata.slg", "e4eb4eca6117bb9b77870bb74af453b4", 88582819),
+ Common::EN_ANY,
+ Common::kPlatformUnknown,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ 0
+ },
+
{ AD_TABLE_END_MARKER, 0 }
};
Commit: e4cbba9d09ce776b8a68457739180514a27e8828
https://github.com/scummvm/scummvm/commit/e4cbba9d09ce776b8a68457739180514a27e8828
Author: Simei Yin (roseline.yin at gmail.com)
Date: 2017-07-21T11:49:01+02:00
Commit Message:
SLUDGE: Add game The Interview
Changed paths:
engines/sludge/detection.cpp
engines/sludge/detection_tables.h
diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp
index 2e95bdb..a1900bf 100644
--- a/engines/sludge/detection.cpp
+++ b/engines/sludge/detection.cpp
@@ -50,6 +50,7 @@ static const PlainGameDescriptor sludgeGames[] = {
{ "robinsrescue", "Robin's Rescue" },
{ "outoforder", "Out Of Order" },
{ "frasse", "Frasse and the Peas of Kejick"},
+ { "interview", "The Interview"},
{ 0, 0 }
};
diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index 0fad55b..d212085 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -101,6 +101,19 @@ static const SludgeGameDescription gameDescriptions[] = {
0
},
+ {
+ {
+ "interview",
+ "",
+ AD_ENTRY1s("gamedata", "6ca8f6e44f30d09bd68e008be4c20e8d", 2570140),
+ Common::EN_ANY,
+ Common::kPlatformUnknown,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ 0
+ },
+
{ AD_TABLE_END_MARKER, 0 }
};
Commit: e120aa585e640b89f3b0297c2c6dcfb7212ebe87
https://github.com/scummvm/scummvm/commit/e120aa585e640b89f3b0297c2c6dcfb7212ebe87
Author: Simei Yin (roseline.yin at gmail.com)
Date: 2017-07-21T11:57:29+02:00
Commit Message:
SLUDGE: Add game Life Flashes By
Changed paths:
engines/sludge/detection.cpp
engines/sludge/detection_tables.h
diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp
index a1900bf..8a8a785 100644
--- a/engines/sludge/detection.cpp
+++ b/engines/sludge/detection.cpp
@@ -51,6 +51,7 @@ static const PlainGameDescriptor sludgeGames[] = {
{ "outoforder", "Out Of Order" },
{ "frasse", "Frasse and the Peas of Kejick"},
{ "interview", "The Interview"},
+ { "life", "Life Flashed By"},
{ 0, 0 }
};
diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index d212085..bdeb3b1 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -114,6 +114,19 @@ static const SludgeGameDescription gameDescriptions[] = {
0
},
+ {
+ {
+ "life",
+ "",
+ AD_ENTRY1s("LifeFlashesBy.slg", "a471759e071e5d2c0e8e6887607df778", 163794266),
+ Common::EN_ANY,
+ Common::kPlatformUnknown,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ 0
+ },
+
{ AD_TABLE_END_MARKER, 0 }
};
Commit: 5c853fbd65cdaefd4cce51c95d97fad9064acbe6
https://github.com/scummvm/scummvm/commit/5c853fbd65cdaefd4cce51c95d97fad9064acbe6
Author: Simei Yin (roseline.yin at gmail.com)
Date: 2017-07-21T13:29:57+02:00
Commit Message:
SLUDGE: Add some windows-only games with running problems
Changed paths:
engines/sludge/detection.cpp
engines/sludge/detection_tables.h
diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp
index 8a8a785..de5897b 100644
--- a/engines/sludge/detection.cpp
+++ b/engines/sludge/detection.cpp
@@ -49,9 +49,12 @@ static const PlainGameDescriptor sludgeGames[] = {
{ "verbcoin", "Verb Coin" },
{ "robinsrescue", "Robin's Rescue" },
{ "outoforder", "Out Of Order" },
- { "frasse", "Frasse and the Peas of Kejick"},
- { "interview", "The Interview"},
+ { "frasse", "Frasse and the Peas of Kejick" },
+ { "interview", "The Interview" },
{ "life", "Life Flashed By"},
+ { "tgttpoacs", "The Game That Takes Place on a Cruise Ship" },
+ { "mandy", "Mandy Christmas Adventure" },
+ { "cubert", "Cubert Badbone, P.I." },
{ 0, 0 }
};
diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index bdeb3b1..abdfde5 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -127,6 +127,47 @@ static const SludgeGameDescription gameDescriptions[] = {
0
},
+ // TODO: the games down here are windows-only and can't be successfully run by
+ // sludge engine nor scummvm, need to solve it
+ {
+ {
+ "tgttpoacs",
+ "",
+ AD_ENTRY1s("gamedata", "d5ec4d7d8440f7744335d25d25e1e943", 40368),
+ Common::EN_ANY,
+ Common::kPlatformUnknown,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ 0
+ },
+
+ {
+ {
+ "mandy",
+ "",
+ AD_ENTRY1s("gamedata", "bb51eea418d87071c98f4e050ccf6387", 589),
+ Common::EN_ANY,
+ Common::kPlatformUnknown,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ 0
+ },
+
+ {
+ {
+ "cubert",
+ "",
+ AD_ENTRY1s("gamedata", "0078eb54f63cc0a22e50f17d904fcfde", 26799),
+ Common::UNK_LANG,
+ Common::kPlatformUnknown,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ 0
+ },
+
{ AD_TABLE_END_MARKER, 0 }
};
More information about the Scummvm-git-logs
mailing list