[Scummvm-cvs-logs] CVS: scummvm/tools credits.pl,1.15,1.16

Max Horn fingolfin at users.sourceforge.net
Mon May 9 14:23:43 CEST 2005


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

Modified Files:
	credits.pl 
Log Message:
Patch #1181544 (AmigaOS 4 changes)

Index: credits.pl
===================================================================
RCS file: /cvsroot/scummvm/scummvm/tools/credits.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- credits.pl	9 May 2005 17:59:27 -0000	1.15
+++ credits.pl	9 May 2005 21:21:21 -0000	1.16
@@ -61,6 +61,7 @@
 	# é  -> e
 	# ø  -> o
 	# ö    -> o / oe
+	# ä    -> a
 	# &     -> &
 	# ł    -> l
 	$text =~ s/á/a/g;
@@ -68,6 +69,8 @@
 	$text =~ s/ø/o/g;
 	$text =~ s/ł/l/g;
 
+	$text =~ s/ä/a/g;
+	$text =~ s/ü/u/g;
 	# HACK: Torbj*o*rn but G*oe*ffringmann and R*oe*ver
 	$text =~ s/ör/or/g;
 	$text =~ s/ö/oe/g;
@@ -85,7 +88,10 @@
 	$text =~ s/é/\\'8e/g;
 	$text =~ s/ø/\\'bf/g;
 	$text =~ s/ł/\\uc0\\u322 /g;
+
+	$text =~ s/ä/\\'8a/g;
 	$text =~ s/ö/\\'9a/g;
+	$text =~ s/ü/\\'9f/g;
 
 	$text =~ s/&/&/g;
 	
@@ -99,8 +105,11 @@
 	$text =~ s/á/\\'a/g;
 	$text =~ s/é/\\'e/g;
 	$text =~ s/ø/{\\o}/g;
-	$text =~ s/ł/l/g;		# TODO
+	$text =~ s/ł/{\\l}/g;
+
+	$text =~ s/ä/\\"a/g;
 	$text =~ s/ö/\\"o/g;
+	$text =~ s/ü/\\"u/g;
 
 	$text =~ s/&/\\&/g;
 	
@@ -329,6 +338,7 @@
 	add_person("Jamieson Christian", "jamieson630", "iMUSE, MIDI, all things musical");
 	add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator");
 	add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, Adlib work");
+	add_person("Hans-Jörg Frieden", "", "Port: AmigaOS 4");
   end_section();
 
 
@@ -363,6 +373,7 @@
 	add_person("Johannes Schickel", "LordHoto", "Thumbnails for ScummEngine");
 	add_person("André Souza", "", "SDL-based OpenGL renderer");
 	add_person("Tim ???", "realmz", "Initial MI1 CD music support");
+	add_person("Juha Niemimäki", "", "AmigaOS 4 port maintaining");
   end_section();
 
 





More information about the Scummvm-git-logs mailing list