[Scummvm-git-logs] scummvm master -> 529fdca7eaccd48be3f2e081164713106c9702b6
dreammaster
dreammaster at scummvm.org
Sun Apr 4 22:25:12 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:
529fdca7ea AGS: Added detection entry
Commit: 529fdca7eaccd48be3f2e081164713106c9702b6
https://github.com/scummvm/scummvm/commit/529fdca7eaccd48be3f2e081164713106c9702b6
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-04-04T15:25:06-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 d93ad15874..2fd63d26be 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -1060,6 +1060,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "redpantsmeetsrobinsonclauseau", "Redpants meets Robinson Clauseau" },
{ "redpantstheprincessandthebeanstalk", "Redpants: The Princess and the Beanstalk" },
{ "reefriversquestforekoban", "Reef Rivers: Quest for Ekoban" },
+ { "returnjourney", "Return Journey" },
{ "returntocivilization", "Return To Civilization" },
{ "revelation", "Revelation" },
{ "rickyquest", "Ricky Quest" },
@@ -2725,6 +2726,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY("redpantsmeetsrobinsonclauseau", "DBL.exe", "c0aab3e02bbaf8468770480079436f61", 15658119),
GAME_ENTRY("redpantstheprincessandthebeanstalk", "Redpants - The Princess and the Beanstalk.exe", "c0aab3e02bbaf8468770480079436f61", 28517345),
GAME_ENTRY("reefriversquestforekoban", "Quest for Ekoban.exe", "338fa79960d40689063af31c671b8729", 179342350),
+ GAME_ENTRY("returnjourney", "return.exe", "0564de07d3fd5c16e6947a647061913c", 72875118),
GAME_ENTRY("returntocivilization", "ReturnTo.exe", "0710e2ec71042617f565c01824f0cf3c", 3280888),
GAME_ENTRY("revelation", "Revelation.exe", "06a03fe35791b0578068ab1873455463", 14512328),
GAME_ENTRY("rickyquest", "black.exe", "06a03fe35791b0578068ab1873455463", 3250100),
More information about the Scummvm-git-logs
mailing list