summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-03-15 00:32:36 +0000
committeryexo <yexo@openttd.org>2009-03-15 00:32:36 +0000
commitaf5c6f7996fb157407e49a87ce887615750f7e2f (patch)
treeddb9d7a3e027845cbda66a0fb8f61aec9fa36e0b
parentc3e87f345ddd60082d6470f6401a1659094a3011 (diff)
downloadopenttd-af5c6f7996fb157407e49a87ce887615750f7e2f.tar.xz
(svn r15719) -Update: the credit section.
-rw-r--r--readme.txt13
-rw-r--r--src/misc_gui.cpp14
2 files changed, 15 insertions, 12 deletions
diff --git a/readme.txt b/readme.txt
index 0603c5896..7efcf9232 100644
--- a/readme.txt
+++ b/readme.txt
@@ -467,26 +467,27 @@ The OpenTTD team (in alphabetical order):
Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework
Victor Fischer (Celestar) - Programming everywhere you need him to
Christoph Elsenhans (frosch) - General coding
- Loïc Guilloux (glx) - General coding
- Jaroslav Mazanec (KUDr) - YAPG (Yet Another Pathfinder God) ;)
- Jonathan Coome (Maedhros) - High priest of the NewGRF Temple
+ Loïc Guilloux (glx) - Windows Expert
Michael Lutz (michi_cc) - Path based signals
- Attila Bán (MiHaMiX) - WebTranslator, Nightlies, Wiki and bugtracker host
Owen Rudge (orudge) - Forum host, OS/2 port
Peter Nelson (peter1138) - Spiritual descendant from newGRF gods
Remko Bijker (Rubidium) - Lead coder and way more
- Benedikt Brüggemeier (skidd13) - Bug fixer and code reworker
Zdenek Sojka (SmatZ) - Bug finder and fixer
+ Thijs Marinussen (Yexo) - AI Framework
Inactive Developers:
Tamás Faragó (Darkvater) - Ex-Lead coder
+ Jaroslav Mazanec (KUDr) - YAPG (Yet Another Pathfinder God) ;)
+ Jonathan Coome (Maedhros) - High priest of the NewGRF Temple
+ Attila Bán (MiHaMiX) - WebTranslator, Nightlies, Wiki and bugtracker host
Christoph Mallon (Tron) - Programmer, code correctness police
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)
+ Benedikt Brüggemeier (skidd13) - Bug fixer and code reworker
+ Patric Stout (TrueLight) - Programmer, webhoster (0.3 - pre0.7)
Thanks to:
Josef Drexler - For his great work on TTDPatch.
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp
index 24a8980f3..d22945c2d 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -315,25 +315,27 @@ struct AboutWindow : public Window {
" Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework",
" Victor Fischer (Celestar) - Programming everywhere you need him to",
" Christoph Elsenhans (frosch) - General coding",
- " Loïc Guilloux (glx) - General coding",
- " Jaroslav Mazanec (KUDr) - YAPG (Yet Another Pathfinder God) ;)",
- " Jonathan Coome (Maedhros) - High priest of the newGRF Temple",
- " Attila Bán (MiHaMiX) - WebTranslator, Nightlies, Wiki and bugtracker host",
+ " Loïc Guilloux (glx) - Windows Expert",
+ " Michael Lutz (michi_cc) - Path based signals",
" Owen Rudge (orudge) - Forum host, OS/2 port",
" Peter Nelson (peter1138) - Spiritual descendant from newGRF gods",
" Remko Bijker (Rubidium) - Lead coder and way more",
- " Benedikt Brüggemeier (skidd13) - Bug fixer and code reworker",
" Zdenek Sojka (SmatZ) - Bug finder and fixer",
+ " Thijs Marinussen (Yexo) - AI Framework",
"",
"Inactive Developers:",
" Tamás Faragó (Darkvater) - Ex-Lead coder",
+ " Jaroslav Mazanec (KUDr) - YAPG (Yet Another Pathfinder God) ;)",
+ " Jonathan Coome (Maedhros) - High priest of the NewGRF Temple",
+ " Attila Bán (MiHaMiX) - WebTranslator, Nightlies, Wiki and bugtracker host",
" Christoph Mallon (Tron) - Programmer, code correctness police",
"",
"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)",
+ " Benedikt Brüggemeier (skidd13) - Bug fixer and code reworker",
+ " Patric Stout (TrueLight) - Programmer, webhoster (0.3 - pre0.7)",
"",
"Special thanks go out to:",
" Josef Drexler - For his great work on TTDPatch",