[Scummvm-git-logs] scummvm master -> 2bbc18644d7f0a9bdcf60791dd5e0563eba6baa9

sev- sev at scummvm.org
Fri Sep 2 23:34:30 CEST 2016


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:
2bbc18644d Update credits.pl (#823)


Commit: 2bbc18644d7f0a9bdcf60791dd5e0563eba6baa9
    https://github.com/scummvm/scummvm/commit/2bbc18644d7f0a9bdcf60791dd5e0563eba6baa9
Author: Omer Mor (omer.mor at gmail.com)
Date: 2016-09-02T23:34:28+02:00

Commit Message:
Update credits.pl (#823)

DOCS: Update credits

Changed paths:
    AUTHORS
    devtools/credits.pl



diff --git a/AUTHORS b/AUTHORS
index 59e0d70..102eedd 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -681,7 +681,7 @@ Special thanks to
 *****************
    Daniel Balsom     - For the original Reinherit (SAGA) code
    Sander Buskens    - For his work on the initial reversing of Monkey2
-   Canadacow         - For the original MT-32 emulator
+   Dean Beeler       - For the original MT-32 emulator
    Kevin Carnes      - For Scumm16, the basis of ScummVM's older gfx codecs
    Curt Coder        - For the original TrollVM (preAGI) code
    Patrick Combet    - For the original Gobliiins ADL player
@@ -693,12 +693,12 @@ Special thanks to
    DOSBox Team       - For their awesome OPL2 and OPL3 emulator
    Yusuke Kamiyamane - For contributing some GUI icons
    Till Kresslein    - For design of modern ScummVM GUI
-   Jezar             - For his freeverb filter implementation
+   Jezar Wakefield   - For his freeverb filter implementation
    Jim Leiterman     - Various info on his FM-TOWNS/Marty SCUMM ports
-   lloyd             - For deep tech details about C64 Zak & MM
+   Lloyd Rosen       - For deep tech details about C64 Zak & MM
    Sarien Team       - Original AGI engine code
    Jimmi Thogersen   - For ScummRev, and much obscure code/documentation
-   Tristan           - For additional work on the original MT-32 emulator
+   Tristan Matthews  - For additional work on the original MT-32 emulator
    James Woodcock    - Soundtrack enhancements
    Anton Yartsev     - For the original re-implementation of the Z-Vision
                        engine
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 9cc5ad4..3f1511c 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1244,7 +1244,7 @@ begin_credits("Credits");
 		begin_persons();
 			add_person("Daniel Balsom", "DanielFox", "For the original Reinherit (SAGA) code");
 			add_person("Sander Buskens", "", "For his work on the initial reversing of Monkey2");
-			add_person("", "Canadacow", "For the original MT-32 emulator");
+			add_person("Dean Beeler", "Canadacow", "For the original MT-32 emulator");
 			add_person("Kevin Carnes", "", "For Scumm16, the basis of ScummVM's older gfx codecs");
 			add_person("Curt Coder", "", "For the original TrollVM (preAGI) code");
 			add_person("Patrick Combet", "Dorian Gray", "For the original Gobliiins ADL player");
@@ -1253,12 +1253,12 @@ begin_credits("Credits");
 			add_person("DOSBox Team", "", "For their awesome OPL2 and OPL3 emulator");
 			add_person("Yusuke Kamiyamane", "", "For contributing some GUI icons");
 			add_person("Till Kresslein", "Krest", "For design of modern ScummVM GUI");
-			add_person("", "Jezar", "For his freeverb filter implementation");
+			add_person("Jezar Wakefield", "", "For his freeverb filter implementation");
 			add_person("Jim Leiterman", "", "Various info on his FM-TOWNS/Marty SCUMM ports");
-			add_person("", "lloyd", "For deep tech details about C64 Zak & MM");
+			add_person("Lloyd Rosen", "", "For deep tech details about C64 Zak & MM");
 			add_person("Sarien Team", "", "Original AGI engine code");
 			add_person("Jimmi Thøgersen", "", "For ScummRev, and much obscure code/documentation");
-			add_person("", "Tristan", "For additional work on the original MT-32 emulator");
+			add_person("Tristan Matthews", "", "For additional work on the original MT-32 emulator");
 			add_person("James Woodcock", "", "Soundtrack enhancements");
 			add_person("Anton Yartsev", "Zidane", "For the original re-implementation of the Z-Vision engine");
 		end_persons();





More information about the Scummvm-git-logs mailing list