[Scummvm-git-logs] scummvm master -> 7005afd1f32139cc72e9d7ad1ae99e30530a3b2b

AndywinXp noreply at scummvm.org
Sat May 23 17:33:26 UTC 2026


This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
a60a2fbe62 BOLT: CARNIVAL: Set engine ready for testing
eb784551cf NEWS: Add mention for Cartoon Carnival support
7005afd1f3 CREDITS: Sync credits data


Commit: a60a2fbe6230610ea4845b1d2779aada7907a048
    https://github.com/scummvm/scummvm/commit/a60a2fbe6230610ea4845b1d2779aada7907a048
Author: AndywinXp (andywinxp at gmail.com)
Date: 2026-05-23T19:23:33+02:00

Commit Message:
BOLT: CARNIVAL: Set engine ready for testing

Changed paths:
    engines/bolt/configure.engine
    engines/bolt/detection_tables.h


diff --git a/engines/bolt/configure.engine b/engines/bolt/configure.engine
index 6629b5b25b9..8956855cc72 100644
--- a/engines/bolt/configure.engine
+++ b/engines/bolt/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 bolt "Bolt" no "" "" "" ""
+add_engine bolt "Bolt" yes "" "" "" ""
diff --git a/engines/bolt/detection_tables.h b/engines/bolt/detection_tables.h
index 8f63ea6c341..d95cfe8279e 100644
--- a/engines/bolt/detection_tables.h
+++ b/engines/bolt/detection_tables.h
@@ -39,7 +39,7 @@ const ADGameDescription gameDescriptions[] = {
 		},
 		Common::EN_USA,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GAMEOPTION_EXTEND_SCREEN)
 	},
 	{
@@ -52,7 +52,7 @@ const ADGameDescription gameDescriptions[] = {
 		},
 		Common::IT_ITA,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GAMEOPTION_EXTEND_SCREEN)
 	},
 	{
@@ -65,7 +65,7 @@ const ADGameDescription gameDescriptions[] = {
 		},
 		Common::IT_ITA,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE | ADGF_DEMO,
+		ADGF_TESTING | ADGF_DEMO,
 		GUIO1(GAMEOPTION_EXTEND_SCREEN)
 	},
 	


Commit: eb784551cfa6923f41516cc3238e9514eb659757
    https://github.com/scummvm/scummvm/commit/eb784551cfa6923f41516cc3238e9514eb659757
Author: AndywinXp (andywinxp at gmail.com)
Date: 2026-05-23T19:23:48+02:00

Commit Message:
NEWS: Add mention for Cartoon Carnival support

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 4567c74e193..bd8690aea6b 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -6,6 +6,7 @@ For a more comprehensive changelog of the latest experimental code, see:
  New games:
    - Added support for Nancy Drew: The Haunted Carousel.
    - Added support for Nancy Drew: Danger on Deception Island.
+   - Added support for Cartoon Carnival.
 
  General:
    - Highlight clickable links in the GUI with a cursor change.


Commit: 7005afd1f32139cc72e9d7ad1ae99e30530a3b2b
    https://github.com/scummvm/scummvm/commit/7005afd1f32139cc72e9d7ad1ae99e30530a3b2b
Author: AndywinXp (andywinxp at gmail.com)
Date: 2026-05-23T19:32:36+02:00

Commit Message:
CREDITS: Sync credits data

Changed paths:
    AUTHORS
    doc/docportal/help/credits.rst
    gui/credits.h


diff --git a/AUTHORS b/AUTHORS
index a7909d88afc..7f6f7e8cd3e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -134,6 +134,9 @@ ScummVM Team
        Peter Kohaut
        Eugene Sandulenko
 
+    Bolt:
+       Andrea Boscarino
+
     Buried:
        Matthew Hoops
 
@@ -413,6 +416,9 @@ ScummVM Team
     Pegasus:
        Matthew Hoops                  - (retired)
 
+    Pelrock:
+       Gabriel Sanmartín
+
     Petka:
        Andrei Prykhodko
        Eugene Sandulenko
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index cef5004abaf..83cba9afb50 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -316,6 +316,15 @@ Blade Runner
    * - Eugene Sandulenko
      -
 
+Bolt
+^^^^
+
+.. list-table::
+   :widths: 35 65
+
+   * - Andrea Boscarino
+     -
+
 Buried
 ^^^^^^
 
@@ -1054,6 +1063,15 @@ Pegasus
    * - Matthew Hoops
      - (retired)
 
+Pelrock
+^^^^^^^
+
+.. list-table::
+   :widths: 35 65
+
+   * - Gabriel Sanmartín
+     -
+
 Petka
 ^^^^^
 
diff --git a/gui/credits.h b/gui/credits.h
index 3c6cb2a383a..046f8917163 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -177,6 +177,9 @@ static const char *const credits[] = {
 "C0""Peter Kohaut",
 "C0""Eugene Sandulenko",
 "",
+"C1""Bolt",
+"C0""Andrea Boscarino",
+"",
 "C1""Buried",
 "C0""Matthew Hoops",
 "",
@@ -493,6 +496,9 @@ static const char *const credits[] = {
 "C0""Matthew Hoops",
 "C2""(retired)",
 "",
+"C1""Pelrock",
+"C0""Gabriel Sanmartín",
+"",
 "C1""Petka",
 "C0""Andrei Prykhodko",
 "C0""Eugene Sandulenko",




More information about the Scummvm-git-logs mailing list