[Scummvm-git-logs] scummvm master -> eb0cd1763f1a41ba9b04eac04de3835fc193705b
bluegr
noreply at scummvm.org
Wed Jul 15 06:56:26 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:
eb0cd1763f DIRECTOR: LINGO: Register budapi32 filename for the BuddyAPI Xtra
Commit: eb0cd1763f1a41ba9b04eac04de3835fc193705b
https://github.com/scummvm/scummvm/commit/eb0cd1763f1a41ba9b04eac04de3835fc193705b
Author: Gianluca Boiano (morf3089 at gmail.com)
Date: 2026-07-15T09:56:11+03:00
Commit Message:
DIRECTOR: LINGO: Register budapi32 filename for the BuddyAPI Xtra
Games shipping the 32-bit budapi32.dll open the xlib under that name,
which did not resolve to the implemented BudAPI Xtra.
Verified with Bioscopia (D8) and Physicus (D7), which open both names
Changed paths:
engines/director/lingo/xtras/b/budapi.cpp
diff --git a/engines/director/lingo/xtras/b/budapi.cpp b/engines/director/lingo/xtras/b/budapi.cpp
index e42fc031a1b..26986a91fdd 100644
--- a/engines/director/lingo/xtras/b/budapi.cpp
+++ b/engines/director/lingo/xtras/b/budapi.cpp
@@ -192,6 +192,7 @@ namespace Director {
const char *BudAPIXtra::xlibName = "BudAPI";
const XlibFileDesc BudAPIXtra::fileNames[] = {
{ "budapi", nullptr },
+ { "budapi32", nullptr },
{ nullptr, nullptr },
};
More information about the Scummvm-git-logs
mailing list