[Scummvm-git-logs] scummvm master -> 67aa2574bca24d925576f9d417650e4e27381ecc
tag2015
noreply at scummvm.org
Thu May 2 20:21:59 UTC 2024
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:
7a50244f8d DIRECTOR: Add picarddossier jp
67aa2574bc GLK: Add IF Grand Prix games
Commit: 7a50244f8d30917b4aa4a75fb0806d800a6702c7
https://github.com/scummvm/scummvm/commit/7a50244f8d30917b4aa4a75fb0806d800a6702c7
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2024-05-02T22:16:28+02:00
Commit Message:
DIRECTOR: Add picarddossier jp
Fix #15101
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 5f0eb69287e..a2dbb0d3257 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -5245,8 +5245,8 @@ static const DirectorGameDescription gameDescriptions[] = {
MACDEMO1("photos4us", "Demo", "Photos4us", "2c27791a84756be6201d281bad54f7bb", 351560, 404),
// From Star Trek: Borg (Disc 2)
- MACGAME1("picarddossier", "", "Picard Dossier", "e1dc28c1dd8409c2d2e0d5d269df5ffc", 519813, 400),
- WINGAME1t("picarddossier", "", "OMNIBORG.EXE", "59dbe112ee3a8d2a5c9cdf5f528dcfbd", 811363, 404),
+ MACGAME1("picarddossier", "", "Picard Dossier", "r:e1dc28c1dd8409c2d2e0d5d269df5ffc", 519813, 404),
+ WINGAME1("picarddossier", "", "OMNIBORG.EXE", "t:59dbe112ee3a8d2a5c9cdf5f528dcfbd", 811363, 404),
WINGAME1("picklesbook", "", "PICKLE.EXE", "fb00695cb48e574f4acd75587b280756", 805141, 404),
@@ -6735,6 +6735,9 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME1_l("pettson1", "", "PETT32.EXE", "1a7acbba10a7246ba58c1d53fc7203f5", 1430755, Common::SE_SWE, 501),
+ // From Japanese Star Trek: Borg DVD (2000)
+ WINGAME1_l("picarddossier", "DVD", "OMNIBORG.EXE", "t:312801acbcbedcb6825414dad03538e8", 1501528, Common::JA_JPN, 501),
+
WINDEMO1("picasso", "Demo", "PICASS32.EXE", "3460ad87d2ba57104e2810a77b53c220", 1413437, 500),
// Later releases are D6
Commit: 67aa2574bca24d925576f9d417650e4e27381ecc
https://github.com/scummvm/scummvm/commit/67aa2574bca24d925576f9d417650e4e27381ecc
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2024-05-02T22:19:36+02:00
Commit Message:
GLK: Add IF Grand Prix games
Fix #15068
Changed paths:
engines/glk/glulx/detection_tables.h
diff --git a/engines/glk/glulx/detection_tables.h b/engines/glk/glulx/detection_tables.h
index ee0944e483a..0e8eac3996d 100644
--- a/engines/glk/glulx/detection_tables.h
+++ b/engines/glk/glulx/detection_tables.h
@@ -1011,6 +1011,10 @@ const PlainGameDescriptor GLULXE_GAME_LIST[] = {
{ "tgp_treffen", "Treffen am Nebelgrat" }, // 1st Place
{ "tgp_dersigkeitenlad", "Der SüÃigkeitenladen" }, // 4th Place
+ // IF Grand Prix 2024 (German)
+ { "tgp_staub", "Staub" },
+ { "tgp_zuschauer", "Die Zuschauer" },
+
// Italian games
{ "angolo", "Dietro l'Angolo" },
{ "ayon_glulx", "Nel Mondo di Ayon" },
@@ -2582,6 +2586,11 @@ const GlkDetectionEntry GLULXE_GAMES[] = {
DT_ENTRYL1("tgp_treffen", Common::DE_DEU, "140331", "e395219a697b34fbbcb90ed03bf35a5b", 1727130),
DT_ENTRYL1("tgp_dersigkeitenlad", Common::DE_DEU, "140401", "3dd57df785437293386076a062a7a415", 1619138),
+ // IF Grand Prix 2024 (German)
+ DT_ENTRYL1("tgp_staub", Common::DE_DEU, "240329", "e2bfc2c311f85396fd76af2a10613fd1", 1506992),
+ DT_ENTRYL1("tgp_staub", Common::DE_DEU, "240415", "d0ca22538b7e06b7d100fdab0693124f", 1551536),
+ DT_ENTRYL1("tgp_zuschauer", Common::DE_DEU, "240401", "f16bf2cf4ae27bf035cd221c0b3ec3fc", 1851170),
+
// Italian games
DT_ENTRYL1("angolo", Common::IT_ITA, "170801", "6f4fa5eaf56f5d7855b5caf30ff85be7", 628512),
DT_ENTRYL1("angolo", Common::IT_ITA, "210725", "0dbb81ec60e16721104858b39abc490d", 311040),
More information about the Scummvm-git-logs
mailing list