[Scummvm-cvs-logs] scummvm master -> e9e099b6aca4b3b945158500fbb4d6706c6f7c72

Strangerke Strangerke at scummvm.org
Sun Dec 6 23:03:43 CET 2015


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:
e9e099b6ac CREDITS: Add credit to the Mindfactory team for Broken Sword 2.5


Commit: e9e099b6aca4b3b945158500fbb4d6706c6f7c72
    https://github.com/scummvm/scummvm/commit/e9e099b6aca4b3b945158500fbb4d6706c6f7c72
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-12-06T22:57:03+01:00

Commit Message:
CREDITS: Add credit to the Mindfactory team for Broken Sword 2.5

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



diff --git a/AUTHORS b/AUTHORS
index 8f814fd..c230c4a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -738,3 +738,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.
+
diff --git a/devtools/credits.pl b/devtools/credits.pl
index f5d8542..9bfbfd7 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1309,6 +1309,10 @@ begin_credits("Credits");
     "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.");
 
+	add_paragraph(
+    "The Mindfactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing ".
+    "the source code with us.");
+
 	end_section();
 
 end_credits();
diff --git a/gui/credits.h b/gui/credits.h
index 2e66a70..8f6455e 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -889,5 +889,7 @@ 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""",
 "",
 };






More information about the Scummvm-git-logs mailing list