[Scummvm-cvs-logs] CVS: scummvm/simon game.cpp,1.13,1.14 intern.h,1.51,1.52
kirben
kirben at users.sourceforge.net
Sun Nov 20 01:28:01 CET 2005
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10064/simon
Modified Files:
game.cpp intern.h
Log Message:
Add another German version of Simon the Sorcerer 2 (Windows CD)
Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/game.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- game.cpp 18 Nov 2005 00:59:47 -0000 1.13
+++ game.cpp 20 Nov 2005 09:27:47 -0000 1.14
@@ -195,6 +195,12 @@
{ GID_SIMON2WIN_DE, "6de6292c9ac11bfb2e70fdb0f773ba85", "stripped.txt", false},
{ GID_SIMON2WIN_DE, "2082f8d02075e590300478853a91ffd9", "tbllist", false},
+ { GID_SIMON2WIN_DE2, "9e858b3bb189c134c3a5f34c3385a8d3", "gsptr30", false },
+ { GID_SIMON2WIN_DE2, "ee92d1f84893195a60449f2430d07285", "icon.dat", false},
+ { GID_SIMON2WIN_DE2, "16d574da07e93bcae43cee353dab8c7e", "simon2.gme", false },
+ { GID_SIMON2WIN_DE2, "6de6292c9ac11bfb2e70fdb0f773ba85", "stripped.txt", false},
+ { GID_SIMON2WIN_DE2, "2082f8d02075e590300478853a91ffd9", "tbllist", false},
+
{ GID_SIMON2WIN_PL, "657fd873f5d0637097ee02315b447e6f", "gsptr30", false },
{ GID_SIMON2WIN_PL, "72096a62d36e6034ea9fecc13b2dbdab", "icon.dat", false},
{ GID_SIMON2WIN_PL, "7b9afcf82a94722707e0d025c0192be8", "simon2.gme", false },
@@ -338,7 +344,7 @@
Common::kPlatformPC,
},
- // Simon the Sorcerer 1 - Russian DOS Floppy (Infocom)
+ // Simon the Sorcerer 1 - English DOS Floppy (Infocom) with Russian patch
{
"simon1",
GType_SIMON1,
@@ -586,6 +592,19 @@
Common::kPlatformWindows,
},
+ // Simon the Sorcerer 2 - German Windows CD 1.1
+ {
+ "simon2",
+ GType_SIMON2,
+ GID_SIMON2WIN_DE2,
+ "Simon the Sorcerer 2 (De Windows CD)",
+ ARRAYSIZE(SIMON2_GameFiles),
+ SIMON2_GameFiles,
+ GF_TALKIE,
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ },
+
// Simon the Sorcerer 2 - Polish Windows CD
{
"simon2",
Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/intern.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- intern.h 18 Nov 2005 22:34:41 -0000 1.51
+++ intern.h 20 Nov 2005 09:27:47 -0000 1.52
@@ -189,6 +189,7 @@
GID_SIMON2TALKIE_ES,
GID_SIMON2WIN,
GID_SIMON2WIN_DE,
+ GID_SIMON2WIN_DE2,
GID_SIMON2WIN_PL,
GID_FEEBLEFILES_2CD,
More information about the Scummvm-git-logs
mailing list