[Scummvm-cvs-logs] CVS: scummvm/tools credits.pl,1.6,1.7
Pawel Kolodziejski
aquadran at users.sourceforge.net
Mon Jan 3 15:52:07 CET 2005
Update of /cvsroot/scummvm/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28230
Modified Files:
credits.pl
Log Message:
:)
Index: credits.pl
===================================================================
RCS file: /cvsroot/scummvm/scummvm/tools/credits.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- credits.pl 3 Jan 2005 22:47:14 -0000 1.6
+++ credits.pl 3 Jan 2005 23:51:16 -0000 1.7
@@ -61,9 +61,11 @@
# ø -> o
# ö -> o / oe
# & -> &
+ # ł -> l
$text =~ s/á/a/g;
$text =~ s/é/e/g;
$text =~ s/ø/o/g;
+ $text =~ s/ł/l/g;
# HACK: Torbj*o*rn but G*oe*ffringmann and R*oe*ver
$text =~ s/ör/or/g;
@@ -227,7 +229,7 @@
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("Paweł Kołodziejski", "aquadran", "Engine: SCUMM (Codecs, iMUSE, Smush, etc.)");
add_person("Andrew Kurushin", "ajax16384", "Engine: SAGA");
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");
More information about the Scummvm-git-logs
mailing list