[Scummvm-cvs-logs] CVS: scummvm/tools credits.pl,1.1,1.2

Eugene Sandulenko sev at users.sourceforge.net
Sat Dec 25 08:04:02 CET 2004


Update of /cvsroot/scummvm/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26658

Modified Files:
	credits.pl 
Log Message:
Update devs with SAGA and HE engines
Check Text::Wrap version


Index: credits.pl
===================================================================
RCS file: /cvsroot/scummvm/scummvm/tools/credits.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- credits.pl	24 Dec 2004 00:59:56 -0000	1.1
+++ credits.pl	25 Dec 2004 16:03:36 -0000	1.2
@@ -17,6 +17,10 @@
 use strict;
 use Text::Wrap;
 
+if ($Text::Wrap::VERSION < 2001.0929) {
+	die "Text::Wrap version >= 2001.0929 is required. You have $Text::Wrap::VERSION\n";
+}
+
 my $mode = "";
 my $max_name_width;
 my $indent;
@@ -217,16 +221,17 @@
   begin_section("The ScummVM team");
 	add_person('James Brown', 'endy', "Lead developer");
 	add_person('Max Horn', 'fingolfin', "Lead developer");
-	add_person("Torbjörn Andersson", "eriktorbjorn", "Engine: SCUMM, Broken Sword II");
+	add_person("Torbjörn Andersson", "eriktorbjorn", "Engine: SCUMM, Broken Sword II, SAGA");
 	add_person("David Eriksson", "twogood", "Engine: Flight of the Amazon Queen");
 	add_person("Robert Göffringmann", "lavosspawn", "Engine: Beneath a Steel Sky, Broken Sword I");
-	add_person("Jonathan Gray", "khalek", "Engine: SCUMM, Broken Sword II");
-	add_person("Travis Howell", "Kirben", "Engine: SCUMM, Simon the Sorcerer");
+	add_person("Jonathan Gray", "khalek", "Engine: SCUMM, HE, Broken Sword II");
+	add_person("Travis Howell", "Kirben", "Engine: SCUMM, HE, Simon the Sorcerer");
 	add_person("Oliver Kiehl", "olki", "Engine: Beneath a Steel Sky, Simon");
-	add_person("Pawel Kolodziejski", "aquadran", "Engine: SCUMM (Codecs, iMUSE, Smush, etc.)");
-	add_person("Gregory Montoir", "cyx", "Engine: Flight of the Amazon Queen");
+	add_person("Pawel Kolodziejski", "aquadran", "Engine: SCUMM (Codecs, iMUSE, Smush, etc)");
+	add_person("Gregory Montoir", "cyx", "Engine: Flight of the Amazon Queen, HE");
 	add_person("Joost Peters", "joostp", "Engine: Beneath a Steel Sky, Flight of the Amazon Queen");
-	add_person("Eugene Sandulenko", "_sev", "Engine: SCUMM (FT INSANE, bugfixes)");
+	add_person("Eugene Sandulenko", "_sev", "Engine: SCUMM (FT INSANE), HE, SAGA");
+	add_person("Andrew Kurushin", "ajax16384", "Engine: SAGA");
 	add_person("Chris Apers", "chrilith ", "Port: PalmOS");
 	add_person("Nicolas Bacca", "arisme", "Port: PocketPC/WinCE");
 	add_person("Marcus Comstedt", "", "Port: Dreamcast");





More information about the Scummvm-git-logs mailing list