[Scummvm-git-logs] scummvm master -> c62d20ffd1b2eec73e64c1e937360166d5ed673e
sev-
noreply at scummvm.org
Mon Apr 13 20:47:39 UTC 2026
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
482b7a4cba SLUDGE: Added two new games to detection
c62d20ffd1 NEWS: Mention newly added games to SLUDGE
Commit: 482b7a4cba03b571c6d28f9a79058d62426041b9
https://github.com/scummvm/scummvm/commit/482b7a4cba03b571c6d28f9a79058d62426041b9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-04-13T22:46:00+02:00
Commit Message:
SLUDGE: Added two new games to detection
Changed paths:
engines/sludge/detection_tables.h
diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index 82fd5e21e09..b9f8a9dac00 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -41,6 +41,8 @@ static const PlainGameDescriptor sludgeGames[] = {
{ "atw", "Above The Waves" },
{ "leptonsquest", "Lepton's Quest" },
{ "otto", "Otto Experiment" },
+ { "samnmaxfl", "Sam and Max Flintlocked" },
+ { "fullmoon", "Full Moon" },
{ 0, 0 }
};
@@ -167,6 +169,12 @@ static const SludgeGameDescription gameDescriptions[] = {
GAME1("otto", "", "gamedata", "c93b1bd849cdb6a23fb8eb389f5c1955", 154427),
+ GAME2("samnmaxfl", "Beta", "gamedata", "48da7df99553ba2655e875821b0a5516", 18635689,
+ "Sam and Max Flintlocked Beta.exe", "34cc90e376acc77870882bdc70488d81", 83968),
+
+ GAME2("fullmoon", "", "gamedata", "66e0ee55b517970807b794f34feb500a", 95645674,
+ "Full Moon.exe", "34cc90e376acc77870882bdc70488d81", 83968),
+
{ AD_TABLE_END_MARKER, 0 }
};
Commit: c62d20ffd1b2eec73e64c1e937360166d5ed673e
https://github.com/scummvm/scummvm/commit/c62d20ffd1b2eec73e64c1e937360166d5ed673e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-04-13T22:46:01+02:00
Commit Message:
NEWS: Mention newly added games to SLUDGE
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index d08f5ba3045..19d07ce15a5 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -17,6 +17,10 @@ For a more comprehensive changelog of the latest experimental code, see:
MM:
- Reworked keymapper for MM1.
+ SLUDGE:
+ - Added two more games to detection, "Sam and Max Flintlocked" and
+ "Full Moon".
+
#### 2026.2.0 "Railmonicon" (2026-03-28)
More information about the Scummvm-git-logs
mailing list