[Scummvm-git-logs] scummvm master -> 01f79ca23c328540af88cb9b4e53dfc1f4433632
dreammaster
dreammaster at scummvm.org
Fri Jul 2 02:23:16 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:
01f79ca23c AGS: Added detection entries
Commit: 01f79ca23c328540af88cb9b4e53dfc1f4433632
https://github.com/scummvm/scummvm/commit/01f79ca23c328540af88cb9b4e53dfc1f4433632
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-07-01T19:23:04-07:00
Commit Message:
AGS: Added detection entries
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 39dd4bd117..db3495ed9a 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -1374,7 +1374,8 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "spilakassinn", "Spilakassinn" },
{ "spooks", "Spooks" },
{ "spoonsiiitheunauthorizededition", "Spoons III - The Unauthorized Edition" },
- { "spotthedifference", "Spot The Difference" },
+ { "spottd_boyd", "Spot The Difference" },
+ { "spottd_captainid", "Spot The Difference" },
{ "sproutsofevil", "Sprouts of evil" },
{ "sq3vga", "Space Quest III VGA Preview" },
{ "sq45", "Space Quest IV.5 - Roger Wilco And The Voyage Home" },
@@ -1416,7 +1417,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "supaevil", "Supa-EviL" },
{ "supergirl", "Supergirl" },
{ "superhammerquest", "Super Hammer Quest" },
- { "superracing", "Super Racing" },
+ { "superpitstopracing", "Super Pitstop Racing" },
{ "surreality", "Surreality" },
{ "suspiciousmind", "Suspicious Mind" },
{ "sweed", "Sweed" },
@@ -1960,6 +1961,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_STEAM("ghostdream", "ghostdream.exe", "05594881531d62e4575545f3c8fd2576", 480856325),
GAME_ENTRY_STEAM("goldenwake", "a-golden-wake.exe", "dbe281d93c914899886e77c09c3c65ec", 130844360),
GAME_ENTRY_STEAM("goldenwake", "a-golden-wake.exe", "e7080df9729aae2a0097b752198f3cca", 130846774),
+ GAME_ENTRY_GOG("goldenwake", "a-golden-wake.exe", "7056895c888d6cf3f0120d2edfeb7f7b", 130912596),
GAME_ENTRY("goldenwake", "a-golden-wake.exe", "e80586fdc2db32f65658b235d8cbc159", 129814364), // Humble Bundle
GAME_ENTRY("goldenwake", "a-golden-wake.exe", "e80586fdc2db32f65658b235d8cbc159", 129814642),
GAME_ENTRY("goldenwake", "ac2game.dat", "bb3b4630c44a51e3a23892563121c2c8", 128018480), // Linux Humble Bundle
@@ -3349,7 +3351,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY("spilakassinn", "Splakassinn.exe", "06a03fe35791b0578068ab1873455463", 2658189),
GAME_ENTRY("spooks", "Spooks.exe", "0710e2ec71042617f565c01824f0cf3c", 22888238),
GAME_ENTRY("spoonsiiitheunauthorizededition", "spoonsIII.exe", "2ca80bd50763378b72cd1e1cf25afac3", 16298983),
- GAME_ENTRY("spotthedifference", "Spot the Difference.exe", "0b7529a76f38283d6e850b8d56526fc1", 933452),
+ GAME_ENTRY("spottd_boyd", "Spot the Difference.exe", "0b7529a76f38283d6e850b8d56526fc1", 933452),
+ GAME_ENTRY("spottd_captainid", "SpotTheDifference.exe", "0241777c2537fc5d077c05cde10bfa9f", 2853487),
GAME_ENTRY("sproutsofevil", "Sprouts of evil.exe", "bdd1df0484e296faa348ffcb03e16273", 22329944),
GAME_ENTRY("sq45", "SQ4,5.exe", "5cd8db602cedc8f04cd3ca290a4a2693", 6886082),
GAME_ENTRY("sqdote", "SQ DOTE.exe", "615e73fc1874e92d60a1996c2330ea36", 28479377),
@@ -3393,7 +3396,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY("supaevil", "SupaEvil.exe", "0710e2ec71042617f565c01824f0cf3c", 7602318),
GAME_ENTRY("supergirl", "Supergirl.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 12108982),
GAME_ENTRY("superhammerquest", "Super Hama Queste.exe", "ed77faf99fc94efb68662e92bce2e985", 15954791),
- GAME_ENTRY("superracing", "Super Racing.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 3660473),
+ GAME_ENTRY("superpitstopracing", "Super Racing.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 3660473),
+ GAME_ENTRY("superpitstopracing", "Super Racing.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 3660481),
GAME_ENTRY("surreality", "Surreality.exe", "3128b9f90e2f954ba704414ae854d10b", 10773443),
GAME_ENTRY("suspiciousmind", "MAGS March 2019.exe", "c7211b1db56a231ff1f8454704c086f1", 20550294),
GAME_ENTRY("sweed", "SWeed.exe", "be65afc1ea59889c05e4e4cc143b3dbc", 2171942),
More information about the Scummvm-git-logs
mailing list