[Scummvm-git-logs] scummvm master -> b517525e7d8e22341574e1278c33bbd31488204d

sev- sev at scummvm.org
Sat Apr 18 22:14:29 UTC 2020


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:
b517525e7d CREDITS: Remove duplicate entry for BS2.5


Commit: b517525e7d8e22341574e1278c33bbd31488204d
    https://github.com/scummvm/scummvm/commit/b517525e7d8e22341574e1278c33bbd31488204d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-04-19T00:14:20+02:00

Commit Message:
CREDITS: Remove duplicate entry for BS2.5

Changed paths:
    AUTHORS
    devtools/credits.pl
    gui/credits.h


diff --git a/AUTHORS b/AUTHORS
index e859d44b5a..81a67047bb 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -862,8 +862,8 @@ Special thanks to
    David P. Gray from Gray Design Associates for sharing the source code of
    the Hugo trilogy.
 
-   Broken Sword 2.5 team for providing sources of their engine and their
-   great support.
+   The mindFactory team for writing Broken Sword 2.5, a splendid fan-made
+   sequel, and for sharing the source code with us.
 
    Neil Dodwell and David Dew from Creative Reality for providing the source
    of Dreamweb and for their tremendous support.
@@ -883,9 +883,6 @@ Special thanks to
    two Lost Files of Sherlock Holmes games. James M. Ferguson and Barry
    Duncan for their tenacious efforts to recover the sources.
 
-   The mindFactory team for writing Broken Sword 2.5, a splendid fan-made
-   sequel, and for sharing the source code with us.
-
    John Romero for sharing the source code of Hyperspace Delivery Boy! with
    us.
 
diff --git a/devtools/credits.pl b/devtools/credits.pl
index afa264730b..62358c53d6 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1574,8 +1574,8 @@ begin_credits("Credits");
 			"of the Hugo trilogy.");
 
 		add_paragraph(
-			"Broken Sword 2.5 team for providing sources of their engine and their great ".
-			"support.");
+			"The mindFactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing ".
+			"the source code with us.");
 
 		add_paragraph(
 			"Neil Dodwell and David Dew from Creative Reality for providing the source ".
@@ -1599,14 +1599,10 @@ begin_credits("Credits");
 			"James M. Ferguson and Barry Duncan for their tenacious efforts to recover the sources.");
 
 		add_paragraph(
-			"The mindFactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing ".
-			"the source code with us.");
-
-		add_paragraph(
-		"John Romero for sharing the source code of Hyperspace Delivery Boy! with us.");
+			"John Romero for sharing the source code of Hyperspace Delivery Boy! with us.");
 
 		add_paragraph(
-		"Steffen Dingel for sharing the source code of the Mission Supernova game with us.");
+			"Steffen Dingel for sharing the source code of the Mission Supernova game with us.");
 
 	end_section();
 
diff --git a/gui/credits.h b/gui/credits.h
index a7d0d70546..ab23c539ec 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -1071,7 +1071,7 @@ static const char *credits[] = {
 "C0""",
 "C0""David P. Gray from Gray Design Associates for sharing the source code of the Hugo trilogy.",
 "C0""",
-"C0""Broken Sword 2.5 team for providing sources of their engine and their great support.",
+"C0""The mindFactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing the source code with us.",
 "C0""",
 "C0""Neil Dodwell and David Dew from Creative Reality for providing the source of Dreamweb and for their tremendous support.",
 "C0""",
@@ -1083,8 +1083,6 @@ static const char *credits[] = {
 "C0""",
 "C0""Electronic Arts IP Preservation Team, particularly Stefan Serbicki, and Vasyl Tsvirkunov of Electronic Arts for providing the source code of the two Lost Files of Sherlock Holmes games. James M. Ferguson and Barry Duncan for their tenacious efforts to recover the sources.",
 "C0""",
-"C0""The mindFactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing the source code with us.",
-"C0""",
 "C0""John Romero for sharing the source code of Hyperspace Delivery Boy! with us.",
 "C0""",
 "C0""Steffen Dingel for sharing the source code of the Mission Supernova game with us.",




More information about the Scummvm-git-logs mailing list