From 5b5b0bd2d628f42e863db5741a6ac6a215868cd8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 13 May 2006 17:33:21 +0000 Subject: Added salty-horse to the credits svn-id: r22458 --- AUTHORS | 1 + doc/credits.tex | 2 ++ gui/credits.h | 2 ++ tools/credits.pl | 1 + 4 files changed, 6 insertions(+) diff --git a/AUTHORS b/AUTHORS index 63d28d88ff..4ec99e15ff 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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"); -- cgit v1.2.3