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
 
@@ -494,13 +494,13 @@ The OpenTTD team (in alphabetical order)
 
  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
 
@@ -514,13 +514,13 @@ Retired Developers:
 
  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
src/misc_gui.cpp
Show inline comments
 
@@ -380,13 +380,13 @@ static const char *_credits[] = {
 
	"  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",
 
	"",
0 comments (0 inline, 0 general)