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
terkhen a2b03e54e0 (svn r19719) -Codechange: When building a lock, do not add the cost of building canals if they are already built. 15 years ago
..
3rdparty
ai (svn r19704) -Codechange: unify the style of GSF enums; now they're plural instead of mixed 15 years ago
blitter
core (svn r19671) -Fix (r19670): RoundDiv() needs to deal with signed numerators. 15 years ago
depend
lang (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 15 years ago
misc (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
music
network (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 15 years ago
os (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
pathfinder (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
saveload (svn r19715) -Codechange: Rename all appareances of shiplift to lock. 15 years ago
script
sound
spriteloader (svn r19628) -Change: support the tRNS chunk to read transparency information for RGB PNGs (Szvengar) 15 years ago
strgen (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
table (svn r19715) -Codechange: Rename all appareances of shiplift to lock. 15 years ago
thread
video (svn r19593) -Codechange: improve loading/executing the desync logs 15 years ago
widgets
aircraft.h
aircraft_cmd.cpp (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
aircraft_gui.cpp
airport.cpp
airport.h
airport_gui.cpp
animated_tile.cpp
animated_tile_func.h
articulated_vehicles.cpp
articulated_vehicles.h
autoreplace.cpp
autoreplace_base.h
autoreplace_cmd.cpp (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
autoreplace_func.h
autoreplace_gui.cpp
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_media_base.h (svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files were unreadable 15 years ago
base_media_func.h (svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files were unreadable 15 years ago
base_station_base.h
bmp.cpp
bmp.h
bridge.h
bridge_gui.cpp
bridge_map.cpp
bridge_map.h
build_vehicle_gui.cpp (svn r19669) -Fix: don't display an error message when double clicking on a vehicle in the 'available vehicles'-window 15 years ago
cargo_type.h
cargopacket.cpp
cargopacket.h
cargotype.cpp (svn r19573) -Fix (r19541): Special cargos did not appear at the refit list. 15 years ago
cargotype.h (svn r19573) -Fix (r19541): Special cargos did not appear at the refit list. 15 years ago
cheat.cpp
cheat_func.h
cheat_gui.cpp
cheat_type.h
clear_cmd.cpp
clear_map.h (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
cmd_helper.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
command.cpp (svn r19663) -Fix: in rare cases, update of signals could be missed 15 years ago
command_func.h (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 15 years ago
command_type.h (svn r19602) -Codechange: add the name of the command to the desync logs 15 years ago
company_base.h
company_cmd.cpp (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
company_func.h
company_gui.cpp
company_gui.h
company_manager_face.h
company_type.h
console.cpp
console_cmds.cpp
console_func.h
console_gui.cpp
console_gui.h
console_internal.h
console_type.h
crashlog.cpp
crashlog.h
currency.cpp
currency.h
date.cpp (svn r19592) -Fix: don't do the desync debug savegames mid-StateGameLoop; they're increadibly useless (or hard to load correctly) in that case 15 years ago
date_func.h
date_gui.cpp
date_gui.h
date_type.h
debug.cpp (svn r19589) -Change: add some more useful information to the desync log and unify the formatting 15 years ago
debug.h (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
dedicated.cpp
depot.cpp
depot_base.h
depot_func.h
depot_gui.cpp (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 15 years ago
depot_map.h
depot_type.h
direction_func.h
direction_type.h (svn r19605) -Codechange: Merge ExtractBits into EnumPropsT. 15 years ago
disaster_cmd.cpp
dock_gui.cpp (svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL. 15 years ago
driver.cpp
driver.h
dummy_land.cpp
economy.cpp (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
economy_base.h
economy_func.h
economy_type.h
effectvehicle.cpp
effectvehicle_base.h
effectvehicle_func.h
elrail.cpp
elrail_func.h
endian_check.cpp
engine.cpp (svn r19660) -Feature: [NewGRF] support cb36 for aircraft speed also in the build menu 15 years ago
engine_base.h
engine_func.h
engine_gui.cpp
engine_gui.h
engine_type.h
fileio.cpp (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
fileio_func.h
fileio_type.h
fios.cpp (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
fios.h
fontcache.cpp
fontcache.h
functions.h
gamelog.cpp
gamelog.h
gamelog_internal.h
genworld.cpp (svn r19589) -Change: add some more useful information to the desync log and unify the formatting 15 years ago
genworld.h
genworld_gui.cpp
gfx.cpp (svn r19671) -Fix (r19670): RoundDiv() needs to deal with signed numerators. 15 years ago
gfx_func.h
gfx_type.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
gfxinit.cpp (svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files were unreadable 15 years ago
gfxinit.h
graph_gui.cpp (svn r19673) -Codechange: Optimize calculation of graph grid size (method by Alberth). 15 years ago
graph_gui.h
ground_vehicle.cpp (svn r19599) -Fix [FS#3751]: Vehicles with a weight of zero crashed the game when using realistic acceleration. 15 years ago
ground_vehicle.hpp
group.h
group_cmd.cpp (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
group_gui.cpp
group_gui.h
group_type.h
gui.h
heightmap.cpp
heightmap.h
highscore.cpp
highscore.h
highscore_gui.cpp
house.h
house_type.h
industry.h
industry_cmd.cpp (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables 15 years ago
industry_gui.cpp (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables 15 years ago
industry_map.h
industry_type.h
industrytype.h
ini.cpp
ini_type.h
intro_gui.cpp
landscape.cpp (svn r19658) -Fix: One could turn transport companies into credit banks. 15 years ago
landscape.h
landscape_type.h
livery.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
main_gui.cpp (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
map.cpp
map_func.h (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
map_type.h
misc.cpp
misc_cmd.cpp (svn r19684) -Fix [FS#3779]: don't show an error message when trying to give another client an amount of 0 money 15 years ago
misc_gui.cpp (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables 15 years ago
mixer.cpp
mixer.h
music.cpp (svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files were unreadable 15 years ago
music_gui.cpp
newgrf.cpp (svn r19704) -Codechange: unify the style of GSF enums; now they're plural instead of mixed 15 years ago
newgrf.h (svn r19708) -Add: NewGRF "debugging" window and data tables; should be a useful tool for NewGRF developers to get some insights into the value of some variables 15 years ago
newgrf_airport.cpp
newgrf_airport.h
newgrf_airporttiles.cpp (svn r19707) -Add: helper functions to instantiate/fill ResolverObjects 15 years ago
newgrf_airporttiles.h
newgrf_callbacks.h
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp
newgrf_config.h
newgrf_debug.h (svn r19708) -Add: NewGRF "debugging" window and data tables; should be a useful tool for NewGRF developers to get some insights into the value of some variables 15 years ago
newgrf_debug_gui.cpp (svn r19708) -Add: NewGRF "debugging" window and data tables; should be a useful tool for NewGRF developers to get some insights into the value of some variables 15 years ago
newgrf_engine.cpp (svn r19707) -Add: helper functions to instantiate/fill ResolverObjects 15 years ago
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp (svn r19597) -Fix: Removing NewGRFs from the GUI list leaked. 15 years ago
newgrf_house.cpp (svn r19707) -Add: helper functions to instantiate/fill ResolverObjects 15 years ago
newgrf_house.h
newgrf_industries.cpp (svn r19713) -Fix [NewGRF]: passing some invalid data to industry variable 67/68 could cause a crash 15 years ago
newgrf_industries.h
newgrf_industrytiles.cpp (svn r19707) -Add: helper functions to instantiate/fill ResolverObjects 15 years ago
newgrf_industrytiles.h (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
newgrf_properties.h
newgrf_railtype.cpp (svn r19707) -Add: helper functions to instantiate/fill ResolverObjects 15 years ago
newgrf_railtype.h
newgrf_sound.cpp (svn r19679) -Fix: [NewGRF] make sure newgrfs can't overwrite sound effect properties from other newgrfs 15 years ago
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
newgrf_station.cpp (svn r19707) -Add: helper functions to instantiate/fill ResolverObjects 15 years ago
newgrf_station.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp
newgrf_text.h
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
news_func.h
news_gui.cpp
news_gui.h
news_type.h
openttd.cpp (svn r19688) -Codechange: run CheckCaches after the debug desync save, so we don't store just reset values in the savegame but the data from the previous tick 15 years ago
openttd.h
order_base.h
order_cmd.cpp (svn r19657) -Fix: Add saneness checks for front vehicles. 15 years ago
order_func.h
order_gui.cpp (svn r19584) -Fix [FS#3744]: Crash when pressing 'h' (non-stop) in the order window of a ship or aircraft 15 years ago
order_type.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
os_timer.cpp
osk_gui.cpp (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
pbs.cpp
pbs.h
querystring_gui.h
rail.cpp (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
rail.h
rail_cmd.cpp (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables 15 years ago
rail_gui.cpp (svn r19637) -Codechange: Pass complete TransportType to CmdBuildTunnel. 15 years ago
rail_gui.h
rail_map.h
rail_type.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
rev.cpp.in
rev.h
road.cpp
road_cmd.cpp (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
road_cmd.h
road_func.h
road_gui.cpp (svn r19637) -Codechange: Pass complete TransportType to CmdBuildTunnel. 15 years ago
road_gui.h
road_internal.h
road_map.cpp
road_map.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
road_type.h (svn r19683) -Fix (r19654): towns with 3x3 and 2x2 road layouts couldn't expand 15 years ago
roadstop.cpp
roadstop_base.h
roadveh.h
roadveh_cmd.cpp (svn r19621) -Codechange: Remove direct usage of magic 'p1's in build vehicle commands. 15 years ago
roadveh_gui.cpp
screenshot.cpp
screenshot.h
sdl.cpp
sdl.h
settings.cpp (svn r19705) -Change: reinitialise the windows when changing the newgrf_developer_tools setting 15 years ago
settings_func.h (svn r19577) -Codechange: apply coding style to names of functions in settings.cpp 15 years ago
settings_gui.cpp
settings_internal.h
settings_type.h
ship.h
ship_cmd.cpp (svn r19621) -Codechange: Remove direct usage of magic 'p1's in build vehicle commands. 15 years ago
ship_gui.cpp
signal.cpp
signal_func.h
signal_type.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
signs.cpp
signs_base.h
signs_cmd.cpp
signs_func.h
signs_gui.cpp
signs_type.h
slope_func.h (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
slope_type.h
smallmap_gui.cpp (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
smallmap_gui.h
sortlist_type.h
sound.cpp (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
sound_func.h
sound_type.h
sprite.cpp
sprite.h
spritecache.cpp
spritecache.h
station.cpp
station_base.h
station_cmd.cpp (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables 15 years ago
station_func.h
station_gui.cpp (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
station_gui.h
station_map.h
station_type.h
statusbar_gui.cpp
statusbar_gui.h
stdafx.h (svn r19698) -Add: macros to get the size/length of a variable within a class 15 years ago
string.cpp (svn r19703) -Add: hexadecimal string filter 15 years ago
string_func.h
string_type.h (svn r19703) -Add: hexadecimal string filter 15 years ago
strings.cpp (svn r19649) -Add: plural rule for Maltese 15 years ago
strings_func.h
strings_type.h
subsidy.cpp
subsidy_base.h
subsidy_func.h
subsidy_gui.cpp
subsidy_type.h
tar_type.h
terraform_cmd.cpp (svn r19633) -Fix (r11759): Signed computations with unsigned integers. 15 years ago
terraform_gui.cpp (svn r19696) -Fix [FS#3781]: Avoid showing building toolbars behind the main toolbar when the "Link landscape toolbar" setting is active. 15 years ago
terraform_gui.h
textbuf_gui.h
texteff.cpp
texteff.hpp
tgp.cpp
tgp.h
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h
tilearea.cpp
tilearea_type.h
tilehighlight_func.h
tilehighlight_type.h
timetable.h
timetable_cmd.cpp (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
timetable_gui.cpp
toolbar_gui.cpp (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 15 years ago
toolbar_gui.h
town.h
town_cmd.cpp (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables 15 years ago
town_gui.cpp
town_map.h
town_type.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
townname.cpp
townname_func.h
townname_type.h
track_func.h
track_type.h (svn r19605) -Codechange: Merge ExtractBits into EnumPropsT. 15 years ago
train.h
train_cmd.cpp (svn r19699) -Codechange: Use InvalidateData at the refit window. 15 years ago
train_gui.cpp
transparency.h
transparency_gui.cpp
transparency_gui.h
transport_type.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
tree_cmd.cpp (svn r19644) -Fix [FS#3728]: don't allow building cacti outside of the desert or rain forest trees outside of the rain forest area. This to prevent people from thinking planting rain forest trees makes the rain forest bigger and thus adds more place to build a lumber mill. 15 years ago
tree_gui.cpp (svn r19634) -Codechange: Use TREE_INVALID more consistently. 15 years ago
tree_map.h (svn r19634) -Codechange: Use TREE_INVALID more consistently. 15 years ago
tunnel_map.cpp
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp (svn r19717) -Fix: The cost of the first bridge type was added when building an aqueduct. 15 years ago
tunnelbridge_map.h
unmovable.h
unmovable_cmd.cpp
unmovable_map.h (svn r19614) -Codechange: "it's" => "its" where appropriate 15 years ago
variables.h
vehicle.cpp (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables 15 years ago
vehicle_base.h
vehicle_cmd.cpp (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 15 years ago
vehicle_func.h
vehicle_gui.cpp (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 15 years ago
vehicle_gui.h (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 15 years ago
vehicle_gui_base.h
vehicle_type.h (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
vehiclelist.cpp (svn r19656) -Codechange/Fix: Report back if invalid vehicle lists are requested. 15 years ago
vehiclelist.h (svn r19656) -Codechange/Fix: Report back if invalid vehicle lists are requested. 15 years ago
viewport.cpp (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 15 years ago
viewport_func.h
viewport_gui.cpp
viewport_type.h
void_map.h
water.h
water_cmd.cpp (svn r19719) -Codechange: When building a lock, do not add the cost of building canals if they are already built. 15 years ago
water_map.h (svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL. 15 years ago
waypoint.cpp
waypoint_base.h
waypoint_cmd.cpp (svn r19654) -Codechange: Use Extract<> in more places. 15 years ago
waypoint_func.h
waypoint_gui.cpp
widget.cpp (svn r19706) -Add: support for the (NewGRF) debug box 15 years ago
widget_type.h (svn r19706) -Add: support for the (NewGRF) debug box 15 years ago
window.cpp (svn r19706) -Add: support for the (NewGRF) debug box 15 years ago
window_func.h
window_gui.h (svn r19706) -Add: support for the (NewGRF) debug box 15 years ago
window_type.h (svn r19708) -Add: NewGRF "debugging" window and data tables; should be a useful tool for NewGRF developers to get some insights into the value of some variables 15 years ago
zoom_func.h
zoom_type.h