mirror of https://github.com/OpenTTD/OpenTTD
(svn r17309) -Fix: not all non-ASCII characters were entered with escapes in the About window
parent
564e65fe43
commit
f1e6772381
|
@ -359,7 +359,7 @@ struct AboutWindow : public Window {
|
||||||
" Owen Rudge (orudge) - Forum host, OS/2 port",
|
" Owen Rudge (orudge) - Forum host, OS/2 port",
|
||||||
" Peter Nelson (peter1138) - Spiritual descendant from newGRF gods",
|
" Peter Nelson (peter1138) - Spiritual descendant from newGRF gods",
|
||||||
" Remko Bijker (Rubidium) - Lead coder and way more",
|
" Remko Bijker (Rubidium) - Lead coder and way more",
|
||||||
" Zdenek Sojka (SmatZ) - Bug finder and fixer",
|
" Zden\xC4\x9Bk Sojka (SmatZ) - Bug finder and fixer",
|
||||||
" Thijs Marinussen (Yexo) - AI Framework",
|
" Thijs Marinussen (Yexo) - AI Framework",
|
||||||
"",
|
"",
|
||||||
"Inactive Developers:",
|
"Inactive Developers:",
|
||||||
|
@ -373,24 +373,24 @@ struct AboutWindow : public Window {
|
||||||
" Ludvig Strigeus (ludde) - OpenTTD author, main coder (0.1 - 0.3.3)",
|
" Ludvig Strigeus (ludde) - OpenTTD author, main coder (0.1 - 0.3.3)",
|
||||||
" Serge Paquet (vurlix) - Assistant project manager, coder (0.1 - 0.3.3)",
|
" 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)",
|
" Dominik Scherer (dominik81) - Lead programmer, GUI expert (0.3.0 - 0.3.6)",
|
||||||
" Benedikt Brüggemeier (skidd13) - Bug fixer and code reworker",
|
" Benedikt Br\xC3\xBCggemeier (skidd13) - Bug fixer and code reworker",
|
||||||
" Patric Stout (TrueLight) - Programmer (0.3 - pre0.7), sys op (active)",
|
" Patric Stout (TrueLight) - Programmer (0.3 - pre0.7), sys op (active)",
|
||||||
"",
|
"",
|
||||||
"Special thanks go out to:",
|
"Special thanks go out to:",
|
||||||
" Josef Drexler - For his great work on TTDPatch",
|
" Josef Drexler - For his great work on TTDPatch",
|
||||||
" Marcin Grzegorczyk - For his documentation of TTD internals",
|
" Marcin Grzegorczyk - For his documentation of TTD internals",
|
||||||
" Petr Baudis (pasky) - Many patches, newGRF support",
|
" Petr Baudis (pasky) - Many patches, newGRF support",
|
||||||
" Stefan Meißner (sign_de) - For his work on the console",
|
" Stefan Mei\xC3\x9Fner (sign_de) - For his work on the console",
|
||||||
" Simon Sasburg (HackyKid) - Many bugfixes he has blessed us with",
|
" Simon Sasburg (HackyKid) - Many bugfixes he has blessed us with",
|
||||||
" Cian Duffy (MYOB) - BeOS port / manual writing",
|
" Cian Duffy (MYOB) - BeOS port / manual writing",
|
||||||
" Christian Rosentreter (tokai) - MorphOS / AmigaOS port",
|
" Christian Rosentreter (tokai) - MorphOS / AmigaOS port",
|
||||||
" Richard Kempton (richK) - additional airports, initial TGP implementation",
|
" Richard Kempton (richK) - additional airports, initial TGP implementation",
|
||||||
"",
|
"",
|
||||||
" Alberto Demichelis - Squirrel scripting language © 2003-2008",
|
" Alberto Demichelis - Squirrel scripting language \xC2\xA9 2003-2008",
|
||||||
" Markus F.X.J. Oberhumer - (Mini)LZO for loading old savegames © 1996-2008",
|
" Markus F.X.J. Oberhumer - (Mini)LZO for loading old savegames \xC2\xA9 1996-2008",
|
||||||
" L. Peter Deutsch - MD5 implementation © 1999, 2000, 2002",
|
" L. Peter Deutsch - MD5 implementation \xC2\xA9 1999, 2000, 2002",
|
||||||
" Michael Blunck - Pre-Signals and Semaphores © 2003",
|
" Michael Blunck - Pre-Signals and Semaphores \xC2\xA9 2003",
|
||||||
" George - Canal/Lock graphics © 2003-2004",
|
" George - Canal/Lock graphics \xC2\xA9 2003-2004",
|
||||||
" David Dallaston - Tram tracks",
|
" David Dallaston - Tram tracks",
|
||||||
" Marcin Grzegorczyk - Foundations for Tracks on Slopes",
|
" Marcin Grzegorczyk - Foundations for Tracks on Slopes",
|
||||||
" All Translators - Who made OpenTTD a truly international game",
|
" All Translators - Who made OpenTTD a truly international game",
|
||||||
|
|
Loading…
Reference in New Issue