aboutsummaryrefslogtreecommitdiff
path: root/tools/credits.pl
diff options
context:
space:
mode:
authorTravis Howell2006-09-29 11:19:12 +0000
committerTravis Howell2006-09-29 11:19:12 +0000
commit36551b480918245d58b97c30b8648d4fb4552d93 (patch)
treeb4cad8464bc9c5c683d11010714dbd7d70189cb2 /tools/credits.pl
parentc15d43be5a574f8ff7142438e69fd03586d304c8 (diff)
downloadscummvm-rg350-36551b480918245d58b97c30b8648d4fb4552d93.tar.gz
scummvm-rg350-36551b480918245d58b97c30b8648d4fb4552d93.tar.bz2
scummvm-rg350-36551b480918245d58b97c30b8648d4fb4552d93.zip
Update credits
svn-id: r24015
Diffstat (limited to 'tools/credits.pl')
-rwxr-xr-xtools/credits.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/credits.pl b/tools/credits.pl
index 934ad65e5a..bf7fe61a34 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -536,6 +536,7 @@ begin_credits("Credits");
end_section();
begin_section("Simon");
+ add_person("Torbjörn Andersson", "eriktorbjorn", "");
add_person("Travis Howell", "Kirben", "");
add_person("Oliver Kiehl", "olki", "");
end_section();
@@ -703,6 +704,7 @@ begin_credits("Credits");
begin_section("Code contributions");
begin_persons();
+ add_person("John Doe", "", "Improved DXA compression");
add_person("Ori Avtalion", "salty-horse", "Subtitle control options in the GUI");
add_person("Stuart Caie", "", "Decoders for Simon 1 Amiga data files");
add_person("Paolo Costabel", "", "PSP port contributions");
@@ -771,7 +773,8 @@ begin_credits("Credits");
add_paragraph(
"Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for ".
- "sharing the source code of The Feeble Files with us.");
+ "sharing the source code of The Feeble Files and Simon the Sorcerer's ",
+ "Puzzle Pack with us.");
end_section();