[Scummvm-git-logs] scummvm branch-2-3 -> b057ba5d9ed17c8d2b8d529c476fb05584bb408f

dreammaster dreammaster at scummvm.org
Sun Sep 19 19:04:36 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:
26279bfc20 AGS: Added KQ4 Retold detection
b057ba5d9e AGS: Added Broken WIndows detections


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

Commit Message:
AGS: Added KQ4 Retold detection

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 9a636c3b0f..e765581b07 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -2816,6 +2816,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY("kq3plus", "KQ3plus.ags", "3b7cceb3e4bdb031dc5d8f290936e94b", 11727219),
 	GAME_ENTRY("kq4retold", "King's Quest 4.exe", "da6140c1e246d5f7641464bda80c45d5", 148103603),
 	GAME_ENTRY("kq4retold", "KQ4Retold.exe", "da6140c1e246d5f7641464bda80c45d5", 293710098),
+	GAME_ENTRY("kq4retold", "KQ4Retold.exe", "da6140c1e246d5f7641464bda80c45d5", 312045017), // 1.04
 	GAME_ENTRY("kq4retold", "King's Quest 4.ags", "e9e8f833b86874526cb5e356d1e287eb", 145563043),
 	GAME_ENTRY("kq4retold", "ac2game.dat", "da6140c1e246d5f7641464bda80c45d5", 293710098),
 	GAME_ENTRY("kristmaskrisis", "Kristmas Krisis.exe", "90413e9ae57e222f8913b09d2bc847bc", 2067681),


Commit: b057ba5d9ed17c8d2b8d529c476fb05584bb408f
    https://github.com/scummvm/scummvm/commit/b057ba5d9ed17c8d2b8d529c476fb05584bb408f
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-09-19T12:04:22-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),




More information about the Scummvm-git-logs mailing list