[Scummvm-git-logs] scummvm master -> ad504616a6d0a8511f12f144661de59c85b60de6
sev-
noreply at scummvm.org
Mon Jul 15 00:46:38 UTC 2024
This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
bff690f754 DIRECTOR: add mac variant of adiboumots
d2d6bbe06c DIRECTOR: add mac variant of adibounature
ad504616a6 DIRECTOR: add mac variant of adibouhumain
Commit: bff690f754df403794ca2faebc943b1fbb8a5554
https://github.com/scummvm/scummvm/commit/bff690f754df403794ca2faebc943b1fbb8a5554
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-07-15T02:46:34+02:00
Commit Message:
DIRECTOR: add mac variant of adiboumots
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index acd77a96f7f..e3d284fe375 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -9327,6 +9327,8 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME1_l("adiboumots", "", "ADBR_EX56.exe", "t:aee1d0997a82c796292b59d9c398ca20", 3872922, Common::FR_FRA, 1010),
+ MACGAME1_l("adiboumots", "", "ADBR_EX56.osx", "t:4284f511d1d68b28640a0c3db6d02ba2", 4557102, Common::FR_FRA, 1010),
+
// TRAC report #14403
WINGAME1_l("adibounature", "", "ADBS_EX48.exe", "t:aee1d0997a82c796292b59d9c398ca20", 3873754, Common::FR_FRA, 1010),
Commit: d2d6bbe06cecccc70946dd587a86bf1950a182f8
https://github.com/scummvm/scummvm/commit/d2d6bbe06cecccc70946dd587a86bf1950a182f8
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-07-15T02:46:34+02:00
Commit Message:
DIRECTOR: add mac variant of adibounature
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index e3d284fe375..a91f08f4d4e 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -9332,6 +9332,8 @@ static const DirectorGameDescription gameDescriptions[] = {
// TRAC report #14403
WINGAME1_l("adibounature", "", "ADBS_EX48.exe", "t:aee1d0997a82c796292b59d9c398ca20", 3873754, Common::FR_FRA, 1010),
+ MACGAME1_l("adibounature", "", "ADBS_EX48.osx", "t:f2d35f22e06b4a3ff1ab3d960538d27b", 4491818, Common::FR_FRA, 1010),
+
// Found on AOL 9.0 promo CD
// Game description is based on desktop shortcut after installation
WINGAME2("aolstarwars", "", "STARWARS.EXE", "bcf64185ce848b7b70858d62945f48a8", 25472412,
Commit: ad504616a6d0a8511f12f144661de59c85b60de6
https://github.com/scummvm/scummvm/commit/ad504616a6d0a8511f12f144661de59c85b60de6
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-07-15T02:46:34+02:00
Commit Message:
DIRECTOR: add mac variant of adibouhumain
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index a91f08f4d4e..9bdac543618 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -9325,6 +9325,8 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME1_l("adibouhumain", "", "Adibou_CH.exe", "t:d955b857b9e506d1e3141ca4d81b59d5", 2633827, Common::FR_FRA, 1010),
+ MACGAME1_l("adibouhumain", "", "Adibou Aventure.osx", "t:5ec290fb9b3b46624b1f30630a39a456", 3126433, Common::FR_FRA, 1010),
+
WINGAME1_l("adiboumots", "", "ADBR_EX56.exe", "t:aee1d0997a82c796292b59d9c398ca20", 3872922, Common::FR_FRA, 1010),
MACGAME1_l("adiboumots", "", "ADBR_EX56.osx", "t:4284f511d1d68b28640a0c3db6d02ba2", 4557102, Common::FR_FRA, 1010),
More information about the Scummvm-git-logs
mailing list