aboutsummaryrefslogtreecommitdiff
path: root/tools/credits.pl
diff options
context:
space:
mode:
authorEugene Sandulenko2006-01-03 23:53:25 +0000
committerEugene Sandulenko2006-01-03 23:53:25 +0000
commit4183bc8c78071fbb6dd34998c0dcef0e9c57905c (patch)
treede1c2dfd39b02d11e8fbfa557d40b38545e23008 /tools/credits.pl
parent4b3af6b94fb994fd538430ca502dd4c7e51d0e51 (diff)
downloadscummvm-rg350-4183bc8c78071fbb6dd34998c0dcef0e9c57905c.tar.gz
scummvm-rg350-4183bc8c78071fbb6dd34998c0dcef0e9c57905c.tar.bz2
scummvm-rg350-4183bc8c78071fbb6dd34998c0dcef0e9c57905c.zip
Credit Sven for objectizing gob. That was a big amount of work.
svn-id: r19901
Diffstat (limited to 'tools/credits.pl')
-rwxr-xr-xtools/credits.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl
index fc20a80122..2ef1fb11ea 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -618,6 +618,7 @@ begin_credits("Credits");
begin_section("Code contributions");
begin_persons();
add_person("Stuart Caie", "", "Decoders for Simon 1 Amiga data files");
+ add_person("Sven Hesse", "", 'Help with gob engine');
add_person("Janne Huttunen", "", "V3 actor mask support, Dig/FT SMUSH audio");
add_person("Kovács Endre János", "", "Several fixes for Simon1");
add_person("Jeroen Janssen", "", "Numerous readability and bugfix patches");