[Scummvm-git-logs] scummvm branch-2-5 -> bb9d77ef1ee229cadedf383e6ca384a2121a1773
dreammaster
dreammaster at scummvm.org
Sun Oct 31 22:03:32 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:
bb9d77ef1e AGS: Added detection
Commit: bb9d77ef1ee229cadedf383e6ca384a2121a1773
https://github.com/scummvm/scummvm/commit/bb9d77ef1ee229cadedf383e6ca384a2121a1773
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-10-31T15:03:23-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 fcc1071209..bfbe9c2f19 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" },
@@ -3192,6 +3193,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