[Scummvm-git-logs] scummvm master -> 281b87f92fb55dd0f996c232eb00f85288dd62e7
mgerhardy
martin.gerhardy at gmail.com
Sat Oct 23 09:25:59 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:
d132d04c43 TWINE: Add LBA Preview Version dated August 15 1994
281b87f92f TWINE: Mark later Preview Version as unstable
Commit: d132d04c436d84cab4e1dc8bf181ef4fa3b84d8a
https://github.com/scummvm/scummvm/commit/d132d04c436d84cab4e1dc8bf181ef4fa3b84d8a
Author: eientei (log.butt at gmail.com)
Date: 2021-10-23T11:25:55+02:00
Commit Message:
TWINE: Add LBA Preview Version dated August 15 1994
Changed paths:
engines/twine/detection.cpp
diff --git a/engines/twine/detection.cpp b/engines/twine/detection.cpp
index 1b80eaf605..ad28a75c60 100644
--- a/engines/twine/detection.cpp
+++ b/engines/twine/detection.cpp
@@ -56,6 +56,28 @@ static const ADGameDescription twineGameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ // Little Big Adventure - Preview Version (EN, FR)
+ // LBA.EXE
+ // 15 August 1994 at 18:28
+ {
+ "lba",
+ "Preview Version",
+ AD_ENTRY1s("LBA.EXE", "c1a887e38283d43f271249ad9f2a73ef", 298697),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+ {
+ "lba",
+ "Preview Version",
+ AD_ENTRY1s("LBA.EXE", "c1a887e38283d43f271249ad9f2a73ef", 298697),
+ Common::FR_FRA,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+
// Little Big Adventure - Demo Version (EN, FR, DE, IT, ES)
// RELENT.EXE
// 14 October 1994 at 10:18
Commit: 281b87f92fb55dd0f996c232eb00f85288dd62e7
https://github.com/scummvm/scummvm/commit/281b87f92fb55dd0f996c232eb00f85288dd62e7
Author: eientei (log.butt at gmail.com)
Date: 2021-10-23T11:25:55+02:00
Commit Message:
TWINE: Mark later Preview Version as unstable
Changed paths:
engines/twine/detection.cpp
diff --git a/engines/twine/detection.cpp b/engines/twine/detection.cpp
index ad28a75c60..dc281c07e3 100644
--- a/engines/twine/detection.cpp
+++ b/engines/twine/detection.cpp
@@ -65,7 +65,7 @@ static const ADGameDescription twineGameDescriptions[] = {
AD_ENTRY1s("LBA.EXE", "c1a887e38283d43f271249ad9f2a73ef", 298697),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_NO_FLAGS,
+ ADGF_UNSTABLE,
GUIO1(GUIO_NONE)
},
{
@@ -74,7 +74,7 @@ static const ADGameDescription twineGameDescriptions[] = {
AD_ENTRY1s("LBA.EXE", "c1a887e38283d43f271249ad9f2a73ef", 298697),
Common::FR_FRA,
Common::kPlatformDOS,
- ADGF_NO_FLAGS,
+ ADGF_UNSTABLE,
GUIO1(GUIO_NONE)
},
More information about the Scummvm-git-logs
mailing list