[Scummvm-git-logs] scummvm master -> 1ccb275f83d0092fea80ad11c46b2ea964e14b94

mgerhardy martin.gerhardy at gmail.com
Sun Jan 24 14:49:03 UTC 2021


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:
1ccb275f83 TWINE: added new detection entry


Commit: 1ccb275f83d0092fea80ad11c46b2ea964e14b94
    https://github.com/scummvm/scummvm/commit/1ccb275f83d0092fea80ad11c46b2ea964e14b94
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2021-01-24T15:48:45+01:00

Commit Message:
TWINE: added new detection entry

see https://bugs.scummvm.org/ticket/12078

Changed paths:
    engines/twine/detection.cpp


diff --git a/engines/twine/detection.cpp b/engines/twine/detection.cpp
index 801943353b..59f93818f6 100644
--- a/engines/twine/detection.cpp
+++ b/engines/twine/detection.cpp
@@ -402,6 +402,53 @@ static const ADGameDescription twineGameDescriptions[] = {
 		GUIO1(GUIO_NONE)
 	},
 
+	// https://bugs.scummvm.org/ticket/12078
+	{
+		"lba",
+		"",
+		AD_ENTRY1s("text.hqr", "ae7343552f8fbd17a1fc6cea2197a912", 248654),
+		Common::EN_USA,
+		Common::kPlatformDOS,
+		ADGF_TESTING | TwinE::TF_VERSION_USA,
+		GUIO1(GUIO_NONE)
+	},
+	{
+		"lba",
+		"",
+		AD_ENTRY1s("text.hqr", "ae7343552f8fbd17a1fc6cea2197a912", 248654),
+		Common::ES_ESP,
+		Common::kPlatformDOS,
+		ADGF_TESTING | TwinE::TF_VERSION_USA,
+		GUIO1(GUIO_NONE)
+	},
+	{
+		"lba",
+		"",
+		AD_ENTRY1s("text.hqr", "ae7343552f8fbd17a1fc6cea2197a912", 248654),
+		Common::IT_ITA,
+		Common::kPlatformDOS,
+		ADGF_TESTING | TwinE::TF_VERSION_USA,
+		GUIO1(GUIO_NONE)
+	},
+	{
+		"lba",
+		"",
+		AD_ENTRY1s("text.hqr", "ae7343552f8fbd17a1fc6cea2197a912", 248654),
+		Common::FR_FRA,
+		Common::kPlatformDOS,
+		ADGF_TESTING | TwinE::TF_VERSION_USA,
+		GUIO1(GUIO_NONE)
+	},
+	{
+		"lba",
+		"",
+		AD_ENTRY1s("text.hqr", "ae7343552f8fbd17a1fc6cea2197a912", 248654),
+		Common::DE_DEU,
+		Common::kPlatformDOS,
+		ADGF_TESTING | TwinE::TF_VERSION_USA,
+		GUIO1(GUIO_NONE)
+	},
+
 	// FAN Translations - http://lba.fishos.net/bit/index.html
 
 	// Portuguese by xesf (alexfont)




More information about the Scummvm-git-logs mailing list