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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Sep 6 00:16:29 CEST 2008


Revision: 34373
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34373&view=rev
Author:   fingolfin
Date:     2008-09-05 22:16:29 +0000 (Fri, 05 Sep 2008)

Log Message:
-----------
Added Chris 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-09-05 22:16:02 UTC (rev 34372)
+++ scummvm/trunk/AUTHORS	2008-09-05 22:16:29 UTC (rev 34373)
@@ -168,9 +168,12 @@
        Johannes Schickel    
 
     Miscellaneous:
-       David Corrales-Lopez  - Filesystem access improvements
+       David Corrales-Lopez  - Filesystem access improvements (GSoC 2007
+                               task)
        Jerome Fisher         - MT-32 emulator
        Jochen Hoenicke       - Speaker & PCjr sound support, Adlib work
+       Chris Page            - Return to launcher, savestate improvements,
+                               leak fixes, ... (GSoC 2008 task)
        Robin Watts           - ARM assembly routines for nice speedups on
                                several ports; improvements to the sound mixer
 

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2008-09-05 22:16:02 UTC (rev 34372)
+++ scummvm/trunk/gui/credits.h	2008-09-05 22:16:29 UTC (rev 34373)
@@ -175,11 +175,13 @@
 "\\C\\c0""",
 "\\C\\c1""Miscellaneous",
 "\\C\\c0""David Corrales-Lopez",
-"\\C\\c2""Filesystem access improvements",
+"\\C\\c2""Filesystem access improvements (GSoC 2007 task)",
 "\\C\\c0""Jerome Fisher",
 "\\C\\c2""MT-32 emulator",
 "\\C\\c0""Jochen Hoenicke",
 "\\C\\c2""Speaker & PCjr sound support, Adlib work",
+"\\C\\c0""Chris Page",
+"\\C\\c2""Return to launcher, savestate improvements, leak fixes, ... (GSoC 2008 task)",
 "\\C\\c0""Robin Watts",
 "\\C\\c2""ARM assembly routines for nice speedups on several ports; improvements to the sound mixer",
 "\\C\\c0""",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2008-09-05 22:16:02 UTC (rev 34372)
+++ scummvm/trunk/tools/credits.pl	2008-09-05 22:16:29 UTC (rev 34373)
@@ -660,9 +660,10 @@
 	  end_section();
 
 	  begin_section("Miscellaneous");
-		add_person("David Corrales-Lopez", "david_corrales", "Filesystem access improvements");
+		add_person("David Corrales-Lopez", "david_corrales", "Filesystem access improvements (GSoC 2007 task)");
 		add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator");
 		add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, Adlib work");
+		add_person("Chris Page", "cp88", "Return to launcher, savestate improvements, leak fixes, ... (GSoC 2008 task)");
 		add_person("Robin Watts", "robinwatts", "ARM assembly routines for nice speedups on several ports; improvements to the sound mixer");
 	  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