[Scummvm-cvs-logs] SF.net SVN: scummvm:[45520] scummvm/trunk

spalek at users.sourceforge.net spalek at users.sourceforge.net
Fri Oct 30 04:27:31 CET 2009


Revision: 45520
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45520&view=rev
Author:   spalek
Date:     2009-10-30 03:27:27 +0000 (Fri, 30 Oct 2009)

Log Message:
-----------
Add Dragon History's authors, now properly

Modified Paths:
--------------
    scummvm/trunk/AUTHORS
    scummvm/trunk/gui/credits.h
    scummvm/trunk/tools/credits.pl

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2009-10-30 03:12:32 UTC (rev 45519)
+++ scummvm/trunk/AUTHORS	2009-10-30 03:27:27 UTC (rev 45520)
@@ -74,14 +74,14 @@
        Paul Gilbert         
        Vincent Hamm          - (retired)
 
+    Draci:
+       Denis Kasak          
+       Robert Spalek        
+
     Drascula:
        Filippos Karapetis   
        Pawel Kolodziejski   
 
-    Draci:
-       Denis Kasak
-       Robert Spalek
-    
     FOTAQ:
        David Eriksson        - (retired)
        Gregory Montoir      
@@ -432,6 +432,6 @@
    Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing
    the source code of some of their games with us.
 
-   John Young, Colin Smythe and especially Terry Patchet himself for sharing
+   John Young, Colin Smythe and especially Terry Patchett himself for sharing
    the source code of Discworld I & II with us.
 

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2009-10-30 03:12:32 UTC (rev 45519)
+++ scummvm/trunk/gui/credits.h	2009-10-30 03:27:27 UTC (rev 45520)
@@ -92,6 +92,10 @@
 "C0""Vincent Hamm",
 "C2""(retired)",
 "",
+"C1""Draci",
+"C0""Denis Kasak",
+"C0""Robert \352palek",
+"",
 "C1""Drascula",
 "C0""Filippos Karapetis",
 "C0""Pawel Kolodziejski",
@@ -516,7 +520,7 @@
 "C0""",
 "C0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of some of their games with us.",
 "C0""",
-"C0""John Young, Colin Smythe and especially Terry Patchet himself for sharing the source code of Discworld I & II with us.",
+"C0""John Young, Colin Smythe and especially Terry Patchett himself for sharing the source code of Discworld I & II with us.",
 "C0""",
 "",
 };

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2009-10-30 03:12:32 UTC (rev 45519)
+++ scummvm/trunk/tools/credits.pl	2009-10-30 03:27:27 UTC (rev 45520)
@@ -69,11 +69,13 @@
 	# ü    -> ue
 	# &     -> &
 	# ł    -> l
+	# Š  -> S
 	$text =~ s/á/a/g;
 	$text =~ s/é/e/g;
 	$text =~ s/ó/o/g;
 	$text =~ s/ø/o/g;
 	$text =~ s/ł/l/g;
+	$text =~ s/Š/S/g;
 
 	$text =~ s/ä/a/g;
 	$text =~ s/ü/ue/g;
@@ -95,6 +97,7 @@
 	$text =~ s/ó/\\363/g;
 	$text =~ s/ø/\\370/g;
 	$text =~ s/ł/l/g;
+	$text =~ s/Š/\\352/g;
 
 	$text =~ s/ä/\\344/g;
 	$text =~ s/ö/\\366/g;
@@ -114,6 +117,7 @@
 	$text =~ s/ó/\\'97/g;
 	$text =~ s/ø/\\'bf/g;
 	$text =~ s/ł/\\uc0\\u322 /g;
+	$text =~ s/Š/\\uc0\\u352 /g;
 
 	$text =~ s/ä/\\'8a/g;
 	$text =~ s/ö/\\'9a/g;
@@ -133,6 +137,7 @@
 	$text =~ s/ó/\\'o/g;
 	$text =~ s/ø/{\\o}/g;
 	$text =~ s/ł/{\\l}/g;
+	$text =~ s/Š/{\\v S}/g;
 
 	$text =~ s/ä/\\"a/g;
 	$text =~ s/ö/\\"o/g;
@@ -542,6 +547,11 @@
 		  add_person("Vincent Hamm", "yaz0r", "(retired)");
 	  end_section();
 
+	  begin_section("Draci");
+		  add_person("Denis Kasak", "dkasak13", "");
+		  add_person("Robert Špalek", "spalek", "");
+	  end_section();
+
 	  begin_section("Drascula");
 		  add_person("Filippos Karapetis", "[md5]", "");
 		  add_person("Paweł Kołodziejski", "aquadran", "");


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list