Changeset - r8059:10fd44daaa27
[Not reviewed]
master
0 2 0
belugas - 16 years ago 2007-12-11 19:59:53
belugas@openttd.org
(svn r11620) -Change: Some are going, some are coming, some we do not know exactly. Little update on the OpenTTD Team
2 files changed with 32 insertions and 23 deletions:
0 comments (0 inline, 0 general)
readme.txt
Show inline comments
 
@@ -281,30 +281,35 @@ put them in the data/ folder and you're 
 
X.X) Credits:
 
---- --------
 
The OpenTTD team (in alphabetical order):
 
  Jean-Francois Claeys (Belugas) - In training, not yet specialized
 
  Bjarni Corfitzen (Bjarni)      - Mac OS X port, coder
 
  Matthijs Kooijman (blathijs)   - Pathfinder-guru
 
  Jean-Francois Claeys (Belugas) - GUI, newindustries and more
 
  Bjarni Corfitzen (Bjarni)      - MacOSX port, coder and vehicles
 
  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
 
  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)       - 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, OS/2 port
 
  Peter Nelson (peter1138)       - Spiritual descendant from newgrf gods
 
  Remko Bijker (Rubidium)        - THE desync hunter
 
  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)
 
  Patric Stout (TrueLight)       - Programmer, webhoster (0.3 - pre0.6)
 
  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)
 
  Petr Baudis (pasky)            - Many patches, newgrf support, etc.
 
  Simon Sasburg (HackyKid)       - For the many bugfixes he has blessed us with (and future PBS)
 
  Simon Sasburg (HackyKid)       - For the many bugfixes he has blessed us with
 
  Stefan Meißner (sign_de)       - For his work on the console
 
  Mike Ragsdale                  - OpenTTD installer
 
  Cian Duffy (MYOB)              - BeOS port / manual writing
src/misc_gui.cpp
Show inline comments
 
@@ -210,18 +210,22 @@ static const char *credits[] = {
 
	"Original graphics by Simon Foster",
 
	"",
 
	"The OpenTTD team (in alphabetical order):",
 
	"  Jean-Francois Claeys (Belugas) - In training, not yet specialized",
 
	"  Bjarni Corfitzen (Bjarni) - MacOSX port, coder",
 
	"  Matthijs Kooijman (blathijs) - Pathfinder-guru",
 
	"  Victor Fischer (Celestar) - Programming everywhere you need him to",
 
	"  Tamás Faragó (Darkvater) - Lead coder",
 
	"  Loïc Guilloux (glx) - In training, not yet specialized",
 
	"  Jean-Francois Claeys (Belugas) - GUI, newindustries and more",
 
	"  Bjarni Corfitzen (Bjarni) - MacOSX port, coder and vehicles",
 
	"  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) - THE desync hunter",
 
	"  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:",
 
@@ -233,9 +237,9 @@ static const char *credits[] = {
 
	"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",
 
	"  Petr Baudis (pasky) - Many patches, newGRF support",
 
	"  Stefan Meißner (sign_de) - For his work on the console",
 
	"  Simon Sasburg (HackyKid) - Many bugfixes he has blessed us with (and PBS)",
 
	"  Simon Sasburg (HackyKid) - Many bugfixes he has blessed us with",
 
	"  Cian Duffy (MYOB) - BeOS port / manual writing",
 
	"  Christian Rosentreter (tokai) - MorphOS / AmigaOS port",
 
	"  Richard Kempton (richK) - additional airports, initial TGP implementation",
0 comments (0 inline, 0 general)