[Scummvm-git-logs] scummvm master -> 970e4b2e8a72d62d1e3499aca98b7386ebf7eca9
sev-
sev at scummvm.org
Mon Aug 14 23:28:27 CEST 2017
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:
c462fe9ee7 WAGE: Add detection for "James Bond 007"
970e4b2e8a WAGE: Add detecton for Mormonoids from the Deep
Commit: c462fe9ee74c13bf987aa99dba5743f62117ad1c
https://github.com/scummvm/scummvm/commit/c462fe9ee74c13bf987aa99dba5743f62117ad1c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-08-14T23:28:12+02:00
Commit Message:
WAGE: Add detection for "James Bond 007"
Changed paths:
engines/wage/detection_tables.h
diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h
index c4262cd..c525451 100644
--- a/engines/wage/detection_tables.h
+++ b/engines/wage/detection_tables.h
@@ -80,6 +80,7 @@ static const ADGameDescription gameDescriptions[] = {
FANGAMEN("Haunted House", "Haunted House 1.5", "5db2f95c7abaa9d060b94271a5bc57f8", 177500),
// Cropped graphics on first scene, cannot pass to in-game
FANGAME("Intro to Gothic", "6f732eaad6e3b85795f8ee6c6a40d837", 208067),
+ FANGAMEN("James Bond 007", "007", "885c2b6b79c81bd230732431e04a8231", 50663),
// Lots of unhandled comparisons
FANGAME("Jamie the Demon Slayer", "fa0ca9618c18425b6d9bf913f762d91b", 232789),
FANGAMEN("Journey", "The Journey 1.6.2 US", "e66f37472e1414a088eb5d5acc4df794", 820572),
Commit: 970e4b2e8a72d62d1e3499aca98b7386ebf7eca9
https://github.com/scummvm/scummvm/commit/970e4b2e8a72d62d1e3499aca98b7386ebf7eca9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-08-14T23:28:12+02:00
Commit Message:
WAGE: Add detecton for Mormonoids from the Deep
Changed paths:
engines/wage/detection_tables.h
diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h
index c525451..62e4a9b 100644
--- a/engines/wage/detection_tables.h
+++ b/engines/wage/detection_tables.h
@@ -99,6 +99,7 @@ static const ADGameDescription gameDescriptions[] = {
FANGAME("Mike's House", "3d23c2b88cefd958bcbc4d4c711003d8", 87357),
FANGAME("Minitorian", "15fbb2bd75d83155ed21edbc5dc9558f", 586464),
FANGAME("M'Lord's Warrior", "0bebb2c62529c89590f6c5be6e1e9838", 465639), // Original file name is "M'Lord's Warrior †"
+ FANGAMEN("Mormonoids from the Deep", "Mormonoids 1.25", "5030e22210720d8f8169f5b242183214", 645318),
// Unhandled comparison case
FANGAME("Mountain of Mayhem", "4088fc534042081b7ab7b49675ab4a6e", 750003), // Original file name "Mountain of Mayhem †"
// No way to pass through the first screen
More information about the Scummvm-git-logs
mailing list