aboutsummaryrefslogtreecommitdiff
path: root/tools/credits.pl
diff options
context:
space:
mode:
authorPaweł Kołodziejski2006-05-23 23:43:52 +0000
committerPaweł Kołodziejski2006-05-23 23:43:52 +0000
commit107073537e4ad24e294e28a2a62f8d3ad33008ff (patch)
tree9eade8ff944f701d2676aa2ddd94e3585be9c813 /tools/credits.pl
parent3a025038da6d351789d5daf29e4751678c47fed1 (diff)
downloadscummvm-rg350-107073537e4ad24e294e28a2a62f8d3ad33008ff.tar.gz
scummvm-rg350-107073537e4ad24e294e28a2a62f8d3ad33008ff.tar.bz2
scummvm-rg350-107073537e4ad24e294e28a2a62f8d3ad33008ff.zip
imported AGI engine
svn-id: r22588
Diffstat (limited to 'tools/credits.pl')
-rwxr-xr-xtools/credits.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl
index 40571a5d13..bd3a2f7925 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -459,6 +459,11 @@ begin_credits("Credits");
add_person("Eugene Sandulenko", "sev", "");
end_section();
+ begin_section("AGI");
+ add_person("Paweł Kołodziejski", "aquadran", "");
+ add_person("Eugene Sandulenko", "sev", "");
+ end_section();
+
begin_section("BASS"); # Beneath a Steel Sky
add_person("Robert Göffringmann", "lavosspawn", "");
add_person("Oliver Kiehl", "olki", "");
@@ -669,6 +674,7 @@ begin_credits("Credits");
add_person("", "Jezar", "For his freeverb filter implementation");
add_person("Jim Leiterman", "", "Various info on his FM-TOWNS/Marty SCUMM ports");
add_person("", "lloyd", "For deep tech details about C64 Zak & MM");
+ add_person("Sarien Team", "", "Original AGI engine code");
add_person("Jimmi Thøgersen", "", "For ScummRev, and much obscure code/documentation");
add_person("", "Tristan", "For additional work on the original MT-32 emulator");
end_persons();