[Scummvm-git-logs] scummvm master -> a2c337ec0222c8798be63a17069bd6f4c910b582

tag2015 noreply at scummvm.org
Tue Jun 6 12:47:40 UTC 2023


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:
a2c337ec02 AGS: Add detection for The Sleeping Castle


Commit: a2c337ec0222c8798be63a17069bd6f4c910b582
    https://github.com/scummvm/scummvm/commit/a2c337ec0222c8798be63a17069bd6f4c910b582
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-06-06T14:46:15+02:00

Commit Message:
AGS: Add detection for The Sleeping Castle

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 176aee17317..8749a59b233 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -2669,6 +2669,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "slaythedragon2", "Slay the Dragon II" },
 	{ "slaythedragon3", "Slay the Dragon III" },
 	{ "sleepingbeauty", "Sleeping Beauty" },
+	{ "sleepingcastle", "The Sleeping Castle" },
 	{ "sleepyisland", "The Sleepy Island" },
 	{ "sleuth2020remake", "SLEUTH Remake" },
 	{ "sleuthch1", "Sleuth - Chapter One" },
@@ -7436,6 +7437,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY_EN("slaythedragon2", "Dragon2.exe", "84dc3d6bee474e039aace3c1f37b6c7d", 5682711),
 	GAME_ENTRY_EN("slaythedragon3", "Dragon III.exe", "7ddb9e776648faed5a51170d087074e9", 36162059),
 	GAME_ENTRY_EN("sleepingbeauty", "SleepingBeauty.exe", "495d45fb8adfd49690ae3b97921feec6", 607993972),
+	GAME_ENTRY_EN("sleepingcastle", "sleeping.exe", "1a2f8dacfa7ab2d30579a49d2ae64e05", 1076403478),
 	GAME_ENTRY_EN("sleepyisland", "Sleepy Island.exe", "465f972675db2da6040518221af5b0ba", 20270790),
 	GAME_ENTRY_EN("sleuth2020remake", "SLEUTH.exe", "615e73fc1874e92d60a1996c2330ea36", 11422136),
 	GAME_ENTRY_EN("sleuthch1", "Sleuth.exe", "23a67b6de10ec35e9f5a4dfc7d928222", 34770218),




More information about the Scummvm-git-logs mailing list