aboutsummaryrefslogtreecommitdiff
path: root/tools/credits.pl
diff options
context:
space:
mode:
authorMax Horn2006-05-30 10:08:02 +0000
committerMax Horn2006-05-30 10:08:02 +0000
commit865b48e0955ad5c3d290f82f3d4fd5252ea54ad2 (patch)
tree11437c3c8c92fdcc7c54001719e1273171405f8c /tools/credits.pl
parentcd822f57dda46dfc9feb6eb76c270e48038ab224 (diff)
downloadscummvm-rg350-865b48e0955ad5c3d290f82f3d4fd5252ea54ad2.tar.gz
scummvm-rg350-865b48e0955ad5c3d290f82f3d4fd5252ea54ad2.tar.bz2
scummvm-rg350-865b48e0955ad5c3d290f82f3d4fd5252ea54ad2.zip
Added sections for infrastructure and GUI to the credits file. These are badly incomplete; folks, please add yourself as appropriate
svn-id: r22766
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)");