aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--doc/10.tex1
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl1
4 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 840e42ba45..b1b4ab0c7d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -150,6 +150,7 @@ Other contributions
Code contributions
------------------
Stuart Caie - Decoders for Simon 1 Amiga data files
+ Sven Hesse - Help with gob engine
Janne Huttunen - V3 actor mask support, Dig/FT SMUSH audio
Kovacs Endre Janos - Several fixes for Simon1
Jeroen Janssen - Numerous readability and bugfix patches
diff --git a/doc/10.tex b/doc/10.tex
index 6d2915a4c6..192082c630 100644
--- a/doc/10.tex
+++ b/doc/10.tex
@@ -245,6 +245,7 @@ All active team members
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item \begin{tabular}[h]{p{4cm}l}
Stuart Caie & \textit{Decoders for Simon 1 Amiga data files}\\
+ Sven Hesse & \textit{Help with gob engine}\\
Janne Huttunen & \textit{V3 actor mask support, Dig/FT SMUSH audio}\\
Kov\'acs Endre J\'anos & \textit{Several fixes for Simon1}\\
Jeroen Janssen & \textit{Numerous readability and bugfix patches}\\
diff --git a/gui/credits.h b/gui/credits.h
index 380d5d58d1..27897e61a9 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -165,6 +165,8 @@ static const char *credits[] = {
"\\C\\c1""Code contributions",
"\\C\\c0""Stuart Caie",
"\\C\\c2""Decoders for Simon 1 Amiga data files",
+"\\C\\c0""Sven Hesse",
+"\\C\\c2""Help with gob engine",
"\\C\\c0""Janne Huttunen",
"\\C\\c2""V3 actor mask support, Dig/FT SMUSH audio",
"\\C\\c0""Kovacs Endre Janos",
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");