diff options
author | Omer Mor | 2016-09-03 00:34:28 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2016-09-02 23:34:28 +0200 |
commit | 2bbc18644d7f0a9bdcf60791dd5e0563eba6baa9 (patch) | |
tree | bc12f22d13fcde9a93690790b7ccc22ad9f23a0d | |
parent | fce9e495f93f47333cc75830986844244f1cce6f (diff) | |
download | scummvm-rg350-2bbc18644d7f0a9bdcf60791dd5e0563eba6baa9.tar.gz scummvm-rg350-2bbc18644d7f0a9bdcf60791dd5e0563eba6baa9.tar.bz2 scummvm-rg350-2bbc18644d7f0a9bdcf60791dd5e0563eba6baa9.zip |
Update credits.pl (#823)
DOCS: Update credits
-rw-r--r-- | AUTHORS | 8 | ||||
-rwxr-xr-x | devtools/credits.pl | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -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 9cc5ad4227..3f1511c399 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(); |