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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Aug 1 18:33:23 CEST 2008


Revision: 33496
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33496&view=rev
Author:   fingolfin
Date:     2008-08-01 16:33:22 +0000 (Fri, 01 Aug 2008)

Log Message:
-----------
Moved Ludde & yaz0r to a new credits section, retired project leaders

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

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2008-08-01 16:31:40 UTC (rev 33495)
+++ scummvm/trunk/AUTHORS	2008-08-01 16:33:22 UTC (rev 33496)
@@ -6,6 +6,11 @@
      Max Horn             
      Eugene Sandulenko    
 
+  Retired Project Leaders
+  -----------------------
+     Vincent Hamm          - ScummVM co-founder, Original Cruise/CinE author
+     Ludvig Strigeus       - Original ScummVM and SimonVM author
+
   Engine Teams
   ------------
     SCUMM:
@@ -185,12 +190,10 @@
      Ralph Brorsen         - Help with GUI implementation
      Jamieson Christian    - iMUSE, MIDI, all things musical
      Ruediger Hanke        - Port: MorphOS
-     Vincent Hamm          - ScummVM co-founder, Original Cruise/CinE author
      Felix Jakschitsch     - Zak256 reverse engineering
      Mutwin Kraus          - Original MacOS porter
      Peter Moraliyski      - Port: GP32
      Jeremy Newman         - Former webmaster
-     Ludvig Strigeus       - Original ScummVM and SimonVM author
      Lionel Ulmer          - Port: X11
      Won Star              - Former GP32 porter
 

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2008-08-01 16:31:40 UTC (rev 33495)
+++ scummvm/trunk/gui/credits.h	2008-08-01 16:33:22 UTC (rev 33496)
@@ -7,6 +7,12 @@
 "\\C\\c0""Max Horn",
 "\\C\\c0""Eugene Sandulenko",
 "\\C\\c0""",
+"\\C\\c1""Retired Project Leaders",
+"\\C\\c0""Vincent Hamm",
+"\\C\\c2""ScummVM co-founder, Original Cruise/CinE author",
+"\\C\\c0""Ludvig Strigeus",
+"\\C\\c2""Original ScummVM and SimonVM author",
+"\\C\\c0""",
 "\\C\\c1""Engine Teams",
 "\\C\\c1""SCUMM",
 "\\C\\c0""Torbj\366rn Andersson",
@@ -199,8 +205,6 @@
 "\\C\\c2""iMUSE, MIDI, all things musical",
 "\\C\\c0""R\374diger Hanke",
 "\\C\\c2""Port: MorphOS",
-"\\C\\c0""Vincent Hamm",
-"\\C\\c2""ScummVM co-founder, Original Cruise/CinE author",
 "\\C\\c0""Felix Jakschitsch",
 "\\C\\c2""Zak256 reverse engineering",
 "\\C\\c0""Mutwin Kraus",
@@ -209,8 +213,6 @@
 "\\C\\c2""Port: GP32",
 "\\C\\c0""Jeremy Newman",
 "\\C\\c2""Former webmaster",
-"\\C\\c0""Ludvig Strigeus",
-"\\C\\c2""Original ScummVM and SimonVM author",
 "\\C\\c0""Lionel Ulmer",
 "\\C\\c2""Port: X11",
 "\\C\\c0""Won Star",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2008-08-01 16:31:40 UTC (rev 33495)
+++ scummvm/trunk/tools/credits.pl	2008-08-01 16:33:22 UTC (rev 33496)
@@ -463,6 +463,12 @@
 	  end_persons();
     end_section();
 
+    begin_section("Retired Project Leaders");
+	  begin_persons();
+		add_person("Vincent Hamm", "yaz0r", "ScummVM co-founder, Original Cruise/CinE author");
+		add_person("Ludvig Strigeus", "ludde", "Original ScummVM and SimonVM author");
+	  end_persons();
+    end_section();
 
     begin_section("Engine Teams");
 	  begin_section("SCUMM");
@@ -679,12 +685,10 @@
 		add_person("Ralph Brorsen", "painelf", "Help with GUI implementation");
 		add_person("Jamieson Christian", "jamieson630", "iMUSE, MIDI, all things musical");
 		add_person("Rüdiger Hanke", "", "Port: MorphOS");
-		add_person("Vincent Hamm", "yaz0r", "ScummVM co-founder, Original Cruise/CinE author");
 		add_person("Felix Jakschitsch", "yot", "Zak256 reverse engineering");
 		add_person("Mutwin Kraus", "mutle", "Original MacOS porter");
 		add_person("Peter Moraliyski", "ph0x", "Port: GP32");
 		add_person("Jeremy Newman", "laxdragon", "Former webmaster");
-		add_person("Ludvig Strigeus", "ludde", "Original ScummVM and SimonVM author");
 		add_person("Lionel Ulmer", "bbrox", "Port: X11");
 		add_person("Won Star", "wonst719", "Former GP32 porter");
 	  end_persons();


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