aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2004-12-25 19:41:02 +0000
committerEugene Sandulenko2004-12-25 19:41:02 +0000
commit63a46342ee89ab318c7101b70072c75a723eeff4 (patch)
treed918dc4ec883ac87682a80ab5115a89ab2737413
parentd6872dba6b6b4c4dafbd411bf4b0651b7d01edce (diff)
downloadscummvm-rg350-63a46342ee89ab318c7101b70072c75a723eeff4.tar.gz
scummvm-rg350-63a46342ee89ab318c7101b70072c75a723eeff4.tar.bz2
scummvm-rg350-63a46342ee89ab318c7101b70072c75a723eeff4.zip
I didn't know that our credits are sorted alphabetically. Move Andrew up.
svn-id: r16319
-rw-r--r--AUTHORS4
-rw-r--r--gui/credits.h6
-rwxr-xr-xtools/credits.pl2
3 files changed, 6 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index bb71e87f1d..4edfaf48a4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,12 +7,12 @@ The ScummVM team:
Jonathan Gray - Engine: SCUMM, HE, Broken Sword II
Travis Howell - Engine: SCUMM, HE, Simon the Sorcerer
Oliver Kiehl - Engine: Beneath a Steel Sky, Simon
- Pawel Kolodziejski - Engine: SCUMM (Codecs, iMUSE, Smush, etc)
+ Pawel Kolodziejski - Engine: SCUMM (Codecs, iMUSE, Smush, etc.)
+ Andrew Kurushin - Engine: SAGA
Gregory Montoir - Engine: Flight of the Amazon Queen, HE
Joost Peters - Engine: Beneath a Steel Sky, Flight of the
Amazon Queen
Eugene Sandulenko - Engine: SCUMM (FT INSANE), HE, SAGA
- Andrew Kurushin - Engine: SAGA
Chris Apers - Port: PalmOS
Nicolas Bacca - Port: PocketPC/WinCE
Marcus Comstedt - Port: Dreamcast
diff --git a/gui/credits.h b/gui/credits.h
index fb5f886dee..acecc27d83 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -18,7 +18,9 @@ static const char *credits[] = {
"\\L\\c0"" Oliver Kiehl",
"\\L\\c2"" Engine: Beneath a Steel Sky, Simon",
"\\L\\c0"" Pawel Kolodziejski",
-"\\L\\c2"" Engine: SCUMM (Codecs, iMUSE, Smush, etc)",
+"\\L\\c2"" Engine: SCUMM (Codecs, iMUSE, Smush, etc.)",
+"\\L\\c0"" Andrew Kurushin",
+"\\L\\c2"" Engine: SAGA",
"\\L\\c0"" Gregory Montoir",
"\\L\\c2"" Engine: Flight of the Amazon Queen, HE",
"\\L\\c0"" Joost Peters",
@@ -26,8 +28,6 @@ static const char *credits[] = {
"\\L\\c2"" Amazon Queen",
"\\L\\c0"" Eugene Sandulenko",
"\\L\\c2"" Engine: SCUMM (FT INSANE), HE, SAGA",
-"\\L\\c0"" Andrew Kurushin",
-"\\L\\c2"" Engine: SAGA",
"\\L\\c0"" Chris Apers",
"\\L\\c2"" Port: PalmOS",
"\\L\\c0"" Nicolas Bacca",
diff --git a/tools/credits.pl b/tools/credits.pl
index 1ab2410068..8967db0396 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -228,10 +228,10 @@ begin_credits("Credits");
add_person("Travis Howell", "Kirben", "Engine: SCUMM, HE, Simon the Sorcerer");
add_person("Oliver Kiehl", "olki", "Engine: Beneath a Steel Sky, Simon");
add_person("Pawel Kolodziejski", "aquadran", "Engine: SCUMM (Codecs, iMUSE, Smush, etc.)");
+ add_person("Andrew Kurushin", "ajax16384", "Engine: SAGA");
add_person("Gregory Montoir", "cyx", "Engine: Flight of the Amazon Queen, HE");
add_person("Joost Peters", "joostp", "Engine: Beneath a Steel Sky, Flight of the Amazon Queen");
add_person("Eugene Sandulenko", "_sev", "Engine: SCUMM (FT INSANE), HE, SAGA");
- add_person("Andrew Kurushin", "ajax16384", "Engine: SAGA");
add_person("Chris Apers", "chrilith ", "Port: PalmOS");
add_person("Nicolas Bacca", "arisme", "Port: PocketPC/WinCE");
add_person("Marcus Comstedt", "", "Port: Dreamcast");