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

sev at users.sourceforge.net sev at users.sourceforge.net
Sun Dec 14 15:19:23 CET 2008


Revision: 35361
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35361&view=rev
Author:   sev
Date:     2008-12-14 14:19:23 +0000 (Sun, 14 Dec 2008)

Log Message:
-----------
Add Tucker engine to credits

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

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2008-12-14 13:53:08 UTC (rev 35360)
+++ scummvm/trunk/AUTHORS	2008-12-14 14:19:23 UTC (rev 35361)
@@ -121,6 +121,9 @@
     Touche:
        Gregory Montoir      
 
+    Tucker:
+       Gregory Montoir      
+
   Backend Teams
   -------------
     Dreamcast:

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2008-12-14 13:53:08 UTC (rev 35360)
+++ scummvm/trunk/gui/credits.h	2008-12-14 14:19:23 UTC (rev 35361)
@@ -126,7 +126,10 @@
 "C1""Touch\351",
 "C0""Gregory Montoir",
 "",
+"C1""Tucker",
+"C0""Gregory Montoir",
 "",
+"",
 "C1""Backend Teams",
 "C1""Dreamcast",
 "C0""Marcus Comstedt",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2008-12-14 13:53:08 UTC (rev 35360)
+++ scummvm/trunk/tools/credits.pl	2008-12-14 14:19:23 UTC (rev 35361)
@@ -598,6 +598,10 @@
 		  add_person("Gregory Montoir", "cyx", "");
 	  end_section();
 
+	  begin_section("Tucker");
+		  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