(svn r11409) -Update: as of now, I am a retired Developer, so mark me as such
authortruelight
Sun, 11 Nov 2007 14:32:18 +0000
changeset 8355 d2fd84767817
parent 8354 b9ef72f3e4dc
child 8356 4d72bac74977
(svn r11409) -Update: as of now, I am a retired Developer, so mark me as such
readme.txt
src/lang/english.txt
src/misc_gui.cpp
--- a/readme.txt	Sun Nov 11 13:04:51 2007 +0000
+++ b/readme.txt	Sun Nov 11 14:32:18 2007 +0000
@@ -295,10 +295,10 @@
   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)
 
--- a/src/lang/english.txt	Sun Nov 11 13:04:51 2007 +0000
+++ b/src/lang/english.txt	Sun Nov 11 14:32:18 2007 +0000
@@ -1335,7 +1335,7 @@
 
 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
 
--- a/src/misc_gui.cpp	Sun Nov 11 13:04:51 2007 +0000
+++ b/src/misc_gui.cpp	Sun Nov 11 14:32:18 2007 +0000
@@ -223,12 +223,12 @@
 	"  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",