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
alberth 32ffcf42f2 (svn r25283) -Add: When opening the object-build window, make the selected object visible again in the selector (sbr). 12 years ago
..
3rdparty
ai (svn r25236) -Fix [FS#5547]: crash when AI is executing a command as it is bankrupted (removed from the game) 12 years ago
blitter
core (svn r25256) -Add: small matrix type (like vector, but for matrices) (fonsinchen) 12 years ago
depend (svn r25274) -Cleanup: remove unused class instance variables 12 years ago
game (svn r25117) -Fix [FS#5511]: Silence warning. 12 years ago
lang (svn r25280) -Update from WebTranslator v3.0: 12 years ago
linkgraph (svn r25264) -Feature: linkgraph overlay over main viewport (fonsinchen) 12 years ago
misc
music (svn r25269) -Feature [FS#5552]: [Win32] Driver param for the DirectMusic driver to specify the ouput port to use. (Based on patch by gulikoza) 12 years ago
network (svn r25253) -Codechange: Rename the strings of the advertisement settings to better reflect what they do 12 years ago
os (svn r25155) -Codechange: [Win32] Improve SHGetFolderPath emulation. 12 years ago
pathfinder
saveload (svn r25259) -Codechange: track capacities and usage of links 12 years ago
script (svn r25213) -Fix [FS#5537]: clarify on which tiles IsDesertTile and IsSnowTile work, i.e. the ones without infrastructure or buildings 12 years ago
settingsgen
sound
spriteloader
strgen (svn r25191) -Codechange/Fix: [strgen] Make -export-commands use the actual command classification from strgen_tables.h instead of using something incompletely duplicated. 12 years ago
table (svn r25193) -Cleanup: [strgen] Remove some ancient unused string codes. 12 years ago
thread
video
widgets (svn r25270) -Fix: @file wrong for link_graph_legend_widget.h 12 years ago
aircraft.h
aircraft_cmd.cpp (svn r25259) -Codechange: track capacities and usage of links 12 years ago
aircraft_gui.cpp (svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen) 12 years ago
airport.cpp
airport.h
airport_gui.cpp
animated_tile.cpp
animated_tile_func.h
articulated_vehicles.cpp (svn r25259) -Codechange: track capacities and usage of links 12 years ago
articulated_vehicles.h
autoreplace.cpp
autoreplace_base.h
autoreplace_cmd.cpp (svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen) 12 years ago
autoreplace_func.h
autoreplace_gui.cpp
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_consist.cpp
base_consist.h
base_media_base.h
base_media_func.h
base_station_base.h
bmp.cpp
bmp.h
bootstrap_gui.cpp
bridge.h
bridge_gui.cpp
bridge_map.cpp
bridge_map.h
build_vehicle_gui.cpp
cargo_type.h
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
cargomonitor.h
cargopacket.cpp
cargopacket.h (svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen) 12 years ago
cargotype.cpp
cargotype.h
cheat.cpp
cheat_func.h
cheat_gui.cpp
cheat_type.h
clear_cmd.cpp
clear_func.h
clear_map.h
cmd_helper.h
command.cpp
command_func.h
command_type.h
company_base.h
company_cmd.cpp (svn r25263) -Add: legend for linkgraph overlay (fonsinchen) 12 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 (svn r25092) -Codechange: Deduplicate keyboard handling between console and editboxes. 12 years ago
console_gui.h
console_internal.h
console_type.h
crashlog.cpp
crashlog.h
currency.cpp (svn r25076) -Add [FS#5212]: Georgian Lari and Iranian Rial as currencies 12 years ago
currency.h (svn r25076) -Add [FS#5212]: Georgian Lari and Iranian Rial as currencies 12 years ago
date.cpp
date_func.h
date_gui.cpp
date_gui.h
date_type.h (svn r25260) -Codechange: occasionally clear dead links and compress link graphs (fonsinchen) 12 years ago
debug.cpp
debug.h
dedicated.cpp
depot.cpp
depot_base.h
depot_cmd.cpp
depot_func.h
depot_gui.cpp (svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen) 12 years ago
depot_map.h
depot_type.h
direction_func.h
direction_type.h
disaster_cmd.cpp
dock_gui.cpp
driver.cpp
driver.h
economy.cpp (svn r25259) -Codechange: track capacities and usage of links 12 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
engine_base.h
engine_func.h
engine_gui.cpp
engine_gui.h
engine_type.h
error.h
error_gui.cpp
fileio.cpp
fileio_func.h
fileio_type.h
fios.cpp
fios.h
fios_gui.cpp (svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf. 12 years ago
fontcache.cpp (svn r25157) -Feature: Determine the default font height for vector fonts according to the minimum readable height that the font provides. 12 years ago
fontcache.h
gamelog.cpp
gamelog.h
gamelog_internal.h
genworld.cpp
genworld.h
genworld_gui.cpp (svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf. 12 years ago
gfx.cpp (svn r25119) -Codechange [FS#5512]: Improve the clipping/visiblity check before sending lines to blitter for drawing. (fonsinchen) 12 years ago
gfx_func.h
gfx_type.h
gfxinit.cpp
gfxinit.h
goal.cpp
goal_base.h
goal_gui.cpp
goal_type.h
graph_gui.cpp
graph_gui.h
ground_vehicle.cpp
ground_vehicle.hpp
group.h
group_cmd.cpp
group_gui.cpp
group_gui.h
group_type.h
gui.h
heightmap.cpp
heightmap.h
highscore.cpp
highscore.h
highscore_gui.cpp
hotkeys.cpp
hotkeys.h
house.h
house_type.h
industry.h
industry_cmd.cpp (svn r25238) -Feature: Display imminent closure of an industry in its view window. 12 years ago
industry_gui.cpp (svn r25238) -Feature: Display imminent closure of an industry in its view window. 12 years ago
industry_map.h
industry_type.h
industrytype.h
ini.cpp
ini_load.cpp
ini_type.h
intro_gui.cpp
landscape.cpp
landscape.h
landscape_type.h
language.h
livery.h
main_gui.cpp (svn r25264) -Feature: linkgraph overlay over main viewport (fonsinchen) 12 years ago
map.cpp
map_func.h
map_type.h
misc.cpp
misc_cmd.cpp
misc_gui.cpp (svn r25092) -Codechange: Deduplicate keyboard handling between console and editboxes. 12 years ago
mixer.cpp
mixer.h
music.cpp
music_gui.cpp
newgrf.cpp (svn r25262) -Feature: linkgraph overlay for smallmap 12 years ago
newgrf.h
newgrf_airport.cpp
newgrf_airport.h
newgrf_airporttiles.cpp
newgrf_airporttiles.h
newgrf_animation_base.h
newgrf_animation_type.h
newgrf_callbacks.h
newgrf_canal.cpp (svn r25229) -Feature: [NewGRF] Variable 0x82 for canals and rivers (dike map) 12 years ago
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h
newgrf_class.h
newgrf_class_func.h
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp
newgrf_config.h
newgrf_debug.h
newgrf_debug_gui.cpp
newgrf_engine.cpp (svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen) 12 years ago
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_object.cpp
newgrf_object.h
newgrf_properties.h
newgrf_railtype.cpp
newgrf_railtype.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
newgrf_station.cpp (svn r25221) -Fix: IsCompatibleTrainStationTile() is not a symmetric function. Clarify the parameters and fix the cases were they were swapped. 12 years ago
newgrf_station.h
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 (svn r25093) -Fix [FS#5486]: Clicking the statusbar crashed, when news were pending but no news were shown yet. (3298) 12 years ago
news_gui.h
news_type.h
object.h
object_base.h
object_cmd.cpp
object_gui.cpp (svn r25283) -Add: When opening the object-build window, make the selected object visible again in the selector (sbr). 12 years ago
object_map.h
object_type.h
openttd.cpp
openttd.h
order_backup.cpp
order_backup.h
order_base.h (svn r25259) -Codechange: track capacities and usage of links 12 years ago
order_cmd.cpp (svn r25259) -Codechange: track capacities and usage of links 12 years ago
order_func.h
order_gui.cpp
order_type.h
os_timer.cpp
osk_gui.cpp (svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf. 12 years ago
pbs.cpp
pbs.h
progress.cpp
progress.h
querystring_gui.h (svn r25092) -Codechange: Deduplicate keyboard handling between console and editboxes. 12 years ago
rail.cpp
rail.h
rail_cmd.cpp (svn r25082) -Codechange [FS#5501]: Simplify some code. (adf88) 12 years ago
rail_gui.cpp (svn r25064) -Fix [FS#5472]: Make sizes of the station preview identical list and direction selection identical in the station build window 12 years ago
rail_gui.h
rail_map.h
rail_type.h
rev.cpp.in
rev.h
road.cpp
road_cmd.cpp
road_cmd.h
road_func.h
road_gui.cpp
road_gui.h
road_internal.h
road_map.cpp
road_map.h
road_type.h
roadstop.cpp
roadstop_base.h
roadveh.h (svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen) 12 years ago
roadveh_cmd.cpp (svn r25259) -Codechange: track capacities and usage of links 12 years ago
roadveh_gui.cpp (svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen) 12 years ago
screenshot.cpp (svn r25264) -Feature: linkgraph overlay over main viewport (fonsinchen) 12 years ago
screenshot.h
sdl.cpp
sdl.h
settings.cpp
settings_func.h
settings_gui.cpp (svn r25075) -Codechange: Allow for more than 32 currencies 12 years ago
settings_gui.h
settings_internal.h
settings_type.h
ship.h
ship_cmd.cpp (svn r25259) -Codechange: track capacities and usage of links 12 years ago
ship_gui.cpp (svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen) 12 years ago
signal.cpp
signal_func.h
signal_type.h
signs.cpp
signs_base.h
signs_cmd.cpp
signs_func.h
signs_gui.cpp (svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf. 12 years ago
signs_type.h
slope_func.h
slope_type.h
smallmap_gui.cpp (svn r25262) -Feature: linkgraph overlay for smallmap 12 years ago
smallmap_gui.h (svn r25262) -Feature: linkgraph overlay for smallmap 12 years ago
sortlist_type.h
sound.cpp
sound_func.h
sound_type.h
sprite.cpp
sprite.h
spritecache.cpp (svn r25081) -Fix [FS#5500]: Catch exception anonymously, if the exception content is not of interest. 12 years ago
spritecache.h
station.cpp (svn r25259) -Codechange: track capacities and usage of links 12 years ago
station_base.h (svn r25259) -Codechange: track capacities and usage of links 12 years ago
station_cmd.cpp (svn r25260) -Codechange: occasionally clear dead links and compress link graphs (fonsinchen) 12 years ago
station_func.h (svn r25259) -Codechange: track capacities and usage of links 12 years ago
station_gui.cpp (svn r25272) -Feature: show the approximate monthly supply to a station of the different cargoes (fonsinchen) 12 years ago
station_gui.h
station_map.h (svn r25221) -Fix: IsCompatibleTrainStationTile() is not a symmetric function. Clarify the parameters and fix the cases were they were swapped. 12 years ago
station_type.h
statusbar_gui.cpp
statusbar_gui.h
stdafx.h (svn r25128) -Codechange: [Win32] MSVC 2010 comes with stdint.h. 12 years ago
string.cpp
string_func.h
string_type.h
stringfilter.cpp
stringfilter_type.h
strings.cpp (svn r25078) -Add: New plural form to be used by Scottish Gaelic (1,11; 2,12; 3..10, 13..19; other) 12 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
terraform_gui.cpp
terraform_gui.h
textbuf.cpp (svn r25092) -Codechange: Deduplicate keyboard handling between console and editboxes. 12 years ago
textbuf_gui.h
textbuf_type.h (svn r25092) -Codechange: Deduplicate keyboard handling between console and editboxes. 12 years ago
texteff.cpp
texteff.hpp
textfile_gui.cpp
textfile_gui.h
textfile_type.h
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
tilematrix_type.hpp
timetable.h
timetable_cmd.cpp
timetable_gui.cpp
toolbar_gui.cpp (svn r25263) -Add: legend for linkgraph overlay (fonsinchen) 12 years ago
toolbar_gui.h
town.h
town_cmd.cpp (svn r25140) -Fix [FS#5519]: Towns are build as OWNER_TOWN, so they also need to be removed as OWNER_TOWN. 12 years ago
town_gui.cpp (svn r25097) -Feature[FS#5288]: Add sorting on rating for the town directory window (based on work by sbr). 12 years ago
town_map.h
town_type.h
townname.cpp
townname_func.h
townname_type.h
track_func.h
track_type.h
train.h (svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen) 12 years ago
train_cmd.cpp (svn r25259) -Codechange: track capacities and usage of links 12 years ago
train_gui.cpp (svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen) 12 years ago
transparency.h
transparency_gui.cpp
transparency_gui.h
transport_type.h
tree_cmd.cpp
tree_gui.cpp
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp (svn r25231) -Fix (r25227): Also update infrastructure counts. (adf88) 12 years ago
tunnelbridge_map.h
vehicle.cpp (svn r25259) -Codechange: track capacities and usage of links 12 years ago
vehicle_base.h (svn r25259) -Codechange: track capacities and usage of links 12 years ago
vehicle_cmd.cpp (svn r25259) -Codechange: track capacities and usage of links 12 years ago
vehicle_func.h
vehicle_gui.cpp
vehicle_gui.h
vehicle_gui_base.h
vehicle_type.h
vehiclelist.cpp
vehiclelist.h
viewport.cpp (svn r25264) -Feature: linkgraph overlay over main viewport (fonsinchen) 12 years ago
viewport_func.h (svn r25264) -Feature: linkgraph overlay over main viewport (fonsinchen) 12 years ago
viewport_gui.cpp
viewport_type.h (svn r25264) -Feature: linkgraph overlay over main viewport (fonsinchen) 12 years ago
void_cmd.cpp
void_map.h
water.h (svn r25229) -Feature: [NewGRF] Variable 0x82 for canals and rivers (dike map) 12 years ago
water_cmd.cpp (svn r25229) -Feature: [NewGRF] Variable 0x82 for canals and rivers (dike map) 12 years ago
water_map.h
waypoint.cpp
waypoint_base.h
waypoint_cmd.cpp
waypoint_func.h
waypoint_gui.cpp
widget.cpp (svn r25123) -Fix: when the count for a scrollbar was 0, the inter distance was subtracted too much causing a scrollbar with a negative size 12 years ago
widget_type.h
window.cpp (svn r25092) -Codechange: Deduplicate keyboard handling between console and editboxes. 12 years ago
window_func.h
window_gui.h
window_type.h (svn r25263) -Add: legend for linkgraph overlay (fonsinchen) 12 years ago
zoom_func.h
zoom_type.h