[Scummvm-git-logs] scummvm master -> 7c182eb720d5e59a63cd6072c8952671b6a341ad

tag2015 noreply at scummvm.org
Wed Sep 28 20:59:21 UTC 2022


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:
45a9208b7c WINTERMUTE: Add detection for Ghost in the Sheet
7c182eb720 AGS: Add detection for The Excavation at Hob's Barrow


Commit: 45a9208b7cd431c2d455d2d9b3f5a9a5a33a9917
    https://github.com/scummvm/scummvm/commit/45a9208b7cd431c2d455d2d9b3f5a9a5a33a9917
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-09-28T22:56:20+02:00

Commit Message:
WINTERMUTE: Add detection for Ghost in the Sheet

Reflexive Arcade release

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index aa4a40f68cc..494bf24749d 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1378,6 +1378,11 @@ static const WMEGameDescription gameDescriptions[] = {
 		WME_ENTRY2s("english.dcp", "e6d0aad2c89996bcabe416105a3d6d3a", 12221017,
 					"data.dcp", "b2f8b05328e4881e15e98e845b63f451", 168003), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_0),
 
+	// Ghost in the Sheet (Reflexive Arcade) (English)
+	WME_WINENTRY("ghostsheet", "",
+		WME_ENTRY2s("english.dcp", "e21c7278071cd2ee216ae72d5a39de29", 12008908,
+					"data.dcp", "43ba03f37a0f97249c1e0c3cf7d6f9a9", 167980), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_0),
+
 	// Ghost in the Sheet (Italian)
 	WME_WINENTRY("ghostsheet", "",
 		WME_ENTRY2s("italiano.dcp", "b258151caddee5ecdaf0fdd3afe62151", 11220994,


Commit: 7c182eb720d5e59a63cd6072c8952671b6a341ad
    https://github.com/scummvm/scummvm/commit/7c182eb720d5e59a63cd6072c8952671b6a341ad
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-09-28T22:56:20+02:00

Commit Message:
AGS: Add detection for The Excavation at Hob's Barrow

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 47d283bdd05..95844b1ea24 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -256,6 +256,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "downfall2016", "Downfall (2016)" },
 	{ "dreamswitchhouse","Dreams in the Witch House" },
 	{ "dustbowl", "Dustbowl" },
+	{ "excavationhb", "The Excavation at Hob's Barrow" },
 	{ "falconcity", "Falcon City" },
 	{ "feriadarles", "Feria d'Arles" },
 	{ "footballgame", "Football Game" },
@@ -3551,6 +3552,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY_STEAM("downfall2016", "Downfall.ags", "7c87b99ce309a46085e40ac1a2b20e75", 224024207), // Linux
 	GAME_ENTRY_EN_STEAM("dustbowl", "dustbowl.exe", "aa349d52fd620cf9642935cd5bdec5d8", 63365026),
 	GAME_ENTRY_EN("dustbowl", "dustbowl.exe", "aa349d52fd620cf9642935cd5bdec5d8", 82185295),
+	GAME_ENTRY_EN_GOG("excavationhb", "TEOHB.exe", "f176b46bc89e227f745dae9878171676", 566320586),
 	GAME_ENTRY_STEAM("falconcity", "game.exe", "e816b31cfe3512c2ec24ac0bc6cfc605", 584191058),
 	GAME_ENTRY_EN_STEAM("feriadarles", "feria d'arles.exe", "6a3291595263debd129e1e2064baeea5", 275649462),
 	GAME_ENTRY_EN_STEAM("feriadarles", "ac2game.dat", "6a3291595263debd129e1e2064baeea5", 275640157), // Mac




More information about the Scummvm-git-logs mailing list