[Scummvm-git-logs] scummvm master -> c7e5ebee07230a7c6c2f7f894d6f8af7803a770d
dreammaster
dreammaster at scummvm.org
Fri Apr 2 01:39:13 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:
c7e5ebee07 AGS: Added DOTE detection entries
Commit: c7e5ebee07230a7c6c2f7f894d6f8af7803a770d
https://github.com/scummvm/scummvm/commit/c7e5ebee07230a7c6c2f7f894d6f8af7803a770d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-04-01T18:37:07-07:00
Commit Message:
AGS: Added DOTE detection entries
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 29936f139b..a48be17aac 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -1168,11 +1168,13 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "spoonsiiitheunauthorizededition", "Spoons III - The Unauthorized Edition" },
{ "spotthedifference", "Spot The Difference" },
{ "sproutsofevil", "Sprouts of evil" },
- { "sqkubikgetready", "SQ Kubik (Get ready?)" },
{ "sq3vga", "Space Quest III VGA Preview" },
{ "sq45", "Space Quest 4.5" },
{ "sq55", "Space Quest 5.5" },
+ { "sqdote", "Space Quest Minus 1: Decisions of the Elders" },
+ { "sqdote2", "Space Quest: A Son of Xenon" },
{ "sqinc", "Space Quest: Incinerations" },
+ { "sqkubikgetready", "SQ Kubik (Get ready?)" },
{ "sqm11", "Space Quest Mania 1x1" },
{ "sqm12", "Space Quest Mania 1x2" },
{ "sqm13", "Space Quest Mania 1x3" },
@@ -2826,6 +2828,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY("spotthedifference", "Spot the Difference.exe", "0b7529a76f38283d6e850b8d56526fc1", 933452),
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),
+ GAME_ENTRY("sqdote2", "DOTE2.exe", "7ddb9e776648faed5a51170d087074e9", 6122737),
GAME_ENTRY("sqinc", "SQinc.exe", "3ee9783a5613040e25193e21c235a7d3", 6013823),
GAME_ENTRY("sqkubikgetready", "SQ Kubik.exe", "4fb72c890984548ed6782063f2230942", 2184808),
GAME_ENTRY("sqm11", "SQM1.exe", "465f972675db2da6040518221af5b0ba", 1001506),
More information about the Scummvm-git-logs
mailing list