diff options
author | Willem Jan Palenstijn | 2013-10-17 23:00:00 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-10-17 23:00:00 +0200 |
commit | a532c7729f6f16e07948dbf6c6e6ecfe89c87ff8 (patch) | |
tree | eebd8ce8883e50be1487d18c19b818e4e7b91dc9 /devtools | |
parent | 6b9abcc2ec8409f37a9926a35d061096fab60018 (diff) | |
parent | 7a97c992de67152514886f80f3cf4f2f3686d3d4 (diff) | |
download | scummvm-rg350-a532c7729f6f16e07948dbf6c6e6ecfe89c87ff8.tar.gz scummvm-rg350-a532c7729f6f16e07948dbf6c6e6ecfe89c87ff8.tar.bz2 scummvm-rg350-a532c7729f6f16e07948dbf6c6e6ecfe89c87ff8.zip |
Merge branch 'zvision'
This merges pull request 395 for the ZVision engine developed during
GSoC2013.
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 7ccc282d0e..fda6f4782e 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -759,6 +759,10 @@ begin_credits("Credits"); begin_section("Wintermute"); add_person("Einar Johan T. Sømåen", "somaen", ""); end_section(); + + begin_section("ZVision"); + add_person("Adrian Astley", "RichieSams", ""); + end_section(); end_section(); @@ -1160,6 +1164,7 @@ begin_credits("Credits"); 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("James Woodcock", "", "Soundtrack enhancements"); + add_person("Anton Yartsev", "Zidane", "For the original re-implementation of the ZVision engine"); end_persons(); add_paragraph( |