Skip to content

Commit

Permalink
Added Max Lingua to the credits as PS2 porter, and mentioned the revi…
Browse files Browse the repository at this point in the history
…ved PS2 port in the NEWS; moved Nicolas Bacca & Won Star to the list of retired team members

svn-id: r30973
  • Loading branch information
fingolfin committed Feb 26, 2008
1 parent eb9f0dc commit accae80
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
7 changes: 3 additions & 4 deletions AUTHORS
Expand Up @@ -100,9 +100,6 @@ ScummVM Team
GP2X:
John Willis

GP32:
Won Star

iPhone:
Oystein Eftevaag

Expand All @@ -116,11 +113,11 @@ ScummVM Team
Chris Apers

PocketPC / WinCE:
Nicolas Bacca
Kostas Nakos

PlayStation 2:
Robert Goeffringmann
Max Lingua

PSP (PlayStation Portable):
Joost Peters
Expand Down Expand Up @@ -163,6 +160,7 @@ ScummVM Team
Retired Team Members
--------------------
Tore Anderson - Former Debian GNU/Linux maintainer
Nicolas Bacca - Former WinCE porter
Ralph Brorsen - Help with GUI implementation
Jamieson Christian - iMUSE, MIDI, all things musical
Ruediger Hanke - Port: MorphOS
Expand All @@ -173,6 +171,7 @@ ScummVM Team
Jeremy Newman - Former webmaster
Ludvig Strigeus - Original ScummVM and SimonVM author
Lionel Ulmer - Port: X11
Won Star - Former GP32 porter

Other contributions
*******************
Expand Down
2 changes: 2 additions & 0 deletions NEWS
Expand Up @@ -4,6 +4,8 @@ For a more comprehensive changelog for the latest experimental SVN code, see:
0.12.0 (????-??-??)
General:
- Added CAMD MIDI driver for AmigaOS4.
- Revived the PS2 port (was already in 0.11.1 but was forgotten in the
release notes).

SCUMM:
- Rewrote parts of Digital iMUSE, fixing some bugs.
Expand Down
9 changes: 5 additions & 4 deletions gui/credits.h
Expand Up @@ -104,9 +104,6 @@ static const char *credits[] = {
"\\C\\c1""GP2X",
"\\C\\c0""John Willis",
"\\C\\c0""",
"\\C\\c1""GP32",
"\\C\\c0""Won Star",
"\\C\\c0""",
"\\C\\c1""iPhone",
"\\C\\c0""Oystein Eftevaag",
"\\C\\c0""",
Expand All @@ -120,11 +117,11 @@ static const char *credits[] = {
"\\C\\c0""Chris Apers",
"\\C\\c0""",
"\\C\\c1""PocketPC / WinCE",
"\\C\\c0""Nicolas Bacca",
"\\C\\c0""Kostas Nakos",
"\\C\\c0""",
"\\C\\c1""PlayStation 2",
"\\C\\c0""Robert G\366ffringmann",
"\\C\\c0""Max Lingua",
"\\C\\c0""",
"\\C\\c1""PSP (PlayStation Portable)",
"\\C\\c0""Joost Peters",
Expand Down Expand Up @@ -173,6 +170,8 @@ static const char *credits[] = {
"\\C\\c1""Retired Team Members",
"\\C\\c0""Tore Anderson",
"\\C\\c2""Former Debian GNU/Linux maintainer",
"\\C\\c0""Nicolas Bacca",
"\\C\\c2""Former WinCE porter",
"\\C\\c0""Ralph Brorsen",
"\\C\\c2""Help with GUI implementation",
"\\C\\c0""Jamieson Christian",
Expand All @@ -193,6 +192,8 @@ static const char *credits[] = {
"\\C\\c2""Original ScummVM and SimonVM author",
"\\C\\c0""Lionel Ulmer",
"\\C\\c2""Port: X11",
"\\C\\c0""Won Star",
"\\C\\c2""Former GP32 porter",
"\\C\\c0""",
"\\C\\c0""",
"\\C\\c1""Other contributions",
Expand Down
8 changes: 3 additions & 5 deletions tools/credits.pl
Expand Up @@ -576,10 +576,6 @@ sub add_paragraph {
add_person("John Willis", "DJWillis", "");
end_section();

begin_section("GP32");
add_person("Won Star", "wonst719", "");
end_section();

begin_section("iPhone");
add_person("Oystein Eftevaag", "vinterstum", "");
end_section();
Expand All @@ -597,12 +593,12 @@ sub add_paragraph {
end_section();

begin_section("PocketPC / WinCE");
add_person("Nicolas Bacca", "arisme", "");
add_person("Kostas Nakos", "Jubanka", "");
end_section();

begin_section("PlayStation 2");
add_person("Robert Göffringmann", "lavosspawn", "");
add_person("Max Lingua", "sunmax", "");
end_section();

begin_section("PSP (PlayStation Portable)");
Expand Down Expand Up @@ -654,6 +650,7 @@ sub add_paragraph {
begin_section("Retired Team Members");
begin_persons();
add_person("Tore Anderson", "tore", "Former Debian GNU/Linux maintainer");
add_person("Nicolas Bacca", "arisme", "Former WinCE porter");
add_person("Ralph Brorsen", "painelf", "Help with GUI implementation");
add_person("Jamieson Christian", "jamieson630", "iMUSE, MIDI, all things musical");
add_person("Rüdiger Hanke", "", "Port: MorphOS");
Expand All @@ -664,6 +661,7 @@ sub add_paragraph {
add_person("Jeremy Newman", "laxdragon", "Former webmaster");
add_person("Ludvig Strigeus", "ludde", "Original ScummVM and SimonVM author");
add_person("Lionel Ulmer", "bbrox", "Port: X11");
add_person("Won Star", "wonst719", "Former GP32 porter");
end_persons();
end_section();
end_section();
Expand Down

0 comments on commit accae80

Please sign in to comment.