From 865b48e0955ad5c3d290f82f3d4fd5252ea54ad2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 30 May 2006 10:08:02 +0000 Subject: Added sections for infrastructure and GUI to the credits file. These are badly incomplete; folks, please add yourself as appropriate svn-id: r22766 --- tools/credits.pl | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'tools/credits.pl') diff --git a/tools/credits.pl b/tools/credits.pl index bd3a2f7925..7ee5649246 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -550,10 +550,20 @@ begin_credits("Credits"); end_section(); begin_section("Other subsystems"); - begin_persons(); + begin_section("Infrastructure"); + add_person('Max Horn', 'Fingolfin', "Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc."); + add_person("Eugene Sandulenko", "sev", ""); + end_section(); + + begin_section("GUI"); + add_person("Eugene Sandulenko", "sev", ""); + add_person("Johannes Schickel", "LordHoto", ""); + end_section(); + + begin_section("Miscellaneous"); add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator"); add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, Adlib work"); - end_persons(); + end_section(); end_section(); begin_section("Website (content)"); -- cgit v1.2.3