[Scummvm-git-logs] scummvm master -> 3cf63b416fa142524cbe9223e2756fe9064209ca

dreammaster noreply at scummvm.org
Sun Mar 13 23:26:45 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:
3cf63b416f GLK: ZCODE: Added detection entires


Commit: 3cf63b416fa142524cbe9223e2756fe9064209ca
    https://github.com/scummvm/scummvm/commit/3cf63b416fa142524cbe9223e2756fe9064209ca
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2022-03-13T16:26:40-07:00

Commit Message:
GLK: ZCODE: Added detection entires

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 cd4195a8fc8..771d2e89df9 100644
--- a/engines/glk/zcode/detection_tables.h
+++ b/engines/glk/zcode/detection_tables.h
@@ -791,6 +791,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
 	{ "stealingthestolen", "Stealing the Stolen" },
 	{ "stewgoing",         "You've Got A Stew Going!" },
 	{ "stiffmst",          "Stiffy Makane: Mystery Science Theater 3000" },
+	{ "stiffy",            "The Incredible Erotic Adventures of Stiffy Makane!" },
 	{ "stingwasp",         "Sting of the Wasp" },
 	{ "stinkorswim",       "Stink or Swim" },
 	{ "stonecave",         "The Stone Cave" },
@@ -875,6 +876,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
 	{ "tuuli",             "Tuuli" },
 	{ "typo",              "Typo!" },
 	{ "uhohdemo",          "Uh-oh! (demo version)" },
+	{ "umw",               "UMW" },
 	{ "underdoos",         "The Underoos that ate New York!" },
 	{ "undergroundz",      "Underground" },
 	{ "underthebed",       "Under the Bed" },
@@ -953,6 +955,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
 	{ "zlife",             "Z-Life" },
 	{ "zokoban",           "Z-Machine Sokoban" },
 	{ "zombies",           "Zombies, yet another abuse of the Z-Machine" },
+	{ "zork285",           "Zork 285 Points Replica" },
 	{ "zorkburiedchaos",   "Welcome to zork, buried chaos" },
 	{ "zorkianstories1",   "Zorkian Stories 1: G.U.E" },
 	{ "zorklxix",          "Zork LXIX: The Great Underground Hot Dog" },
@@ -1135,6 +1138,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
 	{ "draculasp", "Dracula: Episodio 1, La Primera Noche" },
 	{ "ascenso", "El ascenso de Kunelar" },
 	{ "regalo", "El regalo de Gorbag" },
+	{ "encierro", "Encierro" },
 	{ "elultimohogar", "Misterio en el Ultimo Hogar" },
 	{ "ergotdelima", "Lime Ergot" },
 	{ "forrajeo", "Forrajeo" },
@@ -1891,6 +1895,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
 	ENTRY0("starlightz", "130802", "86c1069f38ca76dad28c10d05dbdf59b", 359936),
 	ENTRY0("stealingthestolen", "161222", "6daa42b7ae7f933fcf2fa441e702ea70", 424914),
 	ENTRY0("stiffmst", "690609", "33746a619e4ac30a1b9be82349187062", 82432),
+	ENTRY0("stiffy", "r71/059105", "285b8bb966075fc33a51bd842202f1b1", 91136),
 	ENTRY0("stinkorswim", "090105", "7ed52b7400c044b4c3b47fa44154b5bb", 232448),
 	ENTRY0("stonecave", "091103", "87858ce7d11ae814029c5b550682c255", 220672),
 	ENTRY0("stormcellar", "081022", "c38434a33b97a9616956ce48a7d69404", 384600),
@@ -1993,6 +1998,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
 	ENTRY0("tuuli", "180501", "0b7e2bb3f6887f30fb98b54230acf039", 611734),
 	ENTRY0("typo", "041119", "549875ea83b4230896fa7d3fa18ba0a3", 100864),
 	ENTRY0("uhohdemo", "980218", "4e8b90354c96760f36bfbfa2ba4fc04c", 176640),
+	ENTRY0("umw", "r1/201215", "24c7e6f775b9c10d9579f2a77be872fd", 167936),
 	ENTRY0("underdoos", "970329", "3ef9b348b4223b901bdfacb854fee16e", 58880),
 	ENTRY0("undergroundz", "r2/191215", "c7eef6e46e4b4868fd140c0ec06f3e7d", 3458170),
 	ENTRY0("undergroundz", "r2/191215", "6d2d883d5cf75db5e026ebbf4988d663", 416256),
@@ -2071,6 +2077,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
 	ENTRY0("zcatalog", "980519", "f5ad7533e0d33ced32429a04473ec3d0", 126976),
 	ENTRY0("zokoban", "990810", "e599ec4ff1eee51afbd6a3f8e8d8680e", 18944),
 	ENTRY0("zombies", "990524", "4535f316650ee6c76b95ced1100b12d0", 7680),
+	ENTRY0("zork285", "r1/??????", "b11e9810a7277a5aeddfdeb7ce5d90a8", 38600),
 	ENTRY0("zorkianstories1", "121014", "dbf1900ac273a3051cc2bd405aef4620", 380454),
 	ENTRY0("zorknplus9", "120517", "3d95fc9e6e60d372413bf10a90570b2e", 402874),
 	ENTRY0("zracer", "071203", "04d60a3f69b68955b008cf7a7b08017f", 40960),
@@ -2483,6 +2490,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
 	ENTRY1("draculasp", "071227", "53865e944daea77afeaf9cb909cfe85a", 101888, Common::ES_ESP),
 	ENTRY1("ascenso", "090409", "352b9bb39f2fff76b409025670169a98", 380434, Common::ES_ESP),
 	ENTRY1("regalo", "100104", "8d7ea3a09f39d1d2de103e5117ad3224", 336064, Common::ES_ESP),
+	ENTRY1("encierro", "r1/010101", "083514ce5d9718020083ddd00d85e279", 247808, Common::ES_ESP),
 	ENTRY1("elultimohogar", "021225", "45edda9ec6eb400f409681d3f2b052d4", 122368, Common::ES_ESP),
 	ENTRY1("ergotdelima", "170616", "0bcc4c1c8cc24165cb8f02f17f00682d", 606834, Common::ES_ESP),
 	ENTRY1("forrajeo", "010101", "d86123253ae4b35570013dd87e48036a", 108032, Common::ES_ESP),




More information about the Scummvm-git-logs mailing list