Changeset - r7046:735ed48a6db7
[Not reviewed]
master
0 2 0
orudge - 17 years ago 2007-06-24 20:44:36
orudge@openttd.org
(svn r10311) -Fix: I'm not retired, just relatively inactive ;)
2 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
readme.txt
Show inline comments
 
@@ -289,21 +289,20 @@ The OpenTTD team (in alphabetical order)
 
  Matthijs Kooijman (blathijs)   - Pathfinder-guru
 
  Victor Fischer (Celestar)      - Programming everywhere you need him to
 
  Tamás Faragó (Darkvater)       - Lead programmer
 
  Loïc Guilloux (glx)            - In training, not yet specialized
 
  Jaroslav Mazanec (KUDr)        - YAPG (Yet Another Pathfinder God) ;)
 
  Kerekes Miham (MiHaMiX)        - Maintainer of translator service, and host of nightlies
 

	
 
  Owen Rudge (orudge)            - Contributor, forum host, master server host, OS/2 port
 
  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-repository and website host
 

	
 
Retired Developers:
 
  Dominik Scherer (dominik81)    - Lead programmer, GUI expert (0.3.0 - 0.3.6)
 
  Owen Rudge (orudge)            - Contributor, forum host, master server host, OS/2 port (0.1 - 0.4.8)
 
  Ludvig Strigeus (ludde)        - OpenTTD author, main coder (0.1 - 0.3.3)
 
  Serge Paquet (vurlix)          - Assistant project manager, coder (0.1 - 0.3.3)
 

	
 
Thanks to:
 
  Josef Drexler                  - For his great work on TTDPatch.
 
  Marcin Grzegorczyk             - For his TTDPatch work and documentation of TTD internals and graphics (signals and track foundations)
src/misc_gui.cpp
Show inline comments
 
@@ -214,22 +214,22 @@ static const char *credits[] = {
 
	"  Victor Fischer (Celestar) - Programming everywhere you need him to",
 
	"  Tamás Faragó (Darkvater) - Lead coder",
 
	"  Loïc Guilloux (glx) - In training, not yet specialized",
 
	"  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",
 
	"  Owen Rudge (orudge) - Forum and masterserver host, OS/2 port",
 
	"  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- 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)",
 
	"  Owen Rudge (orudge) - Forum- and masterserver host, OS/2 port (0.1 - 0.4.8)",
 
	"",
 
	"Special thanks go out to:",
 
	"  Josef Drexler - For his great work on TTDPatch",
 
	"  Marcin Grzegorczyk - For his documentation of TTD internals",
 
	"  Petr Baudis (pasky) - Many patches, newgrf support",
 
	"  Stefan Meißner (sign_de) - For his work on the console",
0 comments (0 inline, 0 general)