diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | doc/10.tex | 2 | ||||
-rw-r--r-- | gui/credits.h | 4 | ||||
-rwxr-xr-x | tools/credits.pl | 2 |
4 files changed, 10 insertions, 0 deletions
@@ -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"); |