Changeset - r16217:d4c064998e8d
[Not reviewed]
master
0 2 0
yexo - 14 years ago 2010-10-15 18:32:25
yexo@openttd.org
(svn r20928) -Update: we have a new developer
2 files changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
readme.txt
Show inline comments
 
@@ -539,24 +539,25 @@ file and add a desired font for small/me
 
name like "Tahoma" or a path to a font.
 

	
 
Any NewGRF file used in a game is stored inside the savegame and will refuse
 
to load if you don't have that NewGRF 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):
 
  Albert Hofkamp (Alberth)       - GUI expert
 
  Ingo von Borstel (planetmaker) - Support
 
  Jean-François Claeys (Belugas) - GUI, newindustries and more
 
  Matthijs Kooijman (blathijs)   - Pathfinder-guru, pool rework
 
  Christoph Elsenhans (frosch)   - General coding
 
  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
 
  Zdeněk Sojka (SmatZ)           - Bug finder and fixer
 
  José Soler (Terkhen)           - General coding
 
  Thijs Marinussen (Yexo)        - AI Framework
 

	
src/misc_gui.cpp
Show inline comments
 
@@ -376,24 +376,25 @@ static const WindowDesc _about_desc(
 
	WDP_CENTER, 0, 0,
 
	WC_GAME_OPTIONS, WC_NONE,
 
	0,
 
	_nested_about_widgets, lengthof(_nested_about_widgets)
 
);
 

	
 
static const char * const _credits[] = {
 
	"Original design by Chris Sawyer",
 
	"Original graphics by Simon Foster",
 
	"",
 
	"The OpenTTD team (in alphabetical order):",
 
	"  Albert Hofkamp (Alberth) - GUI expert",
 
	"  Ingo von Borstel (planetmaker) - Support",
 
	"  Jean-Fran\xC3\xA7ois Claeys (Belugas) - GUI, newindustries and more",
 
	"  Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework",
 
	"  Christoph Elsenhans (frosch) - General coding",
 
	"  Lo\xC3\xAF""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",
 
	"  Zden\xC4\x9Bk Sojka (SmatZ) - Bug finder and fixer",
 
	"  Jos\xC3\xA9 Soler (Terkhen) - General coding",
 
	"  Thijs Marinussen (Yexo) - AI Framework",
 
	"",
0 comments (0 inline, 0 general)