[Scummvm-git-logs] scummvm master -> bd31446dd2ab7a86e85240c08b6e2422c2278d4e
tag2015
noreply at scummvm.org
Wed Mar 6 20:12:46 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:
bd31446dd2 GLK: Add latest Drakula's Diamanen
Commit: bd31446dd2ab7a86e85240c08b6e2422c2278d4e
https://github.com/scummvm/scummvm/commit/bd31446dd2ab7a86e85240c08b6e2422c2278d4e
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2024-03-06T21:11:33+01:00
Commit Message:
GLK: Add latest Drakula's Diamanen
TRAC #15001-2
Changed paths:
engines/glk/glulx/detection_tables.h
engines/glk/zcode/detection_tables.h
diff --git a/engines/glk/glulx/detection_tables.h b/engines/glk/glulx/detection_tables.h
index c2cb4037f0d..ee0944e483a 100644
--- a/engines/glk/glulx/detection_tables.h
+++ b/engines/glk/glulx/detection_tables.h
@@ -2551,6 +2551,7 @@ const GlkDetectionEntry GLULXE_GAMES[] = {
DT_ENTRYL1("dickeswep2", Common::DE_DEU, "130504", "3102ddb8eed9fbbb9d53eea347ab69be", 1264944),
DT_ENTRYL1("dickeswep2", Common::DE_DEU, "131220", "8d61af8aed9a0dc3c863432c15f4609f", 1294640),
DT_ENTRYL1("drakulasdiamanten", Common::DE_DEU, "230707", "f110dfe786b00cb0ee7e73f68f921f67", 1490450),
+ DT_ENTRYL1("drakulasdiamanten", Common::DE_DEU, "240103", "dcf28a351b00b484b9985ecf2db420a6", 1491474),
DT_ENTRYL1("drkongpoodle", Common::DE_DEU, "111122", "131c5fb87a237b473b4d5b81b7c989d8", 1551344),
DT_ENTRYL1("homunculus", Common::DE_DEU, "111122", "98a35cd1506a68a485c250edef54553a", 1311816),
DT_ENTRYL1("jaeger", Common::DE_DEU, "210701", "4958d690aae92343b2cf4117fb65acd2", 1441682),
diff --git a/engines/glk/zcode/detection_tables.h b/engines/glk/zcode/detection_tables.h
index 8548e5eb4a6..85c2abac08d 100644
--- a/engines/glk/zcode/detection_tables.h
+++ b/engines/glk/zcode/detection_tables.h
@@ -2450,6 +2450,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
{ "deklinator", "Object Declination Tool" },
{ "dermantel", "Der Mantel der Finsternis" },
{ "diegerechtenricht", "Die Gerechten Richter" },
+ { "drakdiamanten_zcode","Drakulas Diamanten" },
{ "eskmausden", "Es Kam aus den Alpen" },
{ "halb2", "Halb Zwei" },
{ "herr", "Die Geschichte des Herrn P. von Hannes Schuller" },
@@ -6519,6 +6520,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
ENTRY1("deklinator", "040630", "1ca69e16e8e3e1941eb5c4cd403b2022", 103424, Common::DE_DEU),
ENTRY1("dermantel", "100913", "81155fc7363968d2a47612d13d12830d", 281564, Common::DE_DEU),
ENTRY1("diegerechtenricht", "101024", "47f0308a684a569ed6df68dbdc92387e", 439064, Common::DE_DEU),
+ ENTRY1("drakdiamanten_zcode", "240103", "484eead39ed34619a3af8a23e1e94b6e", 476510, Common::DE_DEU),
ENTRY1("eskmausden", "130714", "71d37a2c11f9c0b085ff1ce06ba488f9", 199168, Common::DE_DEU),
ENTRY1("halb2", "020523", "d424290a37b5efc67482e4fc9224bc0e", 30208, Common::DE_DEU),
ENTRY1("herr", "140620", "a6493768373d50096344f4319e7f074a", 208028, Common::DE_DEU),
More information about the Scummvm-git-logs
mailing list