diff options
author | Eugene Sandulenko | 2006-10-18 18:57:22 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-10-18 18:57:22 +0000 |
commit | 38d6a4d8d437a7049fe3b5a3cf838d594a49e3e5 (patch) | |
tree | f899755502490a6883c9db760b05f6a1c4ae7224 | |
parent | cf60ba63e9a6d2656e3b64378bc8ceee5e5238bc (diff) | |
download | scummvm-rg350-38d6a4d8d437a7049fe3b5a3cf838d594a49e3e5.tar.gz scummvm-rg350-38d6a4d8d437a7049fe3b5a3cf838d594a49e3e5.tar.bz2 scummvm-rg350-38d6a4d8d437a7049fe3b5a3cf838d594a49e3e5.zip |
Credit madmoose for his MOD player.
svn-id: r24375
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | doc/credits.tex | 3 | ||||
-rw-r--r-- | gui/credits.h | 6 | ||||
-rwxr-xr-x | tools/credits.pl | 3 |
4 files changed, 10 insertions, 5 deletions
@@ -205,10 +205,11 @@ Other contributions Code contributions ------------------ - John Doe - Improved DXA compression Ori Avtalion - Subtitle control options in the GUI Stuart Caie - Decoders for Simon 1 Amiga data files Paolo Costabel - PSP port contributions + John Doe - Improved DXA compression + Thomas Fach-Pedersen - ProTracker module player Benjamin Haisch - Encoder for DXA videos Janne Huttunen - V3 actor mask support, Dig/FT SMUSH audio Kovacs Endre Janos - Several fixes for Simon1 diff --git a/doc/credits.tex b/doc/credits.tex index 7dc30a8915..948ebc88d7 100644 --- a/doc/credits.tex +++ b/doc/credits.tex @@ -341,10 +341,11 @@ All active team members \item \textbf{\large Code contributions} \begin{list}{}{\setlength{\leftmargin}{0.2cm}} \item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}} - John Doe & \textit{Improved DXA compression}\\ Ori Avtalion & \textit{Subtitle control options in the GUI}\\ Stuart Caie & \textit{Decoders for Simon 1 Amiga data files}\\ Paolo Costabel & \textit{PSP port contributions}\\ + John Doe & \textit{Improved DXA compression}\\ + Thomas Fach-Pedersen & \textit{ProTracker module player}\\ Benjamin Haisch & \textit{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}\\ diff --git a/gui/credits.h b/gui/credits.h index d892a8c560..b783e5f169 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -226,14 +226,16 @@ static const char *credits[] = { "\\C\\c2""ScummVM forum theme", "\\C\\c0""", "\\C\\c1""Code contributions", -"\\C\\c0""John Doe", -"\\C\\c2""Improved DXA compression", "\\C\\c0""Ori Avtalion", "\\C\\c2""Subtitle control options in the GUI", "\\C\\c0""Stuart Caie", "\\C\\c2""Decoders for Simon 1 Amiga data files", "\\C\\c0""Paolo Costabel", "\\C\\c2""PSP port contributions", +"\\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\\c0""Janne Huttunen", diff --git a/tools/credits.pl b/tools/credits.pl index fcc53a2368..c267be966c 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -708,10 +708,11 @@ begin_credits("Credits"); begin_section("Code contributions"); begin_persons(); - add_person("John Doe", "", "Improved DXA compression"); add_person("Ori Avtalion", "salty-horse", "Subtitle control options in the GUI"); add_person("Stuart Caie", "", "Decoders for Simon 1 Amiga data files"); add_person("Paolo Costabel", "", "PSP port contributions"); + 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("Janne Huttunen", "", "V3 actor mask support, Dig/FT SMUSH audio"); add_person("Kovács Endre János", "", "Several fixes for Simon1"); |