[Scummvm-cvs-logs] scummvm master -> 35e8a2bdcba6b2fd080a497135ccce0e9dde8b34
Strangerke
Strangerke at scummvm.org
Sat Nov 21 13:54: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:
35e8a2bdcb CREDITS: Add credits for Sherlock and a special thanks related to the sources.
Commit: 35e8a2bdcba6b2fd080a497135ccce0e9dde8b34
https://github.com/scummvm/scummvm/commit/35e8a2bdcba6b2fd080a497135ccce0e9dde8b34
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-11-21T13:48:50+01:00
Commit Message:
CREDITS: Add credits for Sherlock and a special thanks related to the sources.
Update the AUTHOR and credit.h files with Raspberry Pi port credits
Changed paths:
AUTHORS
devtools/credits.pl
gui/credits.h
diff --git a/AUTHORS b/AUTHORS
index e2cad18..6ea30b2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -194,6 +194,9 @@ ScummVM Team
Jordi Vilalta Prat
Lars Skovlund
+ Sherlock:
+ Paul Gilbert
+
Sky:
Robert Goeffringmann - (retired)
Oliver Kiehl - (retired)
@@ -327,6 +330,9 @@ ScummVM Team
Wii:
Andre Heider
+ Raspberry Pi:
+ Manuel Alfayate
+
Other subsystems
----------------
Infrastructure:
@@ -719,3 +725,8 @@ Special thanks to
Bob Bell, Michel Kripalani, Tommy Yune, from Presto Studios for providing
the source code of The Journeyman Project: Pegasus Prime.
+ 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. Mr Ferguson and sirlemonhead for
+ their tenacious efforts to recover the sources.
+
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 6f58528..09eebc5 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -710,6 +710,10 @@ begin_credits("Credits");
add_person("Lars Skovlund", "lskovlun", "");
end_section();
+ begin_section("Sherlock");
+ add_person("Paul Gilbert", "dreammaster", "");
+ end_section();
+
begin_section("Sky");
add_person("Robert Göffringmann", "lavosspawn", "(retired)");
add_person("Oliver Kiehl", "olki", "(retired)");
@@ -1290,6 +1294,11 @@ begin_credits("Credits");
"Bob Bell, Michel Kripalani, Tommy Yune, from Presto Studios for ".
"providing the source code of The Journeyman Project: Pegasus Prime.");
+ add_paragraph(
+ "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. ".
+ "Mr Ferguson and sirlemonhead for their tenacious efforts to recover the sources.");
+
end_section();
end_credits();
diff --git a/gui/credits.h b/gui/credits.h
index 7ae12bf..9dfb700 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -233,6 +233,9 @@ static const char *credits[] = {
"C0""Jordi Vilalta Prat",
"C0""Lars Skovlund",
"",
+"C1""Sherlock",
+"C0""Paul Gilbert",
+"",
"C1""Sky",
"A0""Robert Goeffringmann",
"C0""Robert G\366ffringmann",
@@ -398,6 +401,9 @@ static const char *credits[] = {
"C1""Wii",
"C0""Andre Heider",
"",
+"C1""Raspberry Pi",
+"C0""Manuel Alfayate",
+"",
"",
"C1""Other subsystems",
"C1""Infrastructure",
@@ -872,5 +878,7 @@ static const char *credits[] = {
"C0""",
"C0""Bob Bell, Michel Kripalani, Tommy Yune, from Presto Studios for providing the source code of The Journeyman Project: Pegasus Prime.",
"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. Mr Ferguson and sirlemonhead for their tenacious efforts to recover the sources.",
+"C0""",
"",
};
More information about the Scummvm-git-logs
mailing list