[Scummvm-git-logs] scummvm master -> 5d7ae659bf7458fcc8ad9e9a5c5977a176a288cb

dreammaster dreammaster at scummvm.org
Sun Sep 19 19:11:57 UTC 2021


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a04bec4d04 AGS: Added Broken WIndows detections
5d7ae659bf AGS: Added Sepulchre detection


Commit: a04bec4d04a94e4ea733066f5e1237ca5704ce00
    https://github.com/scummvm/scummvm/commit/a04bec4d04a94e4ea733066f5e1237ca5704ce00
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-09-19T12:00:31-07:00

Commit Message:
AGS: Added Broken WIndows detections

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index e765581b07..ba83b2c212 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -443,6 +443,8 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "breakage", "Breakage" },
 	{ "breakdownbyonedollar", "Breakdown by OneDollar" },
 	{ "brokenwindows1", "Broken Windows - Chapter 1" },
+	{ "brokenwindows2", "Broken Windows - Chapter 2" },
+	{ "brokenwindows3", "Broken Windows - Chapter 3" },
 	{ "brotherswreckers", "Brothers & Wreckers" },
 	{ "brucequest", "Bruce Quest: The Secrets of the Outback" },
 	{ "bsg78unexpectedattherisingstar", "BSG78 - Unexpected at the Rising Star" },
@@ -2415,6 +2417,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY("breakage", "Breakage.exe", "973f6b65820ca1f4e19704a49be99d76", 727818639),
 	GAME_ENTRY("breakdownbyonedollar", "breakdown.exe", "710ac163c281a5a539ffe2386264b990", 5273352),
 	GAME_ENTRY("brokenwindows1", "Police.exe", "7ddb9e776648faed5a51170d087074e9", 16971333),
+	GAME_ENTRY("brokenwindows2", "BW2.exe", "0564de07d3fd5c16e6947a647061913c", 16458558),
+	GAME_ENTRY("brokenwindows3", "BW3.exe", "0564de07d3fd5c16e6947a647061913c", 16926857),
 	GAME_ENTRY("brucequest", "bruce.exe", "f18443f98fd61d2c655e76a17f7da905", 30055288),
 	GAME_ENTRY("bsg78unexpectedattherisingstar", "bsg-e01.exe", "cf1ff01dfb8261f791ac95a7f5f05c1c", 401029955),
 	GAME_ENTRY("btd", "btd.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 6450527),


Commit: 5d7ae659bf7458fcc8ad9e9a5c5977a176a288cb
    https://github.com/scummvm/scummvm/commit/5d7ae659bf7458fcc8ad9e9a5c5977a176a288cb
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-09-19T12:11:48-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