diff options
author | Max Horn | 2006-05-13 17:33:21 +0000 |
---|---|---|
committer | Max Horn | 2006-05-13 17:33:21 +0000 |
commit | 5b5b0bd2d628f42e863db5741a6ac6a215868cd8 (patch) | |
tree | 4f421b82c608d641f202851df8c70e590ea48bfe | |
parent | 0d6362ea485f89a940ffadd1c6fe954f94309c53 (diff) | |
download | scummvm-rg350-5b5b0bd2d628f42e863db5741a6ac6a215868cd8.tar.gz scummvm-rg350-5b5b0bd2d628f42e863db5741a6ac6a215868cd8.tar.bz2 scummvm-rg350-5b5b0bd2d628f42e863db5741a6ac6a215868cd8.zip |
Added salty-horse to the credits
svn-id: r22458
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | doc/credits.tex | 2 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
4 files changed, 6 insertions, 0 deletions
@@ -158,6 +158,7 @@ Other contributions Code contributions ------------------ + Ori Avtalion - Subtitle control options in the GUI Stuart Caie - Decoders for Simon 1 Amiga data files Paolo Costabel - PSP port contributions Benjamin Haisch - Encoder for DXA videos diff --git a/doc/credits.tex b/doc/credits.tex index 5c09bc9903..545a349732 100644 --- a/doc/credits.tex +++ b/doc/credits.tex @@ -258,6 +258,7 @@ 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}} + 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}\\ Benjamin Haisch & \textit{Encoder for DXA videos}\\ @@ -286,6 +287,7 @@ And to all the contributors, users, and beta testers we've missed. Thanks! Sander Buskens & \textit{For his work on the initial reversing of Monkey2}\\ Canadacow & \textit{For the original MT-32 emulator}\\ Kevin Carnes & \textit{For Scumm16, the basis of ScummVM's older gfx codecs}\\ + Patrick Combet & \textit{For the original Gobliiins ADL player}\\ Ivan Dubrov & \textit{For contributing the initial version of the Gobliiins engine}\\ Joachim Eberhard & \textit{For numerous contributions to documentation}\\ Jezar & \textit{For his freeverb filter implementation}\\ diff --git a/gui/credits.h b/gui/credits.h index a723c76ab0..4b19815b53 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -175,6 +175,8 @@ static const char *credits[] = { "\\C\\c2""ScummVM logo", "\\C\\c0""", "\\C\\c1""Code contributions", +"\\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", diff --git a/tools/credits.pl b/tools/credits.pl index 260978df3c..40571a5d13 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -629,6 +629,7 @@ begin_credits("Credits"); begin_section("Code contributions"); begin_persons(); + 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("Benjamin Haisch", "", "Encoder for DXA videos"); |