[Scummvm-git-logs] scummvm branch-2-5 -> facc67184b0c39cf56d5f80f449ed4f1822829a4
mgerhardy
martin.gerhardy at gmail.com
Fri Nov 12 08:19:04 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:
b0bf6876f0 TWINE: Add support for Asian release of Little Big Adventure
facc67184b TWINE: added support for spanish cd release
Commit: b0bf6876f081e3442f0a5cc340767c07d7848a5f
https://github.com/scummvm/scummvm/commit/b0bf6876f081e3442f0a5cc340767c07d7848a5f
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2021-11-12T09:21:07+01:00
Commit Message:
TWINE: Add support for Asian release of Little Big Adventure
https://bugs.scummvm.org/ticket/13008
Changed paths:
engines/twine/detection.cpp
diff --git a/engines/twine/detection.cpp b/engines/twine/detection.cpp
index e2d0fe5607..f5ebea35d5 100644
--- a/engines/twine/detection.cpp
+++ b/engines/twine/detection.cpp
@@ -272,6 +272,17 @@ static const ADGameDescription twineGameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ // Virgin Asia cd release - english only
+ {
+ "lba",
+ "Virgin Asia CD release",
+ AD_ENTRY1s("text.hqr", "5b8329ebd078adc92979d04987692e9b", 442921),
+ Common::EN_GRB,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+
// Little Big Adventure - DotEmu Version (Steam)
// LBA.DOT
// 11 October 2011 at 17:30
Commit: facc67184b0c39cf56d5f80f449ed4f1822829a4
https://github.com/scummvm/scummvm/commit/facc67184b0c39cf56d5f80f449ed4f1822829a4
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2021-11-12T09:21:07+01:00
Commit Message:
TWINE: added support for spanish cd release
https://bugs.scummvm.org/ticket/13064
Changed paths:
engines/twine/detection.cpp
diff --git a/engines/twine/detection.cpp b/engines/twine/detection.cpp
index f5ebea35d5..f37d99202b 100644
--- a/engines/twine/detection.cpp
+++ b/engines/twine/detection.cpp
@@ -332,6 +332,53 @@ static const ADGameDescription twineGameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ // Little Big Adventure (CD Spanish)
+ {
+ "lba",
+ "",
+ AD_ENTRY1s("text.hqr", "ae7343552f8fbd17a1fc6cea2197a912", 248654),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+ {
+ "lba",
+ "",
+ AD_ENTRY1s("text.hqr", "ae7343552f8fbd17a1fc6cea2197a912", 248654),
+ Common::FR_FRA,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+ {
+ "lba",
+ "",
+ AD_ENTRY1s("text.hqr", "ae7343552f8fbd17a1fc6cea2197a912", 248654),
+ Common::DE_DEU,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+ {
+ "lba",
+ "",
+ AD_ENTRY1s("text.hqr", "ae7343552f8fbd17a1fc6cea2197a912", 248654),
+ Common::IT_ITA,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+ {
+ "lba",
+ "",
+ AD_ENTRY1s("text.hqr", "ae7343552f8fbd17a1fc6cea2197a912", 248654),
+ Common::ES_ESP,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+
// Little Big Adventure - DotEmu Enhanced Version (Steam)
// LBA.exe
// 27 February 2018 at 08:10
More information about the Scummvm-git-logs
mailing list