Changeset - r1124:1aab18d9e7c6
[Not reviewed]
master
0 2 0
darkvater - 19 years ago 2005-01-23 20:41:20
darkvater@openttd.org
(svn r1625) -Alphabetized credits list
2 files changed with 18 insertions and 18 deletions:
0 comments (0 inline, 0 general)
misc_gui.c
Show inline comments
 
@@ -160,54 +160,54 @@ void PlaceLandBlockInfo(void)
 
	} else {
 
		_place_proc = Place_LandInfo;
 
		SetObjectToPlace(0x2CF, 1, 1, 0);
 
	}
 
}
 

	
 
static const char *credits[] = {
 
	/*************************************************************************
 
	 *                      maximum length of string which fits in window   -^*/
 
	"Original design by Chris Sawyer",
 
	"Original graphics by Simon Foster",
 
	"",
 
	"The OpenTTD team:",
 
	"The OpenTTD team (in alphabetical order):",
 
	"  Bjarni Corfitzen (Bjarni) - MacOS port",
 
	"  Tamas Faragó (Darkvater) - Lead coder",
 
	"  Dominik Scherer (dominik81) - Lead coder",
 
	"  Tamas Farago (Darkvater) - Lead coder",
 
	"  Patric Stout (TrueLight) - Coder, network guru, SVN- and website host",
 
	"  Ludvig Strigeus (ludde) - OpenTTD author, main coder (0.1 - 0.3.3)",
 
	"  Kerekes Miham (MiHaMiX) - Translator system, and Nightlies host",
 
	"  Owen Rudge (orudge) - Forum- and masterserver host, OS/2 port",
 
	"  Bjarni Corfitzen (Bjarni) - MacOS port",
 
	"  Kerekes Miham (MiHaMiX) - Translator system, and Nightlies host",
 
	"  Cian Duffy (MYOB) - BeOS port / manual writing",
 
	"  Christian Rosentreter (tokaiz) - MorphOS / AmigaOS port",
 
	"  Ludvig Strigeus (ludde) - OpenTTD author, main coder (0.1 - 0.3.3)",
 
	"  Patric Stout (TrueLight) - Coder, network guru, SVN- and website host",
 
	"  Serge Paquet (vurlix) - Assistant project manager, coder (0.1 - 0.3.3)",
 
	"",
 
	"Special thanks go out to:",
 
	"  Josef Drexler - For his great work on TTDPatch",
 
	"  Marcin Grzegorczyk - For his documentation of TTD internals",
 
	"  Tron - Many patches, suggestions and relentless correcting of the code",
 
	"  Celestar - For his many patches, suggestions and fixes",
 
	"  blathijs - For his many patches, suggestions and code documentation",
 
	"  pasky - Many patches, newgrf support",
 
	"  Stefan Meißner (sign_de) - For his work on the console",
 
	"  Cian Duffy (MYOB) - BeOS port / manual writing",
 
	"  Christian Rosentreter (tokaiz) - MorphOS / AmigaOS port",
 
	"",
 
	"  Michael Blunck - Pre-Signals and Semaphores © 2003",
 
	"  George - Canal/Lock graphics © 2003-2004",
 
	"  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!",
 
	NULL,
 
	"",
 
	"",
 
	"And finally:",
 
	"And last but not least:",
 
	"  Chris Sawyer - For an amazing game!"
 
};
 

	
 
static void AboutWindowProc(Window *w, WindowEvent *e)
 
{
 
	switch(e->event) {
 
	case WE_CREATE: /* Set up window counter and start position of scroller */
 
		WP(w, scroller_d).counter = 0;
 
		WP(w, scroller_d).height = w->height - 40;
 
		break;
 
	case WE_PAINT: {
 
		const char *str;
readme.txt
Show inline comments
 
@@ -204,39 +204,39 @@ Example:
 

	
 
strgen lang/german.txt
 

	
 
This results in compiling german.txt and produces another file named german.lng.
 
Any missing strings are replaced with the english strings. Note that it looks for english.txt
 
in the lang subdirectory, which is where your language file should also be.
 

	
 
That's all! You should now be able to select the language in the game options.
 

	
 

	
 
X.X) Credits:
 
---- --------
 
The OpenTTD team:
 
The OpenTTD team (in alphabetical order):
 
  Bjarni Corfitzen (Bjarni)      - MacOS port
 
  Tamas Faragó (Darkvater)       - Lead coder
 
  Dominik Scherer (dominik81)    - Lead coder
 
  Tamas Farago (Darkvater)       - Lead coder
 
  Patric Stout (TrueLight)       - Coder, network guru, SVN-repository and website host
 
  Ludvig Strigeus (ludde)        - OpenTTD author, main coder (0.1 - 0.3.3)
 
  Kerekes Miham (MiHaMiX)        - Maintainer of translator service, and host of nightlies
 
  Owen Rudge (orudge)            - Contributor, forum host, masterserver host
 
  Bjarni Corfitzen (Bjarni)      - MacOS port
 
  Kerekes Miham (MiHaMiX)        - Maintainer of translator service, and host of nightlies
 
  Cian Duffy (MYOB)              - BeOS port / manual writing
 
  Christian Rosentreter (tokaiz) - MorphOS / AmigaOS port
 
  Ludvig Strigeus (ludde)        - OpenTTD author, main coder (0.1 - 0.3.3)
 
  Patric Stout (TrueLight)       - Coder, network guru, SVN-repository and website host
 
  Serge Paquet (vurlix)          - Assistant project manager, coder (0.1 - 0.3.3)
 

	
 
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)
 
  Mike Ragsdale - OpenTTD installer
 
  Celestar - For his many patches, suggestions and fixes
 
  blathijs - For his many patches, suggestions and code documentation
 
  Tron - For his many patches, suggestions and relentless correcting of the code
 
  Stefan Meißner (sign_de) - For his work on the console
 
  pasky - Many patches, newgrf support, etc.
 
  Mike Ragsdale - OpenTTD installer
 
  Cian Duffy (MYOB) - BeOS port / manual writing
 
  Christian Rosentreter (tokaiz) - MorphOS / AmigaOS port
 
  Michael Polnick - Some patches
 
  Michael Blunck - Nice graphics
 
  George - Canal graphics
 
  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!
0 comments (0 inline, 0 general)