diff options
author | truelight <truelight@openttd.org> | 2007-11-11 14:32:18 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-11-11 14:32:18 +0000 |
commit | f6dda295496e642a04f212e8aa41cdfdf74a347d (patch) | |
tree | 13cbb274e227b3ce562de9d57f1cd556b961e9e4 | |
parent | 7c679507656e579cd09e8236c2515a9c8d6c3376 (diff) | |
download | openttd-f6dda295496e642a04f212e8aa41cdfdf74a347d.tar.xz |
(svn r11409) -Update: as of now, I am a retired Developer, so mark me as such
-rw-r--r-- | readme.txt | 2 | ||||
-rw-r--r-- | src/lang/english.txt | 2 | ||||
-rw-r--r-- | src/misc_gui.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt index c6284e773..e2a302d9c 100644 --- a/readme.txt +++ b/readme.txt @@ -295,10 +295,10 @@ The OpenTTD team (in alphabetical order): Peter Nelson (peter1138) - Spiritual descendant from newgrf gods Remko Bijker (Rubidium) - THE desync hunter Christoph Mallon (Tron) - Programmer, code correctness police - Patric Stout (TrueLight) - Programmer, network guru, SVN-, MS-, and website host Retired Developers: Dominik Scherer (dominik81) - Lead programmer, GUI expert (0.3.0 - 0.3.6) + Patric Stout (TrueLight) - Programmer, webhoster (0.3 - pre0.6) Ludvig Strigeus (ludde) - OpenTTD author, main coder (0.1 - 0.3.3) Serge Paquet (vurlix) - Assistant project manager, coder (0.1 - 0.3.3) diff --git a/src/lang/english.txt b/src/lang/english.txt index 45879cdbe..c3383d8dc 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1335,7 +1335,7 @@ STR_CONFIG_GAME_PRODUCTION :{WHITE}Change p TEMP_AI_IN_PROGRESS :{WHITE}Welcome to the new AI under development. If you encounter problems, take a screenshot and post it in the forum. TEMP_AI_ACTIVATED :{WHITE}Warning: this new AI is still alpha! Currently, only trucks and busses work! -TEMP_AI_MULTIPLAYER :{WHITE}Warning: implementation is still experimental (using new AI). Please report any problems to truelight@openttd.org. +TEMP_AI_MULTIPLAYER :{WHITE}Warning: implementation is still experimental (using new AI). ############ network gui strings diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index f45e56c11..94e46d54b 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -223,12 +223,12 @@ static const char *credits[] = { " Peter Nelson (peter1138) - Spiritual descendant from newgrf gods", " Remko Bijker (Rubidium) - THE desync hunter", " Christoph Mallon (Tron) - Programmer, code correctness police", - " Patric Stout (TrueLight) - Coder, network guru, SVN-, MS- and website host", "", "Retired Developers:", " Ludvig Strigeus (ludde) - OpenTTD author, main coder (0.1 - 0.3.3)", " Serge Paquet (vurlix) - Assistant project manager, coder (0.1 - 0.3.3)", " Dominik Scherer (dominik81) - Lead programmer, GUI expert (0.3.0 - 0.3.6)", + " Patric Stout (TrueLight) - Programmer, webhoster (0.3 - pre0.6)", "", "Special thanks go out to:", " Josef Drexler - For his great work on TTDPatch", |