Changeset - r20004:ac98050bc27f
[Not reviewed]
master
0 2 0
rubidium - 11 years ago 2013-02-02 20:19:17
rubidium@openttd.org
(svn r24960) -Fix [FS#5423]: inconsistencies in the "thanks to" lists
2 files changed with 2 insertions and 4 deletions:
0 comments (0 inline, 0 general)
readme.txt
Show inline comments
 
@@ -667,13 +667,13 @@ Retired Developers:
 
  Dominik Scherer (dominik81)     - Lead programmer, GUI expert (0.3.0 - 0.3.6)
 
  Benedikt Brüggemeier (skidd13)  - Bug fixer and code reworker
 
  Patric Stout (TrueBrain)        - NoProgrammer (0.3 - 1.2), sys op (active)
 

	
 
Thanks to:
 
  Josef Drexler                   - For his great work on TTDPatch.
 
  Marcin Grzegorczyk              - For his TTDPatch work and documentation of Transport Tycoon Deluxe internals and graphics (signals and track foundations)
 
  Marcin Grzegorczyk              - For his TTDPatch work and documentation of Transport Tycoon Deluxe internals and track foundations
 
  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
 
@@ -681,10 +681,9 @@ Thanks to:
 
  Alberto Demichelis              - Squirrel scripting language
 
  L. Peter Deutsch                - MD5 implementation
 
  Michael Blunck                  - For revolutionizing TTD with awesome graphics
 
  George                          - Canal graphics
 
  Andrew Parkhouse (andythenorth) - River graphics
 
  David Dallaston (Pikka)         - Tram tracks
 
  Marcin Grzegorczyk              - Foundations for tracks on slopes,
 
  All Translators                 - For their support to make OpenTTD a truly international game
 
  Bug Reporters                   - Thanks for all bug reports
 
  Chris Sawyer                    - For an amazing game!
src/misc_gui.cpp
Show inline comments
 
@@ -407,13 +407,13 @@ static const char * const _credits[] = {
 
	"  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 (TrueBrain) - NoProgrammer (0.3 - 1.2), sys op (active)",
 
	"",
 
	"Special thanks go out to:",
 
	"  Josef Drexler - For his great work on TTDPatch",
 
	"  Marcin Grzegorczyk - For describing Transport Tycoon Deluxe internals",
 
	"  Marcin Grzegorczyk - Track foundations and for describing TTD internals",
 
	"  Petr Baudi\xC5\xA1 (pasky) - Many patches, newGRF support",
 
	"  Simon Sasburg (HackyKid) - Many bugfixes he has blessed us with",
 
	"  Stefan Mei\xC3\x9Fner (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",
 
@@ -422,13 +422,12 @@ static const char * const _credits[] = {
 
	"  Alberto Demichelis - Squirrel scripting language \xC2\xA9 2003-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",
 
	"  Andrew Parkhouse (andythenorth) - River graphics",
 
	"  David Dallaston (Pikka) - Tram tracks",
 
	"  Marcin Grzegorczyk - Foundations for tracks on slopes",
 
	"  All Translators - Who made OpenTTD a truly international game",
 
	"  Bug Reporters - Without whom OpenTTD would still be full of bugs!",
 
	"",
 
	"",
 
	"And last but not least:",
 
	"  Chris Sawyer - For an amazing game!"
0 comments (0 inline, 0 general)