source.list
changeset 5475 2e6990a8c7c4
child 5523 623a8856e35b
equal deleted inserted replaced
5474:ac55aefc54f3 5475:2e6990a8c7c4
       
     1 # Source Files
       
     2 airport.c
       
     3 aystar.c
       
     4 bmp.c
       
     5 callback_table.c
       
     6 command.c
       
     7 console.c
       
     8 console_cmds.c
       
     9 currency.c
       
    10 date.c
       
    11 debug.c
       
    12 dedicated.c
       
    13 depot.c
       
    14 driver.c
       
    15 economy.c
       
    16 elrail.c
       
    17 engine.c
       
    18 fileio.c
       
    19 fios.c
       
    20 fontcache.c
       
    21 genworld.c
       
    22 gfx.c
       
    23 gfxinit.c
       
    24 heightmap.c
       
    25 helpers.cpp
       
    26 landscape.c
       
    27 map.c
       
    28 md5.c
       
    29 mersenne.c
       
    30 minilzo.c
       
    31 misc.c
       
    32 mixer.c
       
    33 music.c
       
    34 namegen.c
       
    35 network/core/packet.c
       
    36 network/core/tcp.c
       
    37 network/core/udp.c
       
    38 network/network.c
       
    39 network/network_client.c
       
    40 network/network_data.c
       
    41 network/network_gamelist.c
       
    42 network/network_server.c
       
    43 network/network_udp.c
       
    44 npf.c
       
    45 oldloader.c
       
    46 oldpool.c
       
    47 openttd.c
       
    48 os_timer.c
       
    49 #if WIN32
       
    50 	ottdres.rc
       
    51 #end
       
    52 pathfind.c
       
    53 players.c
       
    54 queue.c
       
    55 rail.c
       
    56 saveload.c
       
    57 screenshot.c
       
    58 #if SDL
       
    59 	sdl.c
       
    60 #end
       
    61 settings.c
       
    62 signs.c
       
    63 sound.c
       
    64 spritecache.c
       
    65 string.c
       
    66 strings.c
       
    67 texteff.c
       
    68 tgp.c
       
    69 thread.c
       
    70 tile.c
       
    71 #if WIN32
       
    72 #else
       
    73 	unix.c
       
    74 #end
       
    75 vehicle.c
       
    76 viewport.c
       
    77 waypoint.c
       
    78 widget.c
       
    79 #if WIN32
       
    80 	win32.c
       
    81 #end
       
    82 window.c
       
    83 
       
    84 # Header Files
       
    85 airport.h
       
    86 airport_movement.h
       
    87 aystar.h
       
    88 bmp.h
       
    89 command.h
       
    90 console.h
       
    91 currency.h
       
    92 date.h
       
    93 debug.h
       
    94 video/dedicated_v.h
       
    95 depot.h
       
    96 music/dmusic.h
       
    97 driver.h
       
    98 economy.h
       
    99 engine.h
       
   100 fontcache.h
       
   101 fileio.h
       
   102 fios.h
       
   103 functions.h
       
   104 genworld.h
       
   105 gfx.h
       
   106 gfxinit.h
       
   107 gui.h
       
   108 hal.h
       
   109 heightmap.h
       
   110 industry.h
       
   111 livery.h
       
   112 macros.h
       
   113 map.h
       
   114 md5.h
       
   115 mixer.h
       
   116 music.h
       
   117 network/core/config.h
       
   118 network/core/game.h
       
   119 network/core/os_abstraction.h
       
   120 network/core/packet.h
       
   121 network/core/tcp.h
       
   122 network/core/udp.h
       
   123 network/network.h
       
   124 network/network_client.h
       
   125 network/network_data.h
       
   126 network/network_gamelist.h
       
   127 network/network_gui.h
       
   128 network/network_server.h
       
   129 network/network_udp.h
       
   130 newgrf.h
       
   131 newgrf_callbacks.h
       
   132 newgrf_cargo.h
       
   133 newgrf_config.h
       
   134 newgrf_engine.h
       
   135 newgrf_sound.h
       
   136 newgrf_spritegroup.h
       
   137 newgrf_station.h
       
   138 newgrf_text.h
       
   139 news.h
       
   140 npf.h
       
   141 music/null_m.h
       
   142 sound/null_s.h
       
   143 video/null_v.h
       
   144 oldpool.h
       
   145 openttd.h
       
   146 pathfind.h
       
   147 player.h
       
   148 queue.h
       
   149 rail.h
       
   150 road_cmd.h
       
   151 saveload.h
       
   152 screenshot.h
       
   153 sound/sdl_s.h
       
   154 video/sdl_v.h
       
   155 settings.h
       
   156 signs.h
       
   157 slope.h
       
   158 sound.h
       
   159 sprite.h
       
   160 station.h
       
   161 stdafx.h
       
   162 string.h
       
   163 tgp.h
       
   164 thread.h
       
   165 tile.h
       
   166 town.h
       
   167 train.h
       
   168 variables.h
       
   169 vehicle.h
       
   170 vehicle_gui.h
       
   171 viewport.h
       
   172 waypoint.h
       
   173 music/win32_m.h
       
   174 sound/win32_s.h
       
   175 video/win32_v.h
       
   176 window.h
       
   177 
       
   178 # GUI Source Code
       
   179 aircraft_gui.c
       
   180 airport_gui.c
       
   181 bridge_gui.c
       
   182 build_vehicle_gui.c
       
   183 depot_gui.c
       
   184 dock_gui.c
       
   185 engine_gui.c
       
   186 genworld_gui.c
       
   187 graph_gui.c
       
   188 industry_gui.c
       
   189 intro_gui.c
       
   190 main_gui.c
       
   191 misc_gui.c
       
   192 music_gui.c
       
   193 network/network_gui.c
       
   194 newgrf_gui.c
       
   195 news_gui.c
       
   196 order_gui.c
       
   197 player_gui.c
       
   198 rail_gui.c
       
   199 road_gui.c
       
   200 roadveh_gui.c
       
   201 settings_gui.c
       
   202 ship_gui.c
       
   203 smallmap_gui.c
       
   204 station_gui.c
       
   205 subsidy_gui.c
       
   206 terraform_gui.c
       
   207 town_gui.c
       
   208 train_gui.c
       
   209 vehicle_gui.c
       
   210 
       
   211 # Landscape
       
   212 aircraft_cmd.c
       
   213 clear_cmd.c
       
   214 disaster_cmd.c
       
   215 dummy_land.c
       
   216 industry_cmd.c
       
   217 misc_cmd.c
       
   218 order_cmd.c
       
   219 rail_cmd.c
       
   220 road_cmd.c
       
   221 roadveh_cmd.c
       
   222 ship_cmd.c
       
   223 station_cmd.c
       
   224 town_cmd.c
       
   225 train_cmd.c
       
   226 tree_cmd.c
       
   227 tunnelbridge_cmd.c
       
   228 unmovable_cmd.c
       
   229 water_cmd.c
       
   230 
       
   231 # Tables
       
   232 table/ai_rail.h
       
   233 table/allstrings.h
       
   234 table/animcursors.h
       
   235 table/autorail.h
       
   236 table/build_industry.h
       
   237 table/clear_land.h
       
   238 table/elrail_data.h
       
   239 table/engines.h
       
   240 table/genland.h
       
   241 table/industry_land.h
       
   242 table/landscape_const.h
       
   243 table/landscape_sprite.h
       
   244 table/namegen.h
       
   245 table/palettes.h
       
   246 table/road_land.h
       
   247 table/roadveh.h
       
   248 table/sprites.h
       
   249 table/station_land.h
       
   250 table/strings.h
       
   251 table/town_land.h
       
   252 table/track_land.h
       
   253 table/train_cmd.h
       
   254 table/tree_land.h
       
   255 table/tunnel_land.h
       
   256 table/unmovable_land.h
       
   257 table/water_land.h
       
   258 
       
   259 # AI Files
       
   260 ai/ai.c
       
   261 ai/default/default.c
       
   262 ai/trolly/build.c
       
   263 ai/trolly/pathfinder.c
       
   264 ai/trolly/shared.c
       
   265 ai/trolly/trolly.c
       
   266 
       
   267 # NewGRF
       
   268 newgrf.c
       
   269 newgrf_cargo.c
       
   270 newgrf_config.c
       
   271 newgrf_engine.c
       
   272 newgrf_sound.c
       
   273 newgrf_spritegroup.c
       
   274 newgrf_station.c
       
   275 newgrf_text.c
       
   276 
       
   277 # Map Accessors
       
   278 bridge_map.c
       
   279 bridge_map.h
       
   280 clear_map.h
       
   281 industry_map.h
       
   282 rail_map.h
       
   283 road_map.c
       
   284 road_map.h
       
   285 station_map.c
       
   286 station_map.h
       
   287 town_map.h
       
   288 tree_map.h
       
   289 tunnel_map.c
       
   290 tunnel_map.h
       
   291 unmovable_map.h
       
   292 void_map.h
       
   293 water_map.h
       
   294 
       
   295 # YAPF
       
   296 yapf/array.hpp
       
   297 yapf/autocopyptr.hpp
       
   298 yapf/binaryheap.hpp
       
   299 yapf/blob.hpp
       
   300 yapf/countedptr.hpp
       
   301 yapf/crc32.hpp
       
   302 yapf/fixedsizearray.hpp
       
   303 yapf/follow_track.cpp
       
   304 yapf/follow_track.hpp
       
   305 yapf/hashtable.hpp
       
   306 yapf/nodelist.hpp
       
   307 yapf/track_dir.hpp
       
   308 yapf/yapf.h
       
   309 yapf/yapf.hpp
       
   310 yapf/yapf_base.hpp
       
   311 yapf/yapf_common.cpp
       
   312 yapf/yapf_common.hpp
       
   313 yapf/yapf_costbase.hpp
       
   314 yapf/yapf_costcache.hpp
       
   315 yapf/yapf_costrail.hpp
       
   316 yapf/yapf_destrail.hpp
       
   317 yapf/yapf_node.hpp
       
   318 yapf/yapf_node_rail.hpp
       
   319 yapf/yapf_node_road.hpp
       
   320 yapf/yapf_rail.cpp
       
   321 yapf/yapf_road.cpp
       
   322 yapf/yapf_settings.h
       
   323 yapf/yapf_ship.cpp
       
   324 
       
   325 # Video
       
   326 video/dedicated_v.c
       
   327 video/null_v.c
       
   328 #if SDL
       
   329 	video/sdl_v.c
       
   330 #end
       
   331 #if WIN32
       
   332 	video/win32_v.c
       
   333 #end
       
   334 
       
   335 # Music
       
   336 #if DIRECTMUSIC
       
   337 	music/dmusic.cpp
       
   338 #end
       
   339 music/null_m.c
       
   340 #if WIN32
       
   341 	music/win32_m.c
       
   342 #else
       
   343 	music/extmidi.c
       
   344 #end
       
   345 #if BEOS
       
   346  	music/bemidi.cpp
       
   347 #end
       
   348 
       
   349 # Sound
       
   350 sound/null_s.c
       
   351 #if SDL
       
   352 	sound/sdl_s.c
       
   353 #end
       
   354 #if WIN32
       
   355 	sound/win32_s.c
       
   356 #end
       
   357 
       
   358 #if OSX
       
   359 # OSX Files
       
   360 	os/macosx/macos.m
       
   361 
       
   362 	#if DEDICATED
       
   363 	#else
       
   364 		music/qtmidi.c
       
   365 	#end
       
   366 
       
   367 	#if COCOA
       
   368 		video/cocoa_v.m
       
   369 		sound/cocoa_s.c
       
   370 		os/macosx/splash.c
       
   371 	#end
       
   372 #end