[Scummvm-git-logs] scummvm master -> 8e43285a6b5991e5e764ca3ce77514224c97754a

dreammaster dreammaster at scummvm.org
Sun Oct 31 22:02:57 UTC 2021


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:
8e43285a6b AGS: Added detection


Commit: 8e43285a6b5991e5e764ca3ce77514224c97754a
    https://github.com/scummvm/scummvm/commit/8e43285a6b5991e5e764ca3ce77514224c97754a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-10-31T15:02:49-07:00

Commit Message:
AGS: Added detection

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index f437e773b5..5b026fc130 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -1143,6 +1143,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "orowgame", "ORow Game" },
 	{ "osdarayofhope", "OSD: A Ray of Hope" },
 	{ "osdocd", "OSD:OCD" },
+	{ "osdsearch", "The Search for Oceanspirit Dennis" },
 	{ "osdthelostworldep2", "OSD.The lost world ep 2" },
 	{ "osher", "Boundless Osher - Osher Bli Gvulot" }, // Hebrew title: אושר בלי גבולות
 	{ "otakurivals", "Otaku Rivals" },
@@ -3193,6 +3194,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY("orowgame", "orowgame.exe", "0710e2ec71042617f565c01824f0cf3c", 15632750),
 	GAME_ENTRY("osdarayofhope", "ray_of_hope.exe", "25976a689b0f4d73eac69b1728377ecb", 6595789),
 	GAME_ENTRY("osdocd", "OSD-OCD.exe", "9dbf699a0e41550bb080813a233e73a8", 47758168),
+	GAME_ENTRY("osdsearch", "OSDSearch.exe", "c2e87de9507f0443368b300e8c882f30", 37505243),
 	GAME_ENTRY("osdthelostworldep2", "OSD.TLW2.exe", "a80ae4d0aea21508f1df9d18f2839bcb", 22076715),
 	GAME_ENTRY_LANG("osher", "Osher.exe", "18b284c22010850f79bc5c20054a70c4", 389177994, Common::HE_ISR),
 	GAME_ENTRY("otakurivals", "Kintaro.exe", "465f972675db2da6040518221af5b0ba", 4045893),




More information about the Scummvm-git-logs mailing list