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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Jun 24 13:02:43 CEST 2007


Revision: 27687
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27687&view=rev
Author:   fingolfin
Date:     2007-06-24 04:02:43 -0700 (Sun, 24 Jun 2007)

Log Message:
-----------
Update credits

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

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2007-06-24 07:08:47 UTC (rev 27686)
+++ scummvm/trunk/AUTHORS	2007-06-24 11:02:43 UTC (rev 27687)
@@ -138,6 +138,8 @@
     Miscellaneous:
        Jerome Fisher         - MT-32 emulator
        Jochen Hoenicke       - Speaker & PCjr sound support, Adlib work
+       Robin Watts           - ARM assembly routines for nice speedups on
+                               several ports; improvements to the sound mixer
 
   Website (content)
   -----------------
@@ -246,7 +248,6 @@
      Daniel Schepler       - Final MI1 CD music support, initial Ogg Vorbis
                              support
      Andre Souza           - SDL-based OpenGL renderer
-     Robin Watts           - ARM assembly routines for the Windows CE port
 
    And to all the contributors, users, and beta testers we've missed. Thanks!
 

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2007-06-24 07:08:47 UTC (rev 27686)
+++ scummvm/trunk/gui/credits.h	2007-06-24 11:02:43 UTC (rev 27687)
@@ -144,6 +144,8 @@
 "\\C\\c2""MT-32 emulator",
 "\\C\\c0""Jochen Hoenicke",
 "\\C\\c2""Speaker & PCjr sound support, Adlib work",
+"\\C\\c0""Robin Watts",
+"\\C\\c2""ARM assembly routines for nice speedups on several ports; improvements to the sound mixer",
 "\\C\\c0""",
 "\\C\\c0""",
 "\\C\\c1""Website (content)",
@@ -286,8 +288,6 @@
 "\\C\\c2""Final MI1 CD music support, initial Ogg Vorbis support",
 "\\C\\c0""Andr\351 Souza",
 "\\C\\c2""SDL-based OpenGL renderer",
-"\\C\\c0""Robin Watts",
-"\\C\\c2""ARM assembly routines for the Windows CE port",
 "\\C\\c0""",
 "\\C\\c0""And to all the contributors, users, and beta testers we've missed. Thanks!",
 "\\C\\c0""",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2007-06-24 07:08:47 UTC (rev 27686)
+++ scummvm/trunk/tools/credits.pl	2007-06-24 11:02:43 UTC (rev 27687)
@@ -624,6 +624,7 @@
 	  begin_section("Miscellaneous");
 		add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator");
 		add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, Adlib work");
+		add_person("Robin Watts", "robinwatts", "ARM assembly routines for nice speedups on several ports; improvements to the sound mixer");
 	  end_section();
     end_section();
 
@@ -752,7 +753,6 @@
 		  add_person("Edward Rudd", "urkle", "Fixes for playing MP3 versions of MI1/Loom audio");
 		  add_person("Daniel Schepler", "dschepler", "Final MI1 CD music support, initial Ogg Vorbis support");
 		  add_person("André Souza", "luke_br", "SDL-based OpenGL renderer");
-		  add_person("Robin Watts", "robinwatts", "ARM assembly routines for the Windows CE port");
 	  end_persons();
 	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