diff options
author | Eugene Sandulenko | 2005-03-24 12:33:53 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-03-24 12:33:53 +0000 |
commit | 2226aa6bc9db5e45ee72acaaf5098246d4b67193 (patch) | |
tree | dcf573b7fb190cd594b5d7e0c474497e5590b8a7 | |
parent | 166e009061981c161a9abfdec548e0283caf289f (diff) | |
download | scummvm-rg350-2226aa6bc9db5e45ee72acaaf5098246d4b67193.tar.gz scummvm-rg350-2226aa6bc9db5e45ee72acaaf5098246d4b67193.tar.bz2 scummvm-rg350-2226aa6bc9db5e45ee72acaaf5098246d4b67193.zip |
Add support for russian spyfox2 and spyfox3
svn-id: r17218
-rw-r--r-- | doc/he/md5s.txt | 20 | ||||
-rw-r--r-- | scumm/scumm-md5.h | 4 | ||||
-rw-r--r-- | scumm/scumm.cpp | 2 | ||||
-rw-r--r-- | tools/scumm-md5.txt | 2 |
4 files changed, 27 insertions, 1 deletions
diff --git a/doc/he/md5s.txt b/doc/he/md5s.txt index 8002b92d55..f8944c0f6e 100644 --- a/doc/he/md5s.txt +++ b/doc/he/md5s.txt @@ -1310,6 +1310,16 @@ d601630d0dcf6b3084ecd42b6c8c5a33 SPYFOX2.HE4 0b381fa8531972edca34f9b631638148 spyfox2.he9 77179b054447bb7080aff0ec343588c6 Spyfox2.w32 +(russian spyfox2 updated) +sev +C:\HESystems\SPUTM\Src\*.cpp +dda8932e4ddd10c538086df4eaa965d2 SPYFOXSR.w32 +4ecc3a54d961a23b80239e191309bb2a spyfoxsr.(a) +cea91e3dd47f2518ea418e41611aa77f spyfoxsr.he0 +2e73380e32fb1960de5e9871042c6b2e spyfoxsr.he2 +42e883fdae113021eaa30bca3a7bfd2c spyfoxsr.he4 +0b381fa8531972edca34f9b631638148 spyfoxsr.he9 + (putsfunshop cd/pj3 cd/puttcircus cd/spyozon cd/soccerMLS cd) sev C:\Dev\Project\SPUTM\Src\*.cpp @@ -1339,6 +1349,16 @@ eec7f697ba008211d12be2108f9e6b56 SPYOZON.HE2 2f238b51cfad1b8b5c179468a19aa29b SPYOZON.HE3 6654406759193503d618405b075322e4 SPYOZON.HE4 +(russian spyozon updated) +sev +C:\Spyfox3Sputm\Src\SrcPWin\*.cpp +efab08f94696fc1a7404ba366c6629d3 SPYFoxOZU.he2 +2f238b51cfad1b8b5c179468a19aa29b SPYFoxOZU.he3 +eb03a8bd9e7654d5d06635d934f2059b SPYFoxOzu.(a) +96a3069a3c63caa7329588ce1fef41ee SPYFoxOzu.he0 +64531d4b40f2b932c8434b5c2c0f3547 SPYFoxOzu.he4 +194af4195ddb1f3a6017fbd6b27a92aa spyfoxozu.exe + (freddi5 cd) sev d:\dev\SPUTM\Src\SrcPWin\*.cpp diff --git a/scumm/scumm-md5.h b/scumm/scumm-md5.h index a12618658f..35308760a8 100644 --- a/scumm/scumm-md5.h +++ b/scumm/scumm-md5.h @@ -1,5 +1,5 @@ /* - This file was generated by the md5table tool on Tue Mar 22 20:36:59 2005 + This file was generated by the md5table tool on Thu Mar 24 12:26:09 2005 DO NOT EDIT MANUALLY! */ @@ -220,6 +220,7 @@ static const MD5Table md5table[] = { { "92b078d9d6d9d751da9c26b8b3075779", "tentacle", Common::FR_FRA, Common::kPlatformPC }, { "92e7727e67f5cd979d8a1070e4eb8cb3", "puttzoo", Common::EN_USA, Common::kPlatformUnknown }, { "92fc0073a4cf259ff36070ecb8628ba8", "thinkerk", Common::EN_USA, Common::kPlatformUnknown }, + { "96a3069a3c63caa7329588ce1fef41ee", "spyozon", Common::RU_RUS, Common::kPlatformUnknown }, { "9708cf716ed8bcc9ff3fcfc69413b746", "puttputt", Common::EN_USA, Common::kPlatformPC }, { "981e1e1891f2be7e25a01f50ae55a5af", "puttrace", Common::EN_USA, Common::kPlatformWindows }, { "99a3699f80b8f776efae592b44b9b991", "maniac", Common::FR_FRA, Common::kPlatformPC }, @@ -282,6 +283,7 @@ static const MD5Table md5table[] = { { "ce6a4cef315b20fef58a95bc40a2d8d3", "monkeyega", Common::FR_FRA, Common::kPlatformPC }, { "ce7733f185b838e248927c7ba1a04204", "maniac", Common::FR_FRA, Common::kPlatformAmiga }, { "ce7fd0c382389a6791fc3e199c117ef4", "indy3EGA", Common::ES_ESP, Common::kPlatformPC }, + { "cea91e3dd47f2518ea418e41611aa77f", "spyfox2", Common::RU_RUS, Common::kPlatformUnknown }, { "cf8d13446ec6cb6222287a925fd47c1d", "baseball", Common::EN_USA, Common::kPlatformWindows }, { "cf90b4db5486ef798db78fe6fbf897e5", "pj3-demo", Common::EN_USA, Common::kPlatformWindows }, { "d06fbe28818fef7bfc45c2cdf0c0849d", "zak", Common::DE_DEU, Common::kPlatformPC }, diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 510903292a..ae0fbd1643 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -566,7 +566,9 @@ static SubstResFileNames substResFileNameTable[] = { { "spyfox", "SPYFox", kGenMac }, { "spyfox", "SPYFoxDC", kGenPC }, { "spyfox2", "Spy Fox 2", kGenMac }, + { "spyfox2", "spyfoxsr", kGenPC }, { "spyozon", "SpyOzon", kGenMac }, + { "spyozon", "SPYFoxOZU", kGenPC }, { "thinkerk", "ThinkerK", kGenMac }, { "timedemo", "TimeDemo", kGenMac }, { "water", "Water Worries", kGenMac }, diff --git a/tools/scumm-md5.txt b/tools/scumm-md5.txt index 46895049cd..3165b0c1c3 100644 --- a/tools/scumm-md5.txt +++ b/tools/scumm-md5.txt @@ -447,11 +447,13 @@ Spy Fox 1: Dry Cereal Spy Fox 2: Some Assembly Required - All en f79e60c17cca601e411f1f75e8ee9b5a spyfox2 Kirben + - All ru cea91e3dd47f2518ea418e41611aa77f spyfox2 sev Demo All en 7222f260253f325c21fcfa68b5bfab67 sf2-demo Kirben Demo All nl 1c792d28376d45e145cb916bca0400a2 sf2-demo joostp Spy Fox 3: Operation Ozone - All en 600abd3e9f47e63e670188b7e4e86ac7 spyozon Kirben + - All ru 96a3069a3c63caa7329588ce1fef41ee spyozon sev Demo All en ebd0b2c8a387f18887282afe6cad894a sf3-demo Kirben Spy Fox in Cheese Chase Game |