You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src
peter1138 5e4f4bcdc5 (svn r11942) -Codechange: Merge chars.grf into openttd[d|w].grf using action 12. Remove obsolete tables used for index mapping. 17 years ago
..
ai (svn r11917) -Fix (r3677): AI was reading wrong tile slope while building road bridge 17 years ago
blitter (svn r11839) -Codechange: move some variables from variables.h to a more logical location. 17 years ago
core (svn r11914) -Documentation: fix some @file statement 17 years ago
lang (svn r11933) -Update: WebTranslator2 update to 2008-01-20 18:42:56 17 years ago
misc (svn r11914) -Documentation: fix some @file statement 17 years ago
music (svn r11842) -Fix: libtimidity.cpp did not compile anymore. 17 years ago
network (svn r11920) -Fix (r11844): train count was incorrect in network lobby window (and 'players' command) 17 years ago
os/macosx
sound (svn r11839) -Codechange: move some variables from variables.h to a more logical location. 17 years ago
spriteloader (svn r11940) -Codechange: Store short filename once per open file instead of once per sprite cache entry. Not all file types need this, but most of the time no sprite cache entry needed it either. 17 years ago
strgen (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
table (svn r11942) -Codechange: Merge chars.grf into openttd[d|w].grf using action 12. Remove obsolete tables used for index mapping. 17 years ago
video (svn r11841) -Fix: win32 compilation 17 years ago
widgets (svn r11924) -Codechange: All dropdowns now use the dropdown widget, so compatibility code can be removed 17 years ago
yapf (svn r11800) -Codechange: move some functions to a more logical location + some type safety. 17 years ago
aircraft.h (svn r11774) -Change: do not include variables.h in a header when it is not needed. 17 years ago
aircraft_cmd.cpp (svn r11935) -Fix (r11875)[FS#1672]: autosend aircraft to hangar for replacement check inverted the check for autorenew 17 years ago
aircraft_gui.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
airport.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
airport.h (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h). 17 years ago
airport_gui.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
airport_movement.h
articulated_vehicles.cpp (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes. 17 years ago
articulated_vehicles.h (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes. 17 years ago
autoreplace_base.h (svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location. 17 years ago
autoreplace_cmd.cpp (svn r11929) -Fix (r9981)[FS#1624]: [autoreplace] fixed a case where a single headed locomotive caused an assert when being replaced to a dualheaded one 17 years ago
autoreplace_func.h (svn r11818) -Codechange: split player.h into smaller pieces. 17 years ago
autoreplace_gui.cpp (svn r11918) -Codechange: Draw engine lists at widget positions instead of fixed pixel positions 17 years ago
autoreplace_gui.h (svn r11899) -Cleanup: Remove ShowReplaceVehicleWindow() as it is basically a duplicate of ShowReplaceGroupVehicleWindow(). 17 years ago
autoreplace_type.h (svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location. 17 years ago
autoslope.h (svn r11818) -Codechange: split player.h into smaller pieces. 17 years ago
aystar.cpp
aystar.h (svn r11700) -Codechange: reduce the amount of unnecessary includes. 17 years ago
bmp.cpp
bmp.h
bridge.h (svn r11785) -Codechange: remove some unneeded includes. 17 years ago
bridge_gui.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
bridge_map.cpp
bridge_map.h (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h). 17 years ago
build_vehicle_gui.cpp (svn r11918) -Codechange: Draw engine lists at widget positions instead of fixed pixel positions 17 years ago
callback_table.cpp
callback_table.h
cargo_type.h (svn r11704) -Codechange: remove another bunch of useless includes. 17 years ago
cargopacket.cpp
cargopacket.h (svn r11914) -Documentation: fix some @file statement 17 years ago
cargotype.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
cargotype.h (svn r11862) -Fix [FS#1559]: when two NewGRFs 'fight' to define the same cargo it could happen that the strings are defined by one cargo and the 'action2' by another and when one assumes that both come from the same NewGRF... So store the GRF ID with the strings. To be extra sure add the same protection mechanism to industries and towns too. 17 years ago
clear_cmd.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
clear_map.h (svn r11776) -Codechange: more header splittings to reduce the dependencies. 17 years ago
cmd_helper.h
command.cpp (svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station 17 years ago
command_func.h (svn r11839) -Codechange: move some variables from variables.h to a more logical location. 17 years ago
command_type.h (svn r11793) -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114). 17 years ago
console.cpp (svn r11832) -Codechange: get rid of (quite) some VARDEFs. 17 years ago
console.h (svn r11832) -Codechange: get rid of (quite) some VARDEFs. 17 years ago
console_cmds.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
currency.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
currency.h (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
date.cpp (svn r11856) -Revert (r11772): since FS#1335 is solved, we do not need the extra checking and such anymore. 17 years ago
date_func.h (svn r11702) -Codechange: move all date related stuff to date*. 17 years ago
date_type.h (svn r11702) -Codechange: move all date related stuff to date*. 17 years ago
debug.cpp (svn r11811) -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area'). 17 years ago
debug.h (svn r11811) -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area'). 17 years ago
dedicated.cpp
depot.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
depot.h (svn r11774) -Change: do not include variables.h in a header when it is not needed. 17 years ago
depot_gui.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
direction_func.h
direction_type.h (svn r11843) -Fix: mark dirty canal tile even in diagonal direction from flooded tile 17 years ago
disaster_cmd.cpp (svn r11913) -Fix (r11871): update signals after company bankrupt and disaster too 17 years ago
dock_gui.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
driver.cpp (svn r11839) -Codechange: move some variables from variables.h to a more logical location. 17 years ago
driver.h (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary. 17 years ago
dummy_land.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
economy.cpp (svn r11913) -Fix (r11871): update signals after company bankrupt and disaster too 17 years ago
economy_func.h (svn r11818) -Codechange: split player.h into smaller pieces. 17 years ago
economy_type.h (svn r11818) -Codechange: split player.h into smaller pieces. 17 years ago
elrail.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
endian_check.cpp
engine.cpp (svn r11872) -Fix (r9874): EngineHasReplacementForPlayer() didn't look in ALL_GROUP 17 years ago
engine.h (svn r11832) -Codechange: get rid of (quite) some VARDEFs. 17 years ago
engine_gui.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
fileio.cpp (svn r11940) -Codechange: Store short filename once per open file instead of once per sprite cache entry. Not all file types need this, but most of the time no sprite cache entry needed it either. 17 years ago
fileio.h (svn r11940) -Codechange: Store short filename once per open file instead of once per sprite cache entry. Not all file types need this, but most of the time no sprite cache entry needed it either. 17 years ago
fios.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
fios.h (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
fontcache.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
fontcache.h
functions.h (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is 17 years ago
genworld.cpp (svn r11867) -Fix: do not reset changes to persistent storages during world generation. 17 years ago
genworld.h (svn r11818) -Codechange: split player.h into smaller pieces. 17 years ago
genworld_gui.cpp (svn r11921) -Cleanup: correct indenting and switch case line spacing. 17 years ago
gfx.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
gfx_func.h (svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel. 17 years ago
gfx_type.h
gfxinit.cpp (svn r11942) -Codechange: Merge chars.grf into openttd[d|w].grf using action 12. Remove obsolete tables used for index mapping. 17 years ago
gfxinit.h
graph_gui.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
group.h (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is 17 years ago
group_cmd.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
group_gui.cpp (svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel. 17 years ago
group_gui.h
gui.h (svn r11939) -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik. 17 years ago
heightmap.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
heightmap.h
helpers.cpp
industry.h (svn r11862) -Fix [FS#1559]: when two NewGRFs 'fight' to define the same cargo it could happen that the strings are defined by one cargo and the 'action2' by another and when one assumes that both come from the same NewGRF... So store the GRF ID with the strings. To be extra sure add the same protection mechanism to industries and towns too. 17 years ago
industry_cmd.cpp (svn r11925) -Fix (r122, r9867): loading old, pre savegame version 2, savegames. 17 years ago
industry_gui.cpp (svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel. 17 years ago
industry_map.h
industry_type.h (svn r11776) -Codechange: more header splittings to reduce the dependencies. 17 years ago
intro_gui.cpp (svn r11932) -Codechange: Forgot two occurences of widget enumification 17 years ago
landscape.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
landscape.h (svn r11700) -Codechange: reduce the amount of unnecessary includes. 17 years ago
livery.h (svn r11874) -Fix [FS#1655]: all wagons of maglev/monorail trains would get the livery colour of the engine instead of their wagon type. 17 years ago
lzoconf.h
main_gui.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
map.cpp (svn r11897) -Fix: Replace an uint with TileIndex and a small coding style fix. 17 years ago
map_func.h (svn r11914) -Documentation: fix some @file statement 17 years ago
map_type.h (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h). 17 years ago
masm64.rules
md5.cpp (svn r11695) -Codechange: Converted the md5 algorithm to OOP 17 years ago
md5.h (svn r11695) -Codechange: Converted the md5 algorithm to OOP 17 years ago
minilzo.cpp
minilzo.h
misc.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
misc_cmd.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
misc_gui.cpp (svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel. 17 years ago
mixer.cpp
mixer.h
music.cpp
music.h
music_gui.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
namegen.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
namegen.h (svn r11914) -Documentation: fix some @file statement 17 years ago
newgrf.cpp (svn r11938) -Codechange: support loading of canal/river properties (though still ignored) 17 years ago
newgrf.h (svn r11776) -Codechange: more header splittings to reduce the dependencies. 17 years ago
newgrf_callbacks.h (svn r11851) -Codechange: A few magic numbers removal, plus a little code style 17 years ago
newgrf_canal.cpp (svn r11938) -Codechange: support loading of canal/river properties (though still ignored) 17 years ago
newgrf_canal.h (svn r11938) -Codechange: support loading of canal/river properties (though still ignored) 17 years ago
newgrf_cargo.cpp
newgrf_cargo.h (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
newgrf_commons.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
newgrf_commons.h
newgrf_config.cpp (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary. 17 years ago
newgrf_config.h (svn r11704) -Codechange: remove another bunch of useless includes. 17 years ago
newgrf_engine.cpp (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is 17 years ago
newgrf_engine.h (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is 17 years ago
newgrf_gui.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
newgrf_house.cpp (svn r11855) -Fix [FS#1335]: recompute town population when removing a 'newhouses' grf, or when loading a game with missing 'newhouses' grfs 17 years ago
newgrf_house.h (svn r11855) -Fix [FS#1335]: recompute town population when removing a 'newhouses' grf, or when loading a game with missing 'newhouses' grfs 17 years ago
newgrf_industries.cpp (svn r11839) -Codechange: move some variables from variables.h to a more logical location. 17 years ago
newgrf_industries.h (svn r11776) -Codechange: more header splittings to reduce the dependencies. 17 years ago
newgrf_industrytiles.cpp (svn r11839) -Codechange: move some variables from variables.h to a more logical location. 17 years ago
newgrf_industrytiles.h
newgrf_sound.cpp (svn r11719) -Codechange: split sound.h in a header with types and one with functions. 17 years ago
newgrf_sound.h (svn r11719) -Codechange: split sound.h in a header with types and one with functions. 17 years ago
newgrf_spritegroup.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
newgrf_spritegroup.h (svn r11797) -Fix: Add protection against not already created industry while doing industry callback. 17 years ago
newgrf_station.cpp (svn r11881) -Cleanup: Code style for global variables. 17 years ago
newgrf_station.h (svn r11859) -Codechange: Update newgrf station class dropdown to use new method of generating list. 17 years ago
newgrf_storage.cpp
newgrf_storage.h
newgrf_string_type.h (svn r11862) -Fix [FS#1559]: when two NewGRFs 'fight' to define the same cargo it could happen that the strings are defined by one cargo and the 'action2' by another and when one assumes that both come from the same NewGRF... So store the GRF ID with the strings. To be extra sure add the same protection mechanism to industries and towns too. 17 years ago
newgrf_text.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
newgrf_text.h
newgrf_town.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
newgrf_town.h
newgrf_townname.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
newgrf_townname.h (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
news.h (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
news_gui.cpp (svn r11909) -Codechange: use dropdown widget for player livery, network lobby/setup and news settings windows 17 years ago
npf.cpp (svn r11800) -Codechange: move some functions to a more logical location + some type safety. 17 years ago
npf.h (svn r11800) -Codechange: move some functions to a more logical location + some type safety. 17 years ago
oldloader.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
oldpool.cpp
oldpool.h
openttd.cpp (svn r11934) -Codechange: add persistent random data for river and canal tiles. 17 years ago
openttd.h (svn r11889) -Change: small inconsistency between documentation and code. Patch by Yexo. 17 years ago
order.h (svn r11887) -Fix [FS#1658]: segmentation faults/wrong frees due uninitialized memory in the AI. 17 years ago
order_cmd.cpp (svn r11939) -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik. 17 years ago
order_gui.cpp (svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with other cases of *B_* vs *_* like VETSB_* and VETS_*. 17 years ago
os2.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
os_timer.cpp
ottdres.rc.in
pathfind.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
pathfind.h (svn r11827) -Codechange: do not include enum_type.hpp unnecessary. 17 years ago
player_base.h (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is 17 years ago
player_face.h (svn r11800) -Codechange: move some functions to a more logical location + some type safety. 17 years ago
player_func.h (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
player_gui.cpp (svn r11909) -Codechange: use dropdown widget for player livery, network lobby/setup and news settings windows 17 years ago
player_gui.h (svn r11818) -Codechange: split player.h into smaller pieces. 17 years ago
player_type.h (svn r11827) -Codechange: do not include enum_type.hpp unnecessary. 17 years ago
players.cpp (svn r11874) -Fix [FS#1655]: all wagons of maglev/monorail trains would get the livery colour of the engine instead of their wagon type. 17 years ago
queue.cpp
queue.h
rail.cpp (svn r11818) -Codechange: split player.h into smaller pieces. 17 years ago
rail.h (svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very long track 17 years ago
rail_cmd.cpp (svn r11910) -Fix: play 'ding-ding' crossing sound in more cases (except gameload and crossing construction) 17 years ago
rail_gui.cpp (svn r11912) -Codechange: use dropdown widget for autoreplace, station builder and (second?) vehicle list windows 17 years ago
rail_gui.h
rail_map.h (svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very long track 17 years ago
rail_type.h (svn r11827) -Codechange: do not include enum_type.hpp unnecessary. 17 years ago
resource.h
rev.cpp.in
road.cpp (svn r11818) -Codechange: split player.h into smaller pieces. 17 years ago
road_cmd.cpp (svn r11910) -Fix: play 'ding-ding' crossing sound in more cases (except gameload and crossing construction) 17 years ago
road_cmd.h
road_func.h (svn r11910) -Fix: play 'ding-ding' crossing sound in more cases (except gameload and crossing construction) 17 years ago
road_gui.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
road_gui.h
road_internal.h (svn r11700) -Codechange: reduce the amount of unnecessary includes. 17 years ago
road_map.cpp
road_map.h (svn r11910) -Fix: play 'ding-ding' crossing sound in more cases (except gameload and crossing construction) 17 years ago
road_type.h (svn r11914) -Documentation: fix some @file statement 17 years ago
roadveh.h (svn r11774) -Change: do not include variables.h in a header when it is not needed. 17 years ago
roadveh_cmd.cpp (svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants 17 years ago
roadveh_gui.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
saveload.cpp (svn r11874) -Fix [FS#1655]: all wagons of maglev/monorail trains would get the livery colour of the engine instead of their wagon type. 17 years ago
saveload.h (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is 17 years ago
screenshot.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
screenshot.h
sdl.cpp
sdl.h
settings.cpp (svn r11840) -Codechange: split network.h so not everything in there needs to be included when wanting to know whether we are a server. 17 years ago
settings_func.h (svn r11771) -Codechange: split settings.h into better separated headers. 17 years ago
settings_gui.cpp (svn r11902) -Codechange: use new dropdown widget for game options window 17 years ago
settings_internal.h (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
settings_type.h (svn r11832) -Codechange: get rid of (quite) some VARDEFs. 17 years ago
ship.h (svn r11774) -Change: do not include variables.h in a header when it is not needed. 17 years ago
ship_cmd.cpp (svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants 17 years ago
ship_gui.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
signal.cpp (svn r11903) -Fix: try to fix MorphOS compilation 17 years ago
signal_func.h (svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station 17 years ago
signs.cpp (svn r11832) -Codechange: get rid of (quite) some VARDEFs. 17 years ago
signs.h (svn r11832) -Codechange: get rid of (quite) some VARDEFs. 17 years ago
signs_gui.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
slope_func.h (svn r11700) -Codechange: reduce the amount of unnecessary includes. 17 years ago
slope_type.h
smallmap_gui.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
sound.cpp (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. 17 years ago
sound_func.h (svn r11719) -Codechange: split sound.h in a header with types and one with functions. 17 years ago
sound_type.h (svn r11719) -Codechange: split sound.h in a header with types and one with functions. 17 years ago
sprite.h
spritecache.cpp (svn r11940) -Codechange: Store short filename once per open file instead of once per sprite cache entry. Not all file types need this, but most of the time no sprite cache entry needed it either. 17 years ago
spritecache.h
station.cpp (svn r11839) -Codechange: move some variables from variables.h to a more logical location. 17 years ago
station.h (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is 17 years ago
station_cmd.cpp (svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station 17 years ago
station_gui.cpp (svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel. 17 years ago
station_gui.h (svn r11904) -Codechange: use dropdown widget in 3 more windows, build vehicle, group vehicle list and station list. 17 years ago
station_map.h (svn r11700) -Codechange: reduce the amount of unnecessary includes. 17 years ago
stdafx.h (svn r11939) -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik. 17 years ago
string.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
string_func.h (svn r11914) -Documentation: fix some @file statement 17 years ago
string_type.h (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary. 17 years ago
strings.cpp (svn r11888) -Codechange: simplify sorting of the strings in town names dropdown 17 years ago
strings_func.h (svn r11896) -Fix (r11886): a missing const broke compilation with MSVC 17 years ago
strings_type.h (svn r11886) -Add: sort the strings in languages dropdown 17 years ago
subsidy_gui.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
terraform_cmd.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
terraform_gui.cpp (svn r11926) -Feature: Rivers. Graphics must be provided by NewGRF else rivers are drawn as canals. Rivers can currently only be placed with-in the scenario editor. 17 years ago
terraform_gui.h (svn r11768) -Codechange: move some terraform related gui stuff from main_gui.cpp to terraform_gui.cpp (and introduce terraform_gui.h). Based on a patch by Roujin. 17 years ago
textbuf_gui.h (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary. 17 years ago
texteff.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
texteff.hpp
tgp.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
tgp.h
thread.cpp
thread.h
tile_cmd.h (svn r11939) -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik. 17 years ago
tile_map.cpp (svn r11914) -Documentation: fix some @file statement 17 years ago
tile_map.h (svn r11818) -Codechange: split player.h into smaller pieces. 17 years ago
tile_type.h (svn r11700) -Codechange: reduce the amount of unnecessary includes. 17 years ago
timetable.h
timetable_cmd.cpp (svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with other cases of *B_* vs *_* like VETSB_* and VETS_*. 17 years ago
timetable_gui.cpp (svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with other cases of *B_* vs *_* like VETSB_* and VETS_*. 17 years ago
town.h (svn r11873) -Codechange: less a few magical numbers and a tiny bit more comments on town zones 17 years ago
town_cmd.cpp (svn r11925) -Fix (r122, r9867): loading old, pre savegame version 2, savegames. 17 years ago
town_gui.cpp (svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel. 17 years ago
town_map.h (svn r11702) -Codechange: move all date related stuff to date*. 17 years ago
town_type.h (svn r11776) -Codechange: more header splittings to reduce the dependencies. 17 years ago
track_func.h
track_type.h (svn r11827) -Codechange: do not include enum_type.hpp unnecessary. 17 years ago
train.h (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes. 17 years ago
train_cmd.cpp (svn r11922) -Codechange: use MaybeBarCrossingWithSound() to bar crossing with sound 17 years ago
train_gui.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
transparency.h
transparency_gui.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
transparency_gui.h
tree_cmd.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
tree_map.h
tunnel_map.cpp
tunnel_map.h (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h). 17 years ago
tunnelbridge_cmd.cpp (svn r11937) -Feature: Allow building bridge heads on more slopes. 17 years ago
tunnelbridge_map.h (svn r11760) -Codechange: unify the way how other end of a tunnel/bridge is determined at some places 17 years ago
unix.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
unmovable.h
unmovable_cmd.cpp (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. 17 years ago
unmovable_map.h (svn r11773) -Codechange: move some non-clear-land functions from clear_cmd.cpp to a more correct location. 17 years ago
variables.h (svn r11839) -Codechange: move some variables from variables.h to a more logical location. 17 years ago
vehicle.cpp (svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants 17 years ago
vehicle_base.h (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is 17 years ago
vehicle_func.h (svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants 17 years ago
vehicle_gui.cpp (svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants 17 years ago
vehicle_gui.h (svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants 17 years ago
vehicle_type.h (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes. 17 years ago
viewport.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
viewport_func.h (svn r11939) -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik. 17 years ago
viewport_type.h (svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed... 17 years ago
void_map.h
water.h (svn r11898) -Fix: Update neighboured canals + signals when flooding non-flat tiles, too. 17 years ago
water_cmd.cpp (svn r11934) -Codechange: add persistent random data for river and canal tiles. 17 years ago
water_map.h (svn r11934) -Codechange: add persistent random data for river and canal tiles. 17 years ago
waypoint.cpp (svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station 17 years ago
waypoint.h (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is 17 years ago
widget.cpp (svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel. 17 years ago
win32.cpp (svn r11779) -Fix: win32 compile failed. Also removed a duplicate include 17 years ago
win32.h
win64.asm
window.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
window_func.h (svn r11914) -Documentation: fix some @file statement 17 years ago
window_gui.h (svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel. 17 years ago
window_type.h
zoom_func.h (svn r11914) -Documentation: fix some @file statement 17 years ago
zoom_type.h