[Scummvm-cvs-logs] CVS: scummvm/simon game.cpp,1.18,1.19 intern.h,1.54,1.55

kirben kirben at users.sourceforge.net
Mon Nov 21 16:59:02 CET 2005


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10507/simon

Modified Files:
	game.cpp intern.h 
Log Message:

Add another version of Simon the Sorcerer 1 (Amiga CD32).


Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/game.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- game.cpp	22 Nov 2005 00:29:26 -0000	1.18
+++ game.cpp	22 Nov 2005 00:58:34 -0000	1.19
@@ -81,6 +81,11 @@
 	{ GID_SIMON1CD32,      "59be788020441e21861e284236fd08c1", "stripped.txt", true},
 	{ GID_SIMON1CD32,      "f9d5bf2ce09f82289c791c3ca26e1e4b", "tbllist", true},
 
+	{ GID_SIMON1CD32_2,    "ec5358680c117f29b128cbbb322111a4", "gameamiga", true },
+	{ GID_SIMON1CD32_2,    "8ce5a46466a4f8f6d0f780b0ef00d5f5", "icon.pkd", true },
+	{ GID_SIMON1CD32_2,    "59be788020441e21861e284236fd08c1", "stripped.txt", true},
+	{ GID_SIMON1CD32_2,    "f9d5bf2ce09f82289c791c3ca26e1e4b", "tbllist", true},
+
 	{ GID_SIMON1DOS,       "9f93d27432ce44a787eef10adb640870", "gamepc", false },
 	{ GID_SIMON1DOS,       "22107c24dfb31b66ac503c28a6e20b19", "icon.dat", false},
 	{ GID_SIMON1DOS,       "2af9affc5981eec44b90d4c556145cb8", "stripped.txt", false},
@@ -377,6 +382,19 @@
 		Common::kPlatformAmiga,
 	},
 
+	// Simon the Sorcerer 1 - English Amiga CD32 alternative
+	{
+		"simon1",
+		GType_SIMON1,
+		GID_SIMON1CD32_2,
+		"Simon the Sorcerer 1 (Amiga CD32)",
+		ARRAYSIZE(SIMON1CD32_GameFiles),
+		SIMON1CD32_GameFiles,
+		GF_TALKIE | GF_OLD_BUNDLE,
+		Common::EN_USA,
+		Common::kPlatformAmiga,
+	},
+
 	// Simon the Sorcerer 1 - English DOS Floppy Demo
 	{
 		"simon1",

Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/intern.h,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- intern.h	21 Nov 2005 08:35:11 -0000	1.54
+++ intern.h	22 Nov 2005 00:58:34 -0000	1.55
@@ -170,6 +170,7 @@
 	GID_SIMON1AMIGA_FR,
 	GID_SIMON1AMIGA_DE,
 	GID_SIMON1CD32,
+	GID_SIMON1CD32_2,
 	GID_SIMON1ACORN,
 	GID_SIMON1ACORNDEMO,
 	GID_SIMON1TALKIE,





More information about the Scummvm-git-logs mailing list