aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2005-06-23 13:55:32 +0000
committerMax Horn2005-06-23 13:55:32 +0000
commit1c361ee409a24618ecfb1c2c1bf12861ee7a41e3 (patch)
tree6d30cd24f2505f9b995244fbc0ddc5e0e99a7454
parent2ea15e4822bf0bbbe3507340eabe94e6d6244884 (diff)
downloadscummvm-rg350-1c361ee409a24618ecfb1c2c1bf12861ee7a41e3.tar.gz
scummvm-rg350-1c361ee409a24618ecfb1c2c1bf12861ee7a41e3.tar.bz2
scummvm-rg350-1c361ee409a24618ecfb1c2c1bf12861ee7a41e3.zip
Fixed credits order again
svn-id: r18439
-rw-r--r--AUTHORS2
-rw-r--r--doc/10.tex2
-rw-r--r--gui/credits.h4
-rwxr-xr-xtools/credits.pl2
4 files changed, 5 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index 4782b1f270..51625a3f95 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -40,6 +40,7 @@ Contributors:
Janne Huttunen - V3 actor mask support, Dig/FT SMUSH audio
Kovacs Endre Janos - Several fixes for Simon1
Jeroen Janssen - Numerous readability and bugfix patches
+ Andreas Karlsson - Initial port for EPOC/SymbianOS
Robert Kelsen - Packaging for SlackWare
Claudio Matsuoka - Daily Linux builds
Mikesch Nepomuk - MI1 VGA floppy patches
@@ -57,7 +58,6 @@ Contributors:
Johannes Schickel - Thumbnails for ScummEngine
Andre Souza - SDL-based OpenGL renderer
Tim ??? - Initial MI1 CD music support
- Andreas Karlsson - Port: EPOC/SymbianOS
And to all the contributors, users, and beta testers we've missed.
Thanks!
diff --git a/doc/10.tex b/doc/10.tex
index dfa7816600..e06cad4dd6 100644
--- a/doc/10.tex
+++ b/doc/10.tex
@@ -45,6 +45,7 @@
Janne Huttunen & V3 actor mask support, Dig/FT SMUSH audio\\
Kov\'acs Endre J\'anos & Several fixes for Simon1\\
Jeroen Janssen & Numerous readability and bugfix patches\\
+ Andreas Karlsson & Initial port for EPOC/SymbianOS\\
Robert Kelsen & Packaging for SlackWare\\
Claudio Matsuoka & Daily Linux builds\\
Mikesch Nepomuk & MI1 VGA floppy patches\\
@@ -59,7 +60,6 @@
Johannes Schickel & Thumbnails for ScummEngine\\
Andr\'e Souza & SDL-based OpenGL renderer\\
Tim ??? & Initial MI1 CD music support\\
- Andreas Karlsson & Port: EPOC/SymbianOS\\
\end{tabular}
And to all the contributors, users, and beta testers we've missed. Thanks!
diff --git a/gui/credits.h b/gui/credits.h
index 75ee0a0eaa..a4616d161d 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -78,6 +78,8 @@ static const char *credits[] = {
"\\L\\c2"" Several fixes for Simon1",
"\\L\\c0"" Jeroen Janssen",
"\\L\\c2"" Numerous readability and bugfix patches",
+"\\L\\c0"" Andreas Karlsson",
+"\\L\\c2"" Initial port for EPOC/SymbianOS",
"\\L\\c0"" Robert Kelsen",
"\\L\\c2"" Packaging for SlackWare",
"\\L\\c0"" Claudio Matsuoka",
@@ -109,8 +111,6 @@ static const char *credits[] = {
"\\L\\c2"" SDL-based OpenGL renderer",
"\\L\\c0"" Tim ???",
"\\L\\c2"" Initial MI1 CD music support",
-"\\L\\c0"" Andreas Karlsson",
-"\\L\\c2"" Port: EPOC/SymbianOS",
"\\L\\c0""",
"\\L\\c0""And to all the contributors, users, and beta testers we've missed. Thanks!",
"\\L\\c0""",
diff --git a/tools/credits.pl b/tools/credits.pl
index 8e16430deb..689ab5402b 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -362,6 +362,7 @@ begin_credits("Credits");
add_person("Janne Huttunen", "", "V3 actor mask support, Dig/FT SMUSH audio");
add_person("Kovács Endre János", "", "Several fixes for Simon1");
add_person("Jeroen Janssen", "", "Numerous readability and bugfix patches");
+ add_person("Andreas Karlsson", "Sprawl", "Initial port for EPOC/SymbianOS");
add_person("Robert Kelsen", "", "Packaging for SlackWare");
add_person("Claudio Matsuoka", "", 'Daily Linux builds');
add_person("Mikesch Nepomuk", "", "MI1 VGA floppy patches");
@@ -376,7 +377,6 @@ begin_credits("Credits");
add_person("Johannes Schickel", "LordHoto", "Thumbnails for ScummEngine");
add_person("André Souza", "", "SDL-based OpenGL renderer");
add_person("Tim ???", "realmz", "Initial MI1 CD music support");
- add_person("Andreas Karlsson", "Sprawl", "Port: EPOC/SymbianOS");
end_section();