Updated credits: Benjamin Haisch = John Doe

svn-id: r24827
This commit is contained in:
Max Horn 2006-12-09 19:22:56 +00:00
parent f6ed99acee
commit 56d63740e8
4 changed files with 4 additions and 9 deletions

View file

@ -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

View file

@ -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}\\

View file

@ -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",

View file

@ -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");