[Scummvm-git-logs] scummvm master -> ecb8a2026523b4af3f72eba2a5b7112124717e2a
tag2015
noreply at scummvm.org
Sun Dec 14 22:30: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:
ecb8a20265 AGS: Added detection for two games
Commit: ecb8a2026523b4af3f72eba2a5b7112124717e2a
https://github.com/scummvm/scummvm/commit/ecb8a2026523b4af3f72eba2a5b7112124717e2a
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-12-14T23:19:19+01:00
Commit Message:
AGS: Added detection for two games
Fix #16388, #16386
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index ecfb67187f6..4fa4905c915 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -2656,6 +2656,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "pompadourpete", "Pompadour Pete On The Road To Goblin Keep" },
{ "ponderabilia", "Ponderabilia" },
{ "pong", "PONG" },
+ { "poseidon12", "Poseidon 12" },
{ "postcardadv", "Postcard Adventure" },
{ "postmansquest", "Postman's Quest - Not Rain nor Sleet nor ARMAGEDDON" },
{ "potatohead", "Potato Head: Sweet Attack!" },
@@ -4418,6 +4419,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_EN("astroloco", "astroloco1.exe", "06e70a826fde73b3f86f974885d31abe", 42492070),
GAME_ENTRY("avcsurvivalguide", "CAV.exe", "42656cf777d07d4d35e978b233bb7aa8", 11001785), // Eng-Esp itch.io 1.0
GAME_ENTRY_EN_STEAM("azazelxmas", "Azazels_Christmas_Fable.exe", "46fcfdc2aa113c05f3ba95ad356e1a63", 408594796),
+ GAME_ENTRY_EN_STEAM("azazelxmas", "Azazels_Christmas_Fable.exe", "46fcfdc2aa113c05f3ba95ad356e1a63", 408595016),
GAME_ENTRY_EN("beekeeperpicnic", "beekeeperspicnic.exe", "031b525706d93c172a2329894d255feb", 250051066), // Win v1.0
GAME_ENTRY_EN("beekeeperpicnic", "beekeeperspicnic.exe", "031b525706d93c172a2329894d255feb", 250052667), // Win v1.1
GAME_ENTRY_EN("beekeeperpicnic", "beekeeperspicnic.exe", "031b525706d93c172a2329894d255feb", 250077784), // Win v1.13.2
@@ -8739,6 +8741,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_EN("pompadourpete", "4hg.exe", "615e73fc1874e92d60a1996c2330ea36", 6008514),
GAME_ENTRY_EN("ponderabilia", "Ponderabilia.exe", "615e73fc1874e92d60a1996c2330ea36", 21206289),
GAME_ENTRY_EN("pong", "Pong.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 611249),
+ GAME_ENTRY_EN("poseidon12", "p12.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 4831901),
GAME_ENTRY_EN("postcardadv", "Postcards.exe", "3bee5e1abe11201757d65a7438ae4dbe", 189938922),
GAME_ENTRY_EN("postmansquest", "PQ.exe", "345685aaec400c69a1e6d5e18a63850c", 6896450),
GAME_ENTRY_EN("potatohead", "Potato Head.exe", "173f00e582eebd082d66f1291702b373", 94065732),
More information about the Scummvm-git-logs
mailing list