aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2008-08-01 16:33:22 +0000
committerMax Horn2008-08-01 16:33:22 +0000
commita89fb6b7fb886e2bdb4ca0975b8aa075914c638a (patch)
tree3e5f4de17e76c2b5e096fad4e865d526d5322084
parentfb122a08ebc8630d9da1cfef1b5dd27fe4059faa (diff)
downloadscummvm-rg350-a89fb6b7fb886e2bdb4ca0975b8aa075914c638a.tar.gz
scummvm-rg350-a89fb6b7fb886e2bdb4ca0975b8aa075914c638a.tar.bz2
scummvm-rg350-a89fb6b7fb886e2bdb4ca0975b8aa075914c638a.zip
Moved Ludde & yaz0r to a new credits section, retired project leaders
svn-id: r33496
-rw-r--r--AUTHORS7
-rw-r--r--gui/credits.h10
-rwxr-xr-xtools/credits.pl8
3 files changed, 17 insertions, 8 deletions
diff --git a/AUTHORS b/AUTHORS
index d7afb06dc9..2272c20781 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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
diff --git a/gui/credits.h b/gui/credits.h
index 1afec250a6..ca2fda811d 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -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",
diff --git a/tools/credits.pl b/tools/credits.pl
index 7df218e4c0..d1a73ab9fb 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -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();