misc_gui.c
changeset 1124 49ab02a88a0e
parent 1105 597b9e7955b5
child 1125 ddbfb1cbb9f6
equal deleted inserted replaced
1123:9c8b944a2737 1124:49ab02a88a0e
   167 	/*************************************************************************
   167 	/*************************************************************************
   168 	 *                      maximum length of string which fits in window   -^*/
   168 	 *                      maximum length of string which fits in window   -^*/
   169 	"Original design by Chris Sawyer",
   169 	"Original design by Chris Sawyer",
   170 	"Original graphics by Simon Foster",
   170 	"Original graphics by Simon Foster",
   171 	"",
   171 	"",
   172 	"The OpenTTD team:",
   172 	"The OpenTTD team (in alphabetical order):",
       
   173 	"  Bjarni Corfitzen (Bjarni) - MacOS port",
       
   174 	"  Tamas Faragó (Darkvater) - Lead coder",
   173 	"  Dominik Scherer (dominik81) - Lead coder",
   175 	"  Dominik Scherer (dominik81) - Lead coder",
   174 	"  Tamas Farago (Darkvater) - Lead coder",
   176 	"  Ludvig Strigeus (ludde) - OpenTTD author, main coder (0.1 - 0.3.3)",
       
   177 	"  Kerekes Miham (MiHaMiX) - Translator system, and Nightlies host",
       
   178 	"  Owen Rudge (orudge) - Forum- and masterserver host, OS/2 port",
   175 	"  Patric Stout (TrueLight) - Coder, network guru, SVN- and website host",
   179 	"  Patric Stout (TrueLight) - Coder, network guru, SVN- and website host",
   176 	"  Owen Rudge (orudge) - Forum- and masterserver host, OS/2 port",
       
   177 	"  Bjarni Corfitzen (Bjarni) - MacOS port",
       
   178 	"  Kerekes Miham (MiHaMiX) - Translator system, and Nightlies host",
       
   179 	"  Cian Duffy (MYOB) - BeOS port / manual writing",
       
   180 	"  Christian Rosentreter (tokaiz) - MorphOS / AmigaOS port",
       
   181 	"  Ludvig Strigeus (ludde) - OpenTTD author, main coder (0.1 - 0.3.3)",
       
   182 	"  Serge Paquet (vurlix) - Assistant project manager, coder (0.1 - 0.3.3)",
   180 	"  Serge Paquet (vurlix) - Assistant project manager, coder (0.1 - 0.3.3)",
   183 	"",
   181 	"",
   184 	"Special thanks go out to:",
   182 	"Special thanks go out to:",
   185 	"  Josef Drexler - For his great work on TTDPatch",
   183 	"  Josef Drexler - For his great work on TTDPatch",
   186 	"  Marcin Grzegorczyk - For his documentation of TTD internals",
   184 	"  Marcin Grzegorczyk - For his documentation of TTD internals",
   187 	"  Tron - Many patches, suggestions and relentless correcting of the code",
   185 	"  Tron - Many patches, suggestions and relentless correcting of the code",
   188 	"  Celestar - For his many patches, suggestions and fixes",
   186 	"  Celestar - For his many patches, suggestions and fixes",
   189 	"  blathijs - For his many patches, suggestions and code documentation",
   187 	"  blathijs - For his many patches, suggestions and code documentation",
   190 	"  pasky - Many patches, newgrf support",
   188 	"  pasky - Many patches, newgrf support",
   191 	"  Stefan Meißner (sign_de) - For his work on the console",
   189 	"  Stefan Meißner (sign_de) - For his work on the console",
       
   190 	"  Cian Duffy (MYOB) - BeOS port / manual writing",
       
   191 	"  Christian Rosentreter (tokaiz) - MorphOS / AmigaOS port",
   192 	"",
   192 	"",
   193 	"  Michael Blunck - Pre-Signals and Semaphores © 2003",
   193 	"  Michael Blunck - Pre-Signals and Semaphores © 2003",
   194 	"  George - Canal/Lock graphics © 2003-2004",
   194 	"  George - Canal/Lock graphics © 2003-2004",
   195 	"  Marcin Grzegorczyk - Foundations for Tracks on Slopes",
   195 	"  Marcin Grzegorczyk - Foundations for Tracks on Slopes",
   196 	"  All Translators - Who made OpenTTD a truly international game",
   196 	"  All Translators - Who made OpenTTD a truly international game",
   197 	"  Bug Reporters - Without whom OpenTTD would still be full of bugs!",
   197 	"  Bug Reporters - Without whom OpenTTD would still be full of bugs!",
   198 	NULL,
   198 	NULL,
   199 	"",
   199 	"",
   200 	"",
   200 	"",
   201 	"And finally:",
   201 	"And last but not least:",
   202 	"  Chris Sawyer - For an amazing game!"
   202 	"  Chris Sawyer - For an amazing game!"
   203 };
   203 };
   204 
   204 
   205 static void AboutWindowProc(Window *w, WindowEvent *e)
   205 static void AboutWindowProc(Window *w, WindowEvent *e)
   206 {
   206 {