diff options
| author | Max Horn | 2005-04-09 19:49:01 +0000 | 
|---|---|---|
| committer | Max Horn | 2005-04-09 19:49:01 +0000 | 
| commit | 909aab0693a1cd966ebc50a375ccd1f9b4868f58 (patch) | |
| tree | fb56604cfee631e35f610b15caa5999e092b91d5 | |
| parent | 2efa0d17f29f015a176669d4ec4615e469b802fb (diff) | |
| download | scummvm-rg350-909aab0693a1cd966ebc50a375ccd1f9b4868f58.tar.gz scummvm-rg350-909aab0693a1cd966ebc50a375ccd1f9b4868f58.tar.bz2 scummvm-rg350-909aab0693a1cd966ebc50a375ccd1f9b4868f58.zip | |
Added Stefan Parviainen to credits, credited Quietust for his MM NES work
svn-id: r17487
| -rw-r--r-- | AUTHORS | 6 | ||||
| -rw-r--r-- | doc/10.tex | 5 | ||||
| -rw-r--r-- | gui/credits.h | 7 | ||||
| -rwxr-xr-x | tools/credits.pl | 5 | 
4 files changed, 15 insertions, 8 deletions
| @@ -38,11 +38,13 @@ Contributors:         Kovacs Endre Janos    - Several fixes for Simon1         Jeroen Janssen        - Numerous readability and bugfix patches         Robert Kelsen         - Packaging for SlackWare -       Claudio Matsuoka      - Daily Linux/BeOS builds +       Claudio Matsuoka      - Daily Linux builds         Mikesch Nepomuk       - MI1 VGA floppy patches         Nicolas Noble         - Config file and ALSA support         Willem Jan Palenstijn - Packaging for Fedora/RedHat -       Quietust              - Sound support for Amiga SCUMM V2/V3 games +       Stefan Parviainen     - Packaging for BeOS +       Quietust              - Sound support for Amiga SCUMM V2/V3 games, MM +                               NES suport         Andreas Roever        - Broken Sword 1/2 MPEG2 cutscene support         Edward Rudd           - Fixes for playing MP3 versions of MI1/Loom                                 audio diff --git a/doc/10.tex b/doc/10.tex index 0e7b97b3e9..af810c7960 100644 --- a/doc/10.tex +++ b/doc/10.tex @@ -43,11 +43,12 @@      Kov\'acs Endre J\'anos & Several fixes for Simon1\\      Jeroen Janssen & Numerous readability and bugfix patches\\      Robert Kelsen & Packaging for SlackWare\\ -    Claudio Matsuoka & Daily Linux/BeOS builds\\ +    Claudio Matsuoka & Daily Linux builds\\      Mikesch Nepomuk & MI1 VGA floppy patches\\      Nicolas Noble & Config file and ALSA support\\      Willem Jan Palenstijn & Packaging for Fedora/RedHat\\ -    Quietust & Sound support for Amiga SCUMM V2/V3 games\\ +    Stefan Parviainen & Packaging for BeOS\\ +    Quietust & Sound support for Amiga SCUMM V2/V3 games, MM NES suport\\      Andreas R\"over & Broken Sword 1/2 MPEG2 cutscene support\\      Edward Rudd & Fixes for playing MP3 versions of MI1/Loom audio\\      Daniel Schepler & Final MI1 CD music support, initial Ogg Vorbis support\\ diff --git a/gui/credits.h b/gui/credits.h index 0ccfedc1a2..770cdd71b6 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -75,15 +75,18 @@ static const char *credits[] = {  "\\L\\c0""  Robert Kelsen",  "\\L\\c2""    Packaging for SlackWare",  "\\L\\c0""  Claudio Matsuoka", -"\\L\\c2""    Daily Linux/BeOS builds", +"\\L\\c2""    Daily Linux builds",  "\\L\\c0""  Mikesch Nepomuk",  "\\L\\c2""    MI1 VGA floppy patches",  "\\L\\c0""  Nicolas Noble",  "\\L\\c2""    Config file and ALSA support",  "\\L\\c0""  Willem Jan Palenstijn",  "\\L\\c2""    Packaging for Fedora/RedHat", +"\\L\\c0""  Stefan Parviainen", +"\\L\\c2""    Packaging for BeOS",  "\\L\\c0""  Quietust", -"\\L\\c2""    Sound support for Amiga SCUMM V2/V3 games", +"\\L\\c2""    Sound support for Amiga SCUMM V2/V3 games,", +"\\L\\c2""    MM NES suport",  "\\L\\c0""  Andreas Roever",  "\\L\\c2""    Broken Sword 1/2 MPEG2 cutscene support",  "\\L\\c0""  Edward Rudd", diff --git a/tools/credits.pl b/tools/credits.pl index 1eec5383b3..8233b10782 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -351,11 +351,12 @@ begin_credits("Credits");  	add_person("Kovács Endre János", "", "Several fixes for Simon1");  	add_person("Jeroen Janssen", "", "Numerous readability and bugfix patches");  	add_person("Robert Kelsen", "", "Packaging for SlackWare"); -	add_person("Claudio Matsuoka", "", 'Daily Linux/BeOS builds'); +	add_person("Claudio Matsuoka", "", 'Daily Linux builds');  	add_person("Mikesch Nepomuk", "", "MI1 VGA floppy patches");  	add_person("Nicolas Noble", "pixels", "Config file and ALSA support");  	add_person("Willem Jan Palenstijn", "wjp", "Packaging for Fedora/RedHat"); -	add_person("", "Quietust", "Sound support for Amiga SCUMM V2/V3 games"); +	add_person("Stefan Parviainen", "", "Packaging for BeOS"); +	add_person("", "Quietust", "Sound support for Amiga SCUMM V2/V3 games, MM NES suport");  	add_person("Andreas Röver", "", "Broken Sword 1/2 MPEG2 cutscene support");  	add_person("Edward Rudd", "", "Fixes for playing MP3 versions of MI1/Loom audio");  	add_person("Daniel Schepler", "", "Final MI1 CD music support, initial Ogg Vorbis support"); | 
