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

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Jan 7 23:42:58 CET 2008


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

Log Message:
-----------
Add Buddha and david_corrales to credits.

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

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2008-01-07 19:57:14 UTC (rev 30329)
+++ scummvm/trunk/AUTHORS	2008-01-07 22:42:58 UTC (rev 30330)
@@ -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/trunk/engines/engines.mk
===================================================================
--- scummvm/trunk/engines/engines.mk	2008-01-07 19:57:14 UTC (rev 30329)
+++ scummvm/trunk/engines/engines.mk	2008-01-07 22:42:58 UTC (rev 30330)
@@ -108,3 +108,9 @@
 else
 MODULES += engines/touche
 endif
+
+MODULES += engines/m4
+MODULES += engines/kom
+MODULES += engines/mohawk
+MODULES += engines/ill
+MODULES += engines/sci

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2008-01-07 19:57:14 UTC (rev 30329)
+++ scummvm/trunk/gui/credits.h	2008-01-07 22:42:58 UTC (rev 30330)
@@ -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/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2008-01-07 19:57:14 UTC (rev 30329)
+++ scummvm/trunk/tools/credits.pl	2008-01-07 22:42:58 UTC (rev 30330)
@@ -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