[Scummvm-cvs-logs] CVS: scummvm/tools credits.pl,1.24.2.2,1.24.2.3

Eugene Sandulenko sev at users.sourceforge.net
Mon Dec 5 06:03:12 CET 2005


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

Modified Files:
      Tag: branch-0-8-0
	credits.pl 
Log Message:
Credit Kostas for PPC2002 build


Index: credits.pl
===================================================================
RCS file: /cvsroot/scummvm/scummvm/tools/credits.pl,v
retrieving revision 1.24.2.2
retrieving revision 1.24.2.3
diff -u -d -r1.24.2.2 -r1.24.2.3
--- credits.pl	9 Nov 2005 00:59:06 -0000	1.24.2.2
+++ credits.pl	5 Dec 2005 14:02:38 -0000	1.24.2.3
@@ -59,6 +59,7 @@
 	# For now we hardcode these mappings
 	# á  -> a
 	# é  -> e
+	# ó  -> o
 	# ø  -> o
 	# ö    -> o / oe
 	# ä    -> a
@@ -66,6 +67,7 @@
 	# ł    -> l
 	$text =~ s/á/a/g;
 	$text =~ s/é/e/g;
+	$text =~ s/ó/o/g;
 	$text =~ s/ø/o/g;
 	$text =~ s/ł/l/g;
 
@@ -146,8 +148,7 @@
 		print "  <tbody>\n";
 	} elsif ($mode eq "HTML") {
 		print "<!-- This file was generated by credits.pl. Do not edit by hand! -->\n";
-		print "<h1>$title</h1>\n";
-		print "<table border='0' cellpadding='5' cellspacing='0' style='margin-left: 3em;'>\n";
+		print "<table border='0' cellpadding='5' cellspacing='0'>\n";
 	}
 }
 
@@ -194,6 +195,7 @@
 		print "</entry></row>\n";
 	} elsif ($mode eq "HTML") {
 		print "<tr><td colspan=3><h2>$title:</h2></td></tr>\n";
+#		print "<tr><td colspan=3><?php html_subhead_start(\"$title\"); ?></td></tr>\n";
 	}
 }
 
@@ -359,13 +361,17 @@
 
   begin_section("Contributors");
 	add_person("Tore Anderson", "tore", "Packaging for Debian GNU/Linux");
+	add_person("Dobó Balázs", "draven", "Website design");
 	add_person("Stuart Caie", "", "Decoders for Simon 1 Amiga data files");
+	add_person("Yaroslav Fedevych", "jafd", "HTML/CSS for the website");
 	add_person("Janne Huttunen", "", "V3 actor mask support, Dig/FT SMUSH audio");
 	add_person("Kovács Endre János", "", "Several fixes for Simon1");
 	add_person("Jeroen Janssen", "", "Numerous readability and bugfix patches");
 	add_person("Andreas Karlsson", "Sprawl", "Initial port for EPOC/SymbianOS");
 	add_person("Robert Kelsen", "", "Packaging for SlackWare");
+	add_person("Jean Marc", "", 'ScummVM logo');
 	add_person("Claudio Matsuoka", "", 'Daily Linux builds');
+	add_person("Kostas Nakos", "knakos", 'PocketPC 2002 builds');
 	add_person("Mikesch Nepomuk", "", "MI1 VGA floppy patches");
 	add_person("Juha Niemimäki", "", "AmigaOS 4 port maintaining");
 	add_person("Nicolas Noble", "pixels", "Config file and ALSA support");
@@ -393,7 +399,7 @@
 	add_person("Ivan Dubrov", "", "For contributing the initial version of the Gobliiins engine");
 	add_person("", "Jezar", "For his freeverb filter implementation");
 	add_person("Jim Leiterman", "", "Various info on his FM-TOWNS/Marty SCUMM ports");
-	add_person("", "lloyd", "For deep tech details about C64 Zak & MM");
+	add_person("", "lloyd", "For deep tech details about C64 Zak & MM");
 	add_person("Jimmi Thøgersen", "", "For ScummRev, and much obscure code/documentation");
 	add_person("", "Tristan", "For additional work on the original MT-32 emulator");
   end_section();





More information about the Scummvm-git-logs mailing list