[Scummvm-git-logs] scummvm master -> 354cea060704e8b93c615d63f60d236f806834be

criezy criezy at scummvm.org
Sun Apr 11 23:57:58 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:
82d0ec3b0e AGS: Add more detection entries
354cea0607 AGS: Move Time Gentlemen, Please detection to commercial game section


Commit: 82d0ec3b0e4a77dbc323a0e3cb5aa966f6a4419c
    https://github.com/scummvm/scummvm/commit/82d0ec3b0e4a77dbc323a0e3cb5aa966f6a4419c
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-04-12T00:57:45+01:00

Commit Message:
AGS: Add more detection entries

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 02b860a717..284fdc461b 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -443,6 +443,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "claire", "Claire" },
 	{ "classnotes", "Class Notes" },
 	{ "clipl2heblinna", "Clip l2heb linna" },
+	{ "clotildesoffritti", "Clotilde Soffritti in Never Buy a Used Spaceship" },
 	{ "clubofevil", "Club of Evil" },
 	{ "coeldeckaflightgame", "Coel Decka Flight Game" },
 	{ "coinrush2", "Coin Rush 2" },
@@ -539,6 +540,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "earthlingpriorities", "Earthling Priorities" },
 	{ "easterislanddefender", "Easter Island Defender" },
 	{ "easy3d", "Easy3D" },
+	{ "echoesofterra", "Echoes of Terra" },
 	{ "edmund", "Edmund" },
 	{ "educatingadventuresofgirlandrabbit", "Educating Adventures of Girl and Rabbit" },
 	{ "einsteinmachine", "Einstein Machine" },
@@ -1319,6 +1321,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "thesecretofhuttongrammarschool", "The Secret of Hutton Grammar School" },
 	{ "thesecretofmountmonkey", "The secret of Mount Monkey" },
 	{ "thesecretplan1runningtostandstill", "The Secret Plan 1 - Running to stand still" },
+	{ "thehsaft", "The Shaft" },
 	{ "theshortestjourney", "The Shortest Journey" },
 	{ "thesmallestpoints", "The Smallest Points" },
 	{ "thesnaplock", "The Snaplock" },
@@ -2128,6 +2131,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY("claire", "claire.exe", "b25674056fe8cc0b7bf0a4409c5c5bfc", 2781456),
 	GAME_ENTRY("classnotes", "classnotes.exe", "0710e2ec71042617f565c01824f0cf3c", 5706836),
 	GAME_ENTRY("clipl2heblinna", "clip goes to town.exe", "0710e2ec71042617f565c01824f0cf3c", 1690928),
+	GAME_ENTRY("clotildesoffritti", "Clotilde astronave.exe", "286551ded3eedc428451e506e29196c9", 368664276),
 	GAME_ENTRY("clubofevil", "club of evil.exe", "65f53f81071dab6b3ab8363e4c76d12e", 11838011),
 	GAME_ENTRY("coeldeckaflightgame", "coell deca.exe", "a524cbb1c51589903c4043b98917f1d9", 5497572),
 	GAME_ENTRY("coinrush2", "coinrsh2.exe", "f3a13b2d6c2e0fe04c6f466062920e23", 1260438),
@@ -2225,6 +2229,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY("earthlingpriorities", "Earthling Priorities.exe", "9b54ea3557373188d8388ec4d1ae5eed", 21490281),
 	GAME_ENTRY("easterislanddefender", "Moia 'n Seek.exe", "804add6fbbb791b7be195dc0097434a1", 6359079),
 	GAME_ENTRY("easy3d", "Easy3D.exe", "06a03fe35791b0578068ab1873455463", 13361265),
+	GAME_ENTRY("echoesofterra", "echoes.exe", "a524cbb1c51589903c4043b98917f1d9", 42866707),
 	GAME_ENTRY("edmund", "Edmundand the potato.exe", "615e73fc1874e92d60a1996c2330ea36", 4533124),
 	GAME_ENTRY("educatingadventuresofgirlandrabbit", "Game.exe", "82da2565c456dcfb265ded6fe3189c0b", 2877964),
 	GAME_ENTRY("eerieblue", "EerieBlue.exe", "bacdba3c759a861e899e6b0adcbb8bd5", 96605122),
@@ -3020,6 +3025,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY("thesecretofhuttongrammarschool", "Hutton.exe", "da4472d08645ec27a0829667a33bd46f", 14270944),
 	GAME_ENTRY("thesecretofmountmonkey", "Mmonk.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6386620),
 	GAME_ENTRY("thesecretplan1runningtostandstill", "thesecretplan1.exe", "bb59de174d70797d774dec76a171352d", 447931405),
+	GAME_ENTRY("theshaft", "TheShaft.exe", "7ddb9e776648faed5a51170d087074e9", 24992168),
 	GAME_ENTRY("theshortestjourney", "The Shortest Journey.exe", "7c70226b560d6d9ffd9e165d6fbddd7e", 21503346),
 	GAME_ENTRY("thesmallestpoints", "The Smallest Points.exe", "fd642138b7e6374ce0a0b9a1b0510500", 29534364),
 	GAME_ENTRY("thesnaplock", "The Snaplock.exe", "7a3096ac0237cb6aa8e1718e28caf039", 31519102),


Commit: 354cea060704e8b93c615d63f60d236f806834be
    https://github.com/scummvm/scummvm/commit/354cea060704e8b93c615d63f60d236f806834be
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-04-12T00:57:45+01:00

Commit Message:
AGS: Move Time Gentlemen, Please detection to commercial game section

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 284fdc461b..e0a55b7a7a 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -208,6 +208,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "thecatlady", "The Cat Lady" },
 	{ "thesecretsofjesus", "The Secrets of Jesus" },
 	{ "theterribleoldman", "The Terrible Old Man" },
+	{ "timegentlemenplease", "Time Gentlemen, Please" },
 	{ "unavowed", "Unavowed" },
 	{ "untilihaveyou", "Until I Have You" },
 	{ "waitingfortheloop", "Waiting For the Loop" },
@@ -1342,7 +1343,6 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "threeguyswalkintoheaven", "Three Guys Walk Into Heaven" },
 	{ "tilepuzzlegame", "Tile Puzzle Game" },
 	{ "tiltor", "Tiltor" },
-	{ "timegentlemenplease", "Time Gentlemen, Please" },
 	{ "timequest1", "Time Quest" },
 	{ "timequest2", "Time Quest 2" },
 	{ "timesinkofchronos", "Timesink of Chronos" },
@@ -1804,6 +1804,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY("thesecretsofjesus", "the secrets of jesus.exe", "2e17ab52586ad34b5e597c20a59f60a0", 1577637692), // Steam
 	GAME_ENTRY("theterribleoldman", "the terrible old man.exe", "e07a475bcf14bc75c016724186f222ac", 369769127), // Steam
 	GAME_ENTRY("theterribleoldman", "the terrible old man.exe", "b3a10d7d3b5a728330b028ec28ff2d05", 103852030), // Steam
+	GAME_ENTRY("timegentlemenplease", "tgp.exe", "86a5359bac7c88f0dfa060478800dd61", 74077811), // Steam
 	GAME_ENTRY("untilihaveyou", "until i have you.exe", "cda1d7e36993dd55ba5513c1c43e5b2b", 1089857773), // Steam
 	GAME_ENTRY("untilihaveyou", "until i have you.exe", "cda1d7e36993dd55ba5513c1c43e5b2b", 1072879555),
 	GAME_ENTRY("untilihaveyou", "until i have you.exe", "cda1d7e36993dd55ba5513c1c43e5b2b", 457842687),
@@ -3047,7 +3048,6 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY("threeguyswalkintoheaven", "Three Guys Walk Into Heaven.exe", "c45653d1c856f002ceb59a5b865ab187", 2896291),
 	GAME_ENTRY("tilepuzzlegame", "Puzzle01.exe", "615e73fc1874e92d60a1996c2330ea36", 2819964),
 	GAME_ENTRY("tiltor", "Tiltor.exe", "f120690b506dd63cd7d1112ea6af2f77", 17561878),
-	GAME_ENTRY("timegentlemenplease", "tgp.exe", "86a5359bac7c88f0dfa060478800dd61", 74077811), // Steam
 	GAME_ENTRY("timequest1", "gam.exe", "465f972675db2da6040518221af5b0ba", 5669007),
 	GAME_ENTRY("timequest2", "TimeQ2.exe", "465f972675db2da6040518221af5b0ba", 5838823),
 	GAME_ENTRY("timesinkofchronos", "Timesink.exe", "2bc8f994a7d1e05ed45f35abf2128231", 127528679),




More information about the Scummvm-git-logs mailing list