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 | |
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
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | gui/credits.h | 4 | ||||
-rwxr-xr-x | tools/credits.pl | 14 |
3 files changed, 10 insertions, 10 deletions
@@ -238,6 +238,7 @@ Other contributions and right click input method Mikesch Nepomuk - MI1 VGA floppy patches Nicolas Noble - Config file and ALSA support + Tim Phillips - Initial MI1 CD music support Quietust - Sound support for Amiga SCUMM V2/V3 games, MM NES support Andreas Roever - Broken Sword 1/2 MPEG2 cutscene support @@ -245,7 +246,6 @@ Other contributions Daniel Schepler - Final MI1 CD music support, initial Ogg Vorbis support Andre Souza - SDL-based OpenGL renderer - Tim Phillips - Initial MI1 CD music support Robin Watts - ARM assembly routines for the Windows CE port And to all the contributors, users, and beta testers we've missed. Thanks! diff --git a/gui/credits.h b/gui/credits.h index 3fb6396b78..5babeb1faa 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -274,6 +274,8 @@ static const char *credits[] = { "\\C\\c2""MI1 VGA floppy patches", "\\C\\c0""Nicolas Noble", "\\C\\c2""Config file and ALSA support", +"\\C\\c0""Tim Phillips", +"\\C\\c2""Initial MI1 CD music support", "\\C\\c0""Quietust", "\\C\\c2""Sound support for Amiga SCUMM V2/V3 games, MM NES support", "\\C\\c0""Andreas R\366ver", @@ -284,8 +286,6 @@ static const char *credits[] = { "\\C\\c2""Final MI1 CD music support, initial Ogg Vorbis support", "\\C\\c0""Andr\351 Souza", "\\C\\c2""SDL-based OpenGL renderer", -"\\C\\c0""Tim Phillips", -"\\C\\c2""Initial MI1 CD music support", "\\C\\c0""Robin Watts", "\\C\\c2""ARM assembly routines for the Windows CE port", "\\C\\c0""", 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(); |