diff options
author | Eugene Sandulenko | 2007-06-16 19:24:43 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-06-16 19:24:43 +0000 |
commit | 276cdc54166cf002dfecba0e1417db3aa70eea19 (patch) | |
tree | dda16835d267d178456e7287d935f19f4ba214f9 /tools | |
parent | bdc6007c8fc1b40bf8d9f4ad1e195cb8ed673d8c (diff) | |
download | scummvm-rg350-276cdc54166cf002dfecba0e1417db3aa70eea19.tar.gz scummvm-rg350-276cdc54166cf002dfecba0e1417db3aa70eea19.tar.bz2 scummvm-rg350-276cdc54166cf002dfecba0e1417db3aa70eea19.zip |
Update credits with some nicks from SF.net
svn-id: r27482
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index 00a19944fa..a6c35d745d 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -689,7 +689,7 @@ begin_credits("Credits"); end_section(); begin_section("MorphOS"); - add_person("Fabien Coeurjoly", "", ""); + add_person("Fabien Coeurjoly", "fab1", ""); end_section(); begin_section("OS/2"); @@ -735,24 +735,24 @@ begin_credits("Credits"); add_person("Paolo Costabel", "", "PSP port contributions"); add_person("Thierry Crozat", "criezy", "Support for Broken Sword 1 Macintosh version"); add_person("Thomas Fach-Pedersen", "madmoose", "ProTracker module player"); - add_person("Benjamin Haisch", "", "Heavily improved de-/encoder for DXA videos"); + add_person("Benjamin Haisch", "john_doe", "Heavily improved de-/encoder for DXA videos"); 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("Jeroen Janssen", "japj", "Numerous readability and bugfix patches"); add_person("Florian Kagerer", "athrxx", "Various Kyrandia 1 FM-Towns code contributions"); 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("", "n0p", "Windows CE port aspect ratio correction scaler and right click input method"); - add_person("Mikesch Nepomuk", "", "MI1 VGA floppy patches"); + add_person("Mikesch Nepomuk", "mnepomuk", "MI1 VGA floppy patches"); add_person("Nicolas Noble", "pixels", "Config file and ALSA support"); + add_person("Tim Phillips", "realmz", "Initial MI1 CD music support"); add_person("", "Quietust", "Sound support for Amiga SCUMM V2/V3 games, MM NES support"); 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("Edward Rudd", "urkle", "Fixes for playing MP3 versions of MI1/Loom audio"); add_person("Daniel Schepler", "", "Final MI1 CD music support, initial Ogg Vorbis support"); add_person("André Souza", "", "SDL-based OpenGL renderer"); - add_person("Tim Phillips", "realmz", "Initial MI1 CD music support"); - add_person("Robin Watts", "", "ARM assembly routines for the Windows CE port"); + add_person("Robin Watts", "robinwatts", "ARM assembly routines for the Windows CE port"); end_persons(); end_section(); |