aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--doc/credits.tex3
-rw-r--r--gui/credits.h4
-rwxr-xr-xtools/credits.pl3
4 files changed, 4 insertions, 9 deletions
diff --git a/AUTHORS b/AUTHORS
index 2ed3ea8a1d..b38b185728 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -213,9 +213,8 @@ Other contributions
Stuart Caie - Decoders for Simon 1 Amiga data files
Paolo Costabel - PSP port contributions
Thierry Crozat - Support for Broken Sword 1 Macintosh version
- John Doe - Improved DXA compression
Thomas Fach-Pedersen - ProTracker module player
- Benjamin Haisch - Encoder for DXA videos
+ Benjamin Haisch - Heavily improved de-/encoder for DXA videos
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/credits.tex b/doc/credits.tex
index 53f61be3f9..d3c72f8b99 100644
--- a/doc/credits.tex
+++ b/doc/credits.tex
@@ -352,9 +352,8 @@ All active team members
Stuart Caie & \textit{Decoders for Simon 1 Amiga data files}\\
Paolo Costabel & \textit{PSP port contributions}\\
Thierry Crozat & \textit{Support for Broken Sword 1 Macintosh version}\\
- John Doe & \textit{Improved DXA compression}\\
Thomas Fach-Pedersen & \textit{ProTracker module player}\\
- Benjamin Haisch & \textit{Encoder for DXA videos}\\
+ Benjamin Haisch & \textit{Heavily improved de-/encoder for DXA videos}\\
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 edbcaa672b..f67966feab 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -238,12 +238,10 @@ static const char *credits[] = {
"\\C\\c2""PSP port contributions",
"\\C\\c0""Thierry Crozat",
"\\C\\c2""Support for Broken Sword 1 Macintosh version",
-"\\C\\c0""John Doe",
-"\\C\\c2""Improved DXA compression",
"\\C\\c0""Thomas Fach-Pedersen",
"\\C\\c2""ProTracker module player",
"\\C\\c0""Benjamin Haisch",
-"\\C\\c2""Encoder for DXA videos",
+"\\C\\c2""Heavily improved de-/encoder for DXA videos",
"\\C\\c0""Janne Huttunen",
"\\C\\c2""V3 actor mask support, Dig/FT SMUSH audio",
"\\C\\c0""Kov\341cs Endre J\341nos",
diff --git a/tools/credits.pl b/tools/credits.pl
index c9cddafae2..fc03fe12ad 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -718,9 +718,8 @@ begin_credits("Credits");
add_person("Stuart Caie", "", "Decoders for Simon 1 Amiga data files");
add_person("Paolo Costabel", "", "PSP port contributions");
add_person("Thierry Crozat", "criezy", "Support for Broken Sword 1 Macintosh version");
- add_person("John Doe", "", "Improved DXA compression");
add_person("Thomas Fach-Pedersen", "madmoose", "ProTracker module player");
- add_person("Benjamin Haisch", "", "Encoder for DXA videos");
+ add_person("Benjamin Haisch", "", "Heavily improved de-/encoder for DXA videos");
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");