Changeset - r13053:080f4f1e5386
[Not reviewed]
master
0 2 0
smatz - 15 years ago 2009-09-17 18:56:31
smatz@openttd.org
(svn r17561) -Fix: diacritics was missing at few places
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
readme.txt
Show inline comments
 
@@ -488,45 +488,45 @@ 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
 
  Victor Fischer (Celestar)      - Programming everywhere you need him to
 
  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
 
  Zdenek Sojka (SmatZ)           - Bug finder and fixer
 
  Zdeněk Sojka (SmatZ)           - Bug finder and fixer
 
  Thijs Marinussen (Yexo)        - AI Framework
 

	
 
Inactive Developers:
 
  Tamás Faragó (Darkvater)       - Ex-Lead coder
 
  Jaroslav Mazanec (KUDr)        - YAPG (Yet Another Pathfinder God) ;)
 
  Jonathan Coome (Maedhros)      - High priest of the NewGRF Temple
 
  Attila Bán (MiHaMiX)           - WebTranslator 1 and 2
 
  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)
 
  Benedikt Brüggemeier (skidd13) - Bug fixer and code reworker
 
  Patric Stout (TrueLight)       - Programmer (0.3 - pre0.7), sys op (active)
 

	
 
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.
 
  Petr Baudiš (pasky)            - Many patches, newgrf support, etc.
 
  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
 
  Christian Rosentreter (tokai)  - MorphOS / AmigaOS port
 
  Richard Kempton (RichK67)      - Additional airports, initial TGP implementation
 
  Alberto Demichelis             - Squirrel scripting language
 
  Markus F.X.J. Oberhumer        - MiniLZO for loading old savegames
 
  L. Peter Deutsch               - MD5 implementation
 
  Michael Blunck                 - For revolutionizing TTD with awesome graphics
 
  George                         - Canal graphics
 
  David Dallaston (Pikka)        - Tram tracks
src/misc_gui.cpp
Show inline comments
 
@@ -374,25 +374,25 @@ static const char *_credits[] = {
 
	"  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)",
 
	"  Benedikt Br\xC3\xBCggemeier (skidd13) - Bug fixer and code reworker",
 
	"  Patric Stout (TrueLight) - Programmer (0.3 - pre0.7), sys op (active)",
 
	"",
 
	"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 Baudi\xC5\xA1 (pasky) - Many patches, newGRF support",
 
	"  Stefan Mei\xC3\x9Fner (sign_de) - For his work on the console",
 
	"  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",
 
	"",
 
	"  Alberto Demichelis - Squirrel scripting language \xC2\xA9 2003-2008",
 
	"  Markus F.X.J. Oberhumer - (Mini)LZO for loading old savegames \xC2\xA9 1996-2008",
 
	"  L. Peter Deutsch - MD5 implementation \xC2\xA9 1999, 2000, 2002",
 
	"  Michael Blunck - Pre-Signals and Semaphores \xC2\xA9 2003",
 
	"  George - Canal/Lock graphics \xC2\xA9 2003-2004",
 
	"  David Dallaston - Tram tracks",
0 comments (0 inline, 0 general)