[Scummvm-git-logs] scummvm master -> 4f7628467a32fcade6f59beb85a190bb61df0127
mistydemeo
noreply at scummvm.org
Tue Dec 13 05:27:44 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:
4f7628467a DIRECTOR: add reinedesneiges
Commit: 4f7628467a32fcade6f59beb85a190bb61df0127
https://github.com/scummvm/scummvm/commit/4f7628467a32fcade6f59beb85a190bb61df0127
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-12-12T18:05:00-08:00
Commit Message:
DIRECTOR: add reinedesneiges
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 35666ce291b..75acb2d0556 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -801,6 +801,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "lvi", "La Vague Interactive" },
{ "madmac", "Mad Mac Cartoons" },
{ "recfantome", "Récréation fantôme" },
+ { "reinedesneiges", "La reine des neiges" },
{ "sethi2", "Sethi et le sorcier inca" },
{ "sethi3", "Sethi et la Tribu de Neandertal" },
{ "shadoks", "Les Shadoks... Le jeu, la promenade" }, // Punctuation comes from lisezmoi.txt
@@ -2593,6 +2594,9 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1_l("refixion2", "", "Museum or Hospital", "1ae45c23586b41997ba52e2e7c771c4c", 375585, Common::JA_JPN, 300),
MACGAME1_l("refixion3", "", "The Reindeer Story", "f5277c53bacd27936158dd3867e587e2", 392217, Common::JA_JPN, 300),
+ MACGAME1_l("reinedesneiges", "", "La Reine des Neiges", "a546ef2b921a9b48fd93928f1a505f22", 483490, Common::FR_FRA, 404),
+ WINGAME1t_l("reinedesneiges", "", "RDNMOF.EXE", "ab9aa09225b65ed997ad18a8ff3993bf", 741699, Common::FR_FRA, 404),
+
// Original Mac version is Director. Later DOS port uses MADE engine (also in ScummVM).
MACDEMO1("rodneyfs", "Demo", "Rodney's Funscreen demo", "9f0bb7ec7720e4f680ee3aa3d22c1c9d", 356610, 300),
// MACDEMO1("rodneyfs", "Demo", "Sample Application", "9f0bb7ec7720e4f680ee3aa3d22c1c9d", 356610, 300),
More information about the Scummvm-git-logs
mailing list