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

antoniou79 noreply at scummvm.org
Tue Mar 15 13:15:23 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:
b6cf1b1b48 GLK: SCOTT: Add detection for Marvel Adventure 2


Commit: b6cf1b1b48ad30658b949c31fc6b8e8112faedd5
    https://github.com/scummvm/scummvm/commit/b6cf1b1b48ad30658b949c31fc6b8e8112faedd5
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2022-03-15T15:15:20+02:00

Commit Message:
GLK: SCOTT: Add detection for Marvel Adventure 2

Based on the quest2.dat file within AdamsGames.zip 03 Dec 2017

>From http://www.ifarchive.org/indexes/if-archive/scott-adams/games/scottfree/

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


diff --git a/engines/glk/scott/detection_tables.h b/engines/glk/scott/detection_tables.h
index b050f648815..0f26b55bb92 100644
--- a/engines/glk/scott/detection_tables.h
+++ b/engines/glk/scott/detection_tables.h
@@ -44,6 +44,7 @@ const PlainGameDescriptor SCOTT_GAME_LIST[] = {
 	{ "pirateisle",        "Return to Pirate Isle" },
 	{ "buckaroobanzai",    "Buckaroo Banzai" },
 	{ "marveladventure",   "Marvel Adventure #1" },
+	{ "marveladventure2",  "Marvel Adventure #2" },
 	{ "scottsampler",      "Adventure International's Mini-Adventure Sampler" },
 
 	// 11 Mysterious Adventures by Brian Howarth
@@ -91,6 +92,7 @@ const GlkDetectionEntry SCOTT_GAMES[] = {
 	DT_ENTRY0("pirateisle",        "6d98f422cc986d959a3c74351785aea3", 19013),
 	DT_ENTRY0("buckaroobanzai",    "ee2c7139d58423c5e25dd918fcb48383", 17989),
 	DT_ENTRY0("marveladventure",   "aadcc04e6b37eb9d30a58b5bc775842e", 18876),
+	DT_ENTRY0("marveladventure2",  "f7e772643a24eaf94cfb2d48e3949ec1", 18643),
 	DT_ENTRY0("scottsampler",      "d569a769f304dc02b3062d97458ddd01", 13854),
 
 	// PDA game versions




More information about the Scummvm-git-logs mailing list