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
rubidium bba6c14930 (svn r18453) -Fix [FS#3364]: wrong heightmap dimensions, or rather... a nested_array index removed too much 15 years ago
..
3rdparty
ai (svn r18437) -Fix (r16557): background of disabled button in AI GUI wasn't set back to grey after AI bankrupt 15 years ago
blitter
core (svn r18443) -Fix (r18438): MSVC thinks, in it's infinite wisdom, that int min(int, int) is a better match for min(uint64, uint) than uint64 min(uint64, uint64). As such we need to cast the UINT16_MAX to prevent MSVC from displaying it's infinite wisdom with loads of warnings. 15 years ago
depend
lang (svn r18449) -Fix (r18448): invalid argidx offsets in German 15 years ago
misc
music
network (svn r18408) -Fix (r17954): After computing the needed width for the client list, also use it. 15 years ago
os (svn r18446) -Fix (r17450): abort() doesn't trigger crashlog on windows 15 years ago
pathfinder (svn r18421) -Fix [FS#3244]: pathfinders wouldn't consider the 'other' reachable waypoint tile if the closest one is free but there is no safe waiting point directly after it. Now check for a free safe waiting point beyond the waypoint unless there are junctions before the first safe waiting point. 15 years ago
saveload (svn r18404) -Codechange: link drive through stops better together 15 years ago
script (svn r18418) -Fix [FS#3298]: under some circumstances a pointer could be left untouched and then freed. Make sure this doesn't happen by ensuring it starts out as NULL instead of 'garbage'. 15 years ago
sound
spriteloader (svn r18391) -Fix (r0): (Invalid) GRFs could trigger invalid reads. 15 years ago
strgen (svn r18444) -Feature: allow G and P to 'select' substrings of STRINGn for getting their gender 15 years ago
table (svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. 15 years ago
thread
video (svn r18390) -Fix (r17776): [SDL] Reinstate pointer update on 'idle' loop. 15 years ago
widgets
aircraft.h (svn r18402) -Codechange: unify/centralise the code for crashing vehicles 15 years ago
aircraft_cmd.cpp (svn r18402) -Codechange: unify/centralise the code for crashing vehicles 15 years ago
aircraft_gui.cpp
airport.cpp
airport.h
airport_gui.cpp
airport_movement.h (svn r18396) -Fix [FS#3169]: planes turned too much at the end of the runway when landing at the intercontinental airport~ 15 years ago
animated_tile.cpp
animated_tile_func.h
articulated_vehicles.cpp
articulated_vehicles.h
autoreplace.cpp
autoreplace_base.h
autoreplace_cmd.cpp
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
bmp.cpp
bmp.h
bridge.h
bridge_gui.cpp
bridge_map.cpp
bridge_map.h
build_vehicle_gui.cpp (svn r18447) -Change: make some more windows (e.g. graphs, company view) stickyable 15 years ago
callback_table.cpp
callback_table.h
cargo_type.h (svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. 15 years ago
cargopacket.cpp
cargopacket.h
cargotype.cpp (svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. 15 years ago
cargotype.h (svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. 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
command_func.h
command_type.h
company_base.h
company_cmd.cpp
company_func.h
company_gui.cpp (svn r18447) -Change: make some more windows (e.g. graphs, company view) stickyable 15 years ago
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 (svn r18442) -Fix (r18440): warning about SDL_Linked_Version never being NULL on non-Windows systems 15 years ago
crashlog.h
currency.cpp (svn r18434) -Change [FS#565]: use zł instead of zl for the Polish Zloty. 15 years ago
currency.h
date.cpp (svn r18433) -Codechange: Show different texts in town GUI when the town does not need food the whole year to grow. 15 years ago
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 (svn r18414) -Fix: In the depot window, 'free' wagons were not drawn resize.step_height apart 15 years ago
depot_map.h
depot_type.h
direction_func.h
direction_type.h
disaster_cmd.cpp (svn r18402) -Codechange: unify/centralise the code for crashing vehicles 15 years ago
dock_gui.cpp
driver.cpp
driver.h
dummy_land.cpp
economy.cpp
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
fileio.cpp
fileio_func.h
fileio_type.h
fios.cpp
fios.h
fontcache.cpp
fontcache.h
functions.h
gamelog.cpp
gamelog.h
gamelog_internal.h
genworld.cpp
genworld.h
genworld_gui.cpp (svn r18453) -Fix [FS#3364]: wrong heightmap dimensions, or rather... a nested_array index removed too much 15 years ago
gfx.cpp (svn r18391) -Fix (r0): (Invalid) GRFs could trigger invalid reads. 15 years ago
gfx_func.h
gfx_type.h
gfxinit.cpp
gfxinit.h
graph_gui.cpp (svn r18447) -Change: make some more windows (e.g. graphs, company view) stickyable 15 years ago
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
house.h
house_type.h
industry.h
industry_cmd.cpp
industry_gui.cpp (svn r18447) -Change: make some more windows (e.g. graphs, company view) stickyable 15 years ago
industry_map.h
industry_type.h
industrytype.h
ini.cpp
ini_type.h
intro_gui.cpp
landscape.cpp
landscape.h
landscape_type.h
livery.h
main_gui.cpp
map.cpp
map_func.h
map_type.h
misc.cpp
misc_cmd.cpp
misc_gui.cpp
mixer.cpp
mixer.h
music.cpp
music.h
music_gui.cpp
newgrf.cpp
newgrf.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_engine.cpp
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_properties.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
newgrf_station.cpp
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
news_gui.h
news_type.h
openttd.cpp (svn r18404) -Codechange: link drive through stops better together 15 years ago
openttd.h
order_base.h
order_cmd.cpp (svn r18412) -Fix [FS#3350]: don't allow sending ships to rail waypoints and trains to buyos (Hirundo) 15 years ago
order_func.h
order_gui.cpp
order_type.h
os_timer.cpp
osk_gui.cpp
pbs.cpp (svn r18420) -Codechange: split YAPF's track follower from the actual YAPF code 15 years ago
pbs.h
querystring_gui.h
rail.cpp
rail.h
rail_cmd.cpp
rail_gui.cpp
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 (svn r18429) -Fix [FS#3360]: when road vehicles are, because of the 'jam protection' running through eachother more vehicles could be in a road stop than there could be under normal circumstances. As such an assert when the road stop's limits are reached isn't good. 15 years ago
roadstop_base.h (svn r18422) -Fix (r18404): MSVC complaining about struct vs class 15 years ago
roadveh.h (svn r18404) -Codechange: link drive through stops better together 15 years ago
roadveh_cmd.cpp (svn r18428) -Fix: if lots of road vehicles are leaving a depot and the first in the hash linked list is basically the last of the vehicles to leave the depot then due to the 'jam prevention' code all vehicles would fairly quickly increase the blocked counter and drive off all simultaniously 15 years ago
roadveh_gui.cpp (svn r18435) -Fix (r18136): articulated road vehicles weren't properly drawn in the vehicle list/details windows 15 years ago
screenshot.cpp
screenshot.h
sdl.cpp (svn r18439) -Fix (r15233): forgot to load the symbol from SDL.dll 15 years ago
sdl.h
settings.cpp
settings_func.h
settings_gui.cpp
settings_internal.h
settings_type.h (svn r18404) -Codechange: link drive through stops better together 15 years ago
ship.h
ship_cmd.cpp
ship_gui.cpp
signal.cpp
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 r18389) -Fix: some minor documentation alignment issues 15 years ago
sortlist_type.h
sound.cpp
sound_func.h
sound_type.h
sprite.h
spritecache.cpp
spritecache.h
station.cpp
station_base.h
station_cmd.cpp (svn r18406) -Cleanup: remove some unneeded constants and code 15 years ago
station_func.h
station_gui.cpp (svn r18410) -Codechange: Move GetCargoSprite() to CargoSpec::GetCargoIcon(). 15 years ago
station_gui.h
station_map.h
station_type.h
statusbar_gui.cpp
statusbar_gui.h
stdafx.h
string.cpp
string_func.h
string_type.h
strings.cpp
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_gui.h
texteff.cpp
texteff.hpp
tgp.cpp
tgp.h
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h
tilehighlight_func.h
tilehighlight_type.h
timetable.h
timetable_cmd.cpp
timetable_gui.cpp
toolbar_gui.cpp
toolbar_gui.h
town.h
town_cmd.cpp (svn r18415) -Fix [FS#3332]: on slopes the original and better road layouts did not check their minimum distance requirements 15 years ago
town_gui.cpp (svn r18447) -Change: make some more windows (e.g. graphs, company view) stickyable 15 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 r18402) -Codechange: unify/centralise the code for crashing vehicles 15 years ago
train_cmd.cpp (svn r18420) -Codechange: split YAPF's track follower from the actual YAPF code 15 years ago
train_gui.cpp
transparency.h
transparency_gui.cpp
transparency_gui.h
transport_type.h
tree_cmd.cpp (svn r18398) -Fix [FS#3343]: the tree 'which one to draw' hash wasn't anywhere near random and thus showed a very visible repeated pattern when only one tree type was used 15 years ago
tree_gui.cpp (svn r18447) -Change: make some more windows (e.g. graphs, company view) stickyable 15 years ago
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp (svn r18407) -Fix [FS#3338]: aqueducts were not influenced by the "long bridges" setting 15 years ago
tunnelbridge_map.h
unmovable.h
unmovable_cmd.cpp
unmovable_map.h
variables.h
vehicle.cpp (svn r18402) -Codechange: unify/centralise the code for crashing vehicles 15 years ago
vehicle_base.h (svn r18402) -Codechange: unify/centralise the code for crashing vehicles 15 years ago
vehicle_cmd.cpp
vehicle_func.h
vehicle_gui.cpp (svn r18450) -Fix [FS#3363]: initial size of the vehicle detail windows would occasionally be too small (although it could be resized) 15 years ago
vehicle_gui.h
vehicle_gui_base.h
vehicle_type.h
vehiclelist.cpp
vehiclelist.h
viewport.cpp
viewport_func.h
viewport_gui.cpp
viewport_type.h
void_map.h
water.h
water_cmd.cpp (svn r18402) -Codechange: unify/centralise the code for crashing vehicles 15 years ago
water_map.h
waypoint.cpp
waypoint_base.h
waypoint_cmd.cpp
waypoint_func.h
waypoint_gui.cpp
widget.cpp
widget_type.h
window.cpp
window_func.h
window_gui.h
window_type.h
zoom_func.h
zoom_type.h