source.list
branchcpp_gui
changeset 6268 4b5241e5dd10
parent 6264 9fc3b5467396
child 6271 0ad100a98853
equal deleted inserted replaced
6267:7c8ec33959b1 6268:4b5241e5dd10
     1 # Source Files
     1 # Source Files
     2 airport.cpp
     2 airport.cpp
     3 aystar.cpp
     3 aystar.cpp
     4 bmp.cpp
     4 bmp.cpp
     5 callback_table.cpp
     5 callback_table.cpp
       
     6 cargotype.cpp
     6 command.cpp
     7 command.cpp
     7 console.cpp
     8 console.cpp
     8 console_cmds.cpp
     9 console_cmds.cpp
     9 currency.cpp
    10 currency.cpp
    10 date.cpp
    11 date.cpp
    30 minilzo.cpp
    31 minilzo.cpp
    31 misc.cpp
    32 misc.cpp
    32 mixer.cpp
    33 mixer.cpp
    33 music.cpp
    34 music.cpp
    34 namegen.cpp
    35 namegen.cpp
    35 network/core/core.cpp
       
    36 network/core/packet.cpp
       
    37 network/core/tcp.cpp
       
    38 network/core/udp.cpp
       
    39 network/network.cpp
    36 network/network.cpp
    40 network/network_client.cpp
    37 network/network_client.cpp
    41 network/network_data.cpp
    38 network/network_data.cpp
    42 network/network_gamelist.cpp
    39 network/network_gamelist.cpp
    43 network/network_server.cpp
    40 network/network_server.cpp
    98 aircraft.h
    95 aircraft.h
    99 airport.h
    96 airport.h
   100 airport_movement.h
    97 airport_movement.h
   101 aystar.h
    98 aystar.h
   102 bmp.h
    99 bmp.h
       
   100 cargotype.h
   103 command.h
   101 command.h
   104 console.h
   102 console.h
   105 currency.h
   103 currency.h
   106 date.h
   104 date.h
   107 debug.h
   105 debug.h
   109 depot.h
   107 depot.h
   110 music/dmusic.h
   108 music/dmusic.h
   111 driver.h
   109 driver.h
   112 economy.h
   110 economy.h
   113 engine.h
   111 engine.h
   114 fontcache.h
       
   115 fileio.h
   112 fileio.h
   116 fios.h
   113 fios.h
       
   114 fontcache.h
   117 functions.h
   115 functions.h
   118 genworld.h
   116 genworld.h
   119 gfx.h
   117 gfx.h
   120 gfxinit.h
   118 gfxinit.h
   121 gui.h
   119 gui.h
   127 macros.h
   125 macros.h
   128 map.h
   126 map.h
   129 md5.h
   127 md5.h
   130 mixer.h
   128 mixer.h
   131 music.h
   129 music.h
   132 network/core/config.h
       
   133 network/core/core.h
       
   134 network/core/game.h
       
   135 network/core/os_abstraction.h
       
   136 network/core/packet.h
       
   137 network/core/tcp.h
       
   138 network/core/udp.h
       
   139 network/network.h
   130 network/network.h
   140 network/network_client.h
   131 network/network_client.h
   141 network/network_data.h
   132 network/network_data.h
   142 network/network_gamelist.h
   133 network/network_gamelist.h
   143 network/network_gui.h
   134 network/network_gui.h
   250 table/ai_rail.h
   241 table/ai_rail.h
   251 table/allstrings.h
   242 table/allstrings.h
   252 table/animcursors.h
   243 table/animcursors.h
   253 table/autorail.h
   244 table/autorail.h
   254 table/build_industry.h
   245 table/build_industry.h
       
   246 table/cargo_const.h
   255 table/clear_land.h
   247 table/clear_land.h
   256 table/elrail_data.h
   248 table/elrail_data.h
   257 table/engines.h
   249 table/engines.h
   258 table/genland.h
   250 table/genland.h
   259 table/industry_land.h
   251 table/industry_land.h
   260 table/landscape_const.h
       
   261 table/landscape_sprite.h
   252 table/landscape_sprite.h
   262 table/namegen.h
   253 table/namegen.h
   263 table/palettes.h
   254 table/palettes.h
   264 table/road_land.h
   255 table/road_land.h
   265 table/roadveh.h
   256 table/roadveh.h
   274 table/unmovable_land.h
   265 table/unmovable_land.h
   275 table/water_land.h
   266 table/water_land.h
   276 
   267 
   277 # AI Files
   268 # AI Files
   278 ai/ai.cpp
   269 ai/ai.cpp
       
   270 ai/trolly/build.cpp
   279 ai/default/default.cpp
   271 ai/default/default.cpp
   280 ai/trolly/build.cpp
       
   281 ai/trolly/pathfinder.cpp
   272 ai/trolly/pathfinder.cpp
   282 ai/trolly/shared.cpp
   273 ai/trolly/shared.cpp
   283 ai/trolly/trolly.cpp
   274 ai/trolly/trolly.cpp
   284 
   275 
   285 # NewGRF
   276 # NewGRF
   286 newgrf.cpp
   277 newgrf.cpp
   287 newgrf_cargo.cpp
       
   288 newgrf_config.cpp
   278 newgrf_config.cpp
   289 newgrf_engine.cpp
   279 newgrf_engine.cpp
   290 newgrf_sound.cpp
   280 newgrf_sound.cpp
   291 newgrf_spritegroup.cpp
   281 newgrf_spritegroup.cpp
   292 newgrf_station.cpp
   282 newgrf_station.cpp
   344 widget/widget_scrollbar.cpp
   334 widget/widget_scrollbar.cpp
   345 widget/widget_stickybox.cpp
   335 widget/widget_stickybox.cpp
   346 widget/window_event_base.h
   336 widget/window_event_base.h
   347 widget/window_events.hpp
   337 widget/window_events.hpp
   348 
   338 
       
   339 # Network Core
       
   340 network/core/config.h
       
   341 network/core/core.cpp
       
   342 network/core/core.h
       
   343 network/core/game.h
       
   344 network/core/os_abstraction.h
       
   345 network/core/packet.cpp
       
   346 network/core/packet.h
       
   347 network/core/tcp.cpp
       
   348 network/core/tcp.h
       
   349 network/core/udp.cpp
       
   350 network/core/udp.h
       
   351 
   349 # YAPF
   352 # YAPF
   350 yapf/follow_track.cpp
   353 yapf/follow_track.cpp
   351 yapf/follow_track.hpp
   354 yapf/follow_track.hpp
   352 yapf/nodelist.hpp
   355 yapf/nodelist.hpp
   353 yapf/track_dir.hpp
   356 yapf/track_dir.hpp