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
Jonathan G Rennison 743432e7f0 Try to do non-main thread crash save/screenshot in main thread 6 years ago
..
3rdparty Codechange: Silence -Wclass-memaccess warnings with GCC8 6 years ago
ai (svn r27993) -Change: Heading for 1.9 now 7 years ago
blitter Codechange: Silence -Wclass-memaccess warnings with GCC8 6 years ago
core Merge branch 'cpp-11' into crashlog_improvements 6 years ago
depend
game Fix: Typo in game.hpp 7 years ago
lang Update: Translations from eints 6 years ago
linkgraph Feature: Framerate display window (#6822) 6 years ago
misc Change [#6689]: Tweak HashTable hash calculation to reduce collisions. (kernigh2) (#6786) 6 years ago
music Fix: dmusic compilation with MSYS2/MINGW 6 years ago
network Feature #986: Automatic save when losing connection to a network game 6 years ago
os Merge branch 'master' into crashlog_improvements 6 years ago
pathfinder Codechange: Use HasTrack(dir) to improve code readability. 6 years ago
saveload Merge branch 'master' into crashlog_improvements 6 years ago
script Change: Extend rail types to 64 (6 bit storage) 6 years ago
settingsgen
sound Feature: Add XAudio2 driver 6 years ago
spriteloader
strgen (svn r27759) -Fix: strgen compilation 8 years ago
table Merge branch 'master' into crashlog_improvements 6 years ago
thread Add method to get whether current thread is non-main 6 years ago
video Feature: Framerate display window (#6822) 6 years ago
widgets Fix 2a868b9f3b8e3b5f8b9e5f728f628ec88fd5e3ad: Expose widgets and windows to scripts and fix documentation. 6 years ago
aircraft.h Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792) 6 years ago
aircraft_cmd.cpp Feature: Framerate display window (#6822) 6 years ago
aircraft_gui.cpp
airport.cpp (svn r27908) -Codechange: Mark airport tile tables and FTAs "const" to be sure that they are really constant 7 years ago
airport.h
airport_gui.cpp
animated_tile.cpp Feature: Framerate display window (#6822) 6 years ago
animated_tile_func.h
articulated_vehicles.cpp Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
articulated_vehicles.h Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
autoreplace.cpp
autoreplace_base.h
autoreplace_cmd.cpp Change: Add CargoTypes type for cargo masks. (#6790) 6 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 Fix: Don't complain if CAT music files are missing entirely 6 years ago
base_media_func.h Codechange: Silence -Wclass-memaccess warnings with GCC8 6 years ago
base_station_base.h Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
bmp.cpp
bmp.h
bootstrap_gui.cpp Cleanup: Use new filename for README file. (#6738) 7 years ago
bridge.h
bridge_gui.cpp Change: Extend rail types to 64 (6 bit storage) 6 years ago
bridge_map.cpp
bridge_map.h Change: Move rail type bits from m3 to m8. 6 years ago
build_vehicle_gui.cpp Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
cargo_type.h Fix: ALL_CARGOTYPES mask constant was 32 instead of 64 bits (#6845) 6 years ago
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
cargomonitor.h
cargopacket.cpp
cargopacket.h
cargotype.cpp Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
cargotype.h Change: Add CargoTypes type for cargo masks. (#6790) 6 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 Merge branch 'cpp-11' into crashlog_improvements 7 years ago
command_func.h Maintain a circular buffer of recent commands, add to crashlog. 8 years ago
command_type.h Merge branch 'cpp-11' into crashlog_improvements 7 years ago
company_base.h Codechange: Add initialisation values for all CompanyProperty attributes 6 years ago
company_cmd.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
company_func.h
company_gui.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
company_gui.h
company_manager_face.h (svn r27975) -Fix (r8969) [FS#6642]: Missing one hair style. 7 years ago
company_type.h
console.cpp Merge branch 'cpp-11' into crashlog_improvements 7 years ago
console_cmds.cpp Merge branch 'master' into crashlog_improvements 6 years ago
console_func.h
console_gui.cpp
console_gui.h
console_internal.h Add option for console commands to be unlisted. 8 years ago
console_type.h
cpu.cpp Remove: WinCE support 6 years ago
cpu.h
crashlog.cpp Try to do non-main thread crash save/screenshot in main thread 6 years ago
crashlog.h Try to do non-main thread crash save/screenshot in main thread 6 years ago
crashlog_bfd.h
currency.cpp
currency.h
date.cpp
date_func.h
date_gui.cpp
date_gui.h
date_type.h
debug.cpp Codechange: [Win32] Use a local buffer to store the output text of DEBUG() to make the call thread-safe. 6 years ago
debug.h Remove: NO_DEBUG_MESSAGES was only read and setting it broke compilation (#6703) 7 years ago
dedicated.cpp
depot.cpp
depot_base.h
depot_cmd.cpp
depot_func.h
depot_gui.cpp (svn r27938) -Fix (r27899): When scrolling in the train depot, also scroll the tile separators. 7 years ago
depot_map.h
depot_type.h
direction_func.h
direction_type.h
disaster_vehicle.cpp Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792) 6 years ago
disaster_vehicle.h Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792) 6 years ago
dock_gui.cpp
driver.cpp
driver.h
economy.cpp Codechange: Silence -Wclass-memaccess warnings with GCC8 6 years ago
economy_base.h
economy_func.h
economy_type.h Fix: Spelling errors (#6769) 6 years ago
effectvehicle.cpp Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792) 6 years ago
effectvehicle_base.h Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792) 6 years ago
effectvehicle_func.h
elrail.cpp (svn r27812) -Fix: Road tunnel/bridge heads have no trackbits wrt catenary drawing 8 years ago
elrail_func.h
engine.cpp Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
engine_base.h (svn r27797) -Add: Display aircraft type in its vehicle window (patch by Samu) 8 years ago
engine_func.h Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
engine_gui.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
engine_gui.h
engine_type.h Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
error.h
error_gui.cpp
fileio.cpp Codechange: Make FioCreateDirectory public 6 years ago
fileio_func.h Codechange: Make FioCreateDirectory public 6 years ago
fileio_type.h
fios.cpp Remove: WinCE support 6 years ago
fios.h (svn r27729) -Codechange: Do not count static NewGRF when checking for the maximum number of NewGRFs in a game. 8 years ago
fios_gui.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
fontcache.cpp Fix: Scale default FreeType font size selection by UI zoom level. 6 years ago
fontcache.h Add: [Win32] Text layout using the native Windows Uniscribe library. 6 years ago
fontdetection.cpp Codechange: [OSX] Use 10.6+ APIs to get the path for a font where available. 7 years ago
fontdetection.h
framerate_gui.cpp Fix 2a868b9f3b8e3b5f8b9e5f728f628ec88fd5e3ad: Expose widgets and windows to scripts and fix documentation. 6 years ago
framerate_type.h Feature: Framerate display window (#6822) 6 years ago
gamelog.cpp
gamelog.h Remove: WinCE support 6 years ago
gamelog_internal.h
genworld.cpp
genworld.h
genworld_gui.cpp Codechange: Address some MSVC compiler warnings 6 years ago
gfx.cpp Fix: Poor contrast in cargo dest flow legend window cargo labels. 6 years ago
gfx_func.h Fix: Poor contrast in cargo dest flow legend window cargo labels. 6 years ago
gfx_layout.cpp Fix #6844: Compile warning when compiling dedicated server (#6849) 6 years ago
gfx_layout.h Add: {PUSH_COLOUR} and {POP_COLOUR} control codes to handle switching colours. (#6737) 7 years ago
gfx_type.h
gfxinit.cpp Add: 32bpp SSE2 blitter palette animator (#6795) 6 years ago
gfxinit.h
goal.cpp Feature: Add GS method to question a single client (#6748) 6 years ago
goal_base.h
goal_gui.cpp
goal_type.h
graph_gui.cpp Change: Increase cargo type limit to 64. 6 years ago
graph_gui.h
ground_vehicle.cpp Fix: Tractive effort was slightly too high as per NewGRF spec. (#6785) 6 years ago
ground_vehicle.hpp
group.h
group_cmd.cpp
group_gui.cpp (svn r27822) -Feature: Vehicle Group Info: Add profits and occupancy display to group vehicle list (mtm, JGR) 8 years ago
group_gui.h
group_type.h
gui.h
heightmap.cpp
heightmap.h
highscore.cpp
highscore.h
highscore_gui.cpp
hotkeys.cpp (svn r27816) -Fix [FS#6421]: Do not search directories when opening ini files as we already have their full path. 8 years ago
hotkeys.h
house.h
house_type.h
industry.h (svn r27929) -Cleanup: Remove unused Industry::random_triggers 7 years ago
industry_cmd.cpp Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
industry_gui.cpp (svn r27952) -Change: Reword texts in industry view, when stockpiling is used. 7 years ago
industry_map.h
industry_type.h
industrytype.h
ini.cpp
ini_load.cpp
ini_type.h
intro_gui.cpp (svn r27732) -Change: Turn the message about 'missing baseset sprites' from a popup into a static message that only shows in non-release versions, just like the 'missing translations' message. 8 years ago
landscape.cpp Feature: Framerate display window (#6822) 6 years ago
landscape.h
landscape_type.h
language.h Fix #6690: Compilation with ICU 61 7 years ago
livery.h
main_gui.cpp Change: [OSX] Setting mouse-wheel to scroll the map does not disable pinch to zoom 6 years ago
map.cpp Add m8 support to DumpTileInfo 6 years ago
map_func.h Merge branch 'master' into crashlog_improvements 6 years ago
map_type.h Change: Extend map array by 2 bytes with a uint16. 6 years ago
misc.cpp Maintain a circular buffer of recent commands, add to crashlog. 8 years ago
misc_cmd.cpp
misc_gui.cpp Codechange: Avoid call to memcpy using null pointer in TooltipsWindow constructor 6 years ago
mixer.cpp Feature: Framerate display window (#6822) 6 years ago
mixer.h
music.cpp Change: Modernise music control logic implementation (#6839) 6 years ago
music_gui.cpp Fix 6298b96: Playlist window not drawing playlist 6 years ago
newgrf.cpp Codechange: Address some MSVC compiler warnings 6 years ago
newgrf.h (svn r27730) -Change: Split openttd.grf into openttd.grf and orig_extra.grf 8 years ago
newgrf_airport.cpp (svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent. 7 years ago
newgrf_airport.h (svn r27908) -Codechange: Mark airport tile tables and FTAs "const" to be sure that they are really constant 7 years ago
newgrf_airporttiles.cpp (svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent. 7 years ago
newgrf_airporttiles.h (svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent. 7 years ago
newgrf_animation_base.h
newgrf_animation_type.h
newgrf_callbacks.h
newgrf_canal.cpp (svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent. 7 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 (svn r27732) -Change: Turn the message about 'missing baseset sprites' from a popup into a static message that only shows in non-release versions, just like the 'missing translations' message. 8 years ago
newgrf_config.h (svn r27732) -Change: Turn the message about 'missing baseset sprites' from a popup into a static message that only shows in non-release versions, just like the 'missing translations' message. 8 years ago
newgrf_debug.h
newgrf_debug_gui.cpp
newgrf_engine.cpp (svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent. 7 years ago
newgrf_engine.h (svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent. 7 years ago
newgrf_generic.cpp (svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent. 7 years ago
newgrf_generic.h
newgrf_gui.cpp Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation. 6 years ago
newgrf_house.cpp Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
newgrf_house.h Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
newgrf_industries.cpp (svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent. 7 years ago
newgrf_industries.h (svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent. 7 years ago
newgrf_industrytiles.cpp (svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent. 7 years ago
newgrf_industrytiles.h (svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent. 7 years ago
newgrf_object.cpp Codechange: Silence -Wclass-memaccess warnings with GCC8 6 years ago
newgrf_object.h Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation. 6 years ago
newgrf_properties.h
newgrf_railtype.cpp (svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent. 7 years ago
newgrf_railtype.h (svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent. 7 years ago
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp (svn r27989) -Fix (r27985): VA2 optimisation failed in various special cases: 7 years ago
newgrf_spritegroup.h (svn r27989) -Fix (r27985): VA2 optimisation failed in various special cases: 7 years ago
newgrf_station.cpp Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
newgrf_station.h Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp (svn r27851) -Fix [FS#6555]: StringID truncation to 16 bits broke string remapping test. 8 years ago
newgrf_text.h (svn r27851) -Fix [FS#6555]: StringID truncation to 16 bits broke string remapping test. 8 years ago
newgrf_town.cpp Change: Switch town growth rate and counter to actual game ticks (#6763) 6 years ago
newgrf_town.h (svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent. 7 years ago
newgrf_townname.cpp
newgrf_townname.h
news_func.h
news_gui.cpp Add: List recent news messages in crashlog output 7 years ago
news_gui.h Add: List recent news messages in crashlog output 7 years ago
news_type.h
object.h
object_base.h
object_cmd.cpp Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
object_gui.cpp
object_map.h
object_type.h
openttd.cpp Try to do non-main thread crash save/screenshot in main thread 6 years ago
openttd.h Fix recursive faults in Window crash logger due to message box event loop. 8 years ago
order_backup.cpp
order_backup.h
order_base.h
order_cmd.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
order_func.h
order_gui.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
order_type.h
osk_gui.cpp
pbs.cpp Codechange: Use HasTracks with TrackStatus. 6 years ago
pbs.h
progress.cpp
progress.h
querystring_gui.h
rail.cpp (svn r27808) -Codechange: Adjust the size of _track_crosses_trackdirs 8 years ago
rail.h
rail_cmd.cpp Change: Extend rail types to 64 (6 bit storage) 6 years ago
rail_gui.cpp Change: Extend rail types to 64 (6 bit storage) 6 years ago
rail_gui.h
rail_map.h Change: Extend rail types to 64 (6 bit storage) 6 years ago
rail_type.h Change: Extend rail types to 64 (6 bit storage) 6 years ago
rev.cpp.in Merge branch 'master' into crashlog_improvements 6 years ago
rev.h
road.cpp
road_cmd.cpp (svn r27746) -Fix [FS#6538]: PR_CLEAR_ROAD refers to cost per roadbit. Removing secondary roadtypes from bridges was too cheap. (JGR) 8 years ago
road_cmd.h
road_func.h
road_gui.cpp Fix #6659: Bus stations can be demolished when not in demolish mode (#6815) 6 years ago
road_gui.h
road_internal.h
road_map.cpp
road_map.h Change: Move rail type bits from m3 to m8. 6 years ago
road_type.h
roadstop.cpp
roadstop_base.h
roadveh.h Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792) 6 years ago
roadveh_cmd.cpp Feature: Framerate display window (#6822) 6 years ago
roadveh_gui.cpp
safeguards.h
scope.h Add include for scope header file 6 years ago
scope_info.cpp Add tile info dump method to scope_dumper 6 years ago
scope_info.h Add tile info dump method to scope_dumper 6 years ago
screenshot.cpp Codechange: Rearrange struct packing defines and make MinGW use _Pragma pack style 6 years ago
screenshot.h
sdl.cpp
sdl.h
settings.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
settings_func.h
settings_gui.cpp Feature #6090: Change music set during gameplay 6 years ago
settings_gui.h Feature #6090: Change music set during gameplay 6 years ago
settings_internal.h
settings_type.h Feature #986: Automatic save when losing connection to a network game 6 years ago
ship.h Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792) 6 years ago
ship_cmd.cpp Feature: Framerate display window (#6822) 6 years ago
ship_gui.cpp
signal.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
signal_func.h
signal_type.h
signs.cpp
signs_base.h
signs_cmd.cpp
signs_func.h
signs_gui.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
signs_type.h
slope_func.h
slope_type.h
smallmap_gui.cpp Change: [OSX] Setting mouse-wheel to scroll the map does not disable pinch to zoom 6 years ago
smallmap_gui.h (svn r27905) -Fix [FS#6585]: Keep the "link" between industry chain and smallmap windows whenever possible 7 years ago
sortlist_type.h
sound.cpp
sound_func.h
sound_type.h
sprite.cpp
sprite.h
spritecache.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
spritecache.h (svn r27732) -Change: Turn the message about 'missing baseset sprites' from a popup into a static message that only shows in non-release versions, just like the 'missing translations' message. 8 years ago
station.cpp Fix: Remove need to instantiate SmallStack's pool object by making it a singleton method 7 years ago
station_base.h Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
station_cmd.cpp Change: Extend rail types to 64 (6 bit storage) 6 years ago
station_func.h Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
station_gui.cpp Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
station_gui.h
station_map.h
station_type.h
statusbar_gui.cpp
statusbar_gui.h
stdafx.h Merge branch 'cpp-11' into crashlog_improvements 6 years ago
story.cpp
story_base.h
story_gui.cpp
story_type.h
string.cpp Change: [Win32] Use Uniscribe instead of ICU for text caret handling. 6 years ago
string_base.h
string_func.h
string_type.h
stringfilter.cpp
stringfilter_type.h
strings.cpp Change: Increase cargo type limit to 64. 6 years ago
strings_func.h (svn r27758) -Change: Increase the maximum number of GameScript texts to 64k, and NewGRF texts to 512k. 8 years ago
strings_type.h (svn r27758) -Change: Increase the maximum number of GameScript texts to 64k, and NewGRF texts to 512k. 8 years ago
subsidy.cpp Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
subsidy_base.h
subsidy_func.h
subsidy_gui.cpp
subsidy_type.h
tar_type.h
terraform_cmd.cpp
terraform_gui.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
terraform_gui.h
textbuf.cpp
textbuf_gui.h
textbuf_type.h
texteff.cpp
texteff.hpp
textfile_gui.cpp
textfile_gui.h
textfile_type.h
tgp.cpp
tgp.h
tile_cmd.h Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
tile_map.cpp
tile_map.h Merge branch 'cpp-11' into crashlog_improvements 7 years ago
tile_type.h (svn r27987) -Change: Increase maximum allowed vehicle sprite size to reduce clipping of ships. 7 years ago
tilearea.cpp
tilearea_type.h
tilehighlight_func.h
tilehighlight_type.h
tilematrix_type.hpp
timetable.h
timetable_cmd.cpp
timetable_gui.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
toolbar_gui.cpp Feature: Framerate display window (#6822) 6 years ago
toolbar_gui.h
town.h Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
town_cmd.cpp Feature #6397: Keep town growth rate in sync with house count 6 years ago
town_gui.cpp Feature #4186: Append '(City)' behind cities in the town directory (sbr) 6 years ago
town_map.h
town_type.h
townname.cpp
townname_func.h
townname_type.h
track_func.h Codechange: Use HasTrack(dir) to improve code readability. 6 years ago
track_type.h (svn r27833) -Change: Trackdir maps directly to TrackdirBits 8 years ago
train.h Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792) 6 years ago
train_cmd.cpp Feature: Framerate display window (#6822) 6 years ago
train_gui.cpp (svn r27936) -Fix: When moving wagons in the depot, the drag highlight did not exactly match the length of the dragged wagon chain. 7 years ago
transparency.h
transparency_gui.cpp
transparency_gui.h
transport_type.h
tree_cmd.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
tree_gui.cpp
tree_map.h
tunnel_map.cpp
tunnel_map.h Change: Move rail type bits from m3 to m8. 6 years ago
tunnelbridge.h
tunnelbridge_cmd.cpp Change: Extend rail types to 64 (6 bit storage) 6 years ago
tunnelbridge_map.h
vehicle.cpp Merge branch 'master' into crashlog_improvements 6 years ago
vehicle_base.h Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792) 6 years ago
vehicle_cmd.cpp Fix: Spelling errors (#6769) 6 years ago
vehicle_func.h
vehicle_gui.cpp Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
vehicle_gui.h
vehicle_gui_base.h
vehicle_type.h
vehiclelist.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
vehiclelist.h
viewport.cpp Feature: Framerate display window (#6822) 6 years ago
viewport_func.h
viewport_gui.cpp Change: [OSX] Setting mouse-wheel to scroll the map does not disable pinch to zoom 6 years ago
viewport_sprite_sorter.h (svn r27916) -Codechange: Enable usage of static_assert for MSVC 7 years ago
viewport_sprite_sorter_sse4.cpp
viewport_type.h Feature: GS methods to scroll viewport for players (#6745) 7 years ago
void_cmd.cpp
void_map.h
water.h
water_cmd.cpp Codechange: Use TileAddBy(Diag)Dir when possible. 6 years ago
water_map.h
waypoint.cpp
waypoint_base.h
waypoint_cmd.cpp (svn r27785) -Fix [FS#6508]: Buoys not always drawn after being placed depending on zoom level (Samu). 8 years ago
waypoint_func.h
waypoint_gui.cpp
widget.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
widget_type.h (svn r27900) -Change [FS#6568]: Remove the gap between windows when positioning them after opening. 7 years ago
window.cpp Merge branch 'master' into crashlog_improvements 6 years ago
window_func.h
window_gui.h
window_type.h Fix 2a868b9f3b8e3b5f8b9e5f728f628ec88fd5e3ad: Expose widgets and windows to scripts and fix documentation. 6 years ago
zoom_func.h
zoom_type.h