[Scummvm-git-logs] scummvm master -> 239974439c56a23e2126a1f3620f1490dfa285a0
sev-
noreply at scummvm.org
Thu Oct 24 21:37:49 UTC 2024
This automated email contains information about 4 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
dab3cae1a8 NEWS: Announce Unrest as supported
aa2ee33925 CRAB: Mark Unrest for testing
d3c97ac3e6 CRAB: Enable engine by default
239974439c CRAB: Capitalize engine name. It stands for Conversation Roleplaying Allpurpose Brawler.
Commit: dab3cae1a86af306b16d645ab1e5eb7138c2bb54
https://github.com/scummvm/scummvm/commit/dab3cae1a86af306b16d645ab1e5eb7138c2bb54
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-10-24T23:32:41+02:00
Commit Message:
NEWS: Announce Unrest as supported
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 781d1b3aacf..6ea4f03cf51 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -10,6 +10,7 @@ For a more comprehensive changelog of the latest experimental code, see:
- Added support for The Space Bar.
- Added support for Moonbase Commander.
- Added support for Backyard Basketball.
+ - Added support for Unrest.
New platforms:
- Added SailfishOS port.
Commit: aa2ee33925c06c69bde9ab9eea94749c694826bf
https://github.com/scummvm/scummvm/commit/aa2ee33925c06c69bde9ab9eea94749c694826bf
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-10-24T23:33:54+02:00
Commit Message:
CRAB: Mark Unrest for testing
Changed paths:
engines/crab/detection.cpp
diff --git a/engines/crab/detection.cpp b/engines/crab/detection.cpp
index 455c91388aa..7a649c1e78f 100644
--- a/engines/crab/detection.cpp
+++ b/engines/crab/detection.cpp
@@ -46,7 +46,7 @@ static const ADGameDescription gameDescriptions[] = {
"traits/tanya_intelligent.png", "441221becc2b70e7c9d7838d6a8bd990", 12593),
Common::EN_ANY,
Common::kPlatformUnknown, // These files are same on Windows, Linux and MacOS. Therefore, do not specify platform.
- ADGF_DROPLANGUAGE | ADGF_DROPPLATFORM,
+ ADGF_DROPLANGUAGE | ADGF_DROPPLATFORM | ADGF_TESTING,
GUIO3(GUIO_NOSPEECH, GUIO_NOLAUNCHLOAD, GUIO_NOMIDI),
},
{
@@ -56,7 +56,7 @@ static const ADGameDescription gameDescriptions[] = {
"traits/tanya_intelligent.png", "441221becc2b70e7c9d7838d6a8bd990", 12593),
Common::EN_ANY,
Common::kPlatformUnknown, // These files are same on Windows, Linux and MacOS. Therefore, do not specify platform.
- ADGF_DEMO,
+ ADGF_DEMO | ADGF_TESTING,
GUIO3(GUIO_NOSPEECH, GUIO_NOLAUNCHLOAD, GUIO_NOMIDI),
},
AD_TABLE_END_MARKER};
Commit: d3c97ac3e64b845f15036b92f551fc1bedfb0de1
https://github.com/scummvm/scummvm/commit/d3c97ac3e64b845f15036b92f551fc1bedfb0de1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-10-24T23:34:25+02:00
Commit Message:
CRAB: Enable engine by default
Changed paths:
engines/crab/configure.engine
diff --git a/engines/crab/configure.engine b/engines/crab/configure.engine
index dccfb0ab5bf..fd42460c8c9 100644
--- a/engines/crab/configure.engine
+++ b/engines/crab/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]
-add_engine crab "Crab" no "" "" "16bit highres png freetype2 vorbis"
+add_engine crab "CRAB" yes "" "" "16bit highres png freetype2 vorbis"
Commit: 239974439c56a23e2126a1f3620f1490dfa285a0
https://github.com/scummvm/scummvm/commit/239974439c56a23e2126a1f3620f1490dfa285a0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-10-24T23:34:43+02:00
Commit Message:
CRAB: Capitalize engine name. It stands for Conversation Roleplaying Allpurpose Brawler.
Changed paths:
engines/crab/credits.pl
diff --git a/engines/crab/credits.pl b/engines/crab/credits.pl
index 7d5af8e0c54..071d4238b23 100644
--- a/engines/crab/credits.pl
+++ b/engines/crab/credits.pl
@@ -1,3 +1,3 @@
-begin_section("Crab");
+begin_section("CRAB");
add_person("Kartik Agarwala", "hax0kartik", "");
end_section();
More information about the Scummvm-git-logs
mailing list