[Scummvm-cvs-logs] SF.net SVN: scummvm: [30333] scummvm/branches/branch-0-11-0

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Jan 7 23:44:11 CET 2008


Revision: 30333
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30333&view=rev
Author:   sev
Date:     2008-01-07 14:44:11 -0800 (Mon, 07 Jan 2008)

Log Message:
-----------
backport adding Buddha and david_corrales to credits.

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/AUTHORS
    scummvm/branches/branch-0-11-0/gui/credits.h
    scummvm/branches/branch-0-11-0/tools/credits.pl

Modified: scummvm/branches/branch-0-11-0/AUTHORS
===================================================================
--- scummvm/branches/branch-0-11-0/AUTHORS	2008-01-07 22:43:36 UTC (rev 30332)
+++ scummvm/branches/branch-0-11-0/AUTHORS	2008-01-07 22:44:11 UTC (rev 30333)
@@ -29,6 +29,7 @@
        Matthew Hoops        
        Filippos Karapetis   
        Pawel Kolodziejski   
+       Kari Salminen        
        Eugene Sandulenko    
        David Symonds        
 
@@ -140,6 +141,7 @@
        Johannes Schickel    
 
     Miscellaneous:
+       David Corrales-Lopez  - Filesystem access improvements
        Jerome Fisher         - MT-32 emulator
        Jochen Hoenicke       - Speaker & PCjr sound support, Adlib work
        Robin Watts           - ARM assembly routines for nice speedups on

Modified: scummvm/branches/branch-0-11-0/gui/credits.h
===================================================================
--- scummvm/branches/branch-0-11-0/gui/credits.h	2008-01-07 22:43:36 UTC (rev 30332)
+++ scummvm/branches/branch-0-11-0/gui/credits.h	2008-01-07 22:44:11 UTC (rev 30333)
@@ -30,6 +30,7 @@
 "\\C\\c0""Matthew Hoops",
 "\\C\\c0""Filippos Karapetis",
 "\\C\\c0""Pawel Kolodziejski",
+"\\C\\c0""Kari Salminen",
 "\\C\\c0""Eugene Sandulenko",
 "\\C\\c0""David Symonds",
 "\\C\\c0""",
@@ -145,6 +146,8 @@
 "\\C\\c0""Johannes Schickel",
 "\\C\\c0""",
 "\\C\\c1""Miscellaneous",
+"\\C\\c0""David Corrales-Lopez",
+"\\C\\c2""Filesystem access improvements",
 "\\C\\c0""Jerome Fisher",
 "\\C\\c2""MT-32 emulator",
 "\\C\\c0""Jochen Hoenicke",

Modified: scummvm/branches/branch-0-11-0/tools/credits.pl
===================================================================
--- scummvm/branches/branch-0-11-0/tools/credits.pl	2008-01-07 22:43:36 UTC (rev 30332)
+++ scummvm/branches/branch-0-11-0/tools/credits.pl	2008-01-07 22:44:11 UTC (rev 30333)
@@ -487,6 +487,7 @@
 		  add_person("Matthew Hoops", "clone2727", "");
 		  add_person("Filippos Karapetis", "[md5]", "");
 		  add_person("Paweł Kołodziejski", "aquadran", "");
+		  add_person("Kari Salminen", "Buddha^", "");
 		  add_person("Eugene Sandulenko", "sev", "");
 		  add_person("David Symonds", "dsymonds", "");
 	  end_section();
@@ -627,6 +628,7 @@
 	  end_section();
 
 	  begin_section("Miscellaneous");
+		add_person("David Corrales-Lopez", "david_corrales", "Filesystem access improvements");
 		add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator");
 		add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, Adlib work");
 		add_person("Robin Watts", "robinwatts", "ARM assembly routines for nice speedups on several ports; improvements to the sound mixer");


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