[Scummvm-cvs-logs] CVS: scummvm/tools credits.pl,1.27,1.28

Eugene Sandulenko sev at users.sourceforge.net
Sat Nov 12 19:34:01 CET 2005


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

Modified Files:
	credits.pl 
Log Message:
Add our website designer and HTML/CSS coder to list of contributors.


Index: credits.pl
===================================================================
RCS file: /cvsroot/scummvm/scummvm/tools/credits.pl,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- credits.pl	13 Nov 2005 00:46:19 -0000	1.27
+++ credits.pl	13 Nov 2005 03:33:20 -0000	1.28
@@ -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;
 
@@ -359,7 +361,9 @@
 
   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");





More information about the Scummvm-git-logs mailing list