From 3521d3508518166c7f710b69bfb35c9a6049d7b8 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 10 Mar 2006 19:35:35 +0000 Subject: Add Russian puttrace and pajama3 svn-id: r21209 --- engines/scumm/plugin.cpp | 2 ++ engines/scumm/scumm-md5.h | 4 +++- engines/scumm/scumm.cpp | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp index b452f09d25..5ba83cd5a3 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -694,6 +694,8 @@ static const ScummGameSettings multiple_versions_md5_settings[] = { {"055ffe4f47753e47594ac67823220c54", "German", GID_PUTTRACE, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, // ToffRennen + {"62050da376483d8edcbd98cd26b6cb57", "Russian", GID_PUTTRACE, 6, 99, MDT_NONE, + GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, // UKPuttRace {"6af2419fe3db5c2fdb091ae4e5833770", "Dutch Demo", GID_PUTTRACE, 6, 98, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_985, Common::kPlatformWindows}, // 500demo {"aaa587701cde7e74692c68c1024b85eb", "Updated Dutch Demo", GID_PUTTRACE, 6, 99, MDT_NONE, diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h index efd075df68..b353817a85 100644 --- a/engines/scumm/scumm-md5.h +++ b/engines/scumm/scumm-md5.h @@ -1,5 +1,5 @@ /* - This file was generated by the md5table tool on Mon Feb 20 16:59:56 2006 + This file was generated by the md5table tool on Fri Mar 10 19:21:19 2006 DO NOT EDIT MANUALLY! */ @@ -78,6 +78,7 @@ static const MD5Table md5table[] = { { "1dd7aa088e09f96d06818aa9a9deabe0", "indy3", "No Adlib", "EGA", Common::EN_USA, Common::kPlatformMacintosh }, { "1fbebd7b2b692df5297870447a80cfed", "atlantis", "", "Floppy", Common::DE_DEU, Common::kPlatformPC }, { "2012f854d83d9cc6f73b2b544cd8bbf8", "water", "HE 80", "", Common::RU_RUS, Common::kPlatformWindows }, + { "20176076d708bf14407bcc9bdcd7a418", "pajama3", "", "", Common::RU_RUS, Common::kPlatformWindows }, { "20da6fce37805423966aaa8f3c2426aa", "atlantis", "", "Floppy", Common::FR_FRA, Common::kPlatformAmiga }, { "2108d83dcf09f8adb4bc524669c8cf51", "PuttTime", "HE 99", "", Common::EN_USA, Common::kPlatformUnknown }, { "21a6592322f92550f144f68a8a4e685e", "dig", "", "", Common::FR_FRA, Common::kPlatformMacintosh }, @@ -197,6 +198,7 @@ static const MD5Table md5table[] = { { "6027e9ca9c35746d95dee2068cec17e5", "zak", "", "V2", Common::DE_DEU, Common::kPlatformAmiga }, { "60ba818dc3bede86d40357e3913f8505", "ft", "", "Version B", Common::EN_USA, Common::kPlatformUnknown }, { "613f64f78ea26c7353b2a5940eb61d6a", "zak", "", "V2", Common::FR_FRA, Common::kPlatformAtariST }, + { "62050da376483d8edcbd98cd26b6cb57", "puttrace", "HE 99", "", Common::RU_RUS, Common::kPlatformWindows }, { "624cdb93654667c869d204a64af7e57f", "maniac", "", "V2", Common::EN_USA, Common::kPlatformPC }, { "6271130f440066830eca9056c1d7926f", "water", "HE 80", "", Common::RU_RUS, Common::kPlatformWindows }, { "62b8c16b6db226ba95aaa8be73f9885c", "indy3", "EGA", "EGA", Common::ES_ESP, Common::kPlatformAmiga }, diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index b28b3a1cb6..db7dca86ed 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -230,6 +230,7 @@ static const SubstResFileNames substResFileNameTable[] = { { "pajama3", "PjSamDemo", kGenPC }, { "pajama3", "PyjamaSKS", kGenPC }, { "pajama3", "PyjamaSKS", kGenMac }, + { "pajama3", "UKPajamaEAT", kGenPC }, // Russian { "pjgames", "PJGames", kGenMac }, { "puttcircus", "circdemo", kGenPC }, { "puttcircus", "Putt Circus Demo", kGenMac }, @@ -242,6 +243,7 @@ static const SubstResFileNames substResFileNameTable[] = { { "puttrace", "Putt Race", kGenMac }, { "puttrace", "ToffRennen", kGenPC }, { "puttrace", "ToffRennen", kGenMac }, + { "puttrace", "UKPuttRace", kGenPC }, // Russian { "PuttsFunShop", "Putt's FunShop", kGenMac }, { "putttime", "PuttPuttTTT", kGenPC }, { "putttime", "PuttPuttTTT", kGenMac }, -- cgit v1.2.3