[Scummvm-git-logs] scummvm master -> c3d3887a3fda13288ee4cd87830d0bdd6e73192f

dreammaster noreply at scummvm.org
Sun Mar 13 23:08:59 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:
c3d3887a3f GLK: ZCODE: Add detection for Le Cercle des Gros Geeks disparus


Commit: c3d3887a3fda13288ee4cd87830d0bdd6e73192f
    https://github.com/scummvm/scummvm/commit/c3d3887a3fda13288ee4cd87830d0bdd6e73192f
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2022-03-13T16:08:51-07:00

Commit Message:
GLK: ZCODE: Add detection for Le Cercle des Gros Geeks disparus

Changed paths:
    engines/glk/zcode/detection_tables.h


diff --git a/engines/glk/zcode/detection_tables.h b/engines/glk/zcode/detection_tables.h
index de7a60ea14a..cd4195a8fc8 100644
--- a/engines/glk/zcode/detection_tables.h
+++ b/engines/glk/zcode/detection_tables.h
@@ -1062,6 +1062,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
 	{ "interra", "INTERRA - L'autre monde" },
 	{ "kheper", "Kheper" },
 	{ "verdeterre", "Le butin du Capitaine Verdeterre" },
+	{ "lecercledesgros", "Le Cercle des Gros Geeks disparus" },
 	{ "lieuxcommuns", "Lieux communs" },
 	{ "lmpsd", "La Mort Pour Seul Destin" },
 	{ "ombre", "Ombre" },
@@ -2394,6 +2395,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
 	ENTRY1("interra", "070726", "11a8ae7f072f4946a8be92630af36336", 98304, Common::FR_FRA),
 	ENTRY1("kheper", "070829", "3612cef78d31e80632d6b69b48652306", 94208, Common::FR_FRA),
 	ENTRY1("verdeterre", "140228", "6665bda7c172285e281de2e120dac250", 1385176, Common::FR_FRA),
+	ENTRY1("lecercledesgros", "051008", "091a9ab30302eb20d421ccbd0c530439", 128512, Common::FR_FRA),
 	ENTRY1("lieuxcommuns", "070910", "d1032dc1a9635358e0aec29038fdb34e", 253952, Common::FR_FRA),
 	ENTRY1("lmpsd", "040921", "bb90b4548c5160b10a7b6cbfdb5384a9", 215040, Common::FR_FRA),
 	ENTRY1("ombre", "150820", "a3df02e2ecda768542f326480709db02", 137216, Common::FR_FRA),




More information about the Scummvm-git-logs mailing list