[Scummvm-cvs-logs] CVS: scummvm/tools credits.pl,1.5,1.6
Max Horn
fingolfin at users.sourceforge.net
Mon Jan 3 14:48:04 CET 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga console.cpp,1.25,1.26 console.h,1.11,1.12 script.cpp,1.41,1.42 script.h,1.44,1.45 sdebug.cpp,1.24,1.25 sfuncs.cpp,1.65,1.66 sthread.cpp,1.52,1.53
- Next message: [Scummvm-cvs-logs] CVS: web credits.inc,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14524/tools
Modified Files:
credits.pl
Log Message:
Andreas Roever -> spell name properly with an umlaut in the HTML/XML version of the credits
Index: credits.pl
===================================================================
RCS file: /cvsroot/scummvm/scummvm/tools/credits.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- credits.pl 26 Dec 2004 00:20:22 -0000 1.5
+++ credits.pl 3 Jan 2005 22:47:14 -0000 1.6
@@ -65,9 +65,9 @@
$text =~ s/é/e/g;
$text =~ s/ø/o/g;
- # HACK: Torbj*o*rn but G*oe*ffringmann
+ # HACK: Torbj*o*rn but G*oe*ffringmann and R*oe*ver
$text =~ s/ör/or/g;
- $text =~ s/öf/oef/g;
+ $text =~ s/ö/oe/g;
$text =~ s/&/&/g;
@@ -265,7 +265,7 @@
add_person("Nicolas Noble", "pixels", "Config file and ALSA support");
add_person("Willem Jan Palenstijn", "wjp", "Packaging for Fedora/RedHat");
add_person("", "Quietust", "Sound support for Amiga SCUMM V2/V3 games");
- add_person("Andreas Roever", "", "Broken Sword 1/2 MPEG2 cutscene support");
+ add_person("Andreas Röver", "", "Broken Sword 1/2 MPEG2 cutscene support");
add_person("Edward Rudd", "", "Fixes for playing MP3 versions of MI1/Loom audio");
add_person("Daniel Schepler", "", "Final MI1 CD music support, initial Ogg Vorbis support");
add_person("André Souza", "", "SDL-based OpenGL renderer");
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/saga console.cpp,1.25,1.26 console.h,1.11,1.12 script.cpp,1.41,1.42 script.h,1.44,1.45 sdebug.cpp,1.24,1.25 sfuncs.cpp,1.65,1.66 sthread.cpp,1.52,1.53
- Next message: [Scummvm-cvs-logs] CVS: web credits.inc,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list