forked from teamhimeh/simutrans
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scrolltext.h
136 lines (131 loc) · 2.9 KB
/
scrolltext.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
/*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/
#ifndef SCROLLTEXT_H
#define SCROLLTEXT_H
/* first part is left, second part right side */
"","",
"","",
"","",
"","",
"","",
"","",
"","",
"Current Team:","",
" Markus Pristovsek","developer",
" Daniel Wachsmuth", "developer",
" Christoph Mallon","developer, SVN",
" TurfIt", "developer",
" Markohs", "3D branch",
"","",
"","",
"Additional Programming:","",
"","",
" Hj. Malthaner","founder, Ironbite",
" Volker Meyer","big patches",
" Hendrik Siegeln","ex-developer",
" Niels Roest","GUI",
" Markus Weber","GUI changes",
" Owen Rudge","MIDI, patches",
" Tomas Kubes","patches",
" Rainer Bertram","patches",
" Andreas Röver","patches",
" Tilman Raatz","patches",
" Pasi Ruhanen","BeOS, SDL",
" Mat Hounsell","GUI",
" Kieron Green","skinned grounds",
" z9999","patches",
" Gerd Wachsmuth", "patches",
" Knightly", "ex-developer",
"","",
"","",
"Game Design Assistance:","",
"","",
" Peter J. Dobrovka","",
" Tomas Kubes","pak128",
" Vladimir Slavik", "pak128",
" Frank Penz","pak.german",
" Yoshihiro Shishido","pak.japan128",
" Sven Osada","pak96.comic",
"","",
"Graphics:","",
"","",
" Flor Wauters","",
" Georg 'MHz' Moers","",
" Hansjörg Malthaner","",
" James Starr","",
" Manfred Tomaschitz","",
" Oskari 'TPI' Saarekas","",
" Patrick Nesbitt","",
" Peter J. Dobrovka","",
" Rick 'Trikky' McGreal","",
" Sergiu Croitor","",
" Seth C. Triggs","",
" Tomas Kubes","",
" Guillermo 'raven' Mateo","",
" Alexander Brose","",
"","",
"and many more","",
"","",
"","",
"Translation:","",
"","",
" Alberto Beccaria","Italian",
" George Dragon","Hungarian",
" Hansjörg Malthaner","German",
" Marcal Guardiola","Spanish",
" Niels Roest","Dutch",
" Pasi Ruhanen","Finnish",
" Rémi Denis-Courmont","French",
" Ferencz Szekely","Hungary & Romanian",
" Alex Revo","Russian",
" Roman Schwörer","French & German",
" Yannis Kaskamanid", "Greek",
" Igor Eliezer", "Portuguese",
" Joan-Josep Bargues", "Catalan",
" Susanna Björverud", "Swedish",
" Xavier Paz", "Spanish",
" Wim Vreeswijk", "Dutch",
" Paul Color", "Swedish",
" Ignas Brasiskis", "Lithuanian",
"","",
"and many more","",
"","",
"","",
"Additional Thanks go to:","",
"","",
" Bernhard Mecl","",
"","the very first Simutrans beta tester",
" Bram Schoenmakers","",
"","the most critical tester",
" Gerhard Hafner","",
"","for providing tons of railway information",
" Marcus Haupt","",
"","for lots of help with tricky problems",
" Vern Moorhouse", "",
"","for some valuable technical hints",
" Isaac Eiland-Hall","",
"","hosting simutrans.com",
" Dirk Burkholz","",
"","hosting german Forum",
" Frank Penz", "",
"", "Simutranslator, Wiki, and more",
" Christoph Mallon", "",
"", "hosting the SVN",
" werniman", "",
"", "nightly builds",
"","",
"", "",
" And many thanks to all testers and","",
" players, and all who supported the","",
" project!","",
"","",
"","",
"","",
"","",
"","",
"","",
"","",
0
#endif