mirror of https://github.com/OpenTTD/OpenTTD
(svn r11409) -Update: as of now, I am a retired Developer, so mark me as such
parent
7c67950765
commit
f6dda29549
|
@ -295,10 +295,10 @@ The OpenTTD team (in alphabetical order):
|
||||||
Peter Nelson (peter1138) - Spiritual descendant from newgrf gods
|
Peter Nelson (peter1138) - Spiritual descendant from newgrf gods
|
||||||
Remko Bijker (Rubidium) - THE desync hunter
|
Remko Bijker (Rubidium) - THE desync hunter
|
||||||
Christoph Mallon (Tron) - Programmer, code correctness police
|
Christoph Mallon (Tron) - Programmer, code correctness police
|
||||||
Patric Stout (TrueLight) - Programmer, network guru, SVN-, MS-, and website host
|
|
||||||
|
|
||||||
Retired Developers:
|
Retired Developers:
|
||||||
Dominik Scherer (dominik81) - Lead programmer, GUI expert (0.3.0 - 0.3.6)
|
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)
|
Ludvig Strigeus (ludde) - OpenTTD author, main coder (0.1 - 0.3.3)
|
||||||
Serge Paquet (vurlix) - Assistant project manager, coder (0.1 - 0.3.3)
|
Serge Paquet (vurlix) - Assistant project manager, coder (0.1 - 0.3.3)
|
||||||
|
|
||||||
|
|
|
@ -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_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_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
|
############ network gui strings
|
||||||
|
|
||||||
|
|
|
@ -223,12 +223,12 @@ static const char *credits[] = {
|
||||||
" Peter Nelson (peter1138) - Spiritual descendant from newgrf gods",
|
" Peter Nelson (peter1138) - Spiritual descendant from newgrf gods",
|
||||||
" Remko Bijker (Rubidium) - THE desync hunter",
|
" Remko Bijker (Rubidium) - THE desync hunter",
|
||||||
" Christoph Mallon (Tron) - Programmer, code correctness police",
|
" Christoph Mallon (Tron) - Programmer, code correctness police",
|
||||||
" Patric Stout (TrueLight) - Coder, network guru, SVN-, MS- and website host",
|
|
||||||
"",
|
"",
|
||||||
"Retired Developers:",
|
"Retired Developers:",
|
||||||
" Ludvig Strigeus (ludde) - OpenTTD author, main coder (0.1 - 0.3.3)",
|
" Ludvig Strigeus (ludde) - OpenTTD author, main coder (0.1 - 0.3.3)",
|
||||||
" Serge Paquet (vurlix) - Assistant project manager, 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)",
|
" 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:",
|
"Special thanks go out to:",
|
||||||
" Josef Drexler - For his great work on TTDPatch",
|
" Josef Drexler - For his great work on TTDPatch",
|
||||||
|
|
Loading…
Reference in New Issue