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
smatz 3ab59da68a (svn r12386) -Fix [FS#1841](r2428): train could break apart when reversed while partially in a depot 16 years ago
..
ai (svn r12200) -Fix: force AI to build rail or road instead of bridges if possible, so it doesn't build bridges everywhere 17 years ago
blitter (svn r11839) -Codechange: move some variables from variables.h to a more logical location. 17 years ago
core (svn r12204) -Fix (r12192): using UINT16_MAX broke compilation on many targets 17 years ago
lang (svn r12364) -Fix (r12361): Case attribute for brazilian_portuguese got lost. 16 years ago
misc (svn r11914) -Documentation: fix some @file statement 17 years ago
music (svn r12373) -Fix [FS#1849]: win32 music driver fails if path is too long (128 chars is too much for mci it seems), so retry using the short path name (8.3 style) if available 16 years ago
network (svn r12370) -Fix [FS#1853]: Close language drop down when parent window is clicked/closed. 16 years ago
os/macosx (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h' 17 years ago
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 r12382) -Fix [FS#1864]: use 'items' unit for batteries, fizzy drinks, toys and bubbles in total cargo tab 16 years ago
video (svn r12167) -Feature(tte): change colour of autorail and autoroad selection when Ctrl is pressed 17 years ago
widgets (svn r12121) -Fix [FS#1764]: Drop down item indexes are now an int instead of a byte (Yexo) 17 years ago
yapf (svn r12313) -Fix: YAPF and NTP did not apply penalty for uphill tracks on steep slopes. 16 years ago
aircraft.h (svn r12037) -Codechange: replace OnNewDay_(Aircraft|RoadVeh|Ship|Train) with an OnNewDay method in the Vehicle class 17 years ago
aircraft_cmd.cpp (svn r12343) -Fix (r12293): Slow helicopters never got the 'chance' to finish the landing routine. 16 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 r12155) -Fix (r12154): some warnings (always compile before commit) 17 years ago
airport_movement.h (svn r11408) -Fix [FS#1422]: do not do a 270 degree turn when 90 degrees is enough on a commuter airport. 17 years ago
articulated_vehicles.cpp (svn r12137) -Fix [FS#1769]: Show cargo capacity for articulated vehicles correctly in the purchase list. Multiple cargo types can also now been shown. 17 years ago
articulated_vehicles.h (svn r12137) -Fix [FS#1769]: Show cargo capacity for articulated vehicles correctly in the purchase list. Multiple cargo types can also now been shown. 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 r12346) -Fix [FS#1748, FS#1825](r9874, r11872): Remove duplicated and inconsistent code wrt. autoreplace with rules in both vehicles' group and ALL_GROUP. 16 years ago
autoreplace_func.h (svn r11818) -Codechange: split player.h into smaller pieces. 17 years ago
autoreplace_gui.cpp (svn r12054) -Cleanup: Use VehicleType instead of byte for vehicle types... 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 (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed. 17 years ago
aystar.h (svn r11700) -Codechange: reduce the amount of unnecessary includes. 17 years ago
bmp.cpp (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed. 17 years ago
bmp.h (svn r11684) -Codechange: split gfx.h in a type and functional header. 17 years ago
bridge.h (svn r12118) -Codechange: Put the two descriptions of bridges in an array instead of two single variables, following the transport type it represents 17 years ago
bridge_gui.cpp (svn r12136) -Fix(r12135): Code style compliance and... code style as such 17 years ago
bridge_map.cpp (svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_map.h into tunnelbridge_map.h 17 years ago
bridge_map.h (svn r12107) -Codechange: Add and use the typedef BridgeType 17 years ago
build_vehicle_gui.cpp (svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it. 17 years ago
callback_table.cpp (svn r11677) -Codechange: move price and command related types/functions to their respective places. 17 years ago
callback_table.h (svn r11677) -Codechange: move price and command related types/functions to their respective places. 17 years ago
cargo_type.h (svn r11704) -Codechange: remove another bunch of useless includes. 17 years ago
cargopacket.cpp (svn r12120) -Cleanup: const-ify parameters when checking for same cargopacket source. 17 years ago
cargopacket.h (svn r12120) -Cleanup: const-ify parameters when checking for same cargopacket source. 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 r12199) -Codechange: Remove magic around the results of GetTileTrackStatus(). 17 years ago
clear_map.h (svn r11776) -Codechange: more header splittings to reduce the dependencies. 17 years ago
cmd_helper.h (svn r11689) -Fix: compilation error and most of warnings for gcc 4.3 17 years ago
command.cpp (svn r12304) -Codechange: use IsValidTile() where it should be used 16 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 r12094) -Codechange: use DC_BANKRUPT command flag when removing player property to allow further fixes 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 r12079) -Fix: Use search paths when opening console scripts. 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 r12037) -Codechange: replace OnNewDay_(Aircraft|RoadVeh|Ship|Train) with an OnNewDay method in the Vehicle class 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 r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble. 17 years ago
debug.h (svn r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble. 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 r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them. 17 years ago
depot_gui.cpp (svn r12166) -Fix [FS#337]: when drag&drop mode was cancelled by keyboard input, depot/group window wasn't updated (original patch by GrimRC) 17 years ago
direction_func.h (svn r11661) -Codechange: some header reworks in order to try to reduce the compile time of OpenTTD by reduce the amount of circular-ish dependencies. 17 years ago
direction_type.h (svn r11843) -Fix: mark dirty canal tile even in diagonal direction from flooded tile 17 years ago
disaster_cmd.cpp (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus(). 17 years ago
dock_gui.cpp (svn r12154) -Codechange: removed a magic number 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 r12199) -Codechange: Remove magic around the results of GetTileTrackStatus(). 17 years ago
economy.cpp (svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it. 17 years ago
economy_func.h (svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it. 17 years ago
economy_type.h (svn r12090) -Codechange : removed a magic number and code style application on enum ExpensesType 17 years ago
elrail.cpp (svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them. 17 years ago
endian_check.cpp (svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line. 17 years ago
engine.cpp (svn r12244) -Fix (r12150): typo resulting in no players are given the engine preview offer 17 years ago
engine.h (svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it. 17 years ago
engine_gui.cpp (svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it. 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 r11945) -Fix: FileExists() failed for non latin paths (win32) 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 r11981) -Fix [FS#1698]: Use unicode glyph mapping to fix up missing/shuffled sprites in original data files instead of shuffling or skipping 17 years ago
fontcache.h (svn r11684) -Codechange: split gfx.h in a type and functional header. 17 years ago
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 r12004) -Codechange: refactor the random functions to reduce code duplication. 17 years ago
genworld.h (svn r11818) -Codechange: split player.h into smaller pieces. 17 years ago
genworld_gui.cpp (svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple places. 17 years ago
gfx.cpp (svn r12335) -Codechange: Don't stuff signed values into a unsigned variable when the variable can just be unsigned... 16 years ago
gfx_func.h (svn r12167) -Feature(tte): change colour of autorail and autoroad selection when Ctrl is pressed 17 years ago
gfx_type.h (svn r11684) -Codechange: split gfx.h in a type and functional header. 17 years ago
gfxinit.cpp (svn r12002) -Cleanup (r11981): Remove obsolete code to skip sprites from indexed GRFs. 17 years ago
gfxinit.h (svn r11684) -Codechange: split gfx.h in a type and functional header. 17 years ago
graph_gui.cpp (svn r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble. 17 years ago
group.h (svn r12346) -Fix [FS#1748, FS#1825](r9874, r11872): Remove duplicated and inconsistent code wrt. autoreplace with rules in both vehicles' group and ALL_GROUP. 16 years ago
group_cmd.cpp (svn r12296) -Fix [FS#1549]: restore timetable from backupped orders and add group ID to the backup 17 years ago
group_gui.cpp (svn r12374) -Fix (r11892): Don't close a dropmenu when clicking on a dropdown widget 16 years ago
group_gui.h (svn r11672) -Codechange: refactor some stuff out of gui.h. 17 years ago
gui.h (svn r12136) -Fix(r12135): Code style compliance and... code style as such 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 r12041) -Codechange: Add the loader and the property for action 00 industries, prop 24, nearby station name. 17 years ago
industry_cmd.cpp (svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other strings. 16 years ago
industry_gui.cpp (svn r12049) -Fix (r10496)(r10619): memset on multibyte array with wrong byte count 17 years ago
industry_map.h (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. 17 years ago
industry_type.h (svn r11776) -Codechange: more header splittings to reduce the dependencies. 17 years ago
intro_gui.cpp (svn r11994) -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs. 17 years ago
landscape.cpp (svn r12303) -Codechange: move IsValidTile() in a more suitable place and make it static inline 16 years ago
landscape.h (svn r12303) -Codechange: move IsValidTile() in a more suitable place and make it static inline 16 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 r12198) -Fix [FS#1789]: "Transparent buildings" now only toggles buildings, so show tick when buildings are transparent. 17 years ago
map.cpp (svn r11961) -Feature[newGRF]: Add support for Action 0D, var 13: informations about current map size. 17 years ago
map_func.h (svn r11961) -Feature[newGRF]: Add support for Action 0D, var 13: informations about current map size. 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 (svn r10778) -Fix: one-liners to allow MSVC and WINCE to work together (or anyway, a step towards that goal) 17 years ago
minilzo.h
misc.cpp (svn r12004) -Codechange: refactor the random functions to reduce code duplication. 17 years ago
misc_cmd.cpp (svn r12335) -Codechange: Don't stuff signed values into a unsigned variable when the variable can just be unsigned... 16 years ago
misc_gui.cpp (svn r12336) -Fix [FS#1733]: Don't pause/unpause the game when showing load/save windows when the game is paused due to missing GRFs. 16 years ago
mixer.cpp
mixer.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
music.cpp
music.h
music_gui.cpp (svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple places. 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 r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script 16 years ago
newgrf.h (svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other strings. 16 years ago
newgrf_callbacks.h (svn r12352) -Fix: Some callback-results were treated as 8 bit, when they were 15 bit, and vice versa. 16 years ago
newgrf_canal.cpp (svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in the map, allowing the sea/river/canal status to also be 17 years ago
newgrf_canal.h (svn r11938) -Codechange: support loading of canal/river properties (though still ignored) 17 years ago
newgrf_cargo.cpp (svn r12142) -Fix [FS#1766]: Callback 0x3D always gets a cargobit in var 0x18, independent of grf version. 17 years ago
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 r12108) -Fix [FS#1753]: X/Y axis swap for station tiles in GetNearbyTile() was wrong way around. 17 years ago
newgrf_commons.h (svn r12086) -Fix [FS#1747] (r11425): check overrides only for industries when mapping newgrf entities to 'real' entities 17 years ago
newgrf_config.cpp (svn r12173) -Cleanup: Minor codestyle fixes. 17 years ago
newgrf_config.h (svn r11704) -Codechange: remove another bunch of useless includes. 17 years ago
newgrf_engine.cpp (svn r12331) -Feature: [NewGRF] vehicle variable FE bit 8 16 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_generic.cpp (svn r12122) -Codechange: Add framework for generic feature callbacks, along with some parts for AI use. 17 years ago
newgrf_generic.h (svn r12122) -Codechange: Add framework for generic feature callbacks, along with some parts for AI use. 17 years ago
newgrf_gui.cpp (svn r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script 16 years ago
newgrf_house.cpp (svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't computed right. A few other things regaring the updating had to be changed. Big thanks for support to frosch123 and SmatZ, to name just a few. (Inspired by a patch of bilbo) 16 years ago
newgrf_house.h (svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't computed right. A few other things regaring the updating had to be changed. Big thanks for support to frosch123 and SmatZ, to name just a few. (Inspired by a patch of bilbo) 16 years ago
newgrf_industries.cpp (svn r12362) -Fix (r11985, r12006): Randomize variable 8F only once per callback 28. 16 years ago
newgrf_industries.h (svn r12006) -Fix: implement FS#1697 without the nasty side effects as specified in FS#1712. 17 years ago
newgrf_industrytiles.cpp (svn r12358) -Fix: Callback 2F returns 15 bit results starting from grf version 7. 16 years ago
newgrf_industrytiles.h (svn r11410) -Codechange: implement random triggers for industries. 17 years ago
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 r12358) -Fix: Callback 2F returns 15 bit results starting from grf version 7. 16 years ago
newgrf_spritegroup.h (svn r12352) -Fix: Some callback-results were treated as 8 bit, when they were 15 bit, and vice versa. 16 years ago
newgrf_station.cpp (svn r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script 16 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 (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed. 17 years ago
newgrf_storage.h (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed. 17 years ago
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 r12317) -Fix [FS#1815]: Map string IDs that are embedded from other strings. 16 years ago
newgrf_text.h (svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other strings. 16 years ago
newgrf_town.cpp (svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't computed right. A few other things regaring the updating had to be changed. Big thanks for support to frosch123 and SmatZ, to name just a few. (Inspired by a patch of bilbo) 16 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 r12199) -Codechange: Remove magic around the results of GetTileTrackStatus(). 17 years ago
npf.h (svn r12085) -Fix(r12058): Road vehicles could get stuck, when NPF told them to reverse on junction tiles. (spotted by SmatZ) 17 years ago
oldloader.cpp (svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't computed right. A few other things regaring the updating had to be changed. Big thanks for support to frosch123 and SmatZ, to name just a few. (Inspired by a patch of bilbo) 16 years ago
oldpool.cpp (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h' 17 years ago
oldpool.h (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations. 17 years ago
openttd.cpp (svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't computed right. A few other things regaring the updating had to be changed. Big thanks for support to frosch123 and SmatZ, to name just a few. (Inspired by a patch of bilbo) 16 years ago
openttd.h (svn r12335) -Codechange: Don't stuff signed values into a unsigned variable when the variable can just be unsigned... 16 years ago
order.h (svn r12296) -Fix [FS#1549]: restore timetable from backupped orders and add group ID to the backup 17 years ago
order_cmd.cpp (svn r12345) -Fix [FS#1828](r12296): don't try to restore backupped timetable when timetabling is disabled 16 years ago
order_gui.cpp (svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them. 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 (svn r10778) -Fix: one-liners to allow MSVC and WINCE to work together (or anyway, a step towards that goal) 17 years ago
ottdres.rc.in (svn r12349) -Change[FS#1826]: Remove the need to include the afxres.h header when all that was needed was just the definition if IDC_STATIC. 16 years ago
pathfind.cpp (svn r12348) -Fix (r7573): NTP skipped junction just after bridge end 16 years ago
pathfind.h (svn r12193) -Codechange: Rename a magic variable, give it a decent type, and remove a 'goto'. 17 years ago
player_base.h (svn r12090) -Codechange : removed a magic number and code style application on enum ExpensesType 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 r12090) -Codechange : removed a magic number and code style application on enum ExpensesType 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 (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed. 17 years ago
queue.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
rail.cpp (svn r12313) -Fix: YAPF and NTP did not apply penalty for uphill tracks on steep slopes. 16 years ago
rail.h (svn r12386) -Fix [FS#1841](r2428): train could break apart when reversed while partially in a depot 16 years ago
rail_cmd.cpp (svn r12386) -Fix [FS#1841](r2428): train could break apart when reversed while partially in a depot 16 years ago
rail_gui.cpp (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus(). 17 years ago
rail_gui.h (svn r11672) -Codechange: refactor some stuff out of gui.h. 17 years ago
rail_map.h (svn r12239) -Fix [FS#1800] (r9729): inverted comments for SetRailType() and GetTrackBits() (michi_cc) 17 years ago
rail_type.h (svn r11827) -Codechange: do not include enum_type.hpp unnecessary. 17 years ago
resource.h
rev.cpp.in (svn r11330) -Add: OTTD version checking for NewGRFs. This allows NewGRFs to do something different for different versions of OpenTTD, like disabling it for too low versions or loading different graphics. 17 years ago
road.cpp (svn r11957) -Codechange [FS#1678]: Minor simplification and optimisation when checking for available road/rail types (bilbo) 17 years ago
road_cmd.cpp (svn r12363) -Fix: do not allow building 'zero' road bits 16 years ago
road_cmd.h (svn r11661) -Codechange: some header reworks in order to try to reduce the compile time of OpenTTD by reduce the amount of circular-ish dependencies. 17 years ago
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 r12365) -Fix: missing redraw call in the road gui 16 years ago
road_gui.h (svn r11672) -Codechange: refactor some stuff out of gui.h. 17 years ago
road_internal.h (svn r11700) -Codechange: reduce the amount of unnecessary includes. 17 years ago
road_map.cpp (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus(). 17 years ago
road_map.h (svn r12179) -Codechange: use GetCrossingRailTrack() and GetCrossingRailAxis() to improve code readability 17 years ago
road_type.h (svn r11914) -Documentation: fix some @file statement 17 years ago
roadveh.h (svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it. 17 years ago
roadveh_cmd.cpp (svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it. 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 r12383) -Fix [FS#1860]: Check return of AfterLoadGame for success or failure when loading TTD games. 16 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 r12369) -Fix (r1681): reset train speed limits when _patches.realistic_acceleration changes 16 years ago
settings_func.h (svn r11771) -Codechange: split settings.h into better separated headers. 17 years ago
settings_gui.cpp (svn r12293) -Feature: Ability to change aircraft speed factor, from so 17 years ago
settings_internal.h (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
settings_type.h (svn r12293) -Feature: Ability to change aircraft speed factor, from so 17 years ago
ship.h (svn r12037) -Codechange: replace OnNewDay_(Aircraft|RoadVeh|Ship|Train) with an OnNewDay method in the Vehicle class 17 years ago
ship_cmd.cpp (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus(). 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 r12199) -Codechange: Remove magic around the results of GetTileTrackStatus(). 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 r11983) -Codechange: Add some helper functions for slopes and use them. 17 years ago
slope_type.h (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h 17 years ago
smallmap_gui.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
sound.cpp (svn r12186) -Fix [FS#1784](r12169): assert when trying to play tile sound at NW border of map (placing buyos, leveling land) 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 (svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID 17 years ago
spritecache.cpp (svn r12140) -Codechange: A bit of code style fixes(Geektoo). 17 years ago
spritecache.h (svn r12002) -Cleanup (r11981): Remove obsolete code to skip sprites from indexed GRFs. 17 years ago
station.cpp (svn r11839) -Codechange: move some variables from variables.h to a more logical location. 17 years ago
station.h (svn r12154) -Codechange: removed a magic number 17 years ago
station_cmd.cpp (svn r12258) -Fix: GetProductionAroundTiles() may fail if only the second production slot exists 17 years ago
station_gui.cpp (svn r11990) -Codechange: Show all cargo sources (en-route from) in the station view 17 years ago
station_gui.h (svn r11993) -Fix: Resize station/roadstop/dock/airport construction windows if cargo acceptance list is too long. 17 years ago
station_map.h (svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in the map, allowing the sea/river/canal status to also be 17 years ago
stdafx.h (svn r12344) -Codechange: Check uint64 bitsize on compiletime too. 16 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 r12385) -Fix [FS#ln]: Non-breaking spaces should not be broken. 16 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 r12015) -Fix [FS#1716] (Revert r11422): Patch in FS#1430 avoided instead of fixed the problem. GetStringWithArgs() discards information that SCC_GENDER_LIST needs to work. Now use pointers to retrieve GRF strings, so that GetStringPtr() will work correctly. This is advantageous as now no buffer copy is made when using all GRF strings. 17 years ago
strings_func.h (svn r12015) -Fix [FS#1716] (Revert r11422): Patch in FS#1430 avoided instead of fixed the problem. GetStringWithArgs() discards information that SCC_GENDER_LIST needs to work. Now use pointers to retrieve GRF strings, so that GetStringPtr() will work correctly. This is advantageous as now no buffer copy is made when using all GRF strings. 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 r12043) -Fix [FS#1736]: allow building transmitters and lighthouses on tree tiles 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 (svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables. 17 years ago
tgp.cpp (svn r11834) -Codechange: only include settings_type.h if needed. 17 years ago
tgp.h
thread.cpp (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed. 17 years ago
thread.h (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var. 17 years ago
tile_cmd.h (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus(). 17 years ago
tile_map.cpp (svn r11914) -Documentation: fix some @file statement 17 years ago
tile_map.h (svn r12303) -Codechange: move IsValidTile() in a more suitable place and make it static inline 16 years ago
tile_type.h (svn r12020) -Documentation: Correct description of TropicZone. 17 years ago
timetable.h (svn r10237) -Fix (r10236): It helps if you use svn add with new files... 17 years ago
timetable_cmd.cpp (svn r12296) -Fix [FS#1549]: restore timetable from backupped orders and add group ID to the backup 17 years ago
timetable_gui.cpp (svn r11994) -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs. 17 years ago
town.h (svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't computed right. A few other things regaring the updating had to be changed. Big thanks for support to frosch123 and SmatZ, to name just a few. (Inspired by a patch of bilbo) 16 years ago
town_cmd.cpp (svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't computed right. A few other things regaring the updating had to be changed. Big thanks for support to frosch123 and SmatZ, to name just a few. (Inspired by a patch of bilbo) 16 years ago
town_gui.cpp (svn r12159) -Codechange: Enumify some widget magical numbers 17 years ago
town_map.h (svn r12347) -Feature(ette): Increase house animation frame number from 32 to 128. 16 years ago
town_type.h (svn r11776) -Codechange: more header splittings to reduce the dependencies. 17 years ago
track_func.h (svn r12313) -Fix: YAPF and NTP did not apply penalty for uphill tracks on steep slopes. 16 years ago
track_type.h (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus(). 17 years ago
train.h (svn r12369) -Fix (r1681): reset train speed limits when _patches.realistic_acceleration changes 16 years ago
train_cmd.cpp (svn r12386) -Fix [FS#1841](r2428): train could break apart when reversed while partially in a depot 16 years ago
train_gui.cpp (svn r11994) -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs. 17 years ago
transparency.h (svn r12320) -Fix [FS#1817]: Wrong transparency options could be saved after toggling all. 16 years ago
transparency_gui.cpp (svn r12319) -Cleanup: Comment fixes (Roujin) 16 years ago
transparency_gui.h
tree_cmd.cpp (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus(). 17 years ago
tree_map.h (svn r12029) -Feature: Allow trees on shore. 17 years ago
tunnel_map.cpp (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h 17 years ago
tunnel_map.h (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h). 17 years ago
tunnelbridge.h (svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead 17 years ago
tunnelbridge_cmd.cpp (svn r12208) -Codechange: Alignment of params makes the code easier to read. 17 years ago
tunnelbridge_map.h (svn r12056) -Fix [FS#1704]: Enable YAPF to start searching inside a wormhole. 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 r12199) -Codechange: Remove magic around the results of GetTileTrackStatus(). 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 r12339) -Fix (r12331): Recalculate cached train data after clearing reversing flag when entering depot. 16 years ago
vehicle_base.h (svn r12331) -Feature: [NewGRF] vehicle variable FE bit 8 16 years ago
vehicle_func.h (svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants 17 years ago
vehicle_gui.cpp (svn r12324) -Fix (r6789): vehicles could be sorted in a wrong order when a vehicle name changed - cached name was not invalidated 16 years ago
vehicle_gui.h (svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants 17 years ago
vehicle_type.h (svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yorick) 17 years ago
viewport.cpp (svn r12166) -Fix [FS#337]: when drag&drop mode was cancelled by keyboard input, depot/group window wasn't updated (original patch by GrimRC) 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 (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h 17 years ago
water.h (svn r12071) -Feature(ette): Draw river- and canal-edges under docks and shipdepots. 17 years ago
water_cmd.cpp (svn r12350) -Fix [FS#1836](r11947): do not try ti flood water tile (performance increase) 16 years ago
water_map.h (svn r12070) -Cleanup(r12042): Water-owner of shipdepots is no longer needed. Removed. 17 years ago
waypoint.cpp (svn r12160) -Fix [FS#1744]: remove the arbitrary limit of 64 waypoints per town, so weird things won't happen anymore 17 years ago
waypoint.h (svn r12160) -Fix [FS#1744]: remove the arbitrary limit of 64 waypoints per town, so weird things won't happen anymore 17 years ago
widget.cpp (svn r11988) -Codechange: Add a generic way of changing a widget's size and adjust the widgets around it to suit. 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 r12371) -Fix [FS#1823]: do not let window hide behind the main toolbar after resizing the screen 16 years ago
window_func.h (svn r11914) -Documentation: fix some @file statement 17 years ago
window_gui.h (svn r12167) -Feature(tte): change colour of autorail and autoroad selection when Ctrl is pressed 17 years ago
window_type.h (svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found. 17 years ago
zoom_func.h (svn r11914) -Documentation: fix some @file statement 17 years ago
zoom_type.h (svn r11684) -Codechange: split gfx.h in a type and functional header. 17 years ago