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

sev at users.sourceforge.net sev at users.sourceforge.net
Fri Oct 6 21:10:18 CEST 2006


Revision: 24145
          http://svn.sourceforge.net/scummvm/?rev=24145&view=rev
Author:   sev
Date:     2006-10-06 12:08:55 -0700 (Fri, 06 Oct 2006)

Log Message:
-----------
Added DJWillis as official GP2X porter.

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-10-06 19:01:39 UTC (rev 24144)
+++ scummvm/trunk/AUTHORS	2006-10-06 19:08:55 UTC (rev 24145)
@@ -80,6 +80,9 @@
     Dreamcast:
        Marcus Comstedt      
 
+    GP2X:
+       John Willis          
+
     GP32:
        Won Star             
 

Modified: scummvm/trunk/doc/credits.tex
===================================================================
--- scummvm/trunk/doc/credits.tex	2006-10-06 19:01:39 UTC (rev 24144)
+++ scummvm/trunk/doc/credits.tex	2006-10-06 19:08:55 UTC (rev 24145)
@@ -127,6 +127,12 @@
     Marcus Comstedt & \textit{}\\
   \end{tabular}
 \end{list}
+\item \textbf{ GP2X}
+\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item  \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
+    John Willis & \textit{}\\
+  \end{tabular}
+\end{list}
 \item \textbf{ GP32}
 \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-10-06 19:01:39 UTC (rev 24144)
+++ scummvm/trunk/gui/credits.h	2006-10-06 19:08:55 UTC (rev 24145)
@@ -82,6 +82,9 @@
 "\\C\\c1""Dreamcast",
 "\\C\\c0""Marcus Comstedt",
 "\\C\\c0""",
+"\\C\\c1""GP2X",
+"\\C\\c0""John Willis",
+"\\C\\c0""",
 "\\C\\c1""GP32",
 "\\C\\c0""Won Star",
 "\\C\\c0""",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2006-10-06 19:01:39 UTC (rev 24144)
+++ scummvm/trunk/tools/credits.pl	2006-10-06 19:08:55 UTC (rev 24145)
@@ -548,6 +548,10 @@
 		  add_person("Marcus Comstedt", "", "");
 	  end_section();
 
+	  begin_section("GP2X");
+		  add_person("John Willis", "DJWillis", "");
+	  end_section();
+
 	  begin_section("GP32");
 		  add_person("Won Star", "wonst719", "");
 	  end_section();


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