Changeset - r13577:86f5139bf92a
[Not reviewed]
master
0 2 0
alberth - 15 years ago 2009-11-15 21:07:39
alberth@openttd.org
(svn r18111) -Change: One more developer added to the history of OpenTTD.
2 files changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
readme.txt
Show inline comments
 
@@ -486,12 +486,13 @@ will be output to the console at the mom
 
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
 
  Jean-Francois Claeys (Belugas) - GUI, newindustries and more
 
  Bjarni Corfitzen (Bjarni)      - MacOSX port, coder and vehicles
 
  Matthijs Kooijman (blathijs)   - Pathfinder-guru, pool rework
 
  Victor Fischer (Celestar)      - Programming everywhere you need him to
 
  Christoph Elsenhans (frosch)   - General coding
 
  Loïc Guilloux (glx)            - Windows Expert
src/misc_gui.cpp
Show inline comments
 
@@ -354,12 +354,13 @@ static const WindowDesc _about_desc(
 

	
 
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",
 
	"  Jean-Francois Claeys (Belugas) - GUI, newindustries and more",
 
	"  Bjarni Corfitzen (Bjarni) - MacOSX port, coder and vehicles",
 
	"  Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework",
 
	"  Victor Fischer (Celestar) - Programming everywhere you need him to",
 
	"  Christoph Elsenhans (frosch) - General coding",
 
	"  Lo\xC3\xAF""c Guilloux (glx) - Windows Expert",
0 comments (0 inline, 0 general)