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 98e0a17c47 (svn r21805) -Codechange: Correct a typo. 14 years ago
..
3rdparty
ai (svn r21703) -Feature [FS#4372]: list_ai_libs console command to get a list of recognized AI libraries (dihedral) 14 years ago
blitter (svn r21782) -Codechange: Move declaration of AllocatorProc from Blitter:: to spritecache.h 14 years ago
core (svn r21645) -Doc: Document SmallPair and SmallMap template parameters. 14 years ago
depend
lang (svn r21792) -Update from WebTranslator v3.0: 14 years ago
misc (svn r21594) -Codechange: Whitespace fixes in ifndef/define lines. 14 years ago
music
network (svn r21741) -Fix (r21668): Some white space slipped past the commit hook 14 years ago
os (svn r21685) -Codechange: prevent bug tracker entries like FS#2487 and FS#1613 for this year 14 years ago
pathfinder (svn r21803) -Cleanup: Remove unnecessary semicolons. 14 years ago
saveload (svn r21803) -Cleanup: Remove unnecessary semicolons. 14 years ago
script (svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. 14 years ago
sound
spriteloader
strgen (svn r21474) -Fix: some MSVC code analysis warnings in strgen 14 years ago
table (svn r21805) -Codechange: Correct a typo. 14 years ago
thread
video (svn r21684) -Fix [FS#4360] (r21573): Silence some compile warnings 14 years ago
widgets (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
aircraft.h
aircraft_cmd.cpp (svn r21803) -Cleanup: Remove unnecessary semicolons. 14 years ago
aircraft_gui.cpp
airport.cpp (svn r21803) -Cleanup: Remove unnecessary semicolons. 14 years ago
airport.h
airport_gui.cpp (svn r21627) -Codechange: Remove _place_proc global variable. 14 years ago
animated_tile.cpp
animated_tile_func.h (svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. 14 years ago
articulated_vehicles.cpp (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 years ago
articulated_vehicles.h
autoreplace.cpp
autoreplace_base.h
autoreplace_cmd.cpp (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 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 r21593) -Codechange: endif comment correcttions. 14 years ago
bmp.cpp
bmp.h
bridge.h (svn r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code. 14 years ago
bridge_gui.cpp (svn r21777) -Add: After building a road or tram bridge, connect it to any existing road or tram. 14 years ago
bridge_map.cpp
bridge_map.h (svn r21273) -Codechange: Return values should start at the same line. 14 years ago
build_vehicle_gui.cpp (svn r21803) -Cleanup: Remove unnecessary semicolons. 14 years ago
cargo_type.h
cargopacket.cpp
cargopacket.h
cargotype.cpp (svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU. 14 years ago
cargotype.h
cheat.cpp
cheat_func.h
cheat_gui.cpp (svn r21431) -Cleanup: remove the build-while-paused cheat 14 years ago
cheat_type.h (svn r21431) -Cleanup: remove the build-while-paused cheat 14 years ago
clear_cmd.cpp
clear_map.h (svn r21367) -Fix (r18719)[FS#4283]: Fields were not cleared under snow though they were intended to be. 14 years ago
cmd_helper.h (svn r21593) -Codechange: endif comment correcttions. 14 years ago
command.cpp (svn r21430) -Feature [FS#1521]: building while paused always works in the scenario editor 14 years ago
command_func.h (svn r21427) -Add: helper function to determine whether a command may be executed 14 years ago
command_type.h (svn r21668) -Feature: command logging using the admin interface (dihedral) 14 years ago
company_base.h (svn r21728) -Fix/Feature [FS#4331]: (configurably) limit amount of tiles that can be cleared/terraformed by a company 14 years ago
company_cmd.cpp (svn r21803) -Cleanup: Remove unnecessary semicolons. 14 years ago
company_func.h (svn r21728) -Fix/Feature [FS#4331]: (configurably) limit amount of tiles that can be cleared/terraformed by a company 14 years ago
company_gui.cpp (svn r21412) -Codechange: limit company name by amount of characters, not bytes 14 years ago
company_gui.h (svn r21700) -Codechange: GetDrawStringCompanyColour returns a TextColour 14 years ago
company_manager_face.h
company_type.h (svn r21797) -Fix/Change: unify the size (in characters) of the string inputs with eachother and TTD to prevent crashes/asserts with e.g. signs that are too long 14 years ago
console.cpp (svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way and remove some unneeded casts 14 years ago
console_cmds.cpp (svn r21804) -Remove [FS#4409]: the 'stopall' console command, as its functionality was broken. Group start/stop commands can be used instead 14 years ago
console_func.h (svn r21707) -Fix [FS#4371]: bit too strict assertion on validness of console colours 14 years ago
console_gui.cpp (svn r21707) -Fix [FS#4371]: bit too strict assertion on validness of console colours 14 years ago
console_gui.h
console_internal.h (svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way and remove some unneeded casts 14 years ago
console_type.h (svn r21707) -Fix [FS#4371]: bit too strict assertion on validness of console colours 14 years ago
crashlog.cpp
crashlog.h
currency.cpp (svn r21670) -Fix (prospective): EEK->EUR@2011 14 years ago
currency.h (svn r21695) -Codechange: add helper function to get the currently applicable GameSettings object 14 years ago
date.cpp (svn r21512) -Change/Feature: make the delay of the chat messages timing out unrelated to the number of passed game days, i.e. don't stop aging chat messages when the server is paused 14 years ago
date_func.h
date_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
date_gui.h
date_type.h
debug.cpp
debug.h
dedicated.cpp
depot.cpp
depot_base.h
depot_cmd.cpp (svn r21409) -Codechange: limit depot name by amount of characters, not bytes 14 years ago
depot_func.h
depot_gui.cpp (svn r21803) -Cleanup: Remove unnecessary semicolons. 14 years ago
depot_map.h
depot_type.h (svn r21797) -Fix/Change: unify the size (in characters) of the string inputs with eachother and TTD to prevent crashes/asserts with e.g. signs that are too long 14 years ago
direction_func.h (svn r21593) -Codechange: endif comment correcttions. 14 years ago
direction_type.h
disaster_cmd.cpp (svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class. 14 years ago
dock_gui.cpp (svn r21805) -Codechange: Correct a typo. 14 years ago
driver.cpp
driver.h
economy.cpp (svn r21658) -Fix [FS#4351]: cargo payment window wasn't properly invalidated when payment changed 14 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 r21652) -Cleanup: one semicolon is enough 14 years ago
engine_base.h (svn r21593) -Codechange: endif comment correcttions. 14 years ago
engine_func.h (svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. 14 years ago
engine_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
engine_gui.h
engine_type.h (svn r21797) -Fix/Change: unify the size (in characters) of the string inputs with eachother and TTD to prevent crashes/asserts with e.g. signs that are too long 14 years ago
fileio.cpp (svn r21247) -Fix: make the tar scanner forget about old (possibly removed) tars 14 years ago
fileio_func.h
fileio_type.h
fios.cpp
fios.h
fios_gui.cpp (svn r21406) -Codechange: rename some textbuf related names to make them a bit more descriptive 14 years ago
fontcache.cpp (svn r21789) -Fix [FS#4405]: When the font misses the fallback character '?', use the sprite font's '?' instead. 14 years ago
fontcache.h (svn r21298) -Fix [FS#4261]: fonts set in openttd.cfg were not properly checked for missing glyphs on language change 14 years ago
functions.h
gamelog.cpp
gamelog.h
gamelog_internal.h
genworld.cpp
genworld.h
genworld_gui.cpp (svn r21803) -Cleanup: Remove unnecessary semicolons. 14 years ago
gfx.cpp (svn r21641) -Fix (r21639): ofcourse MSVC wants to have something to warn about 14 years ago
gfx_func.h
gfx_type.h (svn r21702) -Fix: make sure the colour argument of echoc is properly validated to be a text colour 14 years ago
gfxinit.cpp
gfxinit.h
graph_gui.cpp (svn r21601) -Fix [FS#4323]: company league table used stats from two quarters ago instead of last quarter 14 years ago
graph_gui.h
ground_vehicle.cpp (svn r21712) -Change: Tune 'realistic' acceleration even more to make more trains reach their top speed. 14 years ago
ground_vehicle.hpp (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 years ago
group.h
group_cmd.cpp (svn r21411) -Codechange: limit group name by amount of characters, not bytes 14 years ago
group_gui.cpp (svn r21411) -Codechange: limit group name by amount of characters, not bytes 14 years ago
group_gui.h
group_type.h (svn r21797) -Fix/Change: unify the size (in characters) of the string inputs with eachother and TTD to prevent crashes/asserts with e.g. signs that are too long 14 years ago
gui.h (svn r21589) -Codechange: Move PlaceLandBlockInfo() to the right file, introduce a ShowLandInfo() function. 14 years ago
heightmap.cpp
heightmap.h
highscore.cpp
highscore.h
highscore_gui.cpp
hotkeys.cpp
hotkeys.h
house.h
house_type.h
industry.h (svn r21267) -Doc: Typo fixes. 14 years ago
industry_cmd.cpp (svn r21490) -Codechange: abstract/encapsulate the map area iterating a bit 14 years ago
industry_gui.cpp (svn r21665) -Codechange: Make GetCallbackWnd a method of _thd. 14 years ago
industry_map.h
industry_type.h
industrytype.h (svn r21267) -Doc: Typo fixes. 14 years ago
ini.cpp
ini_type.h
intro_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
landscape.cpp (svn r21767) -Fix [FS#4397]: don't limit tile clearing during bankruptcy 14 years ago
landscape.h
landscape_type.h
language.h (svn r21343) -Add: Function that compares strings using case insensitive natural sort. 14 years ago
livery.h
main_gui.cpp (svn r21803) -Cleanup: Remove unnecessary semicolons. 14 years ago
map.cpp (svn r21470) -Codechange: add method to get the distance from the edge in a given direction 14 years ago
map_func.h (svn r21490) -Codechange: abstract/encapsulate the map area iterating a bit 14 years ago
map_type.h (svn r21493) -Codechange: don't use the full 32 bits of the level land command to tell whether to raise, lower or keep the level of the first selected tile 14 years ago
misc.cpp (svn r21733) -Codechange: Clarify the update owner legend code. 14 years ago
misc_cmd.cpp
misc_gui.cpp (svn r21803) -Cleanup: Remove unnecessary semicolons. 14 years ago
mixer.cpp
mixer.h
music.cpp
music_gui.cpp (svn r21698) -Fix: incorrectly named global variable 14 years ago
newgrf.cpp (svn r21708) -Add: [NewGRF] Report TTDPatch flag 4A (newobjects) as set. 14 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 r21746) -Fix: [NewGRF] Canal variable 83 accessed water random bits also for non-water tiles (e.g. watery industries or objects). 14 years ago
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h
newgrf_class.h (svn r21593) -Codechange: endif comment correcttions. 14 years ago
newgrf_class_func.h
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp
newgrf_config.h
newgrf_debug.h
newgrf_debug_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
newgrf_engine.cpp (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 years ago
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp (svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU. 14 years ago
newgrf_house.cpp (svn r21456) -Fix: [NewGRF] make sure the parameter for house var 60 is the id of an original house 14 years ago
newgrf_house.h
newgrf_industries.cpp (svn r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code. 14 years ago
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_object.cpp (svn r21454) -Codechange: add support for object variable 48 14 years ago
newgrf_object.h (svn r21454) -Codechange: add support for object variable 48 14 years ago
newgrf_properties.h
newgrf_railtype.cpp
newgrf_railtype.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp (svn r21604) -Add: Variable 7B for accessing 60+x variables while taking the parameter from the accumulator. 14 years ago
newgrf_spritegroup.h (svn r21454) -Codechange: add support for object variable 48 14 years ago
newgrf_station.cpp (svn r21273) -Codechange: Return values should start at the same line. 14 years ago
newgrf_station.h
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp (svn r21435) -Fix: NewGRF strings that referenced a value that was set by a string command later in the string failed 14 years ago
newgrf_text.h (svn r21435) -Fix: NewGRF strings that referenced a value that was set by a string command later in the string failed 14 years ago
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
news_func.h
news_gui.cpp (svn r21458) -Fix [FS#4180]: possible crash when news item gets removed at just the wrong moment 14 years ago
news_gui.h
news_type.h
object.h (svn r21453) -Codechange: add the view of an object to the savegame 14 years ago
object_base.h (svn r21453) -Codechange: add the view of an object to the savegame 14 years ago
object_cmd.cpp (svn r21485) -Codechange: use CircularTileSearch to find whether there's a transmitter nearby 14 years ago
object_gui.cpp (svn r21801) -Fix (r21772): Attach scrollbar to select matrix in object gui. 14 years ago
object_map.h
object_type.h
openttd.cpp (svn r21728) -Fix/Feature [FS#4331]: (configurably) limit amount of tiles that can be cleared/terraformed by a company 14 years ago
openttd.h
order_backup.cpp (svn r21438) -Fix (r21424): fix triggered an assertion when the build did support networking 14 years ago
order_backup.h
order_base.h (svn r21644) -Change: keep showing "No orders" when the order list is filled with only automatic orders 14 years ago
order_cmd.cpp (svn r21744) -Fix: Allow Ctrl+Clicking automatic orders for scrolling to their destination. 14 years ago
order_func.h (svn r21466) -Codechange: make VehicleHasDepotOrders a function of Vehicle. 14 years ago
order_gui.cpp (svn r21642) -Feature: concept of automatic station orders; add stub orders for intermediate stations and remove them when not visiting them anymore. This allows you to see what trains visit a station without actually having to order a vehicle to stop at all stations. Based on patch by fonsinchen 14 years ago
order_type.h (svn r21642) -Feature: concept of automatic station orders; add stub orders for intermediate stations and remove them when not visiting them anymore. This allows you to see what trains visit a station without actually having to order a vehicle to stop at all stations. Based on patch by fonsinchen 14 years ago
os_timer.cpp
osk_gui.cpp
pbs.cpp
pbs.h
querystring_gui.h (svn r21407) -Codechange: prepare the text buffer code for limiting on number of characters besides the number of bytes 14 years ago
rail.cpp
rail.h
rail_cmd.cpp (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 years ago
rail_gui.cpp (svn r21803) -Cleanup: Remove unnecessary semicolons. 14 years ago
rail_gui.h
rail_map.h (svn r21273) -Codechange: Return values should start at the same line. 14 years ago
rail_type.h
rev.cpp.in
rev.h
road.cpp
road_cmd.cpp (svn r21765) -Fix [FS#4369]: PBS reservation was not shown on road crossings with NewGRF railtypes (andythenorth) 14 years ago
road_cmd.h
road_func.h
road_gui.cpp (svn r21779) -Cleanup(r21778): Remove unneeded space at the start of a line. 14 years ago
road_gui.h (svn r21776) -Codechange: Give a more appropriate name to the road connection function. 14 years ago
road_internal.h
road_map.cpp
road_map.h
road_type.h
roadstop.cpp (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 years ago
roadstop_base.h
roadveh.h (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 years ago
roadveh_cmd.cpp (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 years ago
roadveh_gui.cpp (svn r21565) -Codechange: Add pixel skip to DrawRoadVehImage(). 14 years ago
screenshot.cpp (svn r21690) -Fix: the top of a tall building standing on a hill at the top of the map could be cut off in a giant screenshot 14 years ago
screenshot.h
sdl.cpp
sdl.h
settings.cpp (svn r21715) -Fix: Use the correct land colour in the owner legend. 14 years ago
settings_func.h
settings_gui.cpp (svn r21695) -Codechange: add helper function to get the currently applicable GameSettings object 14 years ago
settings_internal.h (svn r21593) -Codechange: endif comment correcttions. 14 years ago
settings_type.h (svn r21728) -Fix/Feature [FS#4331]: (configurably) limit amount of tiles that can be cleared/terraformed by a company 14 years ago
ship.h
ship_cmd.cpp (svn r21511) -Feature: vehicle lost message for ships 14 years ago
ship_gui.cpp
signal.cpp
signal_func.h
signal_type.h
signs.cpp
signs_base.h
signs_cmd.cpp (svn r21413) -Codechange: limit sign name by amount of characters, not bytes 14 years ago
signs_func.h
signs_gui.cpp (svn r21413) -Codechange: limit sign name by amount of characters, not bytes 14 years ago
signs_type.h (svn r21797) -Fix/Change: unify the size (in characters) of the string inputs with eachother and TTD to prevent crashes/asserts with e.g. signs that are too long 14 years ago
slope_func.h
slope_type.h
smallmap_gui.cpp (svn r21733) -Codechange: Clarify the update owner legend code. 14 years ago
smallmap_gui.h (svn r21715) -Fix: Use the correct land colour in the owner legend. 14 years ago
sortlist_type.h
sound.cpp (svn r21698) -Fix: incorrectly named global variable 14 years ago
sound_func.h (svn r21698) -Fix: incorrectly named global variable 14 years ago
sound_type.h
sprite.cpp
sprite.h
spritecache.cpp (svn r21788) -Codechange: Enable GetRawSprite() to also load sprites not using the spritecache but a custom allocator function. 14 years ago
spritecache.h (svn r21788) -Codechange: Enable GetRawSprite() to also load sprites not using the spritecache but a custom allocator function. 14 years ago
station.cpp (svn r21483) -Codechange: make StationRect::ScanForStationTiles make use of TILE_AREA_LOOP. Making use of make makes me making use of my brain to determine whether I make use of tautology, or make use of pleonasm, or make use of both, or even make use of neither 14 years ago
station_base.h
station_cmd.cpp (svn r21486) -Codechange: use TILE_AREA_LOOP for station expansion checks as well 14 years ago
station_func.h
station_gui.cpp (svn r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes 14 years ago
station_gui.h
station_map.h (svn r21273) -Codechange: Return values should start at the same line. 14 years ago
station_type.h (svn r21797) -Fix/Change: unify the size (in characters) of the string inputs with eachother and TTD to prevent crashes/asserts with e.g. signs that are too long 14 years ago
statusbar_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
statusbar_gui.h
stdafx.h (svn r21680) -Fix (r21656): of course MSVC complains 14 years ago
string.cpp (svn r21404) -Add: method for getting the length of an Utf8 string in characters 14 years ago
string_func.h (svn r21404) -Add: method for getting the length of an Utf8 string in characters 14 years ago
string_type.h
strings.cpp (svn r21556) -Fix [FS#4320]: argt wasn't updated when argv was updated due to ARG_INDEX, so there was a mismatch between argt's offset and argv's offset causing trouble when getting the gender of a string 14 years ago
strings_func.h (svn r21593) -Codechange: endif comment correcttions. 14 years ago
strings_type.h
subsidy.cpp (svn r21442) -Fix [FS#4293] (r21412): don't use the current company for awarding subsidies; it's not quite valid there 14 years ago
subsidy_base.h
subsidy_func.h
subsidy_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
subsidy_type.h
tar_type.h
terraform_cmd.cpp (svn r21791) -Fix [FS#4407]: off-by-one-ish for the terraforming limit 14 years ago
terraform_gui.cpp (svn r21627) -Codechange: Remove _place_proc global variable. 14 years ago
terraform_gui.h (svn r21608) -Codechange: Move diagnonal rectangle dragging detection completely to tile highlighting. 14 years ago
textbuf_gui.h (svn r21407) -Codechange: prepare the text buffer code for limiting on number of characters besides the number of bytes 14 years ago
texteff.cpp
texteff.hpp
tgp.cpp
tgp.h
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h
tilearea.cpp (svn r21768) -Fix [FS#4396]: Diagonal tile iterator needed a special case for A * 0 selections. 14 years ago
tilearea_type.h (svn r21499) -Add: diagonal tile iterator. Based on patch by fonsinchen 14 years ago
tilehighlight_func.h (svn r21627) -Codechange: Remove _place_proc global variable. 14 years ago
tilehighlight_type.h (svn r21667) -Codechange: Introduce _thd.Reset(). 14 years ago
timetable.h
timetable_cmd.cpp (svn r21660) -Fix [FS#4354]: autofill timetable had side effects in test mode, possibly causing desyncs in MP 14 years ago
timetable_gui.cpp (svn r21642) -Feature: concept of automatic station orders; add stub orders for intermediate stations and remove them when not visiting them anymore. This allows you to see what trains visit a station without actually having to order a vehicle to stop at all stations. Based on patch by fonsinchen 14 years ago
toolbar_gui.cpp (svn r21696) -Feature [FS#4362]: allow changing the AI configuration in the scenario editor / in game 14 years ago
toolbar_gui.h
town.h
town_cmd.cpp (svn r21664) -Add: [NoAI] AIEventTownFounded 14 years ago
town_gui.cpp (svn r21627) -Codechange: Remove _place_proc global variable. 14 years ago
town_map.h
town_type.h (svn r21797) -Fix/Change: unify the size (in characters) of the string inputs with eachother and TTD to prevent crashes/asserts with e.g. signs that are too long 14 years ago
townname.cpp (svn r21440) -Codechange: pass a pointer to just past the end of the argv array around in FormatString and friends 14 years ago
townname_func.h
townname_type.h
track_func.h
track_type.h
train.h (svn r21712) -Change: Tune 'realistic' acceleration even more to make more trains reach their top speed. 14 years ago
train_cmd.cpp (svn r21800) -Fix [FS#3569]: under certain circumstances one could crash a competitor's train; take the lazy non-future proof version of the fix from the 1.0 branch as fixing the real bug is significantly more complex and might even break some backwards compatability if not done perfectly 14 years ago
train_gui.cpp
transparency.h
transparency_gui.cpp
transparency_gui.h
transport_type.h
tree_cmd.cpp
tree_gui.cpp (svn r21627) -Codechange: Remove _place_proc global variable. 14 years ago
tree_map.h
tunnel_map.cpp (svn r21273) -Codechange: Return values should start at the same line. 14 years ago
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp (svn r21780) -Change: Keep aqueducts and road/tram tunnels and bridges after removing a company. 14 years ago
tunnelbridge_map.h
vehicle.cpp (svn r21804) -Remove [FS#4409]: the 'stopall' console command, as its functionality was broken. Group start/stop commands can be used instead 14 years ago
vehicle_base.h (svn r21709) -Fix (r8128): Vehicle sprite was cached into a 16 bit variable, causing incorrect sprites to be displayed. 14 years ago
vehicle_cmd.cpp (svn r21561) -Change: Allow to specify the number of vehicles to refit in the refit vehicle command. 14 years ago
vehicle_func.h (svn r21804) -Remove [FS#4409]: the 'stopall' console command, as its functionality was broken. Group start/stop commands can be used instead 14 years ago
vehicle_gui.cpp (svn r21666) -Codechange: Use GetCallbackWnd at more places. 14 years ago
vehicle_gui.h (svn r21565) -Codechange: Add pixel skip to DrawRoadVehImage(). 14 years ago
vehicle_gui_base.h
vehicle_type.h (svn r21797) -Fix/Change: unify the size (in characters) of the string inputs with eachother and TTD to prevent crashes/asserts with e.g. signs that are too long 14 years ago
vehiclelist.cpp (svn r21642) -Feature: concept of automatic station orders; add stub orders for intermediate stations and remove them when not visiting them anymore. This allows you to see what trains visit a station without actually having to order a vehicle to stop at all stations. Based on patch by fonsinchen 14 years ago
vehiclelist.h
viewport.cpp (svn r21667) -Codechange: Introduce _thd.Reset(). 14 years ago
viewport_func.h (svn r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code. 14 years ago
viewport_gui.cpp (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). 14 years ago
viewport_type.h
void_cmd.cpp
void_map.h
water.h
water_cmd.cpp (svn r21290) -Codechange: Add HasTileWaterGround() to deduplicate some tests. 14 years ago
water_map.h (svn r21290) -Codechange: Add HasTileWaterGround() to deduplicate some tests. 14 years ago
waypoint.cpp
waypoint_base.h (svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. 14 years ago
waypoint_cmd.cpp (svn r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes 14 years ago
waypoint_func.h
waypoint_gui.cpp (svn r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes 14 years ago
widget.cpp (svn r21764) -Change: Make the scrollbar associated to a NWidgetMatrix scroll in steps of the matrix when using the wheel or the scrollbar-buttons. 14 years ago
widget_type.h (svn r21803) -Cleanup: Remove unnecessary semicolons. 14 years ago
window.cpp (svn r21760) -Fix (r20452): Restore wheeling of vertical scrollbars. 14 years ago
window_func.h
window_gui.h (svn r21803) -Cleanup: Remove unnecessary semicolons. 14 years ago
window_type.h
zoom_func.h
zoom_type.h