[Scummvm-git-logs] scummvm master -> d74e12b63cb24ba44dff035921886ce1d63a2b5f

tag2015 noreply at scummvm.org
Fri Oct 7 16:30:08 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:
d74e12b63c DIRECTOR: Improve detection for Maniac Sports


Commit: d74e12b63cb24ba44dff035921886ce1d63a2b5f
    https://github.com/scummvm/scummvm/commit/d74e12b63cb24ba44dff035921886ce1d63a2b5f
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-10-07T18:29:22+02:00

Commit Message:
DIRECTOR: Improve detection for Maniac Sports

Punycode Mac file
Add additional version
Add second file to Win detection to prevent clash with Maniac Mansion
Deluxe

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 04f685a8947..a28d4225896 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -2279,8 +2279,10 @@ static const DirectorGameDescription gameDescriptions[] = {
 									"MSI C-S",   "224006f035e5f5fc0dd0133fbc5c6b89", 142729, Common::JA_JPN, 311),
 
 	// Original Mac filename is Maniac Sportsâ„¢
-	MACGAME1("maniacsports", "", "Maniac Sports", "2ce360c9ea2da80a2c6d1040b0ad92dd", 421218, 311),
-	WINGAME1("maniacsports", "", "MANIAC.EXE", "65d06b5fef155a2473434571aff5bc29", 371274, 311),
+	MACGAME1("maniacsports", "", "xn--maniac sports-8q9g", "2ce360c9ea2da80a2c6d1040b0ad92dd", 421218, 311),
+	MACGAME1("maniacsports", "", "xn--maniac sports-8q9g", "2ce360c9ea2da80a2c6d1040b0ad92dd", 420962, 311),
+	WINGAME2("maniacsports", "", "MANIAC.EXE", "65d06b5fef155a2473434571aff5bc29", 371274,
+								 "SUPPORT/MSWORLD.MMM", "e9cdd7f30fb3386e7b67c6769147f60a", 218378, 311),
 
 	MACDEMO1_l("marinefantasy", "Demo", "MarineFantasy", "276bee761e48a6fd709df77d5c2f60dd", 395226, Common::JA_JPN, 313),
 




More information about the Scummvm-git-logs mailing list