[Scummvm-git-logs] scummvm master -> e9acc377432ceb12f2c3110cc918e927af67975f
dreammaster
dreammaster at scummvm.org
Fri Mar 5 02:38:43 UTC 2021
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:
e9acc37743 GLK: ZCODE: Added detection for Icebreaker
Commit: e9acc377432ceb12f2c3110cc918e927af67975f
https://github.com/scummvm/scummvm/commit/e9acc377432ceb12f2c3110cc918e927af67975f
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-03-04T18:38:31-08:00
Commit Message:
GLK: ZCODE: Added detection for Icebreaker
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 e637833ab4..b6bac3ece2 100644
--- a/engines/glk/zcode/detection_tables.h
+++ b/engines/glk/zcode/detection_tables.h
@@ -391,6 +391,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
{ "hyperrpg", "Hyper RPG Game!" },
{ "i0", "I-0: the \"jailbait on the interstate\" game" },
{ "ibo", "Ibo" },
+ { "icebreaker", "Icebreaker" },
{ "iceweb", "Iceweb" },
{ "identity", "Identity" },
{ "ifwhispers5", "IF Whispers 5" },
@@ -1446,6 +1447,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
ENTRY0("i0", "140603", "878cd0b3cb05340b49cf18999ba59fab", 219136),
ENTRY0("ibo", "120109", "b592aa3222e86ee1baaa45107cca6f83", 196608),
ENTRY0("iceweb", "160229", "b4f294ede4bcf5134a49d3a8d47cd2a0", 506932),
+ ENTRY0("icebreaker", "950912", "089919770f1b094dfdb111ca64ee7489", 49152),
ENTRY0("identity", "041121", "72fe1d48259be82d586bb4eb48ccaff9", 126976),
ENTRY0("ifaquarium", "100515", "5f99b211f5bef1c1d1e89762dd451cac", 235088),
ENTRY0("ifquake", "040812", "4c75b746abbae0e869ede0b06501f823", 133120),
More information about the Scummvm-git-logs
mailing list