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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Jul 20 22:40:01 CEST 2006


Revision: 23454
          http://svn.sourceforge.net/scummvm/?rev=23454&view=rev
Author:   fingolfin
Date:     2006-07-09 05:16:35 -0700 (Sun, 09 Jul 2006)

Log Message:
-----------
Added Neil Millstone to the credits

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

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2006-07-09 12:16:38 UTC (rev 23453)
+++ scummvm/trunk/AUTHORS	2006-07-09 12:16:35 UTC (rev 23454)
@@ -75,6 +75,9 @@
     Dreamcast:
        Marcus Comstedt      
 
+    Nintendo DS:
+       Neil Millstone       
+
     SymbianOS:
        Jurgen Braam         
        Lars Persson         

Modified: scummvm/trunk/doc/credits.tex
===================================================================
--- scummvm/trunk/doc/credits.tex	2006-07-09 12:16:38 UTC (rev 23453)
+++ scummvm/trunk/doc/credits.tex	2006-07-09 12:16:35 UTC (rev 23454)
@@ -119,6 +119,12 @@
     Marcus Comstedt & \textit{}\\
   \end{tabular}
 \end{list}
+\item \textbf{ Nintendo DS}
+\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item  \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
+    Neil Millstone & \textit{}\\
+  \end{tabular}
+\end{list}
 \item \textbf{ SymbianOS}
 \begin{list}{}{\setlength{\leftmargin}{0.2cm}}
 \item  \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2006-07-09 12:16:38 UTC (rev 23453)
+++ scummvm/trunk/gui/credits.h	2006-07-09 12:16:35 UTC (rev 23454)
@@ -76,6 +76,9 @@
 "\\C\\c1""Dreamcast",
 "\\C\\c0""Marcus Comstedt",
 "\\C\\c0""",
+"\\C\\c1""Nintendo DS",
+"\\C\\c0""Neil Millstone",
+"\\C\\c0""",
 "\\C\\c1""SymbianOS",
 "\\C\\c0""Jurgen Braam",
 "\\C\\c0""Lars Persson",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2006-07-09 12:16:38 UTC (rev 23453)
+++ scummvm/trunk/tools/credits.pl	2006-07-09 12:16:35 UTC (rev 23454)
@@ -542,6 +542,10 @@
 		  add_person("Marcus Comstedt", "", "");
 	  end_section();
 
+	  begin_section("Nintendo DS");
+		  add_person("Neil Millstone", "agent-q", "");
+	  end_section();
+
 	  begin_section("SymbianOS");
 		  add_person("Jurgen Braam", "SumthinWicked", "");
 		  add_person("Lars Persson", "AnotherGuest", "");






More information about the Scummvm-git-logs mailing list