[Scummvm-git-logs] scummvm master -> 32efdc53bac8b259d81c460334c4ad1d06b78c86
sev-
noreply at scummvm.org
Sun May 5 12:10:16 UTC 2024
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:
32efdc53ba BAGEL: Improve detection entries
Commit: 32efdc53bac8b259d81c460334c4ad1d06b78c86
https://github.com/scummvm/scummvm/commit/32efdc53bac8b259d81c460334c4ad1d06b78c86
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-05-05T14:10:08+02:00
Commit Message:
BAGEL: Improve detection entries
Changed paths:
engines/bagel/detection_tables.h
diff --git a/engines/bagel/detection_tables.h b/engines/bagel/detection_tables.h
index 4927a0768f0..a507aed0e64 100644
--- a/engines/bagel/detection_tables.h
+++ b/engines/bagel/detection_tables.h
@@ -31,7 +31,19 @@ const ADGameDescription gameDescriptions[] = {
{
"spacebar",
nullptr,
- AD_ENTRY1s("wld/bar.wld", "34b52995cb7e6c68bac22c14cb6813da", 812794),
+ AD_ENTRY2s("wld/bar.wld", "34b52995cb7e6c68bac22c14cb6813da", 812794,
+ "zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NONE)
+ },
+
+ {
+ "spacebar",
+ "Not Installed",
+ AD_ENTRY2s("spacebar/wld/bar.wld", "34b52995cb7e6c68bac22c14cb6813da", 812794,
+ "zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE,
@@ -41,7 +53,8 @@ const ADGameDescription gameDescriptions[] = {
{
"spacebar",
"Small Demo",
- AD_ENTRY1s("wld/bar.wld", "47b51863dfaba358843c152a78da664e", 13187),
+ AD_ENTRY2s("wld/bar.wld", "47b51863dfaba358843c152a78da664e", 13187,
+ "bar/pda/bzoom.bmp", "c05189dee78365eca067f58d444e8488", 4114),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DEMO,
@@ -51,7 +64,8 @@ const ADGameDescription gameDescriptions[] = {
{
"spacebar",
"Medium Demo",
- AD_ENTRY1s("wld/bar.wld", "4d6a0926484e1660035af0ed4004a47f", 27495),
+ AD_ENTRY2s("wld/bar.wld", "4d6a0926484e1660035af0ed4004a47f", 27495,
+ "zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DEMO,
More information about the Scummvm-git-logs
mailing list