[Scummvm-git-logs] scummvm master -> 41eb2d4a87b85a9f4136dd8964f88a618e6c4c1b

digitall noreply at scummvm.org
Sat Mar 26 13:09:16 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:
41eb2d4a87 AGI: Add Detection for "Good Man" Demo v4.0


Commit: 41eb2d4a87b85a9f4136dd8964f88a618e6c4c1b
    https://github.com/scummvm/scummvm/commit/41eb2d4a87b85a9f4136dd8964f88a618e6c4c1b
Author: D G Turner (digitall at scummvm.org)
Date: 2022-03-26T13:08:08Z

Commit Message:
AGI: Add Detection for "Good Man" Demo v4.0

This fanmade game is referenced in bug #13337.

Changed paths:
    engines/agi/detection_tables.h


diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 28f1304d0ee..8ff7ec5d057 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -951,6 +951,8 @@ static const AGIGameDescription gameDescriptions[] = {
 
 	FANMADE("Go West, Young Hippie", "ff31484ea465441cb5f3a0f8e956b716"),
 	FANMADE("Good Man (demo v3.41)", "3facd8a8f856b7b6e0f6c3200274d88c"),
+	FANMADE("Good Man (demo v4.0)", "d36f5d98cfcfd28cf7d4103906c59a77"),
+	FANMADE("Good Man (demo v4.0T)", "8184f70a5a33d4f407dfc8e9ddab99e9"),
 
 	GAME_LVFPNF("agi-fanmade", "Groza [AGDS sample]", "logdir", "421da3a18004122a966d64ab6bd86d2e", -1,
 	            Common::RU_RUS, 0x2440, GF_AGDS, GID_FANMADE, Common::kPlatformDOS, GType_V2, GAMEOPTIONS_DEFAULT), // Гроза




More information about the Scummvm-git-logs mailing list