[Scummvm-git-logs] scummvm master -> 7d82a8fd6f8c43a1d095af57cbee53c2a6599df2
mgerhardy
martin.gerhardy at gmail.com
Fri Nov 12 08:17:57 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:
ab1d096d4e TWINE: Add support for Asian release of Little Big Adventure
7d82a8fd6f TWINE: added support for spanish cd release
Commit: ab1d096d4e062c7df6a1ccc8226957e379f22447
https://github.com/scummvm/scummvm/commit/ab1d096d4e062c7df6a1ccc8226957e379f22447
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2021-11-05T03:33:52+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 60f2dec00d..3f6f5cef7d 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: 7d82a8fd6f8c43a1d095af57cbee53c2a6599df2
https://github.com/scummvm/scummvm/commit/7d82a8fd6f8c43a1d095af57cbee53c2a6599df2
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2021-11-05T03:22:45+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 3f6f5cef7d..d99dc211b9 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