[Scummvm-git-logs] scummvm branch-2-3 -> a2e07535969cd1f509e7ebfdb9ab92a2ef60b79c
dreammaster
dreammaster at scummvm.org
Sun Sep 19 19:12:20 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:
a2e0753596 AGS: Added Sepulchre detection
Commit: a2e07535969cd1f509e7ebfdb9ab92a2ef60b79c
https://github.com/scummvm/scummvm/commit/a2e07535969cd1f509e7ebfdb9ab92a2ef60b79c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-09-19T12:12:11-07:00
Commit Message:
AGS: Added Sepulchre detection
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index ba83b2c212..76009fc69a 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -1321,6 +1321,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "secrets", "Secrets" },
{ "seega16engl5", "seega16_engl_5" },
{ "seegame15", "seegame15" },
+ { "sepulchre", "Sepulchre" },
{ "sevendoors", "Seven Doors" },
{ "shadesofgreye", "Shades of Greye" },
{ "shadowsoftheempire", " Star Wars: Shadows of the Empire (Tech Demo)" },
@@ -3336,6 +3337,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY("secrets", "Secrets.exe", "06a03fe35791b0578068ab1873455463", 36176884),
GAME_ENTRY("seega16engl5", "house_eng_5.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 1746878),
GAME_ENTRY("seegame15", "housesitting_18.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 1746919),
+ GAME_ENTRY("sepulchre", "sepulchre.exe", "38dce17f7f7b96badf3a88e11e7a9797", 28412866),
GAME_ENTRY("sevendoors", "7DOORS.exe", "18b284c22010850f79bc5c20054a70c4", 113716886),
GAME_ENTRY("shadesofgreye", "Shades of Greye.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 16125855),
GAME_ENTRY("shailadusithlenquete", "Shai-la Enquete.exe", "a524cbb1c51589903c4043b98917f1d9", 7489302),
More information about the Scummvm-git-logs
mailing list