aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYotam Barnoy2010-04-12 07:20:54 +0000
committerYotam Barnoy2010-04-12 07:20:54 +0000
commit98d7ba281ca70af8d3a1ed1e84aa01dddbc5bccc (patch)
tree4b301c738c73eb091e64fe21d7108fc4a0ce9a1b
parent9a2eac7eee8fbe6a903e842cb257d96bd57f8702 (diff)
downloadscummvm-rg350-98d7ba281ca70af8d3a1ed1e84aa01dddbc5bccc.tar.gz
scummvm-rg350-98d7ba281ca70af8d3a1ed1e84aa01dddbc5bccc.tar.bz2
scummvm-rg350-98d7ba281ca70af8d3a1ed1e84aa01dddbc5bccc.zip
Changed my credits to indicate more extensive contributions
svn-id: r48633
-rw-r--r--AUTHORS2
-rw-r--r--gui/credits.h3
-rwxr-xr-xtools/credits.pl2
3 files changed, 3 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index fa547318ac..6e91eba6c4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -199,6 +199,7 @@ ScummVM Team
PSP (PlayStation Portable):
Joost Peters
+ Yotam Barnoy
SDL (Win/Linux/OS X/etc.):
Max Horn
@@ -338,7 +339,6 @@ Other contributions
Andreas Karlsson - Initial port for SymbianOS
Claudio Matsuoka - Daily Linux builds
Thomas Mayer - PSP port contributions
- Yotam Barnoy - PSP port suspend/resume support
Sean Murray - ScummVM tools GUI application (GSoC 2007 task)
n0p - Windows CE port aspect ratio correction scaler
and right click input method
diff --git a/gui/credits.h b/gui/credits.h
index e2a45523c5..d17a4ba50f 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -223,6 +223,7 @@ static const char *credits[] = {
"",
"C1""PSP (PlayStation Portable)",
"C0""Joost Peters",
+"C0""Yotam Barnoy",
"",
"C1""SDL (Win/Linux/OS X/etc.)",
"C0""Max Horn",
@@ -393,8 +394,6 @@ static const char *credits[] = {
"C2""Daily Linux builds",
"C0""Thomas Mayer",
"C2""PSP port contributions",
-"C0""Yotam Barnoy",
-"C2""PSP port suspend/resume support",
"C0""Sean Murray",
"C2""ScummVM tools GUI application (GSoC 2007 task)",
"C0""n0p",
diff --git a/tools/credits.pl b/tools/credits.pl
index 940bfcdd5f..b5b7d84014 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -708,6 +708,7 @@ begin_credits("Credits");
begin_section("PSP (PlayStation Portable)");
add_person("Joost Peters", "joostp", "");
+ add_person("Yotam Barnoy", "bluddy", "");
end_section();
begin_section("SDL (Win/Linux/OS X/etc.)");
@@ -872,7 +873,6 @@ begin_credits("Credits");
add_person("Andreas Karlsson", "Sprawl", "Initial port for SymbianOS");
add_person("Claudio Matsuoka", "", "Daily Linux builds");
add_person("Thomas Mayer", "", "PSP port contributions");
- add_person("Yotam Barnoy", "bluddy", "PSP port suspend/resume support");
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");