[Scummvm-git-logs] scummvm master -> 14a0621b960cff4136d8f01861cba3eb43ffe4a2
tag2015
noreply at scummvm.org
Wed Aug 5 15:44:49 UTC 2026
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:
14a0621b96 DIRECTOR: Add alternate alanna version
Commit: 14a0621b960cff4136d8f01861cba3eb43ffe4a2
https://github.com/scummvm/scummvm/commit/14a0621b960cff4136d8f01861cba3eb43ffe4a2
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2026-08-05T17:43:08+02:00
Commit Message:
DIRECTOR: Add alternate alanna version
Fix #16921
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index fb803c1e431..cb294329ad5 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -8352,6 +8352,8 @@ static const DirectorGameDescription gameDescriptions[] = {
// Cherry Coke Presents a Myst clone
MACGAME1("alanna", "", "Lost Island of Alanna/Alanna", "r:05c94e6fcb102f9fa795e354c956b28e", 1029001, 600),
WINGAME1("alanna", "", "LOSTISLE/ALANNA.EXE", "t:b61ca497bf705c9371d973af08e04968", 109893253, 601),
+ // From TRAC report #16921
+ WINGAME1("alanna", "", "ALANNA.EXE", "t:91ab95679b8f81179e4ba96c2c7f07b6", 16897055, 601),
// Both versions require installation
MACGAME1("amertailmb", "", "An American Tail MB", "rt:f76fd08228d417309952dc815fba1b61", 115391, 600),
More information about the Scummvm-git-logs
mailing list