aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS7
-rw-r--r--NEWS2
-rw-r--r--gui/credits.h9
-rwxr-xr-xtools/credits.pl8
4 files changed, 13 insertions, 13 deletions
diff --git a/AUTHORS b/AUTHORS
index 3ed8679066..2cd500ff98 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -100,9 +100,6 @@ ScummVM Team
GP2X:
John Willis
- GP32:
- Won Star
-
iPhone:
Oystein Eftevaag
@@ -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
@@ -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
@@ -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
*******************
diff --git a/NEWS b/NEWS
index a54332806b..f6d0a8cc0b 100644
--- a/NEWS
+++ b/NEWS
@@ -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.
diff --git a/gui/credits.h b/gui/credits.h
index c50b286925..a30e7fe33b 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -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""",
@@ -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",
@@ -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",
@@ -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",
diff --git a/tools/credits.pl b/tools/credits.pl
index f86316e84a..9b2e4cb7a0 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -576,10 +576,6 @@ begin_credits("Credits");
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();
@@ -597,12 +593,12 @@ begin_credits("Credits");
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)");
@@ -654,6 +650,7 @@ begin_credits("Credits");
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");
@@ -664,6 +661,7 @@ begin_credits("Credits");
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();