From 8e8e5af0ec3ee4760e83beff095a0bf76a80e5f6 Mon Sep 17 00:00:00 2001 From: RichieSams Date: Tue, 8 Oct 2013 09:49:28 -0500 Subject: ZVISION: Add an entry in credits.pl for ZVision --- devtools/credits.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devtools') diff --git a/devtools/credits.pl b/devtools/credits.pl index 45018a5633..133eba5e93 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -754,6 +754,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(); -- cgit v1.2.3 From ef87ba54b446346eb528bd1115578b5a99df0b9c Mon Sep 17 00:00:00 2001 From: RichieSams Date: Tue, 8 Oct 2013 09:50:20 -0500 Subject: ZVISION: Add an entry in credits.pl for Marisa Chan / Zidane --- devtools/credits.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'devtools') diff --git a/devtools/credits.pl b/devtools/credits.pl index 133eba5e93..57336e2895 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -1158,6 +1158,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 ZVison engine"); end_persons(); add_paragraph( -- cgit v1.2.3 From 7a97c992de67152514886f80f3cf4f2f3686d3d4 Mon Sep 17 00:00:00 2001 From: RichieSams Date: Tue, 8 Oct 2013 10:08:09 -0500 Subject: ZVISION: Use credits.pl to update AUTHORS and credits.h --- devtools/credits.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools') diff --git a/devtools/credits.pl b/devtools/credits.pl index 57336e2895..e7828d8b18 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -1158,7 +1158,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 ZVison engine"); + add_person("Anton Yartsev", "Zidane", "For the original re-implementation of the ZVision engine"); end_persons(); add_paragraph( -- cgit v1.2.3