[Scummvm-git-logs] scummvm master -> 4304c1562f09e868d079998632abec4f197fd1ef

tag2015 noreply at scummvm.org
Wed Oct 30 15:58:11 UTC 2024


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:
4304c1562f GLK: Add german Whispered World demo


Commit: 4304c1562f09e868d079998632abec4f197fd1ef
    https://github.com/scummvm/scummvm/commit/4304c1562f09e868d079998632abec4f197fd1ef
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2024-10-30T16:57:40+01:00

Commit Message:
GLK: Add german Whispered World demo

Fix #15361

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 930c4cd06c4..e8b78f897ec 100644
--- a/engines/glk/zcode/detection_tables.h
+++ b/engines/glk/zcode/detection_tables.h
@@ -2494,6 +2494,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
 	{ "starrider",          "Star Rider" },
 	{ "trampelviecher",     "Trampelvieche: Eine Halloween-Kurzgeschichte" },
 	{ "wasserhasser",       "Wasser-Hasser" },
+	{ "whisperedworldta",   "The Whispered World" },
 	{ "wichtel",            "Wichtel" },
 
 	// Textfire Grand Prix 2002 (German)
@@ -6799,6 +6800,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
 	ENTRY1("starrider", "040110", "6c42a3e46e29419d9d0e3786117ab94b", 222208, Common::DE_DEU),
 	ENTRY1("wasserhasser", "140105/z5", "b87ebdaca633e964a575abd70cb88c5a", 151040, Common::DE_DEU),
 	ENTRY1("wasserhasser", "140105/zblorb", "1d332f660aec117a4460d0555a2b30f6", 165336, Common::DE_DEU),
+	ENTRY1("whisperedworldta", "090401/Demo", "863627aea7e6095d75d175375072bdef", 146432, Common::DE_DEU),
 	ENTRY1("wichtel", "021006", "f52166e02c6bd5e0311145683f415ef5", 88576, Common::DE_DEU),
 
 	// Textfire Grand Prix 2002 (German)




More information about the Scummvm-git-logs mailing list