[Scummvm-cvs-logs] SF.net SVN: scummvm: [25422] scummvm/trunk/engines/agi/detection.cpp
sev at users.sourceforge.net
sev at users.sourceforge.net
Thu Feb 8 00:23:11 CET 2007
Revision: 25422
http://scummvm.svn.sourceforge.net/scummvm/?rev=25422&view=rev
Author: sev
Date: 2007-02-07 15:23:10 -0800 (Wed, 07 Feb 2007)
Log Message:
-----------
Add md5s reported in bugreport #1654500 "AGI: Some MD5 checksums"
Modified Paths:
--------------
scummvm/trunk/engines/agi/detection.cpp
Modified: scummvm/trunk/engines/agi/detection.cpp
===================================================================
--- scummvm/trunk/engines/agi/detection.cpp 2007-02-07 23:02:51 UTC (rev 25421)
+++ scummvm/trunk/engines/agi/detection.cpp 2007-02-07 23:23:10 UTC (rev 25422)
@@ -161,7 +161,21 @@
0x2272,
},
+ {
+ // reported by Filippos (thebluegr) in bugreport #1654500
+ {
+ "ddp",
+ "1.0C",
+ AD_ENTRY1s("logdir", "550971d196f65190a5c760d2479406ef", 132),
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ },
+ GType_V2,
+ 0,
+ 0x2272,
+ },
+
{
// Sarien Name == AGI Demo 1 (PC) 05/87 [AGI 2.425]
{
@@ -598,6 +612,35 @@
},
{
+ // reported by Filippos (thebluegr) in bugreport #1654500
+ // Sarien Name == Manhunter NY (PC 5.25") 1.22 8/31/88 [AGI 3.002.107]
+ {
+ "mh1",
+ "1.22 8/31/88",
+ AD_ENTRY1s("mhdir", "0c7b86f05fe02c2e26cff1b07450b82a", 2123),
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ },
+ GType_V3,
+ 0,
+ 0x3149,
+ },
+
+ {
+ // Sarien Name == Manhunter NY (PC 3.5") 1.22 8/31/88 [AGI 3.002.102]
+ {
+ "mh1",
+ "1.22 8/31/88",
+ AD_ENTRY1s("mhdir", "5b625329021ad49fd0c1d6f2d6f54bba", 2141),
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ },
+ GType_V3,
+ 0,
+ 0x3149,
+ },
+
+ {
// Sarien Name == Manhunter SF (PC 3.5") 3.02 7/26/89 [AGI 3.002.149]
{
"mh2",
@@ -748,6 +791,35 @@
{
+ // reported by Filippos (thebluegr) in bugreport #1654500
+ // Sarien Name == Space Quest 2 (PC 5.25") 2.0A [AGI 2.912]
+ {
+ "sq2",
+ "5.25\" 2.0A",
+ AD_ENTRY1s("logdir", "ad7ce8f800581ecc536f3e8021d7a74d", 423),
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ },
+ GType_V2,
+ 0,
+ 0x2917,
+ },
+
+ {
+ // Sarien Name == Space Quest 2 (PC 3.5") 2.0A [AGI 2.912]
+ {
+ "sq2",
+ "3.5\" 2.0A",
+ AD_ENTRY1s("logdir", "6c25e33d23b8bed42a5c7fa63d588e5c", 423),
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ },
+ GType_V2,
+ 0,
+ 0x2917,
+ },
+
+ {
// Sarien Name == Space Quest 2 (PC 5.25"/ST) 2.0C/A [AGI 2.915]
{
"sq2",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list