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

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Nov 18 20:20:35 CET 2006


Revision: 24733
          http://svn.sourceforge.net/scummvm/?rev=24733&view=rev
Author:   sev
Date:     2006-11-18 11:20:35 -0800 (Sat, 18 Nov 2006)

Log Message:
-----------
Add touche engine to credits since it is supported.

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-11-18 16:26:51 UTC (rev 24732)
+++ scummvm/trunk/AUTHORS	2006-11-18 19:20:35 UTC (rev 24733)
@@ -75,6 +75,9 @@
        Andrew Kurushin      
        Eugene Sandulenko    
 
+    Touche:
+       Gregory Montoir      
+
   Backend Teams
   -------------
     Dreamcast:

Modified: scummvm/trunk/doc/credits.tex
===================================================================
--- scummvm/trunk/doc/credits.tex	2006-11-18 16:26:51 UTC (rev 24732)
+++ scummvm/trunk/doc/credits.tex	2006-11-18 19:20:35 UTC (rev 24733)
@@ -118,7 +118,13 @@
     Eugene Sandulenko & \textit{}\\
   \end{tabular}
 \end{list}
+\item \textbf{ Touche}
+\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item  \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
+    Gregory Montoir & \textit{}\\
+  \end{tabular}
 \end{list}
+\end{list}
 \item \textbf{\large Backend Teams}
 \begin{list}{}{\setlength{\leftmargin}{0.2cm}}
 \item \textbf{ Dreamcast}

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2006-11-18 16:26:51 UTC (rev 24732)
+++ scummvm/trunk/gui/credits.h	2006-11-18 19:20:35 UTC (rev 24733)
@@ -77,7 +77,10 @@
 "\\C\\c0""Andrew Kurushin",
 "\\C\\c0""Eugene Sandulenko",
 "\\C\\c0""",
+"\\C\\c1""Touche",
+"\\C\\c0""Gregory Montoir",
 "\\C\\c0""",
+"\\C\\c0""",
 "\\C\\c1""Backend Teams",
 "\\C\\c1""Dreamcast",
 "\\C\\c0""Marcus Comstedt",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2006-11-18 16:26:51 UTC (rev 24732)
+++ scummvm/trunk/tools/credits.pl	2006-11-18 19:20:35 UTC (rev 24733)
@@ -540,6 +540,11 @@
 		  add_person("Andrew Kurushin", "ajax16384", "");
 		  add_person("Eugene Sandulenko", "sev", "");
 	  end_section();
+
+	  begin_section("Touché");
+		  add_person("Gregory Montoir", "cyx", "");
+	  end_section();
+
     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