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

megath at users.sourceforge.net megath at users.sourceforge.net
Tue Nov 10 20:13:03 CET 2009


Revision: 45807
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45807&view=rev
Author:   megath
Date:     2009-11-10 19:13:02 +0000 (Tue, 10 Nov 2009)

Log Message:
-----------
added myself and sanguine to credits as suggested by Max Horn.

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

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2009-11-10 17:18:19 UTC (rev 45806)
+++ scummvm/trunk/AUTHORS	2009-11-10 19:13:02 UTC (rev 45807)
@@ -138,6 +138,10 @@
        Lars Skovlund        
        Martin Kiewitz       
 
+    TeenAgent:
+       Vladimir Menshakov   
+       Robert Megone         - Help with callback rewriting
+
     Tinsel:
        Torbjorn Andersson   
        Fabio Battaglia       - PSX version support

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2009-11-10 17:18:19 UTC (rev 45806)
+++ scummvm/trunk/gui/credits.h	2009-11-10 19:13:02 UTC (rev 45807)
@@ -158,6 +158,11 @@
 "C0""Lars Skovlund",
 "C0""Martin Kiewitz",
 "",
+"C1""TeenAgent",
+"C0""Vladimir Menshakov",
+"C0""Robert Megone",
+"C2""Help with callback rewriting",
+"",
 "C1""Tinsel",
 "C0""Torbj\366rn Andersson",
 "C0""Fabio Battaglia",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2009-11-10 17:18:19 UTC (rev 45806)
+++ scummvm/trunk/tools/credits.pl	2009-11-10 19:13:02 UTC (rev 45807)
@@ -626,6 +626,12 @@
 		  add_person("Martin Kiewitz", "m_kiewitz", "");
 	  end_section();
 
+	  begin_section("TeenAgent");
+		  add_person("Vladimir Menshakov", "whoozle", "");
+		  add_person("Robert Megone", "sanguine", "Help with callback rewriting");
+	  end_section();
+
+
 	  begin_section("Tinsel");
 		  add_person("Torbjörn Andersson", "eriktorbjorn", "");
 		  add_person("Fabio Battaglia", "Hkz", "PSX version support");


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