diff options
author | Max Horn | 2008-02-26 19:00:45 +0000 |
---|---|---|
committer | Max Horn | 2008-02-26 19:00:45 +0000 |
commit | accae802d14271544cc613107290136eceb6f3da (patch) | |
tree | b6d2fa5ca330f9345d2cb915722a483a11ae947a /tools | |
parent | eb9f0dcbf88274d52747d9e9d2196e374d12abba (diff) | |
download | scummvm-rg350-accae802d14271544cc613107290136eceb6f3da.tar.gz scummvm-rg350-accae802d14271544cc613107290136eceb6f3da.tar.bz2 scummvm-rg350-accae802d14271544cc613107290136eceb6f3da.zip |
Added Max Lingua to the credits as PS2 porter, and mentioned the revived PS2 port in the NEWS; moved Nicolas Bacca & Won Star to the list of retired team members
svn-id: r30973
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 8 |
1 files changed, 3 insertions, 5 deletions
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(); |