[Scummvm-git-logs] scummvm master -> 19ea9f43d0632ea155851a446053762b710c3f97

sev- sev at scummvm.org
Fri Apr 23 14:34:30 UTC 2021


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:
d5e7d45002 GLK: QUEST: Added more detection entries. Bugreport #11655
19ea9f43d0 GLK: TADS: Added TADS3 games to detection. Bugreport #11658


Commit: d5e7d45002ee56a8201422ce7769d6a83d6fabce
    https://github.com/scummvm/scummvm/commit/d5e7d45002ee56a8201422ce7769d6a83d6fabce
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-23T16:34:12+02:00

Commit Message:
GLK: QUEST: Added more detection entries. Bugreport #11655

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


diff --git a/engines/glk/quest/detection_tables.h b/engines/glk/quest/detection_tables.h
index 87c1a0b129..638a7f6052 100644
--- a/engines/glk/quest/detection_tables.h
+++ b/engines/glk/quest/detection_tables.h
@@ -33,8 +33,10 @@ const PlainGameDescriptor QUEST_GAME_LIST[] = {
 	{ "adventureq", "Adventure!" },
 	{ "attemptedassassination", "Attempted Assassination" },
 	{ "beam", "Beam" },
+	{ "bladesentinel", "The Blade Sentinel" },
 	{ "gatheredindarkness", "Gathered in Darkness" },
 	{ "hauntedhorror", "Haunted Horror" },
+	{ "lovesong", "Lovesong" },
 	{ "magicworld", "Magic World" },
 	{ "redsaucemonday", "Red Sauce Monday" },
 	{ "worldsend", "World's End" },
@@ -52,6 +54,7 @@ const PlainGameDescriptor QUEST_GAME_LIST[] = {
 	{ "elections4", "It's election time in Pakistan: Go rich boy, go!" },
 	{ "escapebathhouse", "Escape from the Mechanical Bathhouse" },
 	{ "everyman", "Everyman" },
+	{ "exittheroom", "Exit the Room" },
 	{ "firstTimes", "First Times" },
 	{ "giftofthemagi", "Gift of the Magi" },
 	{ "medievalistsquest", "Medievalist's Quest" },
@@ -79,6 +82,12 @@ const GlkDetectionEntry QUEST_GAMES[] = {
 	DT_ENTRY0("redsaucemonday", "5a2f3e25d4a8c77e0c53d980dbb37451", 20324),
 	DT_ENTRY0("worldsend", "4f5daac10085927bf5180bea24f7ef0d", 73396),
 
+	// Competition 2001
+	DT_ENTRY0("lovesong", "2ea679cc6ee0735141571eb96075523d", 41264),
+
+	// Competition 2002
+	DT_ENTRY0("bladesentinel", "c348d637606430e2597678927c2f6a69", 51473),
+
 	// Competition 2006
 	DT_ENTRY1("beam", "1.10", "d696f04cb7e6851e0bcbde0dbd78cbd0", 68543),
 
@@ -97,6 +106,7 @@ const GlkDetectionEntry QUEST_GAMES[] = {
 	DT_ENTRY0("elections4", "d0bc0cd54182d6099808767068592b94", 591994),
 	DT_ENTRY0("escapebathhouse", "02f7ba339e50c8faa8c5dc3a1c051d7b", 1067048),
 	DT_ENTRY0("everyman", "410c7211d3f0c700f34e97ed258e33f1", 56218),
+	DT_ENTRY1("exittheroom", "1.9", "5b600a1833b59ad115cb868ccc9d6f14", 129094),
 	DT_ENTRY0("firstTimes", "31d878c82d99856d473762612f154eb6", 10253826),
 	DT_ENTRY0("giftofthemagi", "b33132ce71c8a2eed0f6c1c1af284765", 78647),
 	DT_ENTRY0("medievalistsquest", "e0a15bc2a74a0bd6bb5c24661ea35829", 127977271),


Commit: 19ea9f43d0632ea155851a446053762b710c3f97
    https://github.com/scummvm/scummvm/commit/19ea9f43d0632ea155851a446053762b710c3f97
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-23T16:34:12+02:00

Commit Message:
GLK: TADS: Added TADS3 games to detection. Bugreport #11658

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


diff --git a/engines/glk/tads/detection_tables.h b/engines/glk/tads/detection_tables.h
index ab57b5c95d..104cd4c4a2 100644
--- a/engines/glk/tads/detection_tables.h
+++ b/engines/glk/tads/detection_tables.h
@@ -86,7 +86,7 @@ const PlainGameDescriptor TADS2_GAME_LIST[] = {
 	{ "fusillade", "Fusillade" },
 	{ "galacticpeace", "Galactic Peace" },
 	{ "gc", "GC: A Thrashing Parity Bit of the Mind" },
-	{ "gift3", "Gifts of Phallus 3: The Valkin War," }, 
+	{ "gift3", "Gifts of Phallus 3: The Valkin War," },
 	{ "gna", "Generic New York Apartment Building" },
 	{ "goldenfleece", "The Golden Fleece" },
 	{ "goldenskull", "The Golden Skull" },
@@ -214,7 +214,10 @@ const PlainGameDescriptor TADS3_GAME_LIST[] = {
 	{ "dearbrian", "Dear Brian" },
 	{ "deezlebub", "Deezlebub" },
 	{ "devildetails", "The Devil in the Details" },
+	{ "diabolical", "Diabolical" },
 	{ "elysiumenigma", "The Elysium Enigma" },
+	{ "experiment", "Experiment" },
+	{ "fakenews", "Fake News" },
 	{ "foreveralways", "Elizabeth Hawk's Forever Always" },
 	{ "golden-banana", "The Quest of the Golden Banana" },
 	{ "gunmute", "Gun Mute" },
@@ -223,10 +226,12 @@ const PlainGameDescriptor TADS3_GAME_LIST[] = {
 	{ "it", "It" },
 	{ "edgeofchaos", "Jay Schilling's Edge of Chaos" },
 	{ "korenvliet", "Korenvliet" },
+	{ "littlestgriffin", "The Littlest Griffin" },
 	{ "lookaroundthecorner", "Look Around the Corner" },
 	{ "lydiasheart", "Lydia's Heart" },
 	{ "macrocosm", "Macrocosm" },
 	{ "marthasbigdate", "Martha's Big Date" },
+	{ "mazes", "Mazes" },
 	{ "mrspepper", "Mrs. Pepper's Nasty Secret" },
 	{ "multiverserogue", "Rogue of the Multiverse" },
 	{ "mylastrodeo", "My Last Rodeo" },
@@ -468,8 +473,12 @@ const GlkDetectionEntry TADS_GAMES[] = {
 	DT_ENTRY0("dearbrian", "8488c4f5c18a76ab65dd9e8eb72393ac", 999423),
 	DT_ENTRY0("deezlebub", "57d532aa89fc21abaa52745689326a5f", 1142633),
 	DT_ENTRY0("devildetails", "0cca588557a79231daa78ef948f62397", 2892947),
+	DT_ENTRY0("diabolical", "161bc401e1d61ea7f3e14bddebd1f35a", 1614329),
 	DT_ENTRY0("elysiumenigma", "f98f0e4de8c7cf5d6f471b56c6a96d81", 2095654),
 	DT_ENTRY1("elysiumenigma", "WebUI", "7ca73a03b433b28a831808066a843d79", 2149533),
+	DT_ENTRY0("experiment", "c0fd329d7a33e1cc48e2261169804a90", 685564),
+	DT_ENTRY0("fakenews", "1bed7ef5033b4a6168cac39ee4f3733e", 1892928),
+	DT_ENTRY1("fakenews", "WebUI", "436a715d168d84e2bb0a911e10a7124a", 2389400),
 	DT_ENTRY0("foreveralways", "1e901bfebf416a910ba55e301101034c", 656194),
 	DT_ENTRY0("golden-banana", "c5df512d642503556cd9c0d487a3c95f", 726650),
 	DT_ENTRY0("gunmute", "bf196b6b53fca37c8fec25d27bdb4f23", 713636),
@@ -481,11 +490,13 @@ const GlkDetectionEntry TADS_GAMES[] = {
 	DT_ENTRY0("korenvliet", "4ab26eb23354a000f66b77bcbb820be4", 719957),
 	DT_ENTRY0("korenvliet", "9c91716c269e268938c5051dbfc07f33", 1311919),
 	DT_ENTRY0("edgeofchaos", "6e20b8013ff2e8cc1a9e1b0ce570adbb", 11780522),
+	DT_ENTRY1("littlestgriffin", "Web", "4491867db64e3bb6272d50efbae2c0f4", 1100275),
 	DT_ENTRY0("lookaroundthecorner", "c9ac24c941c39ef57b23a55ed36f844d", 664271),
 	DT_ENTRY1("lookaroundthecorner", "WebUI", "5e7d1e0c7f93662fb455972797795f15", 1079205),
 	DT_ENTRY0("lydiasheart", "aa92fa47c4e04e90d358e9cfd50de671", 2620069),
 	DT_ENTRY0("macrocosm", "44492ef14565d51cbfe8ae6ddf07af1f", 30678531),
 	DT_ENTRY0("marthasbigdate", "8b65ae35ad2165d8bdc48f33e7b2bbb2", 646813),
+	DT_ENTRY0("mazes", "c77ea32fc4867f8ff79626e6498cdcc6", 8475954),
 	DT_ENTRY0("mrspepper", "d9b3c2f7b954fb066561febf195b27d4", 1118901),
 	DT_ENTRY1("mrspepper", "WebUI", "9bcfcdc5a37e9c5beb9b961a98929b67", 1721042),
 	DT_ENTRY0("multiverserogue", "551b85aaba2d958f2bfd1080c7787844", 811469),
@@ -502,6 +513,7 @@ const GlkDetectionEntry TADS_GAMES[] = {
 	DT_ENTRY0("sawesome", "558a930adf7995b566d901719cb90041", 1227313),
 	DT_ENTRY0("spaceshooter", "cb7275fb06421696153aef808bc28d53", 79989),
 	DT_ENTRY0("squarecircle", "935775a75e141df9a6f9d94b41ae71ee", 1024972),
+	DT_ENTRY1("squarecircle", "WebUI", "fb2eeb70d3b751bec1a0aa728e60f290", 1654749),
 	DT_ENTRY0("stormshelter", "72d6180f16066cdb20725176d03d7ded", 1702075),
 	DT_ENTRY1("stormshelter", "WebUI", "db84c1f25835763494fc8124fcade37f", 2293053),
 	DT_ENTRY0("thehouset3", "8b92f7f00ef0ca5713f7ffffa13b8a01", 1688640),
@@ -530,7 +542,7 @@ const GlkDetectionEntry TADS_GAMES[] = {
 	DT_ENTRYL0("exoter", Common::CZ_CZE, "02b93382a19cd69f3cb67a12073f4795", 1487144),
 	DT_ENTRYL0("exoter", Common::CZ_CZE, "865db2452b38f96035841f04e314c2c6", 1489600),
 	DT_ENTRYL0("exoter", Common::CZ_CZE, "956f93c8c8b5270d75501039ef825429", 1074752),
-		
+
 	// TADS 3 - German
 	DT_ENTRYL0("pionierin", Common::DE_DEU, "9f899c9826204184c09f7088acfa8cce", 1293016),
 	DT_ENTRYL0("pionierin", Common::DE_DEU, "11b10b38003dda7e7c0c43bac3ce67d0", 928810),




More information about the Scummvm-git-logs mailing list