Moved Ludde & yaz0r to a new credits section, retired project leaders

svn-id: r33496
This commit is contained in:
Max Horn 2008-08-01 16:33:22 +00:00
parent fb122a08eb
commit a89fb6b7fb
3 changed files with 17 additions and 8 deletions

View File

@ -6,6 +6,11 @@ ScummVM Team
Max Horn
Eugene Sandulenko
Retired Project Leaders
-----------------------
Vincent Hamm - ScummVM co-founder, Original Cruise/CinE author
Ludvig Strigeus - Original ScummVM and SimonVM author
Engine Teams
------------
SCUMM:
@ -185,12 +190,10 @@ ScummVM Team
Ralph Brorsen - Help with GUI implementation
Jamieson Christian - iMUSE, MIDI, all things musical
Ruediger Hanke - Port: MorphOS
Vincent Hamm - ScummVM co-founder, Original Cruise/CinE author
Felix Jakschitsch - Zak256 reverse engineering
Mutwin Kraus - Original MacOS porter
Peter Moraliyski - Port: GP32
Jeremy Newman - Former webmaster
Ludvig Strigeus - Original ScummVM and SimonVM author
Lionel Ulmer - Port: X11
Won Star - Former GP32 porter

View File

@ -7,6 +7,12 @@ static const char *credits[] = {
"\\C\\c0""Max Horn",
"\\C\\c0""Eugene Sandulenko",
"\\C\\c0""",
"\\C\\c1""Retired Project Leaders",
"\\C\\c0""Vincent Hamm",
"\\C\\c2""ScummVM co-founder, Original Cruise/CinE author",
"\\C\\c0""Ludvig Strigeus",
"\\C\\c2""Original ScummVM and SimonVM author",
"\\C\\c0""",
"\\C\\c1""Engine Teams",
"\\C\\c1""SCUMM",
"\\C\\c0""Torbj\366rn Andersson",
@ -199,8 +205,6 @@ static const char *credits[] = {
"\\C\\c2""iMUSE, MIDI, all things musical",
"\\C\\c0""R\374diger Hanke",
"\\C\\c2""Port: MorphOS",
"\\C\\c0""Vincent Hamm",
"\\C\\c2""ScummVM co-founder, Original Cruise/CinE author",
"\\C\\c0""Felix Jakschitsch",
"\\C\\c2""Zak256 reverse engineering",
"\\C\\c0""Mutwin Kraus",
@ -209,8 +213,6 @@ static const char *credits[] = {
"\\C\\c2""Port: GP32",
"\\C\\c0""Jeremy Newman",
"\\C\\c2""Former webmaster",
"\\C\\c0""Ludvig Strigeus",
"\\C\\c2""Original ScummVM and SimonVM author",
"\\C\\c0""Lionel Ulmer",
"\\C\\c2""Port: X11",
"\\C\\c0""Won Star",

View File

@ -463,6 +463,12 @@ begin_credits("Credits");
end_persons();
end_section();
begin_section("Retired Project Leaders");
begin_persons();
add_person("Vincent Hamm", "yaz0r", "ScummVM co-founder, Original Cruise/CinE author");
add_person("Ludvig Strigeus", "ludde", "Original ScummVM and SimonVM author");
end_persons();
end_section();
begin_section("Engine Teams");
begin_section("SCUMM");
@ -679,12 +685,10 @@ begin_credits("Credits");
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");
add_person("Vincent Hamm", "yaz0r", "ScummVM co-founder, Original Cruise/CinE author");
add_person("Felix Jakschitsch", "yot", "Zak256 reverse engineering");
add_person("Mutwin Kraus", "mutle", "Original MacOS porter");
add_person("Peter Moraliyski", "ph0x", "Port: GP32");
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();