Changeset - r8184:5188f5845675
[Not reviewed]
master
0 2 0
belugas - 16 years ago 2008-01-03 14:04:08
belugas@openttd.org
(svn r11747) -Change: Return of the prodigal son (or something). Little update (but highly noticed) on the OpenTTD Team
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
readme.txt
Show inline comments
 
@@ -286,20 +286,20 @@ The OpenTTD team (in alphabetical order)
 
  Matthijs Kooijman (blathijs)   - Pathfinder-guru, pool rework
 
  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
 
  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
 

	
 
Inactive Developers:
 
  Victor Fischer (Celestar)      - Programming everywhere you need him to
 
  Tamás Faragó (Darkvater)       - Ex-Lead coder
 
  Peter Nelson (peter1138)       - Spiritual descendant from newGRF gods
 
  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)
src/misc_gui.cpp
Show inline comments
 
@@ -216,20 +216,20 @@ static const char *credits[] = {
 
	"  Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework",
 
	"  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",
 
	"  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",
 
	"",
 
	"Inactive Developers:",
 
	"  Victor Fischer (Celestar) - Programming everywhere you need him to",
 
	"  Tamás Faragó (Darkvater) - Ex-Lead coder",
 
	"  Peter Nelson (peter1138) - Spiritual descendant from newGRF gods",
 
	"  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)",
0 comments (0 inline, 0 general)