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 d6640f91f7..be7ba58b50 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -40,6 +40,7 @@ Contributors:
Dobo Balazs - Website design
Stuart Caie - Decoders for Simon 1 Amiga data files
Yaroslav Fedevych - HTML/CSS for the website
+ Chris Gray - Windows64 builds
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 a314fd527a..3a00edb912 100644
--- a/doc/10.tex
+++ b/doc/10.tex
@@ -45,6 +45,7 @@
Dobó Bal\'azs & Website design\\
Stuart Caie & Decoders for Simon 1 Amiga data files\\
Yaroslav Fedevych & HTML/CSS for the website\\
+ Chris Gray & Windows64 builds\\
Janne Huttunen & V3 actor mask support, Dig/FT SMUSH audio\\
Kov\'acs Endre J\'anos & Several fixes for Simon1\\
Jeroen Janssen & Numerous readability and bugfix patches\\
diff --git a/gui/credits.h b/gui/credits.h
index 386cbe4486..ca8de40a4a 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -79,6 +79,8 @@ static const char *credits[] = {
"\\L\\c2"" Decoders for Simon 1 Amiga data files",
"\\L\\c0"" Yaroslav Fedevych",
"\\L\\c2"" HTML/CSS for the website",
+"\\L\\c0"" Chris Gray",
+"\\L\\c2"" Windows64 builds",
"\\L\\c0"" Janne Huttunen",
"\\L\\c2"" V3 actor mask support, Dig/FT SMUSH audio",
"\\L\\c0"" Kovacs Endre Janos",
diff --git a/tools/credits.pl b/tools/credits.pl
index 87549227a8..f220f80048 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -364,6 +364,7 @@ begin_credits("Credits");
add_person("Dobó Balázs", "draven", "Website design");
add_person("Stuart Caie", "", "Decoders for Simon 1 Amiga data files");
add_person("Yaroslav Fedevych", "jafd", "HTML/CSS for the website");
+ add_person("Chris Gray", "Psychoid", "Windows64 builds");
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");