diff options
author | Kostas Nakos | 2008-01-29 15:30:44 +0000 |
---|---|---|
committer | Kostas Nakos | 2008-01-29 15:30:44 +0000 |
commit | afc474c8eb74bdc929dd5a6d20fae3c89715e0c3 (patch) | |
tree | 516470a1c12007e2ab7b3dc0e9604f37634accd3 | |
parent | fb4ef4b3942d1468b14dd95a0840979192461138 (diff) | |
download | scummvm-rg350-afc474c8eb74bdc929dd5a6d20fae3c89715e0c3.tar.gz scummvm-rg350-afc474c8eb74bdc929dd5a6d20fae3c89715e0c3.tar.bz2 scummvm-rg350-afc474c8eb74bdc929dd5a6d20fae3c89715e0c3.zip |
adding Sean Murray (lightcast) to the credits [1]
svn-id: r30698
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
3 files changed, 4 insertions, 0 deletions
@@ -246,6 +246,7 @@ Other contributions Andreas Karlsson - Initial port for EPOC/SymbianOS Claudio Matsuoka - Daily Linux builds Thomas Mayer - PSP port contributions + Sean Murray - ScummVM tools GUI application (GSoC 2007 task) n0p - Windows CE port aspect ratio correction scaler and right click input method Mikesch Nepomuk - MI1 VGA floppy patches diff --git a/gui/credits.h b/gui/credits.h index 576f0826aa..22bb93d67c 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -283,6 +283,8 @@ static const char *credits[] = { "\\C\\c2""Daily Linux builds", "\\C\\c0""Thomas Mayer", "\\C\\c2""PSP port contributions", +"\\C\\c0""Sean Murray", +"\\C\\c2""ScummVM tools GUI application (GSoC 2007 task)", "\\C\\c0""n0p", "\\C\\c2""Windows CE port aspect ratio correction scaler and right click input method", "\\C\\c0""Mikesch Nepomuk", diff --git a/tools/credits.pl b/tools/credits.pl index a0d29904c0..9c40ccca36 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -756,6 +756,7 @@ begin_credits("Credits"); 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("Sean Murray", "lightcast", "ScummVM tools GUI application (GSoC 2007 task)"); add_person("", "n0p", "Windows CE port aspect ratio correction scaler and right click input method"); add_person("Mikesch Nepomuk", "mnepomuk", "MI1 VGA floppy patches"); add_person("Nicolas Noble", "pixels", "Config file and ALSA support"); |