diff options
author | darkvater <darkvater@openttd.org> | 2005-01-23 20:41:20 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2005-01-23 20:41:20 +0000 |
commit | 96335b8d6ad522da755e92415eb9c5c93a12a7b4 (patch) | |
tree | 172eebd681e2f368f190f919189424c9523a9a6a | |
parent | 7ba0a0d95cadbf99d774d0009810370139c05a62 (diff) | |
download | openttd-96335b8d6ad522da755e92415eb9c5c93a12a7b4.tar.xz |
(svn r1625) -Alphabetized credits list
-rw-r--r-- | misc_gui.c | 18 | ||||
-rw-r--r-- | readme.txt | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/misc_gui.c b/misc_gui.c index 44fc97e78..037a38c8a 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -169,16 +169,14 @@ static const char *credits[] = { "Original design by Chris Sawyer", "Original graphics by Simon Foster", "", - "The OpenTTD team:", - " Dominik Scherer (dominik81) - Lead coder", - " Tamas Farago (Darkvater) - Lead coder", - " Patric Stout (TrueLight) - Coder, network guru, SVN- and website host", - " Owen Rudge (orudge) - Forum- and masterserver host, OS/2 port", + "The OpenTTD team (in alphabetical order):", " Bjarni Corfitzen (Bjarni) - MacOS port", - " Kerekes Miham (MiHaMiX) - Translator system, and Nightlies host", - " Cian Duffy (MYOB) - BeOS port / manual writing", - " Christian Rosentreter (tokaiz) - MorphOS / AmigaOS port", + " Tamas Faragó (Darkvater) - Lead coder", + " Dominik Scherer (dominik81) - Lead coder", " Ludvig Strigeus (ludde) - OpenTTD author, main coder (0.1 - 0.3.3)", + " Kerekes Miham (MiHaMiX) - Translator system, and Nightlies host", + " Owen Rudge (orudge) - Forum- and masterserver host, OS/2 port", + " Patric Stout (TrueLight) - Coder, network guru, SVN- and website host", " Serge Paquet (vurlix) - Assistant project manager, coder (0.1 - 0.3.3)", "", "Special thanks go out to:", @@ -189,6 +187,8 @@ static const char *credits[] = { " blathijs - For his many patches, suggestions and code documentation", " pasky - Many patches, newgrf support", " Stefan Meißner (sign_de) - For his work on the console", + " Cian Duffy (MYOB) - BeOS port / manual writing", + " Christian Rosentreter (tokaiz) - MorphOS / AmigaOS port", "", " Michael Blunck - Pre-Signals and Semaphores © 2003", " George - Canal/Lock graphics © 2003-2004", @@ -198,7 +198,7 @@ static const char *credits[] = { NULL, "", "", - "And finally:", + "And last but not least:", " Chris Sawyer - For an amazing game!" }; diff --git a/readme.txt b/readme.txt index 6b6b3d6ad..914e87012 100644 --- a/readme.txt +++ b/readme.txt @@ -213,27 +213,27 @@ That's all! You should now be able to select the language in the game options. X.X) Credits: ---- -------- -The OpenTTD team: - Dominik Scherer (dominik81) - Lead coder - Tamas Farago (Darkvater) - Lead coder - Patric Stout (TrueLight) - Coder, network guru, SVN-repository and website host - Owen Rudge (orudge) - Contributor, forum host, masterserver host +The OpenTTD team (in alphabetical order): Bjarni Corfitzen (Bjarni) - MacOS port - Kerekes Miham (MiHaMiX) - Maintainer of translator service, and host of nightlies - Cian Duffy (MYOB) - BeOS port / manual writing - Christian Rosentreter (tokaiz) - MorphOS / AmigaOS port + Tamas Faragó (Darkvater) - Lead coder + Dominik Scherer (dominik81) - Lead coder Ludvig Strigeus (ludde) - OpenTTD author, main coder (0.1 - 0.3.3) + Kerekes Miham (MiHaMiX) - Maintainer of translator service, and host of nightlies + Owen Rudge (orudge) - Contributor, forum host, masterserver host + Patric Stout (TrueLight) - Coder, network guru, SVN-repository and website host Serge Paquet (vurlix) - Assistant project manager, coder (0.1 - 0.3.3) Thanks to: Josef Drexler - For his great work on TTDPatch. Marcin Grzegorczyk - For his TTDPatch work and documentation of TTD internals and graphics (signals and track foundations) - Mike Ragsdale - OpenTTD installer Celestar - For his many patches, suggestions and fixes blathijs - For his many patches, suggestions and code documentation Tron - For his many patches, suggestions and relentless correcting of the code Stefan Meißner (sign_de) - For his work on the console pasky - Many patches, newgrf support, etc. + Mike Ragsdale - OpenTTD installer + Cian Duffy (MYOB) - BeOS port / manual writing + Christian Rosentreter (tokaiz) - MorphOS / AmigaOS port Michael Polnick - Some patches Michael Blunck - Nice graphics George - Canal graphics |