[Scummvm-git-logs] scummvm master -> c1d3c9033d9dd8a5408f5ba7b313fc10ba7fdcb3
mistydemeo
noreply at scummvm.org
Mon Oct 24 01:59:15 UTC 2022
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
34b51c1b01 DIRECTOR: correct 4sight Mac filesize
c1d3c9033d DIRECTOR: add nemurenu Pippin
Commit: 34b51c1b01466123f512d053549acea7347546aa
https://github.com/scummvm/scummvm/commit/34b51c1b01466123f512d053549acea7347546aa
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-10-23T17:37:42-07:00
Commit Message:
DIRECTOR: correct 4sight Mac filesize
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 70331de0332..7599ed396dd 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -2812,7 +2812,7 @@ static const DirectorGameDescription gameDescriptions[] = {
WINDEMO1("3datlas97", "Demo", "ATLAS97.EXE", "b5da314bdfd9344530a24093f2e0b566", 8300357, 404),
- MACGAME1_l("4sight", "", "four-sight", "0c7bbb4b24823e5ab871cb4c1d6f3710", 508347, Common::JA_JPN, 404),
+ MACGAME1_l("4sight", "", "four-sight", "0c7bbb4b24823e5ab871cb4c1d6f3710", 508091, Common::JA_JPN, 404),
WINGAME1_l("4sight", "", "4_SIGHT.EXE", "26c279f80434c0a641d28cec198c783f", 740581, Common::JA_JPN, 404),
MACGAME1("9worlds", "", "Nine Worlds", "3930940b5b4b2ae2563cc29b812855a6", 482838, 400),
Commit: c1d3c9033d9dd8a5408f5ba7b313fc10ba7fdcb3
https://github.com/scummvm/scummvm/commit/c1d3c9033d9dd8a5408f5ba7b313fc10ba7fdcb3
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-10-23T17:37:42-07:00
Commit Message:
DIRECTOR: add nemurenu Pippin
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 7599ed396dd..17cd5bc8a68 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -928,6 +928,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "murphystv", "Murphy's TV" },
{ "negi1", "ããã Vol. 1" }, // Negi
{ "negi3", "ããã3ä¸" }, // Negi the 3rd
+ { "nemurenu", "ç ãã¬å¤ã®å°ããªã話" }, // A Small Story on a Sleepless Night
{ "nihonchiri", "Visualæ¥æ¬å°ç" }, // Japan Geography
{ "niningashi", "ã«ã«ããã" },
{ "noahsark", "Noah's Ark" },
@@ -2415,6 +2416,8 @@ static const DirectorGameDescription gameDescriptions[] = {
// Original filename is 建ç¯è¦ç©ï½¿ï¾ï¾ Movie
MACDEMO1_l("negishihomes", "Demo", "Kenchiku Mitsumori Sofuto Movie", "276bee761e48a6fd709df77d5c2f60dd", 1880339, Common::JA_JPN, 313),
+ PIPGAME1_l("nemurenu", "", "Sleepless", "5ac60d4dafefa00dd8060b6a4f9c4c4c", 48184, Common::JA_JPN, 404),
+
MACDEMO1("newton", "Demo", "Complete Newton Demo", "7f443f2e63fd497a9ad85b10dc880a91", 383575, 313),
MACGAME1("nightrider", "", "Night Rider", "9f0bb7ec7720e4f680ee3aa3d22c1c9d", 351573, 301),
More information about the Scummvm-git-logs
mailing list