equal
deleted
inserted
replaced
149 newgrf_commons.h |
149 newgrf_commons.h |
150 newgrf_config.h |
150 newgrf_config.h |
151 newgrf_engine.h |
151 newgrf_engine.h |
152 newgrf_house.h |
152 newgrf_house.h |
153 newgrf_industries.h |
153 newgrf_industries.h |
|
154 newgrf_industrytiles.h |
154 newgrf_sound.h |
155 newgrf_sound.h |
155 newgrf_spritegroup.h |
156 newgrf_spritegroup.h |
156 newgrf_station.h |
157 newgrf_station.h |
157 newgrf_text.h |
158 newgrf_text.h |
158 newgrf_town.h |
159 newgrf_town.h |
180 settings.h |
181 settings.h |
181 signs.h |
182 signs.h |
182 slope.h |
183 slope.h |
183 sound.h |
184 sound.h |
184 sprite.h |
185 sprite.h |
|
186 spritecache.h |
185 station.h |
187 station.h |
186 stdafx.h |
188 stdafx.h |
187 string.h |
189 string.h |
188 tgp.h |
190 tgp.h |
189 thread.h |
191 thread.h |
380 ai/api/ai_vehiclelist.cpp |
382 ai/api/ai_vehiclelist.cpp |
381 ai/api/ai_vehiclelist_valuator.cpp |
383 ai/api/ai_vehiclelist_valuator.cpp |
382 #end |
384 #end |
383 |
385 |
384 # Blitters |
386 # Blitters |
|
387 blitter/32bpp_base.cpp |
|
388 blitter/32bpp_base.hpp |
|
389 blitter/32bpp_simple.cpp |
|
390 blitter/32bpp_simple.hpp |
|
391 blitter/8bpp_base.cpp |
|
392 blitter/8bpp_base.hpp |
385 blitter/8bpp_debug.cpp |
393 blitter/8bpp_debug.cpp |
386 blitter/8bpp_debug.hpp |
394 blitter/8bpp_debug.hpp |
387 blitter/8bpp_optimized.cpp |
395 blitter/8bpp_optimized.cpp |
388 blitter/8bpp_optimized.hpp |
396 blitter/8bpp_optimized.hpp |
389 blitter/8bpp_simple.cpp |
397 blitter/8bpp_simple.cpp |
390 blitter/8bpp_simple.hpp |
398 blitter/8bpp_simple.hpp |
391 blitter/blitter.hpp |
399 blitter/base.hpp |
|
400 blitter/factory.hpp |
|
401 blitter/null.cpp |
|
402 blitter/null.hpp |
392 |
403 |
393 # Sprite loaders |
404 # Sprite loaders |
394 spriteloader/grf.cpp |
405 spriteloader/grf.cpp |
395 spriteloader/grf.hpp |
406 spriteloader/grf.hpp |
|
407 #if PNG |
|
408 spriteloader/png.cpp |
|
409 spriteloader/png.hpp |
|
410 #end |
396 spriteloader/spriteloader.hpp |
411 spriteloader/spriteloader.hpp |
397 |
412 |
398 # NewGRF |
413 # NewGRF |
399 newgrf.cpp |
414 newgrf.cpp |
400 newgrf_canal.cpp |
415 newgrf_canal.cpp |
402 newgrf_commons.cpp |
417 newgrf_commons.cpp |
403 newgrf_config.cpp |
418 newgrf_config.cpp |
404 newgrf_engine.cpp |
419 newgrf_engine.cpp |
405 newgrf_house.cpp |
420 newgrf_house.cpp |
406 newgrf_industries.cpp |
421 newgrf_industries.cpp |
|
422 newgrf_industrytiles.cpp |
407 newgrf_sound.cpp |
423 newgrf_sound.cpp |
408 newgrf_spritegroup.cpp |
424 newgrf_spritegroup.cpp |
409 newgrf_station.cpp |
425 newgrf_station.cpp |
410 newgrf_text.cpp |
426 newgrf_text.cpp |
411 newgrf_town.cpp |
427 newgrf_town.cpp |