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
yexo 1c9877b0c7 (svn r19538) -Fix: sorting industries by production was broken for newgrf industries 15 years ago
..
3rdparty
ai (svn r19531) -Merge: documentation updates from 1.0 15 years ago
blitter
core
depend
lang (svn r19532) -Update from WebTranslator v3.0: 15 years ago
misc (svn r19517) -Fix (r19516): compile before commit (a gcc warning was hidden) 15 years ago
music
network (svn r19508) -Codechange: remove semicolon after DEFINE_UNAVAILABLE_CONTENT_RECEIVE_COMMAND and DEFINE_UNAVAILABLE_UDP_RECEIVE_COMMAND 15 years ago
os
pathfinder (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
saveload (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
script (svn r19509) -Codechange: remove superfluous semicolons after function definitions 15 years ago
sound
spriteloader
strgen
table (svn r19515) -Add: Client setting 'gui.newgrf_developer_tools' to enable otherwise hidden features. 15 years ago
thread
video
widgets
aircraft.h
aircraft_cmd.cpp (svn r19494) -Codechange: Remove _error_message. 15 years ago
aircraft_gui.cpp
airport.cpp (svn r19465) -Codechange: support for multi-tile hangars 15 years ago
airport.h (svn r19457) -Codechange: introduce AirportOverrideManager to keep track of airports if a newgrf can't be found 15 years ago
airport_gui.cpp
animated_tile.cpp
animated_tile_func.h
articulated_vehicles.cpp
articulated_vehicles.h
autoreplace.cpp (svn r19486) -Codechange: Code style, move var declarations closer to their first use. 15 years ago
autoreplace_base.h
autoreplace_cmd.cpp (svn r19494) -Codechange: Remove _error_message. 15 years ago
autoreplace_func.h
autoreplace_gui.cpp
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_media_base.h
base_media_func.h
base_station_base.h (svn r19351) -Codechange: use TileArea for AfterRemoveRect 15 years ago
bmp.cpp
bmp.h
bridge.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
bridge_gui.cpp (svn r19419) -Codechange: Use failed CommandCost object to retrieve message instead of _error_message. 15 years ago
bridge_map.cpp
bridge_map.h
build_vehicle_gui.cpp (svn r19536) -Feature: Sort cargos at the filter by cargo dropdown in the build vehicle window. 15 years ago
cargo_type.h
cargopacket.cpp
cargopacket.h
cargotype.cpp (svn r19534) -Add: Keep a list of cargo specifications sorted by cargo class / name. 15 years ago
cargotype.h (svn r19534) -Add: Keep a list of cargo specifications sorted by cargo class / name. 15 years ago
cheat.cpp
cheat_func.h
cheat_gui.cpp
cheat_type.h
clear_cmd.cpp
clear_map.h
cmd_helper.h
command.cpp (svn r19494) -Codechange: Remove _error_message. 15 years ago
command_func.h (svn r19494) -Codechange: Remove _error_message. 15 years ago
command_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
company_base.h
company_cmd.cpp (svn r19414) -Doc: Several doxygen additions and corrections. 15 years ago
company_func.h
company_gui.cpp
company_gui.h
company_manager_face.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
company_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
console.cpp (svn r19514) -Codechange: Allow console hooks to deny existance of commands. 15 years ago
console_cmds.cpp (svn r19515) -Add: Client setting 'gui.newgrf_developer_tools' to enable otherwise hidden features. 15 years ago
console_func.h
console_gui.cpp
console_gui.h
console_internal.h (svn r19514) -Codechange: Allow console hooks to deny existance of commands. 15 years ago
console_type.h
crashlog.cpp
crashlog.h
currency.cpp
currency.h
date.cpp
date_func.h
date_gui.cpp
date_gui.h
date_type.h
debug.cpp
debug.h
dedicated.cpp
depot.cpp
depot_base.h
depot_func.h
depot_gui.cpp
depot_map.h
depot_type.h
direction_func.h
direction_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
disaster_cmd.cpp (svn r19455) -Codechange: split all airport information in Station to a seperate class 15 years ago
dock_gui.cpp
driver.cpp
driver.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
dummy_land.cpp
economy.cpp
economy_base.h
economy_func.h
economy_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
effectvehicle.cpp
effectvehicle_base.h
effectvehicle_func.h
elrail.cpp
elrail_func.h
endian_check.cpp
engine.cpp (svn r19360) -Add: [NewGRF] When the tractive effort of a road vehicle is not set, use a default value of 4C. 15 years ago
engine_base.h
engine_func.h
engine_gui.cpp (svn r19347) -Add: Vehicle GUI now shows power, weight and tractive effort for road vehicles. 15 years ago
engine_gui.h
engine_type.h
fileio.cpp (svn r19427) -Codechange: gracefully handle the case where we can't open a .tar file. 15 years ago
fileio_func.h
fileio_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
fios.cpp (svn r19509) -Codechange: remove superfluous semicolons after function definitions 15 years ago
fios.h
fontcache.cpp
fontcache.h
functions.h (svn r19405) -Codechange: CheckOwnership() returns a CommandCost. 15 years ago
gamelog.cpp (svn r19391) -Fix (r19255): shuffling around GRFIdentifier in GRFConfig caused gamelog to log the wrong data which could cause crashes later on when that data is queried 15 years ago
gamelog.h
gamelog_internal.h
genworld.cpp
genworld.h
genworld_gui.cpp
gfx.cpp
gfx_func.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
gfx_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
gfxinit.cpp
gfxinit.h
graph_gui.cpp (svn r19535) -Feature: Sort cargos at the cargo payment rates graph. 15 years ago
graph_gui.h
ground_vehicle.cpp
ground_vehicle.hpp (svn r19356) -Fix: Whitespace. 15 years ago
group.h
group_cmd.cpp (svn r19424) -Codechange: Call command procs only via DoCommand(). 15 years ago
group_gui.cpp (svn r19438) -Fix [FS#3700]: Custom group names are misaligned with default ones when using rtl languages (sbr) 15 years ago
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 (svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/persistent storage. (Spotted by yexo) 15 years ago
industry_cmd.cpp (svn r19499) -Remove: same_industry_close setting did not do what it said and caused NewGRF trouble. 15 years ago
industry_gui.cpp (svn r19538) -Fix: sorting industries by production was broken for newgrf industries 15 years ago
industry_map.h
industry_type.h
industrytype.h (svn r19521) -Codechange: Use a IndustryType array to sort industries by name instead of a LegendAndColour array. 15 years ago
ini.cpp
ini_type.h
intro_gui.cpp
landscape.cpp (svn r19492) -Codechange: Keep track of last error in CmdClearArea(). 15 years ago
landscape.h
landscape_type.h
livery.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
main_gui.cpp
map.cpp
map_func.h
map_type.h
misc.cpp (svn r19426) -Fix: compilation with AIs disabled 15 years ago
misc_cmd.cpp (svn r19483) -Codechange: Code layout fixes, and parentheses reduction. 15 years ago
misc_gui.cpp (svn r19434) -Add: Add rail speed limit to land area information window. 15 years ago
mixer.cpp (svn r19505) -Codechange: silence a gcc<4.2 warning 15 years ago
mixer.h
music.cpp
music_gui.cpp
newgrf.cpp (svn r19534) -Add: Keep a list of cargo specifications sorted by cargo class / name. 15 years ago
newgrf.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
newgrf_airport.cpp (svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airport 15 years ago
newgrf_airport.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
newgrf_airporttiles.cpp (svn r19455) -Codechange: split all airport information in Station to a seperate class 15 years ago
newgrf_airporttiles.h
newgrf_callbacks.h
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h
newgrf_commons.cpp (svn r19435) -Fix: when loading a savegame created with a house newgrf without that newgrf available all houses became tall office blocks 15 years ago
newgrf_commons.h (svn r19457) -Codechange: introduce AirportOverrideManager to keep track of airports if a newgrf can't be found 15 years ago
newgrf_config.cpp
newgrf_config.h
newgrf_engine.cpp (svn r19455) -Codechange: split all airport information in Station to a seperate class 15 years ago
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp (svn r19481) -Codechange: Turn _industry_counts into a static member of Industry. 15 years ago
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_properties.h
newgrf_railtype.cpp
newgrf_railtype.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp (svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/persistent storage. (Spotted by yexo) 15 years ago
newgrf_spritegroup.h (svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/persistent storage. (Spotted by yexo) 15 years ago
newgrf_station.cpp (svn r19455) -Codechange: split all airport information in Station to a seperate class 15 years ago
newgrf_station.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
newgrf_storage.cpp
newgrf_storage.h (svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/persistent storage. (Spotted by yexo) 15 years ago
newgrf_text.cpp (svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/persistent storage. (Spotted by yexo) 15 years ago
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 (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
openttd.cpp (svn r19457) -Codechange: introduce AirportOverrideManager to keep track of airports if a newgrf can't be found 15 years ago
openttd.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
order_base.h
order_cmd.cpp (svn r19494) -Codechange: Remove _error_message. 15 years ago
order_func.h
order_gui.cpp (svn r19387) -Fix [FS#3671]: Close all orders windows when switching companies. 15 years ago
order_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
os_timer.cpp
osk_gui.cpp
pbs.cpp (svn r19425) -Fix: [YAPP] A train on a bridge/tunnel was not always found when checking for trains on a reserved path. 15 years ago
pbs.h
querystring_gui.h
rail.cpp
rail.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
rail_cmd.cpp (svn r19494) -Codechange: Remove _error_message. 15 years ago
rail_gui.cpp (svn r19445) -Change: No need to drag an area when overbuilding bridges. 15 years ago
rail_gui.h
rail_map.h
rail_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
rev.cpp.in
rev.h
road.cpp
road_cmd.cpp (svn r19494) -Codechange: Remove _error_message. 15 years ago
road_cmd.h
road_func.h (svn r19506) -Fix: Tunnels, bridges and roadstops are build with only one roadtype. 15 years ago
road_gui.cpp (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
road_gui.h
road_internal.h (svn r19402) -Codechange: CheckAllowRemoveRoad() returns a CommandCost. 15 years ago
road_map.cpp
road_map.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
road_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
roadstop.cpp
roadstop_base.h
roadveh.h (svn r19346) -Feature: Configurable slope steepness for road vehicles from 0% to 10%, default is 7%. 15 years ago
roadveh_cmd.cpp (svn r19533) -Fix [FS#3720]: Vehicle details window did not resize correctly after refitting a road vehicle to a longer variant. 15 years ago
roadveh_gui.cpp
screenshot.cpp
screenshot.h
sdl.cpp
sdl.h
settings.cpp (svn r19429) -Fix: when the title game contains an AIPL block the AI settinsg where overwritten by those from the title game 15 years ago
settings_func.h
settings_gui.cpp (svn r19499) -Remove: same_industry_close setting did not do what it said and caused NewGRF trouble. 15 years ago
settings_internal.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
settings_type.h (svn r19515) -Add: Client setting 'gui.newgrf_developer_tools' to enable otherwise hidden features. 15 years ago
ship.h
ship_cmd.cpp (svn r19494) -Codechange: Remove _error_message. 15 years ago
ship_gui.cpp
signal.cpp (svn r19369) -Codechange: EnsureNoTrainOnTrackBits() returns a CommandCost now. 15 years ago
signal_func.h
signal_type.h
signs.cpp
signs_base.h
signs_cmd.cpp
signs_func.h
signs_gui.cpp
signs_type.h
slope_func.h
slope_type.h
smallmap_gui.cpp (svn r19523) -Fix: Prevent drawing industries disabled at the smallmap as land tiles when they are built on water. 15 years ago
smallmap_gui.h
sortlist_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
sound.cpp
sound_func.h
sound_type.h
sprite.cpp
sprite.h
spritecache.cpp
spritecache.h
station.cpp (svn r19455) -Codechange: split all airport information in Station to a seperate class 15 years ago
station_base.h (svn r19465) -Codechange: support for multi-tile hangars 15 years ago
station_cmd.cpp (svn r19506) -Fix: Tunnels, bridges and roadstops are build with only one roadtype. 15 years ago
station_func.h
station_gui.cpp (svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost. 15 years ago
station_gui.h
station_map.h
station_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
statusbar_gui.cpp
statusbar_gui.h
stdafx.h (svn r19352) -Fix (r19332): MSVC doesn't have M_PI in math.h 15 years ago
string.cpp
string_func.h
string_type.h
strings.cpp (svn r19534) -Add: Keep a list of cargo specifications sorted by cargo class / name. 15 years ago
strings_func.h
strings_type.h
subsidy.cpp
subsidy_base.h
subsidy_func.h
subsidy_gui.cpp
subsidy_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
tar_type.h
terraform_cmd.cpp (svn r19490) -Fix: Return to old behaviour of CmdLevelLand() by keeping track of last error. 15 years ago
terraform_gui.cpp
terraform_gui.h
textbuf_gui.h
texteff.cpp
texteff.hpp
tgp.cpp (svn r19352) -Fix (r19332): MSVC doesn't have M_PI in math.h 15 years ago
tgp.h
tile_cmd.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
tile_map.cpp
tile_map.h
tile_type.h
tilearea.cpp
tilearea_type.h (svn r19392) -Codechange: Increase the maximum size of a TileArea. 15 years ago
tilehighlight_func.h
tilehighlight_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
timetable.h
timetable_cmd.cpp (svn r19494) -Codechange: Remove _error_message. 15 years ago
timetable_gui.cpp
toolbar_gui.cpp (svn r19431) -Codechange: Append rail type speed limit (if set) to rail type selection list, and toolbar title. 15 years ago
toolbar_gui.h
town.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
town_cmd.cpp (svn r19482) -Doc: Doxygen additions/updates. 15 years ago
town_gui.cpp (svn r19478) -Codechange: Resolve TS_ prefix clash between TileSource and TownSize enums. 15 years ago
town_map.h
town_type.h (svn r19479) -Codechange: Test range of town size and layout instead of against the current last value. 15 years ago
townname.cpp
townname_func.h
townname_type.h
track_func.h
track_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
train.h
train_cmd.cpp (svn r19494) -Codechange: Remove _error_message. 15 years ago
train_gui.cpp
transparency.h
transparency_gui.cpp
transparency_gui.h
transport_type.h
tree_cmd.cpp
tree_gui.cpp
tree_map.h (svn r19414) -Doc: Several doxygen additions and corrections. 15 years ago
tunnel_map.cpp
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp (svn r19506) -Fix: Tunnels, bridges and roadstops are build with only one roadtype. 15 years ago
tunnelbridge_map.h
unmovable.h
unmovable_cmd.cpp (svn r19494) -Codechange: Remove _error_message. 15 years ago
unmovable_map.h
variables.h
vehicle.cpp (svn r19494) -Codechange: Remove _error_message. 15 years ago
vehicle_base.h
vehicle_cmd.cpp (svn r19498) -Feature [FS#3710]: Keep number padding intact when cloning vehicle names. 15 years ago
vehicle_func.h (svn r19369) -Codechange: EnsureNoTrainOnTrackBits() returns a CommandCost now. 15 years ago
vehicle_gui.cpp (svn r19533) -Fix [FS#3720]: Vehicle details window did not resize correctly after refitting a road vehicle to a longer variant. 15 years ago
vehicle_gui.h
vehicle_gui_base.h
vehicle_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
vehiclelist.cpp
vehiclelist.h
viewport.cpp
viewport_func.h
viewport_gui.cpp
viewport_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
void_map.h
water.h
water_cmd.cpp (svn r19494) -Codechange: Remove _error_message. 15 years ago
water_map.h
waypoint.cpp
waypoint_base.h
waypoint_cmd.cpp (svn r19494) -Codechange: Remove _error_message. 15 years ago
waypoint_func.h
waypoint_gui.cpp
widget.cpp
widget_type.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
window.cpp
window_func.h
window_gui.h (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 15 years ago
window_type.h
zoom_func.h
zoom_type.h