[Scummvm-git-logs] scummvm master -> c4c1e67ffb1de1804d2fc15871f932ec6d17d20c
aquadran
noreply at scummvm.org
Sat Jun 11 16:14: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:
c4c1e67ffb DIRECTOR: Added "Romjakten" to detection entries, ticket #13211
Commit: c4c1e67ffb1de1804d2fc15871f932ec6d17d20c
https://github.com/scummvm/scummvm/commit/c4c1e67ffb1de1804d2fc15871f932ec6d17d20c
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-06-11T18:14:40+02:00
Commit Message:
DIRECTOR: Added "Romjakten" to detection entries, ticket #13211
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 8e0aa2774a7..f507bec87df 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -301,7 +301,6 @@ static const PlainGameDescriptor directorGames[] = {
{ "noddyschool", "Noddy: Let's Get Ready For School" },
{ "noddytoytown", "Noddy: The Magic of ToyTown on a CD-ROM" },
{ "noir", "Noir: A Shadowy Thriller" },
- { "norgesjakten", "Norgesjakten" },
{ "nurseryrhymes", "Multimedia Nursery Rhymes" },
{ "okay2000", "O!Kay! Best of 2000" },
{ "okaydemo", "O!Kay! Probier\' mal! Try out!" },
@@ -1077,6 +1076,9 @@ static const PlainGameDescriptor directorGames[] = {
{ "wonderomcw", "WONDEROM ã¯ã©ãªã¹ã¯ã¼ã¯ã¹" }, // WONDEROM ClarisWorks ver.2
{ "voyagerkids", "ããã¤ã·ãã£ã¼ã®ããã¹ã CD-ROM" },
+ // Norwegian titles
+ { "norgesjakten", "Norgesjakten" },
+
// Polish titles
{ "kontyngent99", "Katalog Samochodów Kontyngent '99" },
@@ -1130,6 +1132,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "polis1", "Polis" },
{ "polis2", "Polis 2: NÃ¥gon ljuger" },
{ "polis3", "Polis 3: Vargspår" },
+ { "rymdjakten", "Rymdjakten" },
// Titles containing Director extras
{ "amgpremiere", "The American Girls Premiere" },
@@ -5743,6 +5746,9 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME2_l("robidoc", "", "start.exe", "518a98696fe1122e08410b0f157f21bf", 1518949,
"Bio.exe", "55180c6a904d1b35c6ae60cab1f84949", 188408, Common::NL_NLD, 600),
+ WINGAME1t_l("rymdjakten", "Romjakten", "ROMJAKT.EXE", "c4259b2ecfd421bd28f29b8a6ddf42f3", 1522656, Common::NB_NOR, 602),
+ MACGAME1t_l("rymdjakten", "Romjakten", "Romjakten", "960f8041921e1ca6c0781cb0f17abc25", 1032378, Common::NB_NOR, 602),
+
// Found on Let's Play with "Sakura"
// This directly runs the screen savers available on the CD
// Original filename is ãããã®scrã»ã¬ã¯ã¿
More information about the Scummvm-git-logs
mailing list