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

dreammaster noreply at scummvm.org
Sun May 15 03:33:42 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:
ca2798cb0f GLK: Added detection entries


Commit: ca2798cb0f7e853e7d5af571ef376707a073f786
    https://github.com/scummvm/scummvm/commit/ca2798cb0f7e853e7d5af571ef376707a073f786
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2022-05-14T20:33:33-07:00

Commit Message:
GLK: Added detection entries

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


diff --git a/engines/glk/adrift/detection_tables.h b/engines/glk/adrift/detection_tables.h
index 91a92237fde..80a7f5ae494 100644
--- a/engines/glk/adrift/detection_tables.h
+++ b/engines/glk/adrift/detection_tables.h
@@ -30,7 +30,9 @@ const PlainGameDescriptor ADRIFT_GAME_LIST[] = {
 	{ "Adrift", "Adrift IF Game" },
 
 	// English Games
+	{ "1sttime", "1st Time" },
 	{ "3monkeys", "Three Monkeys, One Cage" },
+	{ "adriftorama", "ADRIFT-O-Rama" },
 	{ "adventurestrikes", "Adventure Strikes When You Least Expect It" },
 	{ "akron", "Akron" },
 	{ "albridgemanor", "Albridge Manor" },
@@ -63,6 +65,7 @@ const PlainGameDescriptor ADRIFT_GAME_LIST[] = {
 	{ "deadreckoningadrift", "Dead Reckoning" },
 	{ "dontgoadrift", "Don't Go" },
 	{ "doortoutopia", "The Door to Utopia" },
+	{ "driftingin", "Adrift Drifting In" },
 	{ "drwhovortexlust", "Doctor Who and The Vortex of Lust" },
 	{ "edithscats", "Edith's Cats" },
 	{ "enc1", "Encounter 1 : Tim's Mom" },
@@ -106,6 +109,7 @@ const PlainGameDescriptor ADRIFT_GAME_LIST[] = {
 	{ "phonebooth", "Pick Up the Phone Booth and Cry" },
 	{ "pkgirl", "The PK Girl" },
 	{ "plagueredux", "The Plague - Redux" },
+	{ "praxis", "from the Files of Sigmund Sigmund Praxis, Guerrilla Therapist" },
 	{ "ptbad65", "PTBAD6.5: THE URL THAT DIDN'T WORK" },
 	{ "ptgood", "PTGOOD" },
 	{ "professorvonwitt", "Professor von Witt's Fabulous Flying Machine" },
@@ -119,6 +123,7 @@ const PlainGameDescriptor ADRIFT_GAME_LIST[] = {
 	{ "skybreak", "Skybreak!" },
 	{ "sommeril", "Sommeril" },
 	{ "sophia", "Sophia" },
+	{ "spaceboy", "The Adventure of Space Boy!" },
 	{ "stowaway", "Stowaway" },
 	{ "superheroday", "A Day In The Life Of A Super Hero" },
 	{ "takeone", "Take One" },
@@ -303,7 +308,9 @@ const PlainGameDescriptor ADRIFT5_GAME_LIST[] = {
 
 const GlkDetectionEntry ADRIFT_GAMES[] = {
 	// English Games
+	DT_ENTRY0("1sttime", "2ee60ee51dc1a2c672df78a3c91614bc", 29101),
 	DT_ENTRY0("3monkeys", "dec34c282511b1eadfe231dbbb49f625", 79286),
+	DT_ENTRY0("adriftorama", "db66d96e2cbd397fc668abcd32d59aeb", 46432),
 	DT_ENTRY0("adventurestrikes", "f5e18081fd6ec4955ed0665aee8580de", 3770),
 	DT_ENTRY0("akron", "2461ceeef3ef1eac15a2051a549b4402", 22258),
 	DT_ENTRY0("albridgemanor", "268003e454c4ade042d593af8397a490", 31353),
@@ -338,6 +345,7 @@ const GlkDetectionEntry ADRIFT_GAMES[] = {
 	DT_ENTRY0("deadreckoningadrift", "c49f787df29d6a73e77a0a33386614d3", 82279),
 	DT_ENTRY0("dontgoadrift", "f192abcc4e1f04787a7f1fde2ad05385", 13789),
 	DT_ENTRY0("doortoutopia", "9e727b8ad5b9c62d712d4a302083f6d8", 15432),
+	DT_ENTRY0("driftingin", "7ee4b9d8cc9547b22a3fac8e34a70a03", 34637),
 	DT_ENTRY0("drwhovortexlust", "e2b76d720096fb6427927456fc80c5a2", 166913),
 	DT_ENTRY0("edithscats", "0c6bbf3d292a427182458bd5332f2348", 18316),
 	DT_ENTRY0("enc1", "d297f4376e5ba5b05985ca12a60d8671", 101668),
@@ -384,6 +392,8 @@ const GlkDetectionEntry ADRIFT_GAMES[] = {
 	DT_ENTRY0("phonebooth", "25f4977d7b8df28322df945809826f43", 1372),
 	DT_ENTRY0("pkgirl", "038fb1c7d80bc03a48f71ab5231ab08f", 1627482),
 	DT_ENTRY0("plagueredux", "ed6ea0a04b135e4531636dc4e5005195", 92327),
+	DT_ENTRY0("praxis", "da2b19b01df82d147f214a737a641a52", 9977),
+	DT_ENTRY1("praxis", "Text Only", "da2b19b01df82d147f214a737a641a52", 9977),
 	DT_ENTRY0("ptbad65", "2a90b684c6c086b6e4d7143d70da3d4f", 3349),
 	DT_ENTRY0("ptgood", "aca9cde82850a28b2da871c4d9e34edb", 1971),
 	DT_ENTRY0("professorvonwitt", "570e7d90fa42a199ee0cba44a3c95d6b", 31253),
@@ -459,6 +469,7 @@ const GlkDetectionEntry ADRIFT_GAMES[] = {
 	DT_ENTRY0("rtc", "58729d1f54ca2311d7ff584f223c6396", 149000),
 	DT_ENTRY0("rtcc", "c79ed07084f08890c2ec4912c353ed34", 300308),
 	DT_ENTRY0("sophia", "53ff34729255845adad73eb8d133ef7c", 1242046),
+	DT_ENTRY0("spaceboy", "b9c350309385706eb7ae30e2e52e1096", 22605),
 	DT_ENTRY0("spacedetective1", "170517dae3a195f37d876f5645637953", 34044),
 	DT_ENTRY0("spacedetective2", "1e12b19d8777173cbf9866b3dd2fc2f0", 32632),
 	DT_ENTRY0("spacedetective3", "fc9fb75830d7f59bf932896152b1e759", 30560),
diff --git a/engines/glk/zcode/detection_tables.h b/engines/glk/zcode/detection_tables.h
index c9cf56d401c..796ddd794fb 100644
--- a/engines/glk/zcode/detection_tables.h
+++ b/engines/glk/zcode/detection_tables.h
@@ -359,6 +359,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
 	{ "erden",             "Travels in the Land of Erden: In Quest of the Adventure" },
 	{ "eric",              "Eric The Power-Mad Dungeon Master" },
 	{ "eruption",          "Eruption" },
+	{ "escapade",          "Escapade!" },
 	{ "escape",            "Escape!" },
 	{ "escaperemember",    "An Escape To Remember" },
 	{ "eurydice",          "Eurydice" },
@@ -381,6 +382,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
 	{ "firstday",          "The First Day of My New Life" },
 	{ "fishbowl",          "Fish Bowl" },
 	{ "fmvpoker",          "Frobozz Magic Video Poker" },
+	{ "forachange",        "For a Change" },
 	{ "forestdemo",        "Forest Demo" },
 	{ "forgottengirls",    "The Forgotten Girls" },
 	{ "fork",              "Fork: The Great Underground Dining Room" },
@@ -406,6 +408,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
 	{ "garliccage",        "The Garlic Cage, Episode I" },
 	{ "gatoron",           "GATOR-ON, Friend to Wetlands!" },
 	{ "gaucho",            "Gaucho" },
+	{ "gbvb",              "Grandma Bethlinda's Variety Box" },
 	{ "gd",                "Goodbye Doggy" },
 	{ "geb",               "GOOSE, EGG, BADGER" },
 	{ "geist",             "Geist" },
@@ -549,6 +552,15 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
 	{ "livejoseph",        "LiveJoseph" },
 	{ "llr3",              "A Little Like Rogue" },
 	{ "lmstvg",            "LMS The Video Game" },
+	{ "lockeddoor1",       "Locked Door I" },
+	{ "lockeddoor2",       "Locked Door II" },
+	{ "lockeddoor3",       "Locked Door III" },
+	{ "lockeddoor4",       "Locked Door IV" },
+	{ "lockeddoor5",       "Locked Door V" },
+	{ "lockeddoor6",       "Locked Door VI" },
+	{ "lockeddoor7",       "Locked Door VII" },
+	{ "lockeddoor8",       "Locked Door VIII" },
+	{ "lockeddoor9",       "Locked Door IX" },
 	{ "lookingtothesky",   "Looking to the Sky" },
 	{ "lostpigandplace",   "Lost Pig And Place Under Ground" },
 	{ "lostpig",           "Lost Pig" },
@@ -760,6 +772,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
 	{ "smallroom",         "Trapped in a Small Room" },
 	{ "snacktime",         "Snack Time!" },
 	{ "snafufun",          "SNAFUFUN" },
+	{ "snowedin",          "Snowed In" },
 	{ "snatches",          "SNATCHES" },
 	{ "snowquest",         "Snowquest" },
 	{ "soa",               "Son of a..." },
@@ -1546,6 +1559,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
 	ENTRY0("epyk", "091111", "2d14b9b9499bc87ecad01215009fa2c7", 236988),
 	ENTRY0("erden", "980131", "6125e83116854253240b489a22e83b9f", 348160),
 	ENTRY0("eric", "000001", "6ed92a1deef039921701441bc371883a", 116224),
+	ENTRY0("escapade", "r3/100111", "64f5e34efe18300476ea6e2dba0e4f81", 678318),
 	ENTRY0("escape", "130210", "988b6899f8d3c9bc4bbd3153ce1ab31f", 275358),
 	ENTRY0("escaperemember", "060705", "57b062c6f3e42cac8cb0775265c33c42", 284810),
 	ENTRY0("eurydice", "121206", "1f4112cdff2e5c924e54bfe06181ff49", 845206),
@@ -1564,6 +1578,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
 	ENTRY0("fingertipsfriend", "140106", "44cad06c5c79a7f99e53974a7d08c273", 423480),
 	ENTRY0("fingertipsmilk", "140312", "01d3504181777b30f96de20dfedda359", 278664),
 	ENTRY0("fmvpoker", "001227", "0d7bec942838ba2d42af2f836e2a8fc5", 24064),
+	ENTRY0("forachange", "990930", "6cd6f17ea26ed42d56afc367b90de115", 91648),
 	ENTRY0("forestdemo", "121216", "f629bfa6755cd36f45dbc3fe12b97936", 243130),
 	ENTRY0("fork", "071205", "cc07f97369a7f20da06eabf4fa8f2e4a", 201728),
 	ENTRY0("forms", "970206", "7de27dd6539ed6ef1c6176ab030510dd", 91136),
@@ -1584,6 +1599,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
 	ENTRY0("gardening", "080412", "2d9ff32f10bc569977984c9042afee4f", 394156),
 	ENTRY0("gatoron", "091116", "00ddc82b9268ea0968084e215057f21b", 123904),
 	ENTRY0("gaucho", "120805", "3ec2942af85d52ecd22c6ee3decf9b8b", 176640),
+	ENTRY0("gbvb", "r1/191106", "57f38d735b654bc24d20b9aeb7005442", 470478),
 	ENTRY0("gd", "010806", "5be045c6983f16f2d44e660f9f0192a2", 50176),
 	ENTRY0("geb", "051028", "8b731db0410993b8421e06dd7f3e37b2", 165376),
 	ENTRY0("geist", "140115", "96f54aaa29ddd0bbfa5db914150633a5", 244736),
@@ -1707,6 +1723,15 @@ const FrotzGameDescription FROTZ_GAMES[] = {
 	ENTRY0("livejoseph", "111227", "08e7c0024e7735cc4ef7e8cf0e04c112", 264782),
 	ENTRY0("llr3", "070314", "4c2e6391bf678f0563fee5492c7e73c7", 164864),
 	ENTRY0("lmstvg", "081227", "971bdd7f99e59ea1afe0629c2adaa9f4", 189508),
+	ENTRY0("lockeddoor1", "r1/220116", "a3a7abc23d5688baed0e0ffbf4ee5d15", 597074),
+	ENTRY0("lockeddoor2", "r1/220118", "09d6443dad4bb757a9adc0d183e940c6", 624882),
+	ENTRY0("lockeddoor3", "r1/220119", "b9640c151b410ea5aad3ef5d7f3186a7", 638248),
+	ENTRY0("lockeddoor4", "r1/220119", "7a9e607e9abc5593e2512148187b1b5e", 646566),
+	ENTRY0("lockeddoor5", "r1/220121", "52325dc020187231f44e297fa1f8f05b", 641260),
+	ENTRY0("lockeddoor6", "r1/220123", "4efcf79e00edbcffa7a4d717b77b0602", 664596),
+	ENTRY0("lockeddoor7", "r1/220125", "81b489d13287d8d164acc3206b60a2ad", 705484),
+	ENTRY0("lockeddoor8", "r1/220126", "4fd859c247b554185eb7cb9a5c6bd7e0", 739832),
+	ENTRY0("lockeddoor9", "r1/220129", "912afeac21d21582db34073450ff8643", 711602),
 	ENTRY0("lookingtothesky", "110313", "c83056d3ad3775af870fab9ef800a00e", 379738),
 	ENTRY0("motherloose", "981128", "87de736abcf52f27a00d09b74cfda240", 206336),
 	ENTRY0("lostspellmaker", "980116", "f569560e28e57b0cc15abe69292ddb63", 128000),
@@ -1875,6 +1900,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
 	ENTRY0("sleepcycle", "101217", "5c9c1b6c46c057099cdc6ad04f30407d", 253892),
 	ENTRY0("slouchingbedlam", "030925", "0f870671f3d7569d57eb79a8be9b4a28", 216576),
 	ENTRY0("snafufun", "990925", "2b04ac88022c9df74b4ae59cb3f75f27", 13312),
+	ENTRY0("snowedin", "r1/220205", "7076c6c1c59a5d7f8abe227639bf30fc", 103936),
 	ENTRY0("snowquest", "100127", "2442363dd6f7f2ee6a6ca840ca9d9881", 1034206),
 	ENTRY0("sofar", "961218", "026e1c0b7ef555011df2a9f72a2db574", 300032),
 	ENTRY0("softporn", "971018", "6624ea7bffdef1e14e28f57a90b621b0", 105984),




More information about the Scummvm-git-logs mailing list