aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS5
-rw-r--r--doc/10.tex5
-rw-r--r--gui/credits.h8
-rwxr-xr-xtools/credits.pl5
4 files changed, 14 insertions, 9 deletions
diff --git a/AUTHORS b/AUTHORS
index 6af5fdd929..d8137564ef 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -56,7 +56,7 @@ Contributors:
audio
Daniel Schepler - Final MI1 CD music support, initial Ogg Vorbis
support
- Paul Smedley - OS/2 fixes
+ Paul Smedley - OS/2 fixes and packaging
Andre Souza - SDL-based OpenGL renderer
Tim ??? - Initial MI1 CD music support
@@ -67,10 +67,11 @@ Special thanks to:
Sander Buskens - For his work on the initial reversing of Monkey2
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
+ Jezar - For his freeverb filter implementation
Jim Leiterman - Various info on his FM-TOWNS/Marty SCUMM ports
+ lloyd - For deep tech details about C64 Zak & MM
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 9140b75c32..53513903cd 100644
--- a/doc/10.tex
+++ b/doc/10.tex
@@ -58,7 +58,7 @@
Andreas R\"over & Broken Sword 1/2 MPEG2 cutscene support\\
Edward Rudd & Fixes for playing MP3 versions of MI1/Loom audio\\
Daniel Schepler & Final MI1 CD music support, initial Ogg Vorbis support\\
- Paul Smedley & OS/2 fixes\\
+ Paul Smedley & OS/2 fixes and packaging\\
Andr\'e Souza & SDL-based OpenGL renderer\\
Tim ??? & Initial MI1 CD music support\\
\end{tabular}
@@ -69,9 +69,10 @@ And to all the contributors, users, and beta testers we've missed. Thanks!
Sander Buskens & For his work on the initial reversing of Monkey2\\
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\\
+ Jezar & For his freeverb filter implementation\\
Jim Leiterman & Various info on his FM-TOWNS/Marty SCUMM ports\\
+ lloyd & For deep tech details about C64 Zak & MM\\
Jimmi Th{\o}gersen & For ScummRev, and much obscure code/documentation\\
Tristan & For additional work on the original MT-32 emulator\\
\end{tabular}
diff --git a/gui/credits.h b/gui/credits.h
index 9af85aa763..6a8cc6f112 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -109,7 +109,7 @@ static const char *credits[] = {
"\\L\\c2"" Final MI1 CD music support, initial Ogg",
"\\L\\c2"" Vorbis support",
"\\L\\c0"" Paul Smedley",
-"\\L\\c2"" OS/2 fixes",
+"\\L\\c2"" OS/2 fixes and packaging",
"\\L\\c0"" Andre Souza",
"\\L\\c2"" SDL-based OpenGL renderer",
"\\L\\c0"" Tim ???",
@@ -126,14 +126,16 @@ static const char *credits[] = {
"\\L\\c0"" Kevin Carnes",
"\\L\\c2"" For Scumm16, the basis of ScummVM's older",
"\\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"" Jezar",
+"\\L\\c2"" For his freeverb filter implementation",
"\\L\\c0"" Jim Leiterman",
"\\L\\c2"" Various info on his FM-TOWNS/Marty SCUMM",
"\\L\\c2"" ports",
+"\\L\\c0"" lloyd",
+"\\L\\c2"" For deep tech details about C64 Zak & MM",
"\\L\\c0"" Jimmi Thogersen",
"\\L\\c2"" For ScummRev, and much obscure",
"\\L\\c2"" code/documentation",
diff --git a/tools/credits.pl b/tools/credits.pl
index 8b10083e8c..3878eb47fa 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -375,7 +375,7 @@ begin_credits("Credits");
add_person("Andreas Röver", "", "Broken Sword 1/2 MPEG2 cutscene support");
add_person("Edward Rudd", "", "Fixes for playing MP3 versions of MI1/Loom audio");
add_person("Daniel Schepler", "", "Final MI1 CD music support, initial Ogg Vorbis support");
- add_person("Paul Smedley", "Creeping", "OS/2 fixes");
+ add_person("Paul Smedley", "Creeping", "OS/2 fixes and packaging");
add_person("André Souza", "", "SDL-based OpenGL renderer");
add_person("Tim ???", "realmz", "Initial MI1 CD music support");
end_section();
@@ -390,9 +390,10 @@ begin_credits("Credits");
add_person("Sander Buskens", "", "For his work on the initial reversing of Monkey2");
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("", "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("Jimmi Thøgersen", "", "For ScummRev, and much obscure code/documentation");
add_person("", "Tristan", "For additional work on the original MT-32 emulator");
end_section();