[Scummvm-git-logs] scummvm master -> 0cf8a4e31d085d09d76008c0c8e2edd975bb8081

bluegr noreply at scummvm.org
Sat Apr 30 08:44:10 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0cf8a4e31d SCUMM: Fix/improve detection of the French CD version of DOTT


Commit: 0cf8a4e31d085d09d76008c0c8e2edd975bb8081
    https://github.com/scummvm/scummvm/commit/0cf8a4e31d085d09d76008c0c8e2edd975bb8081
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-04-30T11:44:05+03:00

Commit Message:
SCUMM: Fix/improve detection of the French CD version of DOTT

I own two original CDs here which confirm that this is the CD version with
full voices, and TENTACLE.000 is indeed 7,932 bytes long there too.

Changed paths:
    devtools/scumm-md5.txt
    engines/scumm/scumm-md5.h


diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt
index 66156003e56..3cbbbd8a1b0 100644
--- a/devtools/scumm-md5.txt
+++ b/devtools/scumm-md5.txt
@@ -329,7 +329,7 @@ tentacle	Day of the Tentacle
 	ae94f110a14ce71fc515d5b648827a8f	-1	es	DOS	Floppy	Floppy	-	abnog, Andrea Petrucci
 
 	4167a92a1d46baa4f4127d918d561f88	7932	en	All?	-	CD	-	Fingolfin
-	8aa05d3cdb0e795436043f0546af2da2	-1	fr	All?	-	CD?	-	Andrea Petrucci
+	8aa05d3cdb0e795436043f0546af2da2	7932	fr	All?	-	CD	-	Andrea Petrucci
 	6e959d65358eedf9b68b81e304b97fa4	7932	de	All?	-	CD	-	Fingolfin
 	4fbbe9f64b8bc547503a379a301183ce	-1	it	All?	-	CD	-	Andrea Petrucci
 	883af4b0af4f77a92f1dcf1d0a283140	-1	es	All?	-	CD	-	Andrea Petrucci
diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h
index 2d8c5073b2a..56ec8a9c74f 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 Wed Apr 20 11:48:52 2022
+  This file was generated by the md5table tool on Fri Apr 29 22:11:51 2022
   DO NOT EDIT MANUALLY!
  */
 
@@ -427,7 +427,7 @@ static const MD5Table md5table[] = {
 	{ "898eaa21f79cf8d4f08db856244689ff", "pajama", "HE 99", "Updated", 66505, Common::EN_ANY, Common::kPlatformWindows },
 	{ "89cfc425566003ff74b7dc7b3e6fd469", "indy3", "EGA", "EGA", -1, Common::FR_FRA, Common::kPlatformDOS },
 	{ "8a484262363a8e18be87112454f1456b", "pjgames", "", "", 29290, Common::EN_USA, Common::kPlatformUnknown },
-	{ "8aa05d3cdb0e795436043f0546af2da2", "tentacle", "", "CD?", -1, Common::FR_FRA, Common::kPlatformUnknown },
+	{ "8aa05d3cdb0e795436043f0546af2da2", "tentacle", "", "CD", 7932, Common::FR_FRA, Common::kPlatformUnknown },
 	{ "8aed489aba45d2b9fb8a04079c9c6e6a", "baseball", "HE CUP", "Preview", 12876596, Common::UNK_LANG, Common::kPlatformUnknown },
 	{ "8afb3cf9f95abf208358e984f0c9e738", "funpack", "", "", -1, Common::EN_ANY, Common::kPlatform3DO },
 	{ "8bdb0bf87b5e303dd35693afb9351215", "ft", "", "", -1, Common::DE_DEU, Common::kPlatformUnknown },




More information about the Scummvm-git-logs mailing list