[Scummvm-git-logs] scummvm master -> 8515ecdd2eedc59a8f16af6964f163bc0227d939
dreammaster
dreammaster at scummvm.org
Wed Feb 10 05:26:37 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:
8515ecdd2e AGS: Restore dummy descriptor line for AGS game scanner
Commit: 8515ecdd2eedc59a8f16af6964f163bc0227d939
https://github.com/scummvm/scummvm/commit/8515ecdd2eedc59a8f16af6964f163bc0227d939
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-02-09T21:26:26-08:00
Commit Message:
AGS: Restore dummy descriptor line for AGS game scanner
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 6b39c8ba0e..5400416e11 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -24,6 +24,7 @@ namespace AGS {
const PlainGameDescriptor GAME_NAMES[] = {
{ "ags", "Adventure Game Studio Game" },
+ { "ags-scan", "AGS Game Scanner" },
// Pre-2.5 games that aren't supported by the current AGS engine
{ "6da", "The 6 Day Assassin" },
@@ -1275,7 +1276,6 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "whowantstoliveforever", "Who wants to live forever?" },
{ "williamsnightmare", "Williams Nightmare" },
{ "willowhouse", "Willow House" },
- { "winfry", "Winfry" },
{ "winnersdontdodrugs", "Winners Dont' Do Drugs" },
{ "winterrose", "Winter Rose" },
{ "witch", "Witch" },
More information about the Scummvm-git-logs
mailing list