[Scummvm-cvs-logs] SF.net SVN: scummvm:[45515] scummvm/branches/branch-1-0-0

sev at users.sourceforge.net sev at users.sourceforge.net
Fri Oct 30 03:15:29 CET 2009


Revision: 45515
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45515&view=rev
Author:   sev
Date:     2009-10-30 02:15:28 +0000 (Fri, 30 Oct 2009)

Log Message:
-----------
Sync credits with the trunk

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/AUTHORS
    scummvm/branches/branch-1-0-0/gui/credits.h
    scummvm/branches/branch-1-0-0/tools/credits.pl

Modified: scummvm/branches/branch-1-0-0/AUTHORS
===================================================================
--- scummvm/branches/branch-1-0-0/AUTHORS	2009-10-30 02:13:51 UTC (rev 45514)
+++ scummvm/branches/branch-1-0-0/AUTHORS	2009-10-30 02:15:28 UTC (rev 45515)
@@ -132,6 +132,7 @@
        Willem Jan Palenstijn
        Jordi Vilalta Prat   
        Lars Skovlund        
+       Martin Kiewitz       
 
     Tinsel:
        Torbjorn Andersson   
@@ -307,6 +308,7 @@
                              fixes
      Stuart Caie           - Decoders for Amiga and AtariST data files (AGOS
                              engine)
+     Tobias Gunkel         - Graphic support for PCE version of Loom
      Paolo Costabel        - PSP port contributions
      Thierry Crozat        - Support for Broken Sword 1 Macintosh version
      Martin Doucha         - CinE engine objectification
@@ -426,3 +428,6 @@
    Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing
    the source code of some of their games with us.
 
+   John Young, Colin Smythe and especially Terry Patchett himself for sharing
+   the source code of Discworld I & II with us.
+

Modified: scummvm/branches/branch-1-0-0/gui/credits.h
===================================================================
--- scummvm/branches/branch-1-0-0/gui/credits.h	2009-10-30 02:13:51 UTC (rev 45514)
+++ scummvm/branches/branch-1-0-0/gui/credits.h	2009-10-30 02:15:28 UTC (rev 45515)
@@ -152,6 +152,7 @@
 "C0""Willem Jan Palenstijn",
 "C0""Jordi Vilalta Prat",
 "C0""Lars Skovlund",
+"C0""Martin Kiewitz",
 "",
 "C1""Tinsel",
 "C0""Torbj\366rn Andersson",
@@ -349,6 +350,8 @@
 "C2""Subtitle control options in the GUI; BASS GUI fixes",
 "C0""Stuart Caie",
 "C2""Decoders for Amiga and AtariST data files (AGOS engine)",
+"C0""Tobias Gunkel",
+"C2""Graphic support for PCE version of Loom",
 "C0""Paolo Costabel",
 "C2""PSP port contributions",
 "C0""Thierry Crozat",
@@ -513,5 +516,7 @@
 "C0""",
 "C0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of some of their games with us.",
 "C0""",
+"C0""John Young, Colin Smythe and especially Terry Patchett himself for sharing the source code of Discworld I & II with us.",
+"C0""",
 "",
 };

Modified: scummvm/branches/branch-1-0-0/tools/credits.pl
===================================================================
--- scummvm/branches/branch-1-0-0/tools/credits.pl	2009-10-30 02:13:51 UTC (rev 45514)
+++ scummvm/branches/branch-1-0-0/tools/credits.pl	2009-10-30 02:15:28 UTC (rev 45515)
@@ -610,6 +610,7 @@
 		  add_person("Willem Jan Palenstijn", "wjp", "");
 		  add_person("Jordi Vilalta Prat", "jvprat", "");
 		  add_person("Lars Skovlund", "lskovlun", "");
+		  add_person("Martin Kiewitz", "m_kiewitz", "");
 	  end_section();
 
 	  begin_section("Tinsel");
@@ -826,6 +827,7 @@
 	  begin_persons();
 		  add_person("Ori Avtalion", "salty-horse", "Subtitle control options in the GUI; BASS GUI fixes");
 		  add_person("Stuart Caie", "", "Decoders for Amiga and AtariST data files (AGOS engine)");
+		  add_person("Tobias Gunkel", "hennymcc", "Graphic support for PCE version of Loom");
 		  add_person("Paolo Costabel", "", "PSP port contributions");
 		  add_person("Thierry Crozat", "criezy", "Support for Broken Sword 1 Macintosh version");
 		  add_person("Martin Doucha", "next_ghost", "CinE engine objectification");
@@ -948,6 +950,10 @@
   "Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for ".
   "sharing the source code of some of their games with us.");
 
+  add_paragraph(
+  "John Young, Colin Smythe and especially Terry Patchett himself for ".
+  "sharing the source code of Discworld I & II with us.");
+
   end_section();
 
 end_credits();


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