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

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Jun 3 20:24:08 CEST 2006


Revision: 22901
Author:   sev
Date:     2006-06-03 11:23:36 -0700 (Sat, 03 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22901&view=rev

Log Message:
-----------
I completely forgot to gredit Laurent Blume for Solaris x86 build which we
offer.

Modified Paths:
--------------
    docs/trunk/docbook/credits.xml
    scummvm/trunk/AUTHORS
    scummvm/trunk/doc/credits.tex
    scummvm/trunk/gui/credits.h
    scummvm/trunk/tools/credits.pl
    web/trunk/credits.inc
Modified: docs/trunk/docbook/credits.xml
===================================================================
--- docs/trunk/docbook/credits.xml	2006-06-03 17:58:13 UTC (rev 22900)
+++ docs/trunk/docbook/credits.xml	2006-06-03 18:23:36 UTC (rev 22901)
@@ -198,6 +198,10 @@
   <row><entry namest='name'>Robert Kelsen</entry><entry></entry></row>
   <row><entry namest='start' nameend='job'> </entry></row>
 
+  <row><entry namest='start' nameend='job'><emphasis role='bold'>Solaris x86:</emphasis></entry></row>
+  <row><entry namest='name'>Laurent Blume</entry><entry></entry></row>
+  <row><entry namest='start' nameend='job'> </entry></row>
+
   <row><entry namest='start' nameend='job'><emphasis role='bold'>Win32:</emphasis></entry></row>
   <row><entry namest='name'>Travis Howell</entry><entry></entry></row>
   <row><entry namest='start' nameend='job'> </entry></row>
@@ -268,8 +272,11 @@
   <row><entry namest='start' nameend='job'>Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that it is today. Feel free to drop us a line and tell us what you think, guys!</entry></row>
   <row><entry namest='start' nameend='job'> </entry></row>
 
+  <row><entry namest='start' nameend='job'>Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files with us.</entry></row>
   <row><entry namest='start' nameend='job'> </entry></row>
 
+  <row><entry namest='start' nameend='job'> </entry></row>
+
   </tbody>
   </tgroup>
   </informaltable>

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2006-06-03 17:58:13 UTC (rev 22900)
+++ scummvm/trunk/AUTHORS	2006-06-03 18:23:36 UTC (rev 22901)
@@ -157,6 +157,9 @@
     SlackWare:
        Robert Kelsen        
 
+    Solaris x86:
+       Laurent Blume        
+
     Win32:
        Travis Howell        
 

Modified: scummvm/trunk/doc/credits.tex
===================================================================
--- scummvm/trunk/doc/credits.tex	2006-06-03 17:58:13 UTC (rev 22900)
+++ scummvm/trunk/doc/credits.tex	2006-06-03 18:23:36 UTC (rev 22901)
@@ -257,6 +257,12 @@
     Robert Kelsen & \textit{}\\
   \end{tabular}
 \end{list}
+\item \textbf{ Solaris x86}
+\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item  \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
+    Laurent Blume & \textit{}\\
+  \end{tabular}
+\end{list}
 \item \textbf{ Win32}
 \begin{list}{}{\setlength{\leftmargin}{0.2cm}}
 \item  \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2006-06-03 17:58:13 UTC (rev 22900)
+++ scummvm/trunk/gui/credits.h	2006-06-03 18:23:36 UTC (rev 22901)
@@ -172,6 +172,9 @@
 "\\C\\c1""SlackWare",
 "\\C\\c0""Robert Kelsen",
 "\\C\\c0""",
+"\\C\\c1""Solaris x86",
+"\\C\\c0""Laurent Blume",
+"\\C\\c0""",
 "\\C\\c1""Win32",
 "\\C\\c0""Travis Howell",
 "\\C\\c0""",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2006-06-03 17:58:13 UTC (rev 22900)
+++ scummvm/trunk/tools/credits.pl	2006-06-03 18:23:36 UTC (rev 22901)
@@ -624,6 +624,10 @@
 		  add_person("Robert Kelsen", "", "");
 	  end_section();
 
+	  begin_section("Solaris x86");
+		  add_person("Laurent Blume", "laurent", "");
+	  end_section();
+
 	  begin_section("Win32");
 		  add_person("Travis Howell", "Kirben", "");
 	  end_section();

Modified: web/trunk/credits.inc
===================================================================
--- web/trunk/credits.inc	2006-06-03 17:58:13 UTC (rev 22900)
+++ web/trunk/credits.inc	2006-06-03 18:23:36 UTC (rev 22901)
@@ -199,6 +199,10 @@
 <table style='margin-left:2em; margin-bottom: 1em'>
 <tr><td style='width:13em; padding:2px;'>Robert Kelsen</td><td></td><td></td>
 </table>
+<span style='font-weight: bold'>Solaris x86:</span>
+<table style='margin-left:2em; margin-bottom: 1em'>
+<tr><td style='width:13em; padding:2px;'>Laurent Blume</td><td style='width:10em; text-align: left;' class='news-author'>laurent</td><td></td>
+</table>
 <span style='font-weight: bold'>Win32:</span>
 <table style='margin-left:2em; margin-bottom: 1em'>
 <tr><td style='width:13em; padding:2px;'>Travis Howell</td><td style='width:10em; text-align: left;' class='news-author'>Kirben</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