[Scummvm-cvs-logs] SF.net SVN: scummvm: [30003]

vinterstum at users.sourceforge.net vinterstum at users.sourceforge.net
Wed Dec 26 13:44:41 CET 2007


Revision: 30003
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30003&view=rev
Author:   vinterstum
Date:     2007-12-26 04:44:41 -0800 (Wed, 26 Dec 2007)

Log Message:
-----------
iPhone credits

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

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2007-12-26 12:24:27 UTC (rev 30002)
+++ scummvm/trunk/AUTHORS	2007-12-26 12:44:41 UTC (rev 30003)
@@ -101,6 +101,9 @@
     GP32:
        Won Star             
 
+    iPhone:
+       Oystein Eftevaag     
+
     Nintendo DS:
        Neil Millstone       
 

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2007-12-26 12:24:27 UTC (rev 30002)
+++ scummvm/trunk/gui/credits.h	2007-12-26 12:44:41 UTC (rev 30003)
@@ -105,6 +105,9 @@
 "\\C\\c1""GP32",
 "\\C\\c0""Won Star",
 "\\C\\c0""",
+"\\C\\c1""iPhone",
+"\\C\\c0""Oystein Eftevaag",
+"\\C\\c0""",
 "\\C\\c1""Nintendo DS",
 "\\C\\c0""Neil Millstone",
 "\\C\\c0""",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2007-12-26 12:24:27 UTC (rev 30002)
+++ scummvm/trunk/tools/credits.pl	2007-12-26 12:44:41 UTC (rev 30003)
@@ -578,6 +578,10 @@
 		  add_person("Won Star", "wonst719", "");
 	  end_section();
 
+	  begin_section("iPhone");
+		  add_person("Oystein Eftevaag", "vinterstum", "");
+	  end_section();
+
 	  begin_section("Nintendo DS");
 		  add_person("Neil Millstone", "agent-q", "");
 	  end_section();

Modified: web/trunk/credits.inc
===================================================================
--- web/trunk/credits.inc	2007-12-26 12:24:27 UTC (rev 30002)
+++ web/trunk/credits.inc	2007-12-26 12:44:41 UTC (rev 30003)
@@ -125,6 +125,10 @@
 <table style='margin-left:2em; margin-bottom: 1em'>
 <tr><td style='width:13em; padding:2px;'>Won Star</td><td style='width:10em; text-align: left;' class='news-author'>wonst719</td><td></td>
 </table>
+<span style='font-weight: bold'>iPhone:</span>
+<table style='margin-left:2em; margin-bottom: 1em'>
+<tr><td style='width:13em; padding:2px;'>Oystein Eftevaag</td><td style='width:10em; text-align: left;' class='news-author'>vinterstum</td><td></td>
+</table>
 <span style='font-weight: bold'>Nintendo DS:</span>
 <table style='margin-left:2em; margin-bottom: 1em'>
 <tr><td style='width:13em; padding:2px;'>Neil Millstone</td><td style='width:10em; text-align: left;' class='news-author'>agent-q</td><td></td>


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