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

kirben kirben at users.sourceforge.net
Tue Nov 22 16:55:00 CET 2005


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

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

Add another English version of Simon the Sorcerer 2 (DOS CD).


Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/game.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- game.cpp	22 Nov 2005 00:58:34 -0000	1.19
+++ game.cpp	23 Nov 2005 00:54:08 -0000	1.20
@@ -178,6 +178,12 @@
 	{ GID_SIMON2TALKIE,    "e229f84d46fa83f99b4a7115679f3fb6", "stripped.txt", false},
 	{ GID_SIMON2TALKIE,    "2082f8d02075e590300478853a91ffd9", "tbllist", false},
 
+	{ GID_SIMON2TALKIE2,   "608e277904d87dd28725fa08eacc2c0d", "gsptr30", false },
+	{ GID_SIMON2TALKIE2,   "72096a62d36e6034ea9fecc13b2dbdab", "icon.dat", false},
+	{ GID_SIMON2TALKIE2,   "8d6dcc65577e285dbca03ff6d7d9323c", "simon2.gme", false },
+	{ GID_SIMON2TALKIE2,   "e229f84d46fa83f99b4a7115679f3fb6", "stripped.txt", false},
+	{ GID_SIMON2TALKIE2,   "a0d5a494b5d3d209d1a1d76cc8d76601", "tbllist", false},
+
 	{ GID_SIMON2TALKIE_FR, "43b3a04d2f0a0cbd1b024c814856561a", "gsptr30", false },
 	{ GID_SIMON2TALKIE_FR, "72096a62d36e6034ea9fecc13b2dbdab", "icon.dat", false},
 	{ GID_SIMON2TALKIE_FR, "8af0e02c0c3344db64dffc12196eb59d", "simon2.gme", false },
@@ -382,7 +388,7 @@
 		Common::kPlatformAmiga,
 	},
 
-	// Simon the Sorcerer 1 - English Amiga CD32 alternative
+	// Simon the Sorcerer 1 - English Amiga CD32 alternative?
 	{
 		"simon1",
 		GType_SIMON1,
@@ -590,6 +596,20 @@
 		Common::kPlatformPC,
 	},
 
+
+	// Simon the Sorcerer 2 - English DOS CD alternate?
+	{
+		"simon2",
+		GType_SIMON2,
+		GID_SIMON2TALKIE2,
+		"Simon the Sorcerer 2 (DOS CD)",
+		ARRAYSIZE(SIMON2_GameFiles),
+		SIMON2_GameFiles,
+		GF_TALKIE,
+		Common::EN_USA,
+		Common::kPlatformPC,
+	},
+
 	// Simon the Sorcerer 2 - French DOS CD
 	{
 		"simon2",

Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/intern.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- intern.h	22 Nov 2005 00:58:34 -0000	1.55
+++ intern.h	23 Nov 2005 00:54:08 -0000	1.56
@@ -186,6 +186,7 @@
 	GID_SIMON2DOS_RU,
 	GID_SIMON2DEMO,
 	GID_SIMON2TALKIE,
+	GID_SIMON2TALKIE2,
 	GID_SIMON2TALKIE_DE,
 	GID_SIMON2TALKIE_FR,
 	GID_SIMON2TALKIE_HB,





More information about the Scummvm-git-logs mailing list