[Scummvm-git-logs] scummvm master -> 6a8c1bc6063f78613908f9f4a905e2f3db0176a6
tag2015
noreply at scummvm.org
Tue Dec 30 14:43:19 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
6a8c1bc606 AGS: Add detection for two demos
Commit: 6a8c1bc6063f78613908f9f4a905e2f3db0176a6
https://github.com/scummvm/scummvm/commit/6a8c1bc6063f78613908f9f4a905e2f3db0176a6
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-12-30T15:32:44+01:00
Commit Message:
AGS: Add detection for two demos
Fix #16377
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index ca19b223d10..b151db50c45 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -305,6 +305,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "crystalshardadventurebundle", "Crystal Shard Adventure Bundle" },
{ "danewguys2", "Da New Guys: Day of the Jackass" },
{ "darkrites", "The Dark Rites of Arkham" },
+ { "desertsecret", "Desert Secret" },
{ "detectivebhdino", "Detective Boiled-Hard - Case File: Death of the Space Dino Hunter" },
{ "detectivegallo", "Detective Gallo" },
{ "diamondsintherough", "Diamonds in the Rough" },
@@ -333,6 +334,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "hauntingcliffhouse", "Haunting At Cliffhouse" },
{ "herdiscoming", "Herd is Coming" },
{ "incantamentum", "Incantamentum" },
+ { "input", "Input:" },
{ "insectophobiaep1", "Insectophobia: Episode 1" },
{ "jeffreyspaceact1", "Jeffrey In Space - Act I" },
{ "jorry", "JORRY" },
@@ -4345,6 +4347,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
UNSUPPORTED_DEMO_ENTRY("chuckisland", "Chuck et l'ile aux Geants.ags", "d72d0f45296f9085690d244da1e73d22", 43544604), // En-Fr
UNSUPPORTED_GAME_ENTRY_EN("db0oops", "db0oops.exe", "0ce1f999753709e6bb9d0aac5ab3c5b8", 85067623),
UNSUPPORTED_GAME_ENTRY_EN("evanquest", "Evan's Quest.ags", "dc22667b05d7850a1baf5b03abb3060a", 552593),
+ UNSUPPORTED_DEMO_ENTRY_EN("input", "Cyber_320.ags", "7abdf06274bdb9dfa2cdba0188a9c02f", 490613151), // v0.2
UNSUPPORTED_GAME_ENTRY("leisuresuitlarry1", "Leisure Suit Larry 1 AGI+ Remake.ags", "054602686ccc228b3cf19dda3d015887", 4486500), // v1.0.2.8 Eng-Hebrew
UNSUPPORTED_GAME_ENTRY("leisuresuitlarry1", "Leisure Suit Larry 1 AGI+ Remake.ags", "6773b4f0e4406498e0fc544a87d2a591", 4532130), // v1.1.0.0 Eng-Hebrew
UNSUPPORTED_GAME_ENTRY_EN("magentaspacech12", "Magenta.exe", "d1fb19834d10cd56b763669b320ec6fd", 100972135),
@@ -5561,6 +5564,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
DEMO_ENTRY_EN("dawnswonderedatagesend", "myGame.exe", "75f4c7f66b1be60af5b2d65f617b91a7", 243406385),
DEMO_ENTRY_EN("deflus", "Deflusdemo.exe", "0710e2ec71042617f565c01824f0cf3c", 2939316),
DEMO_ENTRY_EN("demonicdollhouse", "DemonHunter.exe", "923a79b80d267f21dfdf723e8a013752", 26616797),
+ DEMO_ENTRY_LANG("desertsecret", "Desert_Secret.ags", "8b7863c34f7b457d2d1a9de2416c02ca", 28129921, Common::HE_ISR),
+ DEMO_ENTRY_LANG("desertsecret", "Desert_Secret.ags", "6b4e4722fc60b0bcba3d7c63dfaccb52", 28726778, Common::HE_ISR), // 30/11
DEMO_ENTRY("detectivegallo", "dgbuild.exe", "5f2e683b0d5e66e47f5800322982171e", 466252165), // En-It
DEMO_ENTRY_EN("detectiverizal", "Detective Rizal and the Jaded Ruby.exe", "615e73fc1874e92d60a1996c2330ea36", 28411427),
DEMO_ENTRY_EN("detentionrampage", "DetentionRR.ags", "301059fac453ac10804812bd6c935e91", 26717503),
More information about the Scummvm-git-logs
mailing list