From 6e2e844f310d4e57ead0c887760d79c39d406e8d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 23 Jul 2008 14:44:33 +0000 Subject: Added Tinsel to credits & NEWS svn-id: r33243 --- tools/credits.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tools/credits.pl') diff --git a/tools/credits.pl b/tools/credits.pl index fa806db7de..7df218e4c0 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -566,11 +566,21 @@ begin_credits("Credits"); begin_section("SAGA"); add_person("Torbjörn Andersson", "eriktorbjorn", ""); + add_person("Sven Hesse", "DrMcCoy", ""); add_person("Filippos Karapetis", "[md5]", ""); add_person("Andrew Kurushin", "ajax16384", ""); add_person("Eugene Sandulenko", "sev", ""); end_section(); + begin_section("Tinsel;"); + add_person("Torbjörn Andersson", "eriktorbjorn", ""); + add_person("Paul Gilbert", "dreammaster", ""); + add_person("Sven Hesse", "DrMcCoy", ""); + add_person("Max Horn", "Fingolfin", ""); + add_person("Filippos Karapetis", "[md5]", ""); + add_person("Joost Peters", "joostp", ""); + end_section(); + begin_section("Touché"); add_person("Gregory Montoir", "cyx", ""); end_section(); -- cgit v1.2.3 From a89fb6b7fb886e2bdb4ca0975b8aa075914c638a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 1 Aug 2008 16:33:22 +0000 Subject: Moved Ludde & yaz0r to a new credits section, retired project leaders svn-id: r33496 --- tools/credits.pl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tools/credits.pl') 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(); -- cgit v1.2.3