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

littleboy at users.sourceforge.net littleboy at users.sourceforge.net
Mon Oct 18 23:35:15 CEST 2010


Revision: 53590
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53590&view=rev
Author:   littleboy
Date:     2010-10-18 21:35:15 +0000 (Mon, 18 Oct 2010)

Log Message:
-----------
CREDITS: Add lastexpress engine

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

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2010-10-18 21:16:58 UTC (rev 53589)
+++ scummvm/trunk/AUTHORS	2010-10-18 21:35:15 UTC (rev 53590)
@@ -106,6 +106,11 @@
        Gregory Montoir
        Johannes Schickel
 
+    Last Express:
+       Matthew Hoops
+       Jordi Vilalta Prat
+       Julien Templier
+
     Lure:
        Paul Gilbert
 

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2010-10-18 21:16:58 UTC (rev 53589)
+++ scummvm/trunk/gui/credits.h	2010-10-18 21:35:15 UTC (rev 53590)
@@ -127,6 +127,11 @@
 "C0""Gregory Montoir",
 "C0""Johannes Schickel",
 "",
+"C1""Last Express",
+"C0""Matthew Hoops",
+"C0""Jordi Vilalta Prat",
+"C0""Julien Templier",
+"",
 "C1""Lure",
 "C0""Paul Gilbert",
 "",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2010-10-18 21:16:58 UTC (rev 53589)
+++ scummvm/trunk/tools/credits.pl	2010-10-18 21:35:15 UTC (rev 53590)
@@ -592,6 +592,12 @@
 		  add_person("Johannes Schickel", "LordHoto", "");
 	  end_section();
 
+	begin_section("Last Express");
+			add_person("Matthew Hoops", "clone2727", "");
+			add_person("Jordi Vilalta Prat", "jvprat", "");
+			add_person("Julien Templier", "littleboy", "");			
+	end_section();
+
 	  begin_section("Lure");
 		  add_person("Paul Gilbert", "dreammaster", "");
 	  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