[Scummvm-git-logs] scummvm master -> d509426a37a3cfd8d0b6aee2946a99cda80df2f8
neuromancer
noreply at scummvm.org
Thu Jul 30 12:56:07 UTC 2026
This automated email contains information about 4 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
ea24b6f996 EEM: build by default
5bf9292da6 EEM: added credits
fec73a9dbf COLONY: added credits
d509426a37 EEM: mark all games except EEM2 (Mac) as in testing
Commit: ea24b6f9964ef73fb053cae0d11d4ab3dae80bfe
https://github.com/scummvm/scummvm/commit/ea24b6f9964ef73fb053cae0d11d4ab3dae80bfe
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2026-07-30T14:55:26+02:00
Commit Message:
EEM: build by default
Changed paths:
engines/eem/configure.engine
diff --git a/engines/eem/configure.engine b/engines/eem/configure.engine
index fdf8aa7aeed..9d05b3e2572 100644
--- a/engines/eem/configure.engine
+++ b/engines/eem/configure.engine
@@ -1,3 +1,3 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps] [components]
-add_engine eem "Eagle Eye Mysteries" no
+add_engine eem "Eagle Eye Mysteries" yes
Commit: 5bf9292da60f6666c61fb318f6d83570f1836f31
https://github.com/scummvm/scummvm/commit/5bf9292da60f6666c61fb318f6d83570f1836f31
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2026-07-30T14:55:26+02:00
Commit Message:
EEM: added credits
Changed paths:
A engines/eem/credits.pl
diff --git a/engines/eem/credits.pl b/engines/eem/credits.pl
new file mode 100644
index 00000000000..51b04fdf867
--- /dev/null
+++ b/engines/eem/credits.pl
@@ -0,0 +1,3 @@
+begin_section("EEM");
+ add_person("Gustavo Grieco", "neuromancer", "");
+end_section();
Commit: fec73a9dbf7df94f53f44c7f74fc4ae4ceee3135
https://github.com/scummvm/scummvm/commit/fec73a9dbf7df94f53f44c7f74fc4ae4ceee3135
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2026-07-30T14:55:26+02:00
Commit Message:
COLONY: added credits
Changed paths:
A engines/colony/credits.pl
devtools/credits.pl
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 08fcd2ac5be..0b022e5e120 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1309,6 +1309,9 @@ begin_credits("Credits");
add_paragraph(
"Ron Davis for releasing the sources and generously giving away the three chapters of God of Thunder.");
+ add_paragraph(
+ "David A. Smith for releasing the source code of The Colony, which our engine is based on.");
+
end_section();
end_credits();
diff --git a/engines/colony/credits.pl b/engines/colony/credits.pl
new file mode 100644
index 00000000000..7979f522aec
--- /dev/null
+++ b/engines/colony/credits.pl
@@ -0,0 +1,3 @@
+begin_section("Colony");
+ add_person("Gustavo Grieco", "neuromancer", "");
+end_section();
Commit: d509426a37a3cfd8d0b6aee2946a99cda80df2f8
https://github.com/scummvm/scummvm/commit/d509426a37a3cfd8d0b6aee2946a99cda80df2f8
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2026-07-30T14:55:26+02:00
Commit Message:
EEM: mark all games except EEM2 (Mac) as in testing
Changed paths:
engines/eem/detection.cpp
diff --git a/engines/eem/detection.cpp b/engines/eem/detection.cpp
index b9d20900159..cc8c06edacb 100644
--- a/engines/eem/detection.cpp
+++ b/engines/eem/detection.cpp
@@ -56,7 +56,7 @@ const ADGameDescription gameDescriptions[] = {
"PICS.DBD", "cc05ec256cd5a04df9019e9aebfb7c32", 994057),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_NO_FLAGS,
+ ADGF_TESTING,
GUI_OPTIONS_EEM_CD
},
{
@@ -66,7 +66,7 @@ const ADGameDescription gameDescriptions[] = {
"PICS.DBD", "26b97e8586f798ea90440e88d3d527cd", 959160),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_NO_FLAGS,
+ ADGF_TESTING,
GUI_OPTIONS_EEM_FLOPPY
},
{
@@ -77,7 +77,7 @@ const ADGameDescription gameDescriptions[] = {
"PICS.DBD", "199150e7d612f87477814bc5f4a1967a", 955332),
Common::ES_ESP,
Common::kPlatformDOS,
- ADGF_NO_FLAGS,
+ ADGF_TESTING,
GUI_OPTIONS_EEM_FLOPPY
},
{
@@ -87,7 +87,7 @@ const ADGameDescription gameDescriptions[] = {
"PICS.DBD", "fc6be43a0391a79263535760a8bfaecd", 322194),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_DEMO,
+ ADGF_TESTING | ADGF_DEMO,
GUI_OPTIONS_EEM_DEMO
},
{
@@ -97,7 +97,7 @@ const ADGameDescription gameDescriptions[] = {
"PICS.DBD", "8905041070ff1352666d98cd78d5501c", 3800445),
Common::EN_ANY,
Common::kPlatformMacintosh,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUI_OPTIONS_EEM_MAC
},
{
@@ -111,7 +111,7 @@ const ADGameDescription gameDescriptions[] = {
"EEM Install Data 2", "aebccc677e149b37285f291f6ac72f57", 1446428),
Common::EN_ANY,
Common::kPlatformMacintosh,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUI_OPTIONS_EEM_MAC
},
{
@@ -122,7 +122,7 @@ const ADGameDescription gameDescriptions[] = {
"PICS.DBD", "da0b13a117bc3a207aec907c05769cd8", 2972988),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO3(GAMEOPTION_FIT_DIALOG_BALLOONS, GUIO_MIDIADLIB, GUIO_MIDIMT32)
},
{
More information about the Scummvm-git-logs
mailing list