[Scummvm-cvs-logs] scummvm master -> d47eceeb2fdd122efb143d00097c0cf159552bb2

DrMcCoy drmccoy at drmccoy.de
Mon May 16 20:40:00 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:
d47eceeb2f GOB: Add a non-interactive Adibou2 demo


Commit: d47eceeb2fdd122efb143d00097c0cf159552bb2
    https://github.com/scummvm/scummvm/commit/d47eceeb2fdd122efb143d00097c0cf159552bb2
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2011-05-16T11:37:44-07:00

Commit Message:
GOB: Add a non-interactive Adibou2 demo

Changed paths:
    engines/gob/demos/demoplayer.cpp
    engines/gob/detection_tables.h



diff --git a/engines/gob/demos/demoplayer.cpp b/engines/gob/demos/demoplayer.cpp
index 5220b45..9aa7a41 100644
--- a/engines/gob/demos/demoplayer.cpp
+++ b/engines/gob/demos/demoplayer.cpp
@@ -50,6 +50,9 @@ DemoPlayer::Script DemoPlayer::_scripts[] = {
 		"slide xant.imd 20\nslide tum.imd 20\nslide voile.imd 20\n"     \
 		"slide int.imd 20\nslide voila.imd 1\nslide voilb.imd 1\n"},
 	{kScriptSourceFile, "coktelplayer.scn"},
+	{kScriptSourceFile, "demogb.scn"},
+	{kScriptSourceFile, "demoall.scn"},
+	{kScriptSourceFile, "demofra.scn"}
 };
 
 DemoPlayer::DemoPlayer(GobEngine *vm) : _vm(vm) {
diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h
index 79cef9f..11cca2b 100644
--- a/engines/gob/detection_tables.h
+++ b/engines/gob/detection_tables.h
@@ -4791,6 +4791,60 @@ static const GOBGameDescription gameDescriptions[] = {
 		kFeaturesNone,
 		0, 0, 0
 	},
+	{
+		{
+			"adibou2",
+			"Non-Interactive Demo",
+			{
+				{"demogb.scn", 0, "9291455a908ac0e6aaaca686e532609b", 105},
+				{"demogb.vmd", 0, "bc9c1db97db7bec8f566332444fa0090", 14320840},
+				{0, 0, 0, 0}
+			},
+			EN_GRB,
+			kPlatformPC,
+			ADGF_DEMO,
+			GUIO_NOSUBTITLES | GUIO_NOSPEECH
+		},
+		kGameTypeAdibou2,
+		kFeatures640x480 | kFeaturesSCNDemo,
+		0, 0, 9
+	},
+	{
+		{
+			"adibou2",
+			"Non-Interactive Demo",
+			{
+				{"demoall.scn", 0, "c8fd308c037b829800006332b2c32674", 106},
+				{"demoall.vmd", 0, "4672b2deacc6fca97484840424b1921b", 14263433},
+				{0, 0, 0, 0}
+			},
+			DE_DEU,
+			kPlatformPC,
+			ADGF_DEMO,
+			GUIO_NOSUBTITLES | GUIO_NOSPEECH
+		},
+		kGameTypeAdibou2,
+		kFeatures640x480 | kFeaturesSCNDemo,
+		0, 0, 10
+	},
+	{
+		{
+			"adibou2",
+			"Non-Interactive Demo",
+			{
+				{"demofra.scn", 0, "d1b2b1618af384ea1120def8b986c02b", 106},
+				{"demofra.vmd", 0, "b494cdec1aac7e54c3f2480512d2880e", 14297100},
+				{0, 0, 0, 0}
+			},
+			FR_FRA,
+			kPlatformPC,
+			ADGF_DEMO,
+			GUIO_NOSUBTITLES | GUIO_NOSPEECH
+		},
+		kGameTypeAdibou2,
+		kFeatures640x480 | kFeaturesSCNDemo,
+		0, 0, 11
+	},
 	{ AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, 0, 0, 0}
 };
 






More information about the Scummvm-git-logs mailing list