[Scummvm-cvs-logs] scummvm master -> 8f02cdeed2416fb4a1892979e1d8cb2011151fef

kingguppy from_github.com at kingguppy.com
Sat Apr 2 02:02:16 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8f02cdeed2 CREDITS: Pull Jerome Fisher out of retirement (for one final mission, etc.).


Commit: 8f02cdeed2416fb4a1892979e1d8cb2011151fef
    https://github.com/scummvm/scummvm/commit/8f02cdeed2416fb4a1892979e1d8cb2011151fef
Author: Jerome Fisher (re_scummvm at kingguppy.com)
Date: 2011-04-01T17:00:34-07:00

Commit Message:
CREDITS: Pull Jerome Fisher out of retirement (for one final mission, etc.).

Changed paths:
    AUTHORS
    gui/credits.h
    tools/credits.pl



diff --git a/AUTHORS b/AUTHORS
index 39b6c43..973cf68 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -255,7 +255,7 @@ ScummVM Team
     Miscellaneous:
        David Corrales-Lopez  - Filesystem access improvements (GSoC 2007
                                task) (retired)
-       Jerome Fisher         - MT-32 emulator (retired)
+       Jerome Fisher         - MT-32 emulator
        Benjamin Haisch       - Heavily improved de-/encoder for DXA videos
        Jochen Hoenicke       - Speaker & PCjr sound support, AdLib work
                                (retired)
diff --git a/gui/credits.h b/gui/credits.h
index f60d464..762e22f 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -282,7 +282,7 @@ static const char *credits[] = {
 "C0""David Corrales-Lopez",
 "C2""Filesystem access improvements (GSoC 2007 task) (retired)",
 "C0""Jerome Fisher",
-"C2""MT-32 emulator (retired)",
+"C2""MT-32 emulator",
 "C0""Benjamin Haisch",
 "C2""Heavily improved de-/encoder for DXA videos",
 "C0""Jochen Hoenicke",
diff --git a/tools/credits.pl b/tools/credits.pl
index d6e807e..349197d 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -786,7 +786,7 @@ begin_credits("Credits");
 
 	  begin_section("Miscellaneous");
 		add_person("David Corrales-Lopez", "david_corrales", "Filesystem access improvements (GSoC 2007 task) (retired)");
-		add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator (retired)");
+		add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator");
 		add_person("Benjamin Haisch", "john_doe", "Heavily improved de-/encoder for DXA videos");
 		add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, AdLib work (retired)");
 		add_person("Chris Page", "cp88", "Return to launcher, savestate improvements, leak fixes, ... (GSoC 2008 task) (retired)");






More information about the Scummvm-git-logs mailing list