[Scummvm-cvs-logs] scummvm master -> 173db53e4b89dfafe9582a48d28a3450c888e200
digitall
digitall at scummvm.org
Fri Jul 1 02:15:28 CEST 2011
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:
173db53e4b DREAMWEB: Add Spanish CD and French CD Detection Entries.
Commit: 173db53e4b89dfafe9582a48d28a3450c888e200
https://github.com/scummvm/scummvm/commit/173db53e4b89dfafe9582a48d28a3450c888e200
Author: D G Turner (digitall at scummvm.org)
Date: 2011-06-30T17:12:43-07:00
Commit Message:
DREAMWEB: Add Spanish CD and French CD Detection Entries.
These are taken from bug #3328865 ("DREAMWEB Spanish Version").
Changed paths:
engines/dreamweb/detection_tables.h
diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h
index 0449361..6c7d8e4 100644
--- a/engines/dreamweb/detection_tables.h
+++ b/engines/dreamweb/detection_tables.h
@@ -31,6 +31,7 @@ namespace DreamWeb {
using Common::GUIO_NONE;
static const DreamWebGameDescription gameDescriptions[] = {
+ // International floppy release
{
{
"dreamweb",
@@ -81,6 +82,23 @@ static const DreamWebGameDescription gameDescriptions[] = {
},
},
+ // French CD release
+ {
+ {
+ "dreamweb",
+ "CD",
+ {
+ {"dreamwfr.r00", 0, "e354582a8564faf5c515df92f207e8d1", 154657},
+ {"dreamwfr.r02", 0, "57f3f08d5aefd04184eac76927eced80", 200575},
+ AD_LISTEND
+ },
+ Common::FR_FRA,
+ Common::kPlatformPC,
+ ADGF_CD | ADGF_UNSTABLE,
+ GUIO_NONE
+ },
+ },
+
// German floppy release
{
{
@@ -132,6 +150,23 @@ static const DreamWebGameDescription gameDescriptions[] = {
},
},
+ // Spanish CD release
+ {
+ {
+ "dreamweb",
+ "CD",
+ {
+ {"dreamwsp.r00", 0, "2df07174321de39c4f17c9ff654b268a", 153608},
+ {"dreamwsp.r02", 0, "577d435ad5da08fb1bcf6ea3dd6e0b9e", 199499},
+ AD_LISTEND
+ },
+ Common::ES_ESP,
+ Common::kPlatformPC,
+ ADGF_CD | ADGF_UNSTABLE,
+ GUIO_NONE
+ },
+ },
+
// Italian floppy release
{
{
More information about the Scummvm-git-logs
mailing list