[Scummvm-git-logs] scummvm master -> a4ef49641828116d2c3d77367f613b44473ee862
dreammaster
paulfgilbert at gmail.com
Sun Aug 9 23:01:04 UTC 2020
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:
a4ef496418 MADS: Add Dragonsphere demo detection entry
Commit: a4ef49641828116d2c3d77367f613b44473ee862
https://github.com/scummvm/scummvm/commit/a4ef49641828116d2c3d77367f613b44473ee862
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-08-09T15:59:48-07:00
Commit Message:
MADS: Add Dragonsphere demo detection entry
Dragonsphere isn't planned to be worked on any time soon, but
since a bug report with the MD5 was posted, I figured I might
as well add it in for the future
Changed paths:
engines/mads/detection_tables.h
diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h
index 14ca68ca3d..d2e13816ab 100644
--- a/engines/mads/detection_tables.h
+++ b/engines/mads/detection_tables.h
@@ -120,6 +120,24 @@ static const MADSGameDescription gameDescriptions[] = {
0
},
+ {
+ // Dragonsphere DOS English demo
+ {
+ "dragonsphere",
+ "Demo",
+ {
+ {"section1.hag", 0, "9587b06eb4f9ee7ed5b19af4643743b0", 328083},
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE | ADGF_DEMO,
+ GUIO1(GAMEOPTION_EASY_MOUSE)
+ },
+ GType_Dragonsphere,
+ 0
+ },
+
{ AD_TABLE_END_MARKER, 0, 0 }
};
More information about the Scummvm-git-logs
mailing list