Changeset - r8605:34b5e78ddda7
[Not reviewed]
master
0 2 0
belugas - 16 years ago 2008-02-19 17:52:30
belugas@openttd.org
(svn r12187) -Add: frosch as dev. Last, but not least
2 files changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
readme.txt
Show inline comments
 
@@ -276,24 +276,25 @@ Any NewGRF file used in a game is stored
 
to load if you don't have that grf file available. A list of missing files
 
will be output to the console at the moment, so use the '-d' flag (on windows)
 
to see this list. You just have to find the files (http://grfcrawler.tt-forums.net/)
 
put them in the data/ folder and you're set to go.
 

	
 
X.X) Credits:
 
---- --------
 
The OpenTTD team (in alphabetical order):
 
  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
 
  Christoph Elsenhans (frosch)   - 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
src/misc_gui.cpp
Show inline comments
 
@@ -210,24 +210,25 @@ void PlaceLandBlockInfo()
 

	
 
static const char *credits[] = {
 
	/*************************************************************************
 
	 *                      maximum length of string which fits in window   -^*/
 
	"Original design by Chris Sawyer",
 
	"Original graphics by Simon Foster",
 
	"",
 
	"The OpenTTD team (in alphabetical order):",
 
	"  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",
 
	"  Christoph Elsenhans (frosch) - 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",
0 comments (0 inline, 0 general)