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

sev at users.sourceforge.net sev at users.sourceforge.net
Sun Oct 15 23:21:56 CEST 2006


Revision: 24340
          http://svn.sourceforge.net/scummvm/?rev=24340&view=rev
Author:   sev
Date:     2006-10-15 14:21:17 -0700 (Sun, 15 Oct 2006)

Log Message:
-----------
Reflect Simon engine rename in credits too.

Modified Paths:
--------------
    scummvm/trunk/AUTHORS
    scummvm/trunk/doc/credits.tex
    scummvm/trunk/gui/credits.h
    scummvm/trunk/tools/credits.pl

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2006-10-15 21:11:27 UTC (rev 24339)
+++ scummvm/trunk/AUTHORS	2006-10-15 21:21:17 UTC (rev 24340)
@@ -28,6 +28,11 @@
        Pawel Kolodziejski   
        Eugene Sandulenko    
 
+    AGOS:
+       Torbjorn Andersson   
+       Travis Howell        
+       Oliver Kiehl         
+
     BASS:
        Robert Goeffringmann 
        Oliver Kiehl         
@@ -70,11 +75,6 @@
        Andrew Kurushin      
        Eugene Sandulenko    
 
-    Simon:
-       Torbjorn Andersson   
-       Travis Howell        
-       Oliver Kiehl         
-
   Backend Teams
   -------------
     Dreamcast:

Modified: scummvm/trunk/doc/credits.tex
===================================================================
--- scummvm/trunk/doc/credits.tex	2006-10-15 21:11:27 UTC (rev 24339)
+++ scummvm/trunk/doc/credits.tex	2006-10-15 21:21:17 UTC (rev 24340)
@@ -41,6 +41,14 @@
     Eugene Sandulenko & \textit{}\\
   \end{tabular}
 \end{list}
+\item \textbf{ AGOS}
+\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item  \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
+    Torbj\"orn Andersson & \textit{}\\
+    Travis Howell & \textit{}\\
+    Oliver Kiehl & \textit{}\\
+  \end{tabular}
+\end{list}
 \item \textbf{ BASS}
 \begin{list}{}{\setlength{\leftmargin}{0.2cm}}
 \item  \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
@@ -110,15 +118,7 @@
     Eugene Sandulenko & \textit{}\\
   \end{tabular}
 \end{list}
-\item \textbf{ Simon}
-\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
-\item  \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
-    Torbj\"orn Andersson & \textit{}\\
-    Travis Howell & \textit{}\\
-    Oliver Kiehl & \textit{}\\
-  \end{tabular}
 \end{list}
-\end{list}
 \item \textbf{\large Backend Teams}
 \begin{list}{}{\setlength{\leftmargin}{0.2cm}}
 \item \textbf{ Dreamcast}

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2006-10-15 21:11:27 UTC (rev 24339)
+++ scummvm/trunk/gui/credits.h	2006-10-15 21:21:17 UTC (rev 24340)
@@ -29,6 +29,11 @@
 "\\C\\c0""Pawel Kolodziejski",
 "\\C\\c0""Eugene Sandulenko",
 "\\C\\c0""",
+"\\C\\c1""AGOS",
+"\\C\\c0""Torbj\366rn Andersson",
+"\\C\\c0""Travis Howell",
+"\\C\\c0""Oliver Kiehl",
+"\\C\\c0""",
 "\\C\\c1""BASS",
 "\\C\\c0""Robert G\366ffringmann",
 "\\C\\c0""Oliver Kiehl",
@@ -72,12 +77,7 @@
 "\\C\\c0""Andrew Kurushin",
 "\\C\\c0""Eugene Sandulenko",
 "\\C\\c0""",
-"\\C\\c1""Simon",
-"\\C\\c0""Torbj\366rn Andersson",
-"\\C\\c0""Travis Howell",
-"\\C\\c0""Oliver Kiehl",
 "\\C\\c0""",
-"\\C\\c0""",
 "\\C\\c1""Backend Teams",
 "\\C\\c1""Dreamcast",
 "\\C\\c0""Marcus Comstedt",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2006-10-15 21:11:27 UTC (rev 24339)
+++ scummvm/trunk/tools/credits.pl	2006-10-15 21:21:17 UTC (rev 24340)
@@ -484,6 +484,12 @@
 		  add_person("Eugene Sandulenko", "sev", "");
 	  end_section();
 
+	  begin_section("AGOS");
+		  add_person("Torbjörn Andersson", "eriktorbjorn", "");
+		  add_person("Travis Howell", "Kirben", "");
+		  add_person("Oliver Kiehl", "olki", "");
+	  end_section();
+
 	  begin_section("BASS");	# Beneath a Steel Sky
 		  add_person("Robert Göffringmann", "lavosspawn", "");
 		  add_person("Oliver Kiehl", "olki", "");
@@ -534,12 +540,6 @@
 		  add_person("Andrew Kurushin", "ajax16384", "");
 		  add_person("Eugene Sandulenko", "sev", "");
 	  end_section();
-
-	  begin_section("Simon");
-		  add_person("Torbjörn Andersson", "eriktorbjorn", "");
-		  add_person("Travis Howell", "Kirben", "");
-		  add_person("Oliver Kiehl", "olki", "");
-	  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