equal
deleted
inserted
replaced
102 # Header Files |
102 # Header Files |
103 aircraft.h |
103 aircraft.h |
104 airport.h |
104 airport.h |
105 airport_movement.h |
105 airport_movement.h |
106 articulated_vehicles.h |
106 articulated_vehicles.h |
|
107 autoreplace_base.h |
|
108 autoreplace_func.h |
|
109 autoreplace_gui.h |
|
110 autoreplace_type.h |
107 autoslope.h |
111 autoslope.h |
108 aystar.h |
112 aystar.h |
109 bmp.h |
113 bmp.h |
|
114 bridge.h |
|
115 callback_table.h |
|
116 cargo_type.h |
110 cargopacket.h |
117 cargopacket.h |
111 cargotype.h |
118 cargotype.h |
|
119 cmd_helper.h |
|
120 command_func.h |
|
121 command_type.h |
112 console.h |
122 console.h |
113 core/bitmath_func.hpp |
123 core/bitmath_func.hpp |
114 core/math_func.hpp |
124 core/math_func.hpp |
115 core/random_func.hpp |
125 core/random_func.hpp |
116 currency.h |
126 currency.h |
|
127 date_func.h |
|
128 date_type.h |
117 debug.h |
129 debug.h |
118 video/dedicated_v.h |
130 video/dedicated_v.h |
119 depot.h |
131 depot.h |
|
132 direction_func.h |
|
133 direction_type.h |
120 music/dmusic.h |
134 music/dmusic.h |
121 driver.h |
135 driver.h |
|
136 economy_func.h |
|
137 economy_type.h |
122 engine.h |
138 engine.h |
123 fileio.h |
139 fileio.h |
124 fios.h |
140 fios.h |
125 fontcache.h |
141 fontcache.h |
126 functions.h |
142 functions.h |
127 genworld.h |
143 genworld.h |
|
144 gfx_func.h |
|
145 gfx_type.h |
128 gfxinit.h |
146 gfxinit.h |
129 group.h |
147 group.h |
|
148 group_gui.h |
130 gui.h |
149 gui.h |
131 heightmap.h |
150 heightmap.h |
132 industry.h |
151 industry.h |
|
152 industry_type.h |
133 landscape.h |
153 landscape.h |
134 livery.h |
154 livery.h |
135 md5.h |
155 md5.h |
136 mixer.h |
156 mixer.h |
137 music.h |
157 music.h |
164 music/null_m.h |
184 music/null_m.h |
165 sound/null_s.h |
185 sound/null_s.h |
166 video/null_v.h |
186 video/null_v.h |
167 oldpool.h |
187 oldpool.h |
168 openttd.h |
188 openttd.h |
|
189 order.h |
169 pathfind.h |
190 pathfind.h |
|
191 player_base.h |
170 player_face.h |
192 player_face.h |
|
193 player_func.h |
|
194 player_gui.h |
|
195 player_type.h |
171 queue.h |
196 queue.h |
172 rail.h |
197 rail.h |
|
198 rail_gui.h |
|
199 rail_type.h |
173 road_cmd.h |
200 road_cmd.h |
|
201 road_func.h |
|
202 road_gui.h |
|
203 road_internal.h |
|
204 road_type.h |
|
205 roadveh.h |
174 saveload.h |
206 saveload.h |
175 screenshot.h |
207 screenshot.h |
176 sound/sdl_s.h |
208 sound/sdl_s.h |
177 video/sdl_v.h |
209 video/sdl_v.h |
|
210 settings_func.h |
|
211 settings_internal.h |
|
212 settings_type.h |
|
213 ship.h |
|
214 signal_func.h |
178 signs.h |
215 signs.h |
179 signal_func.h |
216 slope_func.h |
|
217 slope_type.h |
|
218 sound_func.h |
|
219 sound_type.h |
180 sprite.h |
220 sprite.h |
181 spritecache.h |
221 spritecache.h |
182 station.h |
222 station.h |
183 station_gui.h |
223 station_gui.h |
184 stdafx.h |
224 stdafx.h |
|
225 string_func.h |
|
226 string_type.h |
|
227 strings_func.h |
|
228 strings_type.h |
|
229 terraform_gui.h |
|
230 textbuf_gui.h |
185 texteff.hpp |
231 texteff.hpp |
186 tgp.h |
232 tgp.h |
187 thread.h |
233 thread.h |
|
234 tile_cmd.h |
|
235 tile_type.h |
188 timetable.h |
236 timetable.h |
189 town.h |
237 town.h |
|
238 town_type.h |
|
239 track_func.h |
|
240 track_type.h |
190 train.h |
241 train.h |
191 transparency.h |
242 transparency.h |
192 transparency_gui.h |
243 transparency_gui.h |
193 tunnelbridge.h |
244 tunnelbridge.h |
|
245 unmovable.h |
194 variables.h |
246 variables.h |
|
247 vehicle_base.h |
|
248 vehicle_func.h |
195 vehicle_gui.h |
249 vehicle_gui.h |
|
250 vehicle_type.h |
196 waypoint.h |
251 waypoint.h |
|
252 window_func.h |
|
253 window_gui.h |
|
254 window_type.h |
197 music/win32_m.h |
255 music/win32_m.h |
198 sound/win32_s.h |
256 sound/win32_s.h |
199 video/win32_v.h |
257 video/win32_v.h |
200 widgets/dropdown_type.h |
258 widgets/dropdown_type.h |
201 widgets/dropdown_func.h |
259 widgets/dropdown_func.h |
|
260 zoom_type.h |
|
261 zoom_func.h |
202 |
262 |
203 # GUI Source Code |
263 # GUI Source Code |
204 aircraft_gui.cpp |
264 aircraft_gui.cpp |
205 airport_gui.cpp |
265 airport_gui.cpp |
206 autoreplace_gui.cpp |
266 autoreplace_gui.cpp |