Changeset - r11364:99c5db853087
[Not reviewed]
master
0 2 0
yexo - 15 years ago 2009-03-15 00:32:36
yexo@openttd.org
(svn r15719) -Update: the credit section.
2 files changed with 15 insertions and 12 deletions:
0 comments (0 inline, 0 general)
readme.txt
Show inline comments
 
@@ -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.
src/misc_gui.cpp
Show inline comments
 
@@ -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",
0 comments (0 inline, 0 general)