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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Apr 20 17:40:18 CEST 2008


Revision: 31613
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31613&view=rev
Author:   thebluegr
Date:     2008-04-20 08:40:17 -0700 (Sun, 20 Apr 2008)

Log Message:
-----------
Credits update for the M4 and MADE engines (3/3)

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

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2008-04-20 15:38:49 UTC (rev 31612)
+++ scummvm/trunk/AUTHORS	2008-04-20 15:40:17 UTC (rev 31613)
@@ -80,6 +80,15 @@
     Lure:
        Paul Gilbert         
 
+    M4:
+       Torbjorn Andersson        	
+       Paul Gilbert         
+       Benjamin Haisch       	
+       Filippos Karapetis  
+
+    MADE:
+       Benjamin Haisch       	
+	   
     Parallaction:
        peres                
 

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2008-04-20 15:38:49 UTC (rev 31612)
+++ scummvm/trunk/gui/credits.h	2008-04-20 15:40:17 UTC (rev 31613)
@@ -84,6 +84,15 @@
 "\\C\\c1""Lure",
 "\\C\\c0""Paul Gilbert",
 "\\C\\c0""",
+"\\C\\c1""M4",
+"\\C\\c0""Torbj\366rn Andersson",
+"\\C\\c0""Paul Gilbert",
+"\\C\\c0""Benjamin Haisch",
+"\\C\\c0""Filippos Karapetis",
+"\\C\\c0""",
+"\\C\\c1""MADE",
+"\\C\\c0""Benjamin Haisch",
+"\\C\\c0""",
 "\\C\\c1""Parallaction",
 "\\C\\c0""peres",
 "\\C\\c0""",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2008-04-20 15:38:49 UTC (rev 31612)
+++ scummvm/trunk/tools/credits.pl	2008-04-20 15:40:17 UTC (rev 31613)
@@ -549,6 +549,17 @@
 		  add_person("Paul Gilbert", "dreammaster", "");
 	  end_section();
 
+	  begin_section("M4");
+		  add_person("Torbjörn Andersson", "eriktorbjorn", "");
+		  add_person("Paul Gilbert", "dreammaster", "");
+		  add_person("Benjamin Haisch", "johndoe", "");
+		  add_person("Filippos Karapetis", "[md5]", "");
+	  end_section();
+	  
+	  begin_section("MADE");
+		  add_person("Benjamin Haisch", "johndoe", "");
+	  end_section();
+	  
 	  begin_section("Parallaction");
 		  add_person("", "peres", "");
 	  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