aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorStrangerke2015-11-21 13:48:50 +0100
committerStrangerke2015-11-21 13:48:50 +0100
commit35e8a2bdcba6b2fd080a497135ccce0e9dde8b34 (patch)
tree9d3601013494fb67f4cfdf82ab0cf4a3244e2d5b /devtools
parent9fea34a1494952b86653492909d63eca54d1f012 (diff)
downloadscummvm-rg350-35e8a2bdcba6b2fd080a497135ccce0e9dde8b34.tar.gz
scummvm-rg350-35e8a2bdcba6b2fd080a497135ccce0e9dde8b34.tar.bz2
scummvm-rg350-35e8a2bdcba6b2fd080a497135ccce0e9dde8b34.zip
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
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/credits.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 6f58528d57..09eebc553e 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();