[Scummvm-git-logs] scummvm master -> 00b8ccd19b0c89c29178bd407f8a13e01f1f9c64

scemino noreply at scummvm.org
Sat Apr 13 07:32:26 UTC 2024


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

Summary:
a44630bc43 TWP: Mark Thimbleweed Park for testing
e7a77e1311 NEWS: Add Thimbleweed Park support
00b8ccd19b CREDITS: Add myself to TWP credits


Commit: a44630bc4306028d947f512d5c09323d055a04d2
    https://github.com/scummvm/scummvm/commit/a44630bc4306028d947f512d5c09323d055a04d2
Author: scemino (scemino74 at gmail.com)
Date: 2024-04-12T20:46:44+02:00

Commit Message:
TWP: Mark Thimbleweed Park for testing

Changed paths:
    engines/twp/detection_tables.h


diff --git a/engines/twp/detection_tables.h b/engines/twp/detection_tables.h
index 4909db31b90..4e16e5f5bf7 100644
--- a/engines/twp/detection_tables.h
+++ b/engines/twp/detection_tables.h
@@ -34,7 +34,7 @@ const TwpGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ThimbleweedPark.ggpack1", "b1c35b7a6b5b0c2e6f466ea384f22558", 435353845),
 			Common::UNK_LANG,
 			Common::kPlatformUnknown,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NOMIDI)
 		},
 		GAME_XORKEY_5B6D,
@@ -48,7 +48,7 @@ const TwpGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ThimbleweedPark.ggpack1", "a97546ee2d9e19aab59714a267009a31", 502540584),
 			Common::UNK_LANG,
 			Common::kPlatformUnknown,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NOMIDI)
 		},
 		GAME_XORKEY_566D,
@@ -62,7 +62,7 @@ const TwpGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ThimbleweedPark.ggpack1", "5532019821c077dda5cf86b619e4b173", 502495748),
 			Common::UNK_LANG,
 			Common::kPlatformUnknown,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NOMIDI)
 		},
 		GAME_XORKEY_566D,
@@ -76,7 +76,7 @@ const TwpGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ThimbleweedPark.ggpack1", "f0bd29df9fcaba3d4047eac1046e0abf", 502503739),
 			Common::UNK_LANG,
 			Common::kPlatformUnknown,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NOMIDI)
 		},
 		GAME_XORKEY_566D,
@@ -90,7 +90,7 @@ const TwpGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ThimbleweedPark.ggpack1", "5631cf51cb7afc4babf7f2d5a8bdfc21", 502661437),
 			Common::UNK_LANG,
 			Common::kPlatformUnknown,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NOMIDI)
 		},
 		GAME_XORKEY_56AD,
@@ -104,7 +104,7 @@ const TwpGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("ThimbleweedPark.ggpack1", "6180145221d18e9e9caac6459e840579", 502661439),
 			Common::UNK_LANG,
 			Common::kPlatformUnknown,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NOMIDI)
 		},
 		GAME_XORKEY_56AD,


Commit: e7a77e131153a59f45248843b508a162b6d9b3a4
    https://github.com/scummvm/scummvm/commit/e7a77e131153a59f45248843b508a162b6d9b3a4
Author: scemino (scemino74 at gmail.com)
Date: 2024-04-12T20:51:37+02:00

Commit Message:
NEWS: Add Thimbleweed Park support

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 0d27ab17eab..90c49dac1ca 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 Orion Burger.
   - Added support for Total Eclipse and Total Eclipse 2.
+  - Added support for Thimbleweed Park
 
  General:
   - Fixed GLSL version parsing on some OpenGL ES2 platforms.


Commit: 00b8ccd19b0c89c29178bd407f8a13e01f1f9c64
    https://github.com/scummvm/scummvm/commit/00b8ccd19b0c89c29178bd407f8a13e01f1f9c64
Author: scemino (scemino74 at gmail.com)
Date: 2024-04-12T20:58:19+02:00

Commit Message:
CREDITS: Add myself to TWP credits

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


diff --git a/AUTHORS b/AUTHORS
index 99a9ff794ed..9e17b1ba26b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -308,6 +308,9 @@ ScummVM Team
     Lure:
        Paul Gilbert
 
+    M4:
+       Paul Gilbert
+
     MacVenture:
        Borja Lorente                  - GSoC student
 
@@ -544,6 +547,9 @@ ScummVM Team
        Sebastien Viannay              - (retired)
        Martin Gerhardy
 
+    Thimbleweed Park:
+       Valéry Sablonnière
+
     Ultima:
        Paul Gilbert
        Matthew Duggan
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index 34123763312..304d1d7faae 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -763,6 +763,15 @@ Lilliput
 Lure
 ^^^^
 
+.. list-table::
+   :widths: 35 65
+
+   * - Paul Gilbert
+     -
+
+M4
+^^
+
 .. list-table::
    :widths: 35 65
 
@@ -1375,6 +1384,15 @@ TwinE
    * - Martin Gerhardy
      -
 
+Thimbleweed Park
+^^^^^^^^^^^^^^^^
+
+.. list-table::
+   :widths: 35 65
+
+   * - Valéry Sablonnière
+     -
+
 Ultima
 ^^^^^^
 
diff --git a/gui/credits.h b/gui/credits.h
index 23eed2dc5d5..432f4edfa6e 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -380,6 +380,9 @@ static const char *const credits[] = {
 "C1""Lure",
 "C0""Paul Gilbert",
 "",
+"C1""M4",
+"C0""Paul Gilbert",
+"",
 "C1""MacVenture",
 "C0""Borja Lorente",
 "C2""GSoC student",
@@ -664,6 +667,9 @@ static const char *const credits[] = {
 "C2""(retired)",
 "C0""Martin Gerhardy",
 "",
+"C1""Thimbleweed Park",
+"C0""Valéry Sablonnière",
+"",
 "C1""Ultima",
 "C0""Paul Gilbert",
 "C0""Matthew Duggan",




More information about the Scummvm-git-logs mailing list