[Scummvm-git-logs] scummvm master -> 14925888a994eb88ed37ca47c5d5ef7223c0af4a
mgerhardy
noreply at scummvm.org
Tue Jun 21 21:40:23 UTC 2022
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:
14925888a9 TWINE: detection entry for updated gog release
Commit: 14925888a994eb88ed37ca47c5d5ef7223c0af4a
https://github.com/scummvm/scummvm/commit/14925888a994eb88ed37ca47c5d5ef7223c0af4a
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2022-06-21T23:40:04+02:00
Commit Message:
TWINE: detection entry for updated gog release
Changed paths:
engines/twine/detection.cpp
diff --git a/engines/twine/detection.cpp b/engines/twine/detection.cpp
index 0899d4899ed..adde74b1b68 100644
--- a/engines/twine/detection.cpp
+++ b/engines/twine/detection.cpp
@@ -639,7 +639,7 @@ static const ADGameDescription twineGameDescriptions[] = {
GUIO1(GUIO_NONE)
},
- // Little Big Adventure - GOG Version
+ // Little Big Adventure - GOG Version 3.2.0 (56122)
// TLBA1C.exe
// 1st June 2022 02:18
{
@@ -688,6 +688,55 @@ static const ADGameDescription twineGameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ // Little Big Adventure - GOG Version 3.2.1 (56604)
+ // TLBA1C.exe
+ // 17 Jun 2022 00:30
+ {
+ "lba",
+ "GOG Classic Version",
+ AD_ENTRY1s("TLBA1C.exe", "e86192e4a491805dc011dda5ca83c608", 4404736),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ TwinE::TF_LBA1_CLASSIC,
+ GUIO1(GUIO_NONE)
+ },
+ {
+ "lba",
+ "GOG Classic Version",
+ AD_ENTRY1s("TLBA1C.exe", "e86192e4a491805dc011dda5ca83c608", 4404736),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ TwinE::TF_LBA1_CLASSIC,
+ GUIO1(GUIO_NONE)
+ },
+ {
+ "lba",
+ "GOG Classic Version",
+ AD_ENTRY1s("TLBA1C.exe", "e86192e4a491805dc011dda5ca83c608", 4404736),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ TwinE::TF_LBA1_CLASSIC,
+ GUIO1(GUIO_NONE)
+ },
+ {
+ "lba",
+ "GOG Classic Version",
+ AD_ENTRY1s("TLBA1C.exe", "e86192e4a491805dc011dda5ca83c608", 4404736),
+ Common::IT_ITA,
+ Common::kPlatformWindows,
+ TwinE::TF_LBA1_CLASSIC,
+ GUIO1(GUIO_NONE)
+ },
+ {
+ "lba",
+ "GOG Classic Version",
+ AD_ENTRY1s("TLBA1C.exe", "e86192e4a491805dc011dda5ca83c608", 4404736),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ TwinE::TF_LBA1_CLASSIC,
+ 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