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
frosch 2f9d982a83 (svn r23991) -Fix [FS#5076]: Also display the cargo subtype for vehicles which have no capacity, but a subtype. 13 years ago
..
3rdparty (svn r23962) -Fix [FS#5068]: [Script] Infinite recursion within a script wasn't caught properly, so they could cause crashes of OpenTTD instead of the AI 13 years ago
ai (svn r23969) -Codechange: trunk heads to 1.3 now 13 years ago
blitter (svn r23989) -Fix-ish: Zero the offsets of disabled zoomlevels. 13 years ago
core (svn r23941) -Add: support for clang 13 years ago
depend
game (svn r23969) -Codechange: trunk heads to 1.3 now 13 years ago
lang (svn r23991) -Fix [FS#5076]: Also display the cargo subtype for vehicles which have no capacity, but a subtype. 13 years ago
misc
music
network (svn r23958) -Fix: don't allow chat messages from pre-active clients. As they haven't got the savegame yet, they won't have the interface to send them either (dihedral) 13 years ago
os
pathfinder
saveload (svn r23973) -Fix (r23947): Also save the maximum travel speed for the current vehicle order. 13 years ago
script (svn r23969) -Codechange: trunk heads to 1.3 now 13 years ago
settingsgen (svn r23940) -Codechange: remove superfluous semicolons 13 years ago
sound
spriteloader (svn r23898) -Remove: PNG sprite loader. 13 years ago
strgen (svn r23853) -Fix: several incorrect @files 13 years ago
table (svn r23952) -Feature: [NewGRF] Customisable tunnel portals for rail types (sprites by Snail). 13 years ago
thread
video (svn r23980) -Fix (r23977): crash when starting with the 32bpp anim blitter 13 years ago
widgets (svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles. 13 years ago
aircraft.h
aircraft_cmd.cpp
aircraft_gui.cpp
airport.cpp
airport.h
airport_gui.cpp
animated_tile.cpp
animated_tile_func.h
articulated_vehicles.cpp (svn r23965) -Fix [FS#5070]: Refittability should never depend on the current capacity of a vehicle. 13 years ago
articulated_vehicles.h
autoreplace.cpp
autoreplace_base.h
autoreplace_cmd.cpp (svn r23965) -Fix [FS#5070]: Refittability should never depend on the current capacity of a vehicle. 13 years ago
autoreplace_func.h
autoreplace_gui.cpp (svn r23863) -Fix (r22981): '' != ' == 0'. 13 years ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_media_base.h (svn r23887) -Feature: [NewGRF] Support for container version 2. 13 years ago
base_media_func.h (svn r23886) -Codechange: Allow limiting the MD5 file hash to the first x bytes of the file. 13 years ago
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
cargopacket.cpp
cargopacket.h
cargotype.cpp (svn r23860) -Feature: [NewGRF] Add cargo property 1D to set the capacity multipliers when refitting vehicles, which do not use callback 15. 13 years ago
cargotype.h (svn r23860) -Feature: [NewGRF] Add cargo property 1D to set the capacity multipliers when refitting vehicles, which do not use callback 15. 13 years ago
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 (svn r23931) -Change: Scale infrastructure cost of rail tracks by the total number of all tracks and not independently for each rail type. 13 years ago
company_cmd.cpp
company_func.h
company_gui.cpp (svn r23931) -Change: Scale infrastructure cost of rail tracks by the total number of all tracks and not independently for each rail type. 13 years ago
company_gui.h
company_manager_face.h (svn r23940) -Codechange: remove superfluous semicolons 13 years ago
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
date_func.h
date_gui.cpp
date_gui.h
date_type.h
debug.cpp (svn r23854) -Codechange: make it easier to put random debug stuff into the random log 13 years ago
debug.h (svn r23854) -Codechange: make it easier to put random debug stuff into the random log 13 years ago
dedicated.cpp
depot.cpp
depot_base.h
depot_cmd.cpp
depot_func.h
depot_gui.cpp
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 r23931) -Change: Scale infrastructure cost of rail tracks by the total number of all tracks and not independently for each rail type. 13 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 r23861) -Feature: [NewGRF] New algorithm (activated via an engine flag) to determine the capacity of vehicles. This allows vehicles to better control the capacity for cargotypes which they know; and let cargo NewGRFs influence the capacity for cargos the vehicle NewGRF does not know, but which the vehicle is refittable to due to cargo classes. 13 years ago
engine_base.h
engine_func.h
engine_gui.cpp
engine_gui.h
engine_type.h (svn r23861) -Feature: [NewGRF] New algorithm (activated via an engine flag) to determine the capacity of vehicles. This allows vehicles to better control the capacity for cargotypes which they know; and let cargo NewGRFs influence the capacity for cargos the vehicle NewGRF does not know, but which the vehicle is refittable to due to cargo classes. 13 years ago
error.h
error_gui.cpp
fileio.cpp (svn r23983) -Fix [FS#5083]: tarred heightmaps wouldn't be found 13 years ago
fileio_func.h
fileio_type.h
fios.cpp
fios.h
fios_gui.cpp (svn r23901) -Fix: memory leak everytime one clicked a savegame in the load GUI 13 years ago
fontcache.cpp (svn r23987) -Fix (r23000): Also reset the font glyph cache when switching blitters. 13 years ago
fontcache.h (svn r23987) -Fix (r23000): Also reset the font glyph cache when switching blitters. 13 years ago
gamelog.cpp (svn r23901) -Fix: memory leak everytime one clicked a savegame in the load GUI 13 years ago
gamelog.h (svn r23901) -Fix: memory leak everytime one clicked a savegame in the load GUI 13 years ago
gamelog_internal.h
genworld.cpp
genworld.h
genworld_gui.cpp
gfx.cpp (svn r23977) -Fix: don't load a game during UpdateWindows as that might trigger changing the blitter which triggers re-entrant locking 13 years ago
gfx_func.h
gfx_type.h
gfxinit.cpp (svn r23987) -Fix (r23000): Also reset the font glyph cache when switching blitters. 13 years ago
gfxinit.h
goal.cpp (svn r23950) -Fix (r23731) [FS#5063]: never show GSGoal::Question() to spectators. Accidently INVALID_COMPANY == COMPANY_SPECTATOR 13 years ago
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
industry_gui.cpp
industry_map.h
industry_type.h
industrytype.h
ini.cpp
ini_load.cpp
ini_type.h
intro_gui.cpp
landscape.cpp (svn r23885) -Codechange: Use the GRF sprite loader for then mapgen sprites as well. 13 years ago
landscape.h
landscape_type.h
language.h
livery.h
main_gui.cpp
map.cpp
map_func.h
map_type.h
misc.cpp
misc_cmd.cpp
misc_gui.cpp (svn r23903) -Fix [FS#4993]: some instances had issues due to a value being out of range 13 years ago
mixer.cpp
mixer.h
music.cpp
music_gui.cpp
newgrf.cpp (svn r23960) -Fix/Change: [NewGRF] Make the properties for always/never refittable cargo types not behave incremental, but reset them on reassignment. 13 years ago
newgrf.h (svn r23887) -Feature: [NewGRF] Support for container version 2. 13 years ago
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
newgrf_canal.h
newgrf_cargo.cpp (svn r23917) -Fix (r11252,, r23914, r23915): Also use the CTT for refitmasks for version 6 GRFs. I.e. fix the cursed GetCargoTranslation() function for the fourth time. 13 years ago
newgrf_cargo.h
newgrf_class.h
newgrf_class_func.h
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp (svn r23935) -Codechange: generalise GetTextfile 13 years ago
newgrf_config.h (svn r23932) -Codechange: split the NewGRF text window into its own source files 13 years ago
newgrf_debug.h
newgrf_debug_gui.cpp
newgrf_engine.cpp (svn r23965) -Fix [FS#5070]: Refittability should never depend on the current capacity of a vehicle. 13 years ago
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp (svn r23933) -Codechange: make the text file window strings more generic (LordAro) 13 years ago
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 (svn r23866) -Feature: [NewGRF] Give NewGRF defined level crossings and rail depots access to the townzone. 13 years ago
newgrf_railtype.h
newgrf_sound.cpp (svn r23887) -Feature: [NewGRF] Support for container version 2. 13 years ago
newgrf_sound.h (svn r23882) -Codechange: Delay parsing of NewGRF sound effects until first usage. 13 years ago
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 (svn r23924) -Fix [FS#5054]: [NoGo] "Some" news messages would cause an assertion to be triggered due to a missing proper location for the viewport of the news message, so only allow building when valid data for the viewport is provided or no viewport is used 13 years ago
news_gui.h
news_type.h
object.h
object_base.h
object_cmd.cpp
object_gui.cpp
object_map.h
object_type.h
openttd.cpp (svn r23963) -Fix [FS#5072]: do not look for missing sprites twice during startup 13 years ago
openttd.h
order_backup.cpp
order_backup.h
order_base.h (svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles. 13 years ago
order_cmd.cpp (svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles. 13 years ago
order_func.h
order_gui.cpp
order_type.h (svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles. 13 years ago
os_timer.cpp
osk_gui.cpp
pbs.cpp
pbs.h
progress.cpp
progress.h
querystring_gui.h
rail.cpp
rail.h (svn r23952) -Feature: [NewGRF] Customisable tunnel portals for rail types (sprites by Snail). 13 years ago
rail_cmd.cpp
rail_gui.cpp
rail_gui.h
rail_map.h
rail_type.h
rev.cpp.in (svn r23969) -Codechange: trunk heads to 1.3 now 13 years ago
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
roadveh_cmd.cpp (svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles. 13 years ago
roadveh_gui.cpp
screenshot.cpp
screenshot.h
sdl.cpp
sdl.h
settings.cpp
settings_func.h
settings_gui.cpp
settings_internal.h
settings_type.h
ship.h
ship_cmd.cpp (svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles. 13 years ago
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 (svn r23943) -Fix (r23835) [FS#5061]: Also list DEITY signs in the signlist in SE. 13 years ago
signs_type.h
slope_func.h
slope_type.h
smallmap_gui.cpp
smallmap_gui.h
sortlist_type.h
sound.cpp (svn r23882) -Codechange: Delay parsing of NewGRF sound effects until first usage. 13 years ago
sound_func.h
sound_type.h (svn r23887) -Feature: [NewGRF] Support for container version 2. 13 years ago
sprite.cpp
sprite.h
spritecache.cpp (svn r23986) -Fix (r23889): Invalid reads when scaling an odd-sized sprite smaller. 13 years ago
spritecache.h (svn r23887) -Feature: [NewGRF] Support for container version 2. 13 years ago
station.cpp
station_base.h
station_cmd.cpp (svn r23942) -Fix: infrastructure cache of standard road stops would get messed up when buying a company with them 13 years ago
station_func.h
station_gui.cpp
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 (svn r23940) -Codechange: remove superfluous semicolons 13 years ago
strings.cpp (svn r23945) -Fix: Better rounding when converting internal speed to displayed speed. 13 years ago
strings_func.h (svn r23945) -Fix: Better rounding when converting internal speed to displayed speed. 13 years ago
strings_type.h
subsidy.cpp (svn r23876) -Fix (r23408) [FS#5039]: Generate industry subsidies again. (Emmeran) 13 years ago
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
textfile_gui.cpp (svn r23935) -Codechange: generalise GetTextfile 13 years ago
textfile_gui.h (svn r23936) -Feature [FS#5047]: readme/licence/changelog viewer for AI and game scripts (LordAro) 13 years ago
textfile_type.h (svn r23932) -Codechange: split the NewGRF text window into its own source files 13 years ago
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 (svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles. 13 years ago
timetable_gui.cpp (svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles. 13 years ago
toolbar_gui.cpp (svn r23985) -Fix [FS#5074]: inconsistent quit/abandon/exit game/scenario/editor strings 13 years ago
toolbar_gui.h
town.h
town_cmd.cpp (svn r23953) -Fix [FS#5062]: When the population of a town changes the town view might even have to change size due to different cargo requirements. 13 years ago
town_gui.cpp
town_map.h
town_type.h
townname.cpp
townname_func.h
townname_type.h
track_func.h
track_type.h
train.h
train_cmd.cpp (svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles. 13 years ago
train_gui.cpp (svn r23991) -Fix [FS#5076]: Also display the cargo subtype for vehicles which have no capacity, but a subtype. 13 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 r23952) -Feature: [NewGRF] Customisable tunnel portals for rail types (sprites by Snail). 13 years ago
tunnelbridge_map.h
vehicle.cpp (svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles. 13 years ago
vehicle_base.h
vehicle_cmd.cpp (svn r23848) -Fix: Even if A == B, A can make more sense than B. 13 years ago
vehicle_func.h
vehicle_gui.cpp
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_cmd.cpp
void_map.h
water.h
water_cmd.cpp (svn r23920) -Fix: Consider only the middle tile of a lock for lock-infrastructure costs. The other two tiles may be owned by other companies. Also do not count the middle tile of a lock as canal, independent of whether it is build on ground or river slope. 13 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 (svn r23932) -Codechange: split the NewGRF text window into its own source files 13 years ago
window_func.h
window_gui.h
window_type.h (svn r23932) -Codechange: split the NewGRF text window into its own source files 13 years ago
zoom_func.h
zoom_type.h