Changeset - r12734:b505789e573c
[Not reviewed]
master
0 2 0
rubidium - 15 years ago 2009-08-18 15:19:43
rubidium@openttd.org
(svn r17210) -Update: credits to reflect the (current) truth a bit better
2 files changed with 7 insertions and 5 deletions:
0 comments (0 inline, 0 general)
readme.txt
Show inline comments
 
OpenTTD README
 
Last updated:    2009-08-01
 
Last updated:    2009-08-18
 
Release version: 0.7.2
 
------------------------------------------------------------------------
 

	
 
@@ -480,7 +480,7 @@ 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, Nightlies, Wiki and bugtracker host
 
  Attila Bán (MiHaMiX)           - WebTranslator 1 and 2
 
  Christoph Mallon (Tron)        - Programmer, code correctness police
 

	
 
Retired Developers:
 
@@ -488,7 +488,7 @@ Retired Developers:
 
  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, webhoster (0.3 - pre0.7)
 
  Patric Stout (TrueLight)       - Programmer (0.3 - pre0.7), sys op (active)
 

	
 
Thanks to:
 
  Josef Drexler                  - For his great work on TTDPatch.
 
@@ -501,6 +501,7 @@ Thanks to:
 
  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
 
  Michael Blunck                 - For revolutionizing TTD with awesome graphics
 
  George                         - Canal graphics
 
  David Dallaston (Pikka)        - Tram tracks
src/misc_gui.cpp
Show inline comments
 
@@ -359,7 +359,7 @@ struct AboutWindow : public Window {
 
			"  Tam\xC3\xA1s Farag\xC3\xB3 (Darkvater) - Ex-Lead coder",
 
			"  Jaroslav Mazanec (KUDr) - YAPG (Yet Another Pathfinder God) ;)",
 
			"  Jonathan Coome (Maedhros) - High priest of the NewGRF Temple",
 
			"  Attila B\xC3\xA1n (MiHaMiX) - WebTranslator, Nightlies, Wiki and bugtracker host",
 
			"  Attila B\xC3\xA1n (MiHaMiX) - Developer WebTranslator 1 and 2",
 
			"  Christoph Mallon (Tron) - Programmer, code correctness police",
 
			"",
 
			"Retired Developers:",
 
@@ -367,7 +367,7 @@ struct AboutWindow : public Window {
 
			"  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, webhoster (0.3 - pre0.7)",
 
			"  Patric Stout (TrueLight) - Programmer (0.3 - pre0.7), sys op (active)",
 
			"",
 
			"Special thanks go out to:",
 
			"  Josef Drexler - For his great work on TTDPatch",
 
@@ -380,6 +380,7 @@ struct AboutWindow : public Window {
 
			"  Richard Kempton (richK) - additional airports, initial TGP implementation",
 
			"",
 
			"  Alberto Demichelis - Squirrel scripting language © 2003-2008",
 
			"  Markus F.X.J. Oberhumer - (Mini)LZO for loading old savegames © 1996-2002",
 
			"  Michael Blunck - Pre-Signals and Semaphores © 2003",
 
			"  George - Canal/Lock graphics © 2003-2004",
 
			"  David Dallaston - Tram tracks",
0 comments (0 inline, 0 general)