aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoost Peters2006-01-27 21:59:48 +0000
committerJoost Peters2006-01-27 21:59:48 +0000
commit7e8d9fc73915a6bbbfa123b96b85bb2a16bb655b (patch)
treedd883f25ebec83d6b3085259d3b928dcd8b1d48a
parent4226b6409d9aabce8b3a9f10f8282b46bd49c2e9 (diff)
downloadscummvm-rg350-7e8d9fc73915a6bbbfa123b96b85bb2a16bb655b.tar.gz
scummvm-rg350-7e8d9fc73915a6bbbfa123b96b85bb2a16bb655b.tar.bz2
scummvm-rg350-7e8d9fc73915a6bbbfa123b96b85bb2a16bb655b.zip
Credit Paolo Costabel and Thomas Mayer who contributed to the (initial) PSP port.
svn-id: r20245
-rw-r--r--AUTHORS2
-rw-r--r--doc/10.tex2
-rw-r--r--gui/credits.h4
-rwxr-xr-xtools/credits.pl2
4 files changed, 10 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index d0b6e47399..b72aeeb759 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -152,11 +152,13 @@ Other contributions
Code contributions
------------------
Stuart Caie - Decoders for Simon 1 Amiga data files
+ Paolo Costabel - PSP port contributions
Janne Huttunen - V3 actor mask support, Dig/FT SMUSH audio
Kovacs Endre Janos - Several fixes for Simon1
Jeroen Janssen - Numerous readability and bugfix patches
Andreas Karlsson - Initial port for EPOC/SymbianOS
Claudio Matsuoka - Daily Linux builds
+ Thomas Mayer - PSP port contributions
Mikesch Nepomuk - MI1 VGA floppy patches
Nicolas Noble - Config file and ALSA support
Quietust - Sound support for Amiga SCUMM V2/V3 games, MM
diff --git a/doc/10.tex b/doc/10.tex
index a56555a553..d41973ecaa 100644
--- a/doc/10.tex
+++ b/doc/10.tex
@@ -247,11 +247,13 @@ All active team members
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
Stuart Caie & \textit{Decoders for Simon 1 Amiga data files}\\
+ Paolo Costabel & \textit{PSP port contributions}\\
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}\\
Andreas Karlsson & \textit{Initial port for EPOC/SymbianOS}\\
Claudio Matsuoka & \textit{Daily Linux builds}\\
+ Thomas Mayer & \textit{PSP port contributions}\\
Mikesch Nepomuk & \textit{MI1 VGA floppy patches}\\
Nicolas Noble & \textit{Config file and ALSA support}\\
Quietust & \textit{Sound support for Amiga SCUMM V2/V3 games, MM NES support}\\
diff --git a/gui/credits.h b/gui/credits.h
index c46e53fc5f..7baac52e69 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -167,6 +167,8 @@ static const char *credits[] = {
"\\C\\c1""Code contributions",
"\\C\\c0""Stuart Caie",
"\\C\\c2""Decoders for Simon 1 Amiga data files",
+"\\C\\c0""Paolo Costabel",
+"\\C\\c2""PSP port contributions",
"\\C\\c0""Janne Huttunen",
"\\C\\c2""V3 actor mask support, Dig/FT SMUSH audio",
"\\C\\c0""Kovacs Endre Janos",
@@ -177,6 +179,8 @@ static const char *credits[] = {
"\\C\\c2""Initial port for EPOC/SymbianOS",
"\\C\\c0""Claudio Matsuoka",
"\\C\\c2""Daily Linux builds",
+"\\C\\c0""Thomas Mayer",
+"\\C\\c2""PSP port contributions",
"\\C\\c0""Mikesch Nepomuk",
"\\C\\c2""MI1 VGA floppy patches",
"\\C\\c0""Nicolas Noble",
diff --git a/tools/credits.pl b/tools/credits.pl
index fd0d90799b..a9022d8b6a 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -620,11 +620,13 @@ begin_credits("Credits");
begin_section("Code contributions");
begin_persons();
add_person("Stuart Caie", "", "Decoders for Simon 1 Amiga data files");
+ add_person("Paolo Costabel", "", "PSP port contributions");
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");
add_person("Andreas Karlsson", "Sprawl", "Initial port for EPOC/SymbianOS");
add_person("Claudio Matsuoka", "", 'Daily Linux builds');
+ add_person("Thomas Mayer", "", "PSP port contributions");
add_person("Mikesch Nepomuk", "", "MI1 VGA floppy patches");
add_person("Nicolas Noble", "pixels", "Config file and ALSA support");
add_person("", "Quietust", "Sound support for Amiga SCUMM V2/V3 games, MM NES support");