aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--doc/10.tex1
-rw-r--r--gui/credits.h3
-rwxr-xr-xtools/credits.pl1
4 files changed, 7 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 60db99ace9..6bf480e133 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -64,6 +64,8 @@ Special thanks to:
Canadacow - For the original MT-32 emulator
Kevin Carnes - For Scumm16, the basis of ScummVM's older gfx codecs
Jezar - For his freeverb filter implementation
+ Ivan Dubrov - For contributing the initial version of the
+ Gobliiins engine
Jim Leiterman - Various info on his FM-TOWNS/Marty SCUMM ports
Jimmi Thogersen - For ScummRev, and much obscure code/documentation
Tristan - For additional work on the original MT-32 emulator
diff --git a/doc/10.tex b/doc/10.tex
index 0a2f3106dc..0f1a76ca76 100644
--- a/doc/10.tex
+++ b/doc/10.tex
@@ -66,6 +66,7 @@ And to all the contributors, users, and beta testers we've missed. Thanks!
Canadacow & For the original MT-32 emulator\\
Kevin Carnes & For Scumm16, the basis of ScummVM's older gfx codecs\\
Jezar & For his freeverb filter implementation\\
+ Ivan Dubrov & For contributing the initial version of the Gobliiins engine\\
Jim Leiterman & Various info on his FM-TOWNS/Marty SCUMM ports\\
Jimmi Th{\o}gersen & For ScummRev, and much obscure code/documentation\\
Tristan & For additional work on the original MT-32 emulator\\
diff --git a/gui/credits.h b/gui/credits.h
index 465c10ca5b..80f198bef0 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -120,6 +120,9 @@ static const char *credits[] = {
"\\L\\c2"" gfx codecs",
"\\L\\c0"" Jezar",
"\\L\\c2"" For his freeverb filter implementation",
+"\\L\\c0"" Ivan Dubrov",
+"\\L\\c2"" For contributing the initial version of the",
+"\\L\\c2"" Gobliiins engine",
"\\L\\c0"" Jim Leiterman",
"\\L\\c2"" Various info on his FM-TOWNS/Marty SCUMM",
"\\L\\c2"" ports",
diff --git a/tools/credits.pl b/tools/credits.pl
index 6aa8bb99f1..fabc8c83fd 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -387,6 +387,7 @@ begin_credits("Credits");
add_person("", "Canadacow", "For the original MT-32 emulator");
add_person("Kevin Carnes", "", "For Scumm16, the basis of ScummVM's older gfx codecs");
add_person("", "Jezar", "For his freeverb filter implementation");
+ add_person("Ivan Dubrov", "", "For contributing the initial version of the Gobliiins engine");
add_person("Jim Leiterman", "", "Various info on his FM-TOWNS/Marty SCUMM ports");
add_person("Jimmi Thøgersen", "", "For ScummRev, and much obscure code/documentation");
add_person("", "Tristan", "For additional work on the original MT-32 emulator");