[Scummvm-git-logs] scummvm master -> f0f21ac7071e07c213f3216399976ee9667fe0c9
sev-
noreply at scummvm.org
Sat Jan 18 18:43:25 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f0f21ac707 DIRECTOR: Vetoing "Print & Play with Blinky Bill" from ever be supported
Commit: f0f21ac7071e07c213f3216399976ee9667fe0c9
https://github.com/scummvm/scummvm/commit/f0f21ac7071e07c213f3216399976ee9667fe0c9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-01-18T19:42:41+01:00
Commit Message:
DIRECTOR: Vetoing "Print & Play with Blinky Bill" from ever be supported
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 438a5e98a21..e97f3835a79 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -7843,8 +7843,14 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME1("blinkymagician", "", "MAGI32.EXE", "t:af3f0ff154ca525fc42ff0c9a4f1f1a5", 1514279, 650),
- MACGAME1("blinkyprint", "", "Print & Play", "r:63e8b9f6744efefbb8a004a2b76e2b1d", 115776, 600),
- WINGAME1("blinkyprint", "", "PRINTPLA.EXE", "t:6a2fe0b06c7c9cf15736237c06aa300e", 1516941, 600),
+ // See bug #15693
+ // The user has been harrassing the team for months by flooding with the requests.
+#undef SUPPORT_STATUS
+#define SUPPORT_STATUS ADGF_UNSUPPORTED
+ MACGAME1("blinkyprint", "Game will never be supported", "Print & Play", "r:63e8b9f6744efefbb8a004a2b76e2b1d", 115776, 600),
+ WINGAME1("blinkyprint", "Game will never be supported", "PRINTPLA.EXE", "t:6a2fe0b06c7c9cf15736237c06aa300e", 1516941, 600),
+#undef SUPPORT_STATUS
+#define SUPPORT_STATUS ADGF_UNSTABLE
// Japanese release, "Zlurp", is part of the Digitalogue Future Artist Series
MACGAME1_l("boitearire", "", "Zlurp", "e402b347a9cf682d2154c70cfefdbf26", 115776, Common::JA_JPN, 601),
More information about the Scummvm-git-logs
mailing list