[Scummvm-git-logs] scummvm master -> 9ed6f75204ca5d26e622c06552ea051ed614bae0

dreammaster dreammaster at scummvm.org
Sun Apr 4 21:27:39 UTC 2021


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:
9ed6f75204 AGS: Added detection entry


Commit: 9ed6f75204ca5d26e622c06552ea051ed614bae0
    https://github.com/scummvm/scummvm/commit/9ed6f75204ca5d26e622c06552ea051ed614bae0
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-04-04T14:27:31-07:00

Commit Message:
AGS: Added detection entry

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 1a172302e1..d93ad15874 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -974,6 +974,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "perilsofpoom", "PERILS OF POOM" },
 	{ "pesterquest", "Pester Quest" },
 	{ "petalrose", "Petal Rose" },
+	{ "phantomfellows", "The Phantom Fellow" },
 	{ "pharmacistjones", "Pharmacist Jones" },
 	{ "pickpocketrpg", "Pickpocket RPG" },
 	{ "pilotlight", "Pilot Light" },
@@ -1831,6 +1832,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	DEMO_ENTRY("neofeud", "neofeud.exe", "6e861b1f476ff7cdf036082abb271329", 2078743282), // 1.3 itch.io
 	DEMO_ENTRY("neofeud", "Neofeud_LINUX_TEST_9_2_17.ags", "a23f0c48d8128bb7045ab8685665a464", 2076260110), // itch.io Linux
 	DEMO_ENTRY("oott", "demo_tkc.exe", "54da0ce99f3e8b556db6d236c8ef76ba", 415137576), // Steam
+	DEMO_ENTRY("phantomfellows", "TPF.exe", "71961f24fd94e30e61167d7b0720cd35", 96534651),
 	DEMO_ENTRY("primordia", "primordia.exe", "22313e59c3233001488c26f18c80cc08", 727898212),
 	DEMO_ENTRY("pubmastersquest", "pub master quest [demo].exe", "e1676318c8a040fcf508b817013dc8fe", 23431689),
 	DEMO_ENTRY("puzzlebots", "puzzlebots_demo.exe", "34b49df9cf6eadb5c3587b3921d5b72f", 354138961),




More information about the Scummvm-git-logs mailing list