[Scummvm-git-logs] scummvm branch-2-5 -> fd12f18c571c72f1b3ed826724d39d936b96dab0

dreammaster dreammaster at scummvm.org
Tue Oct 12 02:51:27 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:
250749a5f9 AGS: add full name in detection table
fd12f18c57 AGS: Add TFG SOMI detection


Commit: 250749a5f92c281c4b4df59ccead49c66eafe745
    https://github.com/scummvm/scummvm/commit/250749a5f92c281c4b4df59ccead49c66eafe745
Author: Rebecca Wallander (FakeShemp at users.noreply.github.com)
Date: 2021-10-11T19:51:03-07:00

Commit Message:
AGS: add full name in detection table

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index eabc738616..695a696c0c 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -291,7 +291,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "agunshotinroom37", "A Gunshot in Room 37" },
 	{ "ahmetsagsfightgameremix", "Ahmet's AGS Fight Game Remix" },
 	{ "aidaschristmas", "Aida's Strange Christmas" },
-	{ "ainthegoffantabulousw", "A in the G of Fantabulous W" },
+	{ "ainthegoffantabulousw", "Adventures in the Galaxy of Fantabulous Wonderment" },
 	{ "airbreak", "Airbreak" },
 	{ "airwaveifoughtthelawandthelawone", "~airwave~ - I Fought the Law, And the Law One" },
 	{ "akumayosagschess275", "AGS Chess" },


Commit: fd12f18c571c72f1b3ed826724d39d936b96dab0
    https://github.com/scummvm/scummvm/commit/fd12f18c571c72f1b3ed826724d39d936b96dab0
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-10-11T19:51:14-07:00

Commit Message:
AGS: Add TFG SOMI detection

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 695a696c0c..494f813370 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -1460,6 +1460,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "tfg-mi", "The Fan Game - Ghostbusters and The Secret of Monkey Island" },
 	{ "tfg-goonies", "The Fan Game - The Goonies" },
 	{ "tfg-pixel", "The Fan Game - The Pixel Has You - Disk 1" },
+	{ "tfg-somi", "The Fan Game - The Secret of Monkey Island Recoded" },
 	{ "tfg-ssgw", "The Fan Game - Saint Seiya - Galaxian Wars" },
 	{ "tfg-zak2", "The Fan Game - Zak McKracken: A Mansion, A Meteor, and the Alien Mindbenders" },
 	{ "tftoz1", "Tales From The Outer Zone: Cyborg Seppuku" },
@@ -3512,6 +3513,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY("tfg-mi", "tfg-g&mi.exe", "7971a7c02d414dc8cb33b6ec36080b91", 251715672),
 	GAME_ENTRY("tfg-pixel", "THE PIXEL HAS YOU DISK 1.exe", "7971a7c02d414dc8cb33b6ec36080b91", 289291855),
 	GAME_ENTRY("tfg-pixel", "THE PIXEL HAS YOU DISK 1.exe", "0691254142a4dbeaf47a6efd7a4cb6f0", 376910335), // 1.1
+	GAME_ENTRY("tfg-somi", "TFG-TSOMI-R.exe", "7971a7c02d414dc8cb33b6ec36080b91", 473724788),
 	GAME_ENTRY("tfg-ssgw", "TFG-SSGW.exe", "7971a7c02d414dc8cb33b6ec36080b91", 274251831),
 	GAME_ENTRY("tfg-zak2", "TFG - ZAK2.exe", "7971a7c02d414dc8cb33b6ec36080b91", 155632013),
 	GAME_ENTRY("tftoz1", "Cyborg Seppuku.exe", "78dd4ca028ee0156b6a093d6d780aa65", 16776249),




More information about the Scummvm-git-logs mailing list