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

tag2015 noreply at scummvm.org
Tue Feb 18 12:52:38 UTC 2025


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:
f2e4fe8535 GLK: Add phantomarcade1/2 detection
5e3a8843a5 DIRECTOR: Add loewe2 v2.0 detection


Commit: f2e4fe85354f23485b652716a73fbc0a91adf4e2
    https://github.com/scummvm/scummvm/commit/f2e4fe85354f23485b652716a73fbc0a91adf4e2
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-02-18T11:56:23+01:00

Commit Message:
GLK: Add phantomarcade1/2 detection

Fix #15747 and #15748

Changed paths:
    engines/glk/zcode/detection_tables.h


diff --git a/engines/glk/zcode/detection_tables.h b/engines/glk/zcode/detection_tables.h
index e8b78f897ec..2b618a96bec 100644
--- a/engines/glk/zcode/detection_tables.h
+++ b/engines/glk/zcode/detection_tables.h
@@ -624,6 +624,8 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
 	{ "penury",             "The Algophilists' Penury" },
 	{ "perilousmagic",      "Perilous Magic" },
 	{ "perrysworld",        "Perry's World" },
+	{ "phantomarcade1",     "Phantom of the Arcade" },
+	{ "phantomarcade2",     "Phantom of the Arcade 2: Shadows, Darkness, and Dread" },
 	{ "philosophersstone",  "The Quest for the Philosopher's Stone" },
 	{ "phlegm",             "Phlegm" },
 	{ "phoenix",            "Phoenix's Landing: Destiny" },
@@ -4619,6 +4621,8 @@ const FrotzGameDescription FROTZ_GAMES[] = {
 	ENTRY0("penury", "120528/zblorb", "5d0cb16db2d9e72ce9f27d3764a375a9", 250436),
 	ENTRY0("perilousmagic", "990821", "56901ae08078fc15fb74a50e48101bbf", 66560),
 	ENTRY0("perrysworld", "070501", "6466fe74c657f960521237d5a3274b05", 124300),
+	ENTRY0("phantomarcade1", "080128", "1f296706bfcc50775c185075d00b4bba", 241664),
+	ENTRY0("phantomarcade2", "091022", "9ac5784b96d16fe8a1f4a2eb3824f3ca", 240128),
 	ENTRY0("philosophersstone", "427301", "3684b64c0b5972908af83893ab662bf1", 93696),
 	ENTRY0("phoenix", "080430", "d0c50e5cff1098009fbb9f893e7dc75e", 890884),
 	ENTRY0("phoneboothp2", "961017/Demo", "28d166262aa22fb55fdb9685a5a124ef", 65024),


Commit: 5e3a8843a5d7253f4019d06f2bc6f8a7e9e1f6fe
    https://github.com/scummvm/scummvm/commit/5e3a8843a5d7253f4019d06f2bc6f8a7e9e1f6fe
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-02-18T13:50:48+01:00

Commit Message:
DIRECTOR: Add loewe2 v2.0 detection

Fix #15731

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 8498d8d603c..a284db2a4dd 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -8249,6 +8249,10 @@ static const DirectorGameDescription gameDescriptions[] = {
 							 "MEDIA/DATA/BAUWAGEN.DXR", "d:56702894e84d310c5b7548b689953fbd",  8361884, Common::DE_DEU, 602),
 	WINGAME2_l("loewe2", "", "MEDIA/WIN95.exe",			"t:f808f4b3d526367fa8a1e32bf463dd64",  1512856,
 							 "MEDIA/DATA/BAUWAGEN.DXR", "f:56702894e84d310c5b7548b689953fbd",  8361884, Common::DE_DEU, 602),
+	// Version 2.0 adds networking features
+	MACGAME1_l("loewe2", "v2.0",		"MEDIA/xn--Lwenzahn 2-ecb", "rt:282d2d4d2959fbf698b2cdf238c7d588", 1033198, Common::DE_DEU, 602),
+	WINGAME1_l("loewe2", "v2.0 Win3.1", "SETUP/WIN31/LZ2_31.EXE",	"t:f6ad85eeb4b069357603379bc15a56a0",  1291107, Common::DE_DEU, 602),
+	WINGAME1_l("loewe2", "v2.0 Win95",  "SETUP/WIN95/LZ2_95.EXE",	"t:0772adacde0f8fa5a9767de25be13527",  1514451, Common::DE_DEU, 650),
 
 	// Original Mac filename is Löwenzahn 3
 	MACGAME1_l("loewe3", "", "xn--Lwenzahn 3-ecb",					"rt:e03c6cc5f2cdeef199f75c02928edafe", 1032378, Common::DE_DEU, 602),




More information about the Scummvm-git-logs mailing list