aboutsummaryrefslogtreecommitdiff
path: root/tools/credits.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/credits.pl')
-rwxr-xr-xtools/credits.pl14
1 files changed, 12 insertions, 2 deletions
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)");