Changed my credits to indicate more extensive contributions

svn-id: r48633
This commit is contained in:
Yotam Barnoy 2010-04-12 07:20:54 +00:00
parent 9a2eac7eee
commit 98d7ba281c
3 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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",

View File

@ -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");