OpenTTD/src
2022-09-03 22:37:03 +02:00
..
3rdparty
ai Codechange: Add support for additional command result values. 2021-12-16 22:28:32 +01:00
blitter Fix #9935: Use more selectivity when building SSE specific code 2022-08-26 19:36:18 +02:00
core Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
game Codechange: Add support for additional command result values. 2021-12-16 22:28:32 +01:00
lang Update: Translations from eints 2022-08-27 18:56:07 +00:00
linkgraph Feature: Alternative linkgraph colour schemes (#9866) 2022-04-25 19:32:55 +02:00
misc Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
music Fix: Original music playback rate was slightly too fast 2022-02-10 22:09:51 +01:00
network Fix #9363: Rebuild client list on reinit event (#9929) 2022-08-30 14:56:19 +02:00
os Change: add a timestamp in name of crash files 2022-02-02 21:32:01 +01:00
pathfinder
saveload Fix #6544: Don't join AI company when loading network game in singleplayer 2022-04-30 19:36:09 +02:00
script Fix 6fe445e: [Script] Respect joining adjacent when building an airport 2022-05-31 23:14:47 +02:00
settingsgen
sound
spriteloader
strgen
table Fix 44f2ef1: [strgen] Allow gender for {CARGO_SHORT} 2022-04-30 20:38:35 +02:00
video Add: Show current video driver info in Options window 2022-05-03 21:03:30 +02:00
widgets Add: Show current video driver info in Options window 2022-05-03 21:03:30 +02:00
aircraft_cmd.cpp Codechange: Don't use globals for return values from vehicle command procs. 2021-12-16 22:28:32 +01:00
aircraft_cmd.h Codechange: Un-bitstuff commands taking a ClientID (i.e. CMD_CLIENT_ID). 2021-12-16 22:28:32 +01:00
aircraft_gui.cpp
aircraft.h Codechange: Revenue is not the same as Income 2022-04-25 21:51:51 +02:00
airport_cmd.h Codechange: Move command callback declarations to the cmd header files. 2021-12-16 22:28:32 +01:00
airport_gui.cpp Codechange: Pass unpacked command arguments to command callbacks (except Script). 2021-12-16 22:28:32 +01:00
airport.cpp
airport.h
animated_tile_func.h
animated_tile.cpp
articulated_vehicles.cpp
articulated_vehicles.h
autoreplace_base.h
autoreplace_cmd.cpp Fix: CmdSetAutoReplace didn't validate group type and engine type match (#9950) 2022-07-09 20:06:22 +02:00
autoreplace_cmd.h Codechange: Un-bitstuff group and autoreplace commands. 2021-12-16 22:28:32 +01:00
autoreplace_func.h
autoreplace_gui.cpp Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp
autoslope.h
base_consist.cpp
base_consist.h
base_media_base.h
base_media_func.h
base_station_base.h
bitmap_type.h
bmp.cpp
bmp.h
bootstrap_gui.cpp
bridge_gui.cpp Cleanup #9725: Replace cmd_helper related functions and remove cmd_helper.h. 2022-02-02 21:30:15 +01:00
bridge_map.cpp
bridge_map.h
bridge.h
build_vehicle_gui.cpp Codechange: Don't use globals for return values from vehicle command procs. 2021-12-16 22:28:32 +01:00
cargo_type.h
cargoaction.cpp
cargoaction.h
cargomonitor.cpp Change: Deliver cargo to the closest industry first (#9536) 2022-02-19 19:08:23 +01:00
cargomonitor.h
cargopacket.cpp Codechange: Make TileIndex a "strong" typedef to give it a distinct type. 2021-12-16 22:28:32 +01:00
cargopacket.h
cargotype.cpp
cargotype.h Codechange: Un-bitstuff town-related commands. 2021-12-16 22:28:32 +01:00
cheat_func.h
cheat_gui.cpp Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
cheat_type.h
cheat.cpp
clear_cmd.cpp Codechange: Un-bitstuff landscape commands. 2021-12-16 22:28:32 +01:00
clear_func.h
clear_map.h
CMakeLists.txt Fix #9935: Use more selectivity when building SSE specific code 2022-08-26 19:36:18 +02:00
command_func.h Fix: The first tile in commands received from a client wasn't validated properly. 2022-07-08 22:37:41 +02:00
command_type.h Fix #9756: Network command unpack proc was not generated in all cases. 2021-12-20 23:32:23 +01:00
command.cpp Fix: The first tile in commands received from a client wasn't validated properly. 2022-07-08 22:37:41 +02:00
company_base.h Fix: Company values do not properly account for shares (#9770) 2022-05-14 16:57:47 +02:00
company_cmd.cpp Change: New player companies use favorite manager face, if saved (#9895) 2022-08-30 16:26:02 +02:00
company_cmd.h Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
company_func.h Fix #6544: Don't join AI company when loading network game in singleplayer 2022-04-30 19:36:09 +02:00
company_gui.cpp Feature: Improved Finance window 2022-04-25 21:51:51 +02:00
company_gui.h
company_manager_face.h
company_type.h Codechange: replace magic numbers and C-style arrays with C++-style array for share owners 2022-03-09 18:05:12 +01:00
console_cmds.cpp Fix #9940: Print debuglevel parse errors to console when changed from console 2022-08-27 09:17:09 +02:00
console_func.h
console_gui.cpp Fix #9977: Use a deque rather than linked list for console buffer 2022-08-27 16:03:41 +02:00
console_gui.h
console_internal.h
console_type.h
console.cpp
cpu.cpp
cpu.h
crashlog.cpp Change: Log video driver info string instead of just name in crashlog 2022-05-03 21:03:30 +02:00
crashlog.h Change: add a timestamp in name of crash files 2022-02-02 21:32:01 +01:00
currency.cpp
currency.h
date_func.h
date_gui.cpp Codechange: Un-bitstuff timetable commands. 2021-12-16 22:28:32 +01:00
date_gui.h Codechange: Un-bitstuff timetable commands. 2021-12-16 22:28:32 +01:00
date_type.h
date.cpp
debug.cpp Fix: Only apply debuglevel changes after successful parse 2022-08-27 09:17:09 +02:00
debug.h Fix #9940: Print debuglevel parse errors to console when changed from console 2022-08-27 09:17:09 +02:00
dedicated.cpp
depot_base.h
depot_cmd.cpp Codechange: Un-bitstuff station/depot/waypoint commands. 2021-12-16 22:28:32 +01:00
depot_cmd.h Codechange: Don't use globals for return values from vehicle command procs. 2021-12-16 22:28:32 +01:00
depot_func.h
depot_gui.cpp Codechange: Don't use globals for return values from vehicle command procs. 2021-12-16 22:28:32 +01:00
depot_map.h
depot_type.h
depot.cpp
direction_func.h
direction_type.h Fix: commands with Axis in their arguments were not validated properly (#9943) 2022-07-09 10:03:41 +02:00
disaster_vehicle.cpp Codechange: Un-bitstuff landscape commands. 2021-12-16 22:28:32 +01:00
disaster_vehicle.h
dock_cmd.h Codechange: Move command callback declarations to the cmd header files. 2021-12-16 22:28:32 +01:00
dock_gui.cpp Codechange: Pass unpacked command arguments to command callbacks (except Script). 2021-12-16 22:28:32 +01:00
driver.cpp
driver.h
economy_base.h
economy_cmd.h Fix #9909, 13528bf: Left-over unused parameter breaks overload resolution 2022-06-01 19:24:48 +02:00
economy_func.h
economy_type.h Codechange: Revenue is not the same as Income 2022-04-25 21:51:51 +02:00
economy.cpp Fix #9909, 13528bf: Left-over unused parameter breaks overload resolution 2022-06-01 19:24:48 +02:00
effectvehicle_base.h
effectvehicle_func.h
effectvehicle.cpp
elrail_func.h
elrail.cpp
engine_base.h
engine_cmd.h Codechange: Un-bitstuff vehicle/engine commands. 2021-12-16 22:28:32 +01:00
engine_func.h
engine_gui.cpp Codechange: Un-bitstuff vehicle/engine commands. 2021-12-16 22:28:32 +01:00
engine_gui.h
engine_type.h
engine.cpp Fix: [NewGRF] Default value of RailVehicleInfo::railveh_type was inconsistent with other default properties. (#9967) 2022-08-26 20:50:33 +02:00
error_gui.cpp
error.h
fileio_func.h
fileio_type.h
fileio.cpp
fios_gui.cpp Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
fios.cpp
fios.h
fontcache_internal.h
fontcache.cpp
fontcache.h
fontdetection.h
framerate_gui.cpp Fix #9971: Don't assert that time moves forward 2022-08-27 22:59:36 +02:00
framerate_type.h
gamelog_internal.h
gamelog.cpp
gamelog.h
genworld_gui.cpp
genworld.cpp Add: [NewGRF] Map seed as global variable. 2022-03-13 14:20:23 +01:00
genworld.h
gfx_func.h Cleanup #9725: Replace cmd_helper related functions and remove cmd_helper.h. 2022-02-02 21:30:15 +01:00
gfx_layout.cpp
gfx_layout.h
gfx_type.h Codechange: Un-bitstuff group and autoreplace commands. 2021-12-16 22:28:32 +01:00
gfx.cpp Codechange: Extend DrawSpriteToRgbaBuffer to work with 8bpp blitters. 2022-01-01 12:19:30 +01:00
gfxinit.cpp
gfxinit.h
goal_base.h
goal_cmd.h Cleanup: Remove duplicate command_type.h include (#9986) 2022-09-01 18:15:07 +02:00
goal_gui.cpp Codechange: Un-bitstuff goal and story page commands. 2021-12-16 22:28:32 +01:00
goal_type.h Codechange: Don't use globals for story/goal/sign/group command proc return values. 2021-12-16 22:28:32 +01:00
goal.cpp Codechange: Don't use globals for story/goal/sign/group command proc return values. 2021-12-16 22:28:32 +01:00
graph_gui.cpp
graph_gui.h
ground_vehicle.cpp
ground_vehicle.hpp
group_cmd.cpp Cleanup #9725: Replace cmd_helper related functions and remove cmd_helper.h. 2022-02-02 21:30:15 +01:00
group_cmd.h Codechange: Don't use globals for story/goal/sign/group command proc return values. 2021-12-16 22:28:32 +01:00
group_gui.cpp Codechange: Don't use globals for story/goal/sign/group command proc return values. 2021-12-16 22:28:32 +01:00
group_gui.h
group_type.h
group.h Codechange: Don't use globals for story/goal/sign/group command proc return values. 2021-12-16 22:28:32 +01:00
gui.h
guitimer_func.h
heightmap.cpp
heightmap.h
highscore_gui.cpp Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
highscore.cpp
highscore.h
hotkeys.cpp
hotkeys.h
house_type.h
house.h
industry_cmd.cpp Codechange: When checking industry placement conditions, perform cheap checks first. (#9987) 2022-09-01 18:13:43 +02:00
industry_cmd.h Codechange: Pass unpacked command arguments to command callbacks (except Script). 2021-12-16 22:28:32 +01:00
industry_gui.cpp Fix #9951: Scenario editor random industries button and persistent storage (#9952) 2022-07-21 16:21:38 +01:00
industry_map.h
industry_type.h
industry.h
industrytype.h
ini_load.cpp
ini_type.h
ini.cpp
intro_gui.cpp
landscape_cmd.h Codechange: Don't use a global for the 'not enough cash' message. 2021-12-16 22:28:32 +01:00
landscape_type.h
landscape.cpp Codechange: Don't use a global for the 'not enough cash' message. 2021-12-16 22:28:32 +01:00
landscape.h
language.h
livery.h Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
main_gui.cpp Codechange: Pass unpacked command arguments to command callbacks (except Script). 2021-12-16 22:28:32 +01:00
map_func.h Doc: Fix some spelling mistakes (to->two, tileindex->TileIndex). (#9857) 2022-04-17 19:00:00 +02:00
map_type.h Doc: Fix some spelling mistakes (to->two, tileindex->TileIndex). (#9857) 2022-04-17 19:00:00 +02:00
map.cpp Codechange: Make TileIndex a "strong" typedef to give it a distinct type. 2021-12-16 22:28:32 +01:00
misc_cmd.cpp Cleanup #9725: Replace cmd_helper related functions and remove cmd_helper.h. 2022-02-02 21:30:15 +01:00
misc_cmd.h Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
misc_gui.cpp Fix #9877: GS could trigger 'Cost: 0' cost message (#9878) 2022-05-05 19:51:56 +01:00
misc.cpp
mixer.cpp
mixer.h
music_gui.cpp
music.cpp
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
newgrf_cargo.h
newgrf_class_func.h
newgrf_class.h
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp Add: Commandline option to skip NewGRF scanning 2022-05-07 10:17:26 +02:00
newgrf_config.h
newgrf_debug_gui.cpp
newgrf_debug.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_object.cpp
newgrf_object.h
newgrf_profiling.cpp
newgrf_profiling.h
newgrf_properties.h
newgrf_railtype.cpp Codechange: Make TileIndex a "strong" typedef to give it a distinct type. 2021-12-16 22:28:32 +01:00
newgrf_railtype.h
newgrf_roadtype.cpp Codechange: Make RoadScopeResolver constructor inlineable (#9780) 2022-01-05 12:25:22 +00:00
newgrf_roadtype.h Codechange: Make RoadScopeResolver constructor inlineable (#9780) 2022-01-05 12:25:22 +00:00
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
newgrf_station.cpp Fix: [NewGRF] Upper 16 random bits should be the same for all station tiles in callback 140. (#9992) 2022-09-03 22:37:03 +02:00
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
newgrf.cpp Fix #9925: Industry tile layout validation for layouts of only one tile 2022-06-18 22:02:08 +02:00
newgrf.h
news_cmd.h Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
news_func.h
news_gui.cpp Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
news_gui.h
news_type.h Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
object_base.h
object_cmd.cpp Codechange: Un-bitstuff the remaining on-map commands. 2021-12-16 22:28:32 +01:00
object_cmd.h Codechange: Un-bitstuff the remaining on-map commands. 2021-12-16 22:28:32 +01:00
object_gui.cpp Codechange: Don't use a global for the terrforming error tile. 2021-12-16 22:28:32 +01:00
object_map.h
object_type.h
object.h
openttd.cpp Fix #9940: Print debuglevel parse errors to console when changed from console 2022-08-27 09:17:09 +02:00
openttd.h
order_backup.cpp Codechange: Use anonymous union for vehicle orders/old orders list 2022-02-15 20:01:10 +01:00
order_backup.h
order_base.h Codechange: Un-bitstuff order commands. 2021-12-16 22:28:32 +01:00
order_cmd.cpp Codechange: Use anonymous union for vehicle orders/old orders list 2022-02-15 20:01:10 +01:00
order_cmd.h Codechange: Un-bitstuff order commands. 2021-12-16 22:28:32 +01:00
order_func.h
order_gui.cpp Codechange: Un-bitstuff order commands. 2021-12-16 22:28:32 +01:00
order_type.h Codechange: Un-bitstuff timetable commands. 2021-12-16 22:28:32 +01:00
osk_gui.cpp
pbs.cpp
pbs.h
progress.cpp
progress.h
querystring_gui.h
rail_cmd.cpp Cleanup #9725: Replace cmd_helper related functions and remove cmd_helper.h. 2022-02-02 21:30:15 +01:00
rail_cmd.h Codechange: Pass unpacked command arguments to command callbacks (except Script). 2021-12-16 22:28:32 +01:00
rail_gui.cpp Fix 6fe445e: Removing rail station parts without ctrl pressed was also removing tracks 2022-08-07 10:58:43 +02:00
rail_gui.h
rail_map.h
rail_type.h
rail.cpp
rail.h
random_access_file_type.h
random_access_file.cpp
rev.cpp.in
rev.h
road_cmd.cpp Fix #9837, 46bd2f1c: Road build with wrong half-tile ends. 2022-03-20 12:56:03 +01:00
road_cmd.h Codechange: Don't use a global for the 'not enough cash' message. 2021-12-16 22:28:32 +01:00
road_func.h
road_gui.cpp Fix #9837, 46bd2f1c: Road build with wrong half-tile ends. 2022-03-20 12:56:03 +01:00
road_gui.h
road_internal.h
road_map.cpp
road_map.h Cleanup #9725: Replace cmd_helper related functions and remove cmd_helper.h. 2022-02-02 21:30:15 +01:00
road_type.h Codechange: Un-bitstuff remaining transport infrastructure commands. 2021-12-16 22:28:32 +01:00
road.cpp Fix: commands with a RoadType in their arguments were not validated properly (#9944) 2022-07-09 10:03:57 +02:00
road.h
roadstop_base.h
roadstop.cpp
roadveh_cmd.cpp Fix #9914, 86818e5: prevent more useless pathfinder run for blocked vehicles (#9917) 2022-08-31 12:52:13 +02:00
roadveh_cmd.h Codechange: Un-bitstuff vehicle/engine commands. 2021-12-16 22:28:32 +01:00
roadveh_gui.cpp
roadveh.h Codechange: Revenue is not the same as Income 2022-04-25 21:51:51 +02:00
safeguards.h
screenshot_gui.cpp
screenshot_gui.h
screenshot.cpp
screenshot.h
settings_cmd.h Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
settings_func.h
settings_gui.cpp Add: Show current video driver info in Options window 2022-05-03 21:03:30 +02:00
settings_gui.h
settings_internal.h
settings_table.cpp Feature: Alternative linkgraph colour schemes (#9866) 2022-04-25 19:32:55 +02:00
settings_table.h
settings_type.h Feature: Alternative linkgraph colour schemes (#9866) 2022-04-25 19:32:55 +02:00
settings.cpp Fix #9766: Don't write uninitialised data in config file (#9767) 2022-01-04 22:12:05 +01:00
ship_cmd.cpp Codechange: Document the _ship_subcoord table 2022-05-06 22:56:01 +02:00
ship_cmd.h Codechange: Un-bitstuff commands taking a ClientID (i.e. CMD_CLIENT_ID). 2021-12-16 22:28:32 +01:00
ship_gui.cpp
ship.h Codechange: Revenue is not the same as Income 2022-04-25 21:51:51 +02:00
signal_func.h
signal_type.h Codechange: Un-bitstuff rail commands. 2021-12-16 22:28:32 +01:00
signal.cpp
signs_base.h
signs_cmd.cpp Codechange: Don't use globals for story/goal/sign/group command proc return values. 2021-12-16 22:28:32 +01:00
signs_cmd.h Codechange: Don't use globals for story/goal/sign/group command proc return values. 2021-12-16 22:28:32 +01:00
signs_func.h Codechange: Don't use globals for story/goal/sign/group command proc return values. 2021-12-16 22:28:32 +01:00
signs_gui.cpp Codechange: Un-bitstuff the remaining on-map commands. 2021-12-16 22:28:32 +01:00
signs_type.h
signs.cpp Fix: Don't try to rename OWNER_DEITY signs in-game (#9716) 2021-11-28 15:16:42 +01:00
slope_func.h
slope_type.h Codechange: Un-bitstuff landscape commands. 2021-12-16 22:28:32 +01:00
smallmap_gui.cpp Feature: Alternative linkgraph colour schemes (#9866) 2022-04-25 19:32:55 +02:00
smallmap_gui.h
sortlist_type.h
sound_func.h
sound_type.h
sound.cpp
sprite.cpp
sprite.h
spritecache.cpp
spritecache.h
station_base.h Change: Deliver cargo to the closest industry first (#9536) 2022-02-19 19:08:23 +01:00
station_cmd.cpp Fix: CmdRemoveRoadStop didn't validate the height property properly (#9945) 2022-07-09 12:27:58 +02:00
station_cmd.h Fix: CmdRemoveRoadStop didn't validate the height property properly (#9945) 2022-07-09 12:27:58 +02:00
station_func.h
station_gui.cpp Codechange: Un-bitstuff station/depot/waypoint commands. 2021-12-16 22:28:32 +01:00
station_gui.h Codechange: Use lambdas instead of CommandContainer to manage station picker commands. 2021-12-16 22:28:32 +01:00
station_kdtree.h
station_map.h
station_type.h Codechange: Un-bitstuff station/depot/waypoint commands. 2021-12-16 22:28:32 +01:00
station.cpp Change: Deliver cargo to the closest industry first (#9536) 2022-02-19 19:08:23 +01:00
statusbar_gui.cpp
statusbar_gui.h
stdafx.h Fix #9935: Use more selectivity when building SSE specific code 2022-08-26 19:36:18 +02:00
story_base.h Cleanup #9725: Replace cmd_helper related functions and remove cmd_helper.h. 2022-02-02 21:30:15 +01:00
story_cmd.h Codechange: Don't use globals for story/goal/sign/group command proc return values. 2021-12-16 22:28:32 +01:00
story_gui.cpp Codechange: Un-bitstuff goal and story page commands. 2021-12-16 22:28:32 +01:00
story_type.h Codechange: Don't use globals for story/goal/sign/group command proc return values. 2021-12-16 22:28:32 +01:00
story.cpp Cleanup #9725: Replace cmd_helper related functions and remove cmd_helper.h. 2022-02-02 21:30:15 +01:00
string_base.h
string_func.h Change: [Network] Transfer command data as serialized byte stream without fixed structure. 2021-12-16 22:28:32 +01:00
string_type.h
string.cpp Change: [Network] Transfer command data as serialized byte stream without fixed structure. 2021-12-16 22:28:32 +01:00
stringfilter_type.h
stringfilter.cpp
strings_func.h
strings_type.h
strings.cpp
subsidy_base.h
subsidy_cmd.h Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
subsidy_func.h
subsidy_gui.cpp
subsidy_type.h
subsidy.cpp Change: Deliver cargo to the closest industry first (#9536) 2022-02-19 19:08:23 +01:00
tar_type.h
terraform_cmd.cpp Codechange: Don't use a global for the terrforming error tile. 2021-12-16 22:28:32 +01:00
terraform_cmd.h Codechange: Don't use a global for the terrforming error tile. 2021-12-16 22:28:32 +01:00
terraform_gui.cpp Codechange: Don't use a global for the terrforming error tile. 2021-12-16 22:28:32 +01:00
terraform_gui.h
textbuf_gui.h
textbuf_type.h
textbuf.cpp Feature: Allow Shift+Insert as paste in edit box (#9836) 2022-03-15 22:33:22 +01:00
texteff.cpp
texteff.hpp
textfile_gui.cpp
textfile_gui.h
textfile_type.h
tgp.cpp
tgp.h
thread.h
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h Codechange: Make TileIndex a "strong" typedef to give it a distinct type. 2021-12-16 22:28:32 +01:00
tilearea_type.h Codechange: Make TileIndex a "strong" typedef to give it a distinct type. 2021-12-16 22:28:32 +01:00
tilearea.cpp
tilehighlight_func.h
tilehighlight_type.h
tilematrix_type.hpp
timetable_cmd.cpp Fix #8584: Vehicles with shared orders getting invalid or unexpected start dates 2022-07-24 09:28:01 +02:00
timetable_cmd.h Codechange: Un-bitstuff timetable commands. 2021-12-16 22:28:32 +01:00
timetable_gui.cpp Codechange: Use anonymous union for vehicle orders/old orders list 2022-02-15 20:01:10 +01:00
timetable.h
toolbar_gui.cpp Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
toolbar_gui.h
town_cmd.cpp Fix #9712: Cap town bridge length at original 11-tile limit (#9890) 2022-05-14 16:55:39 +02:00
town_cmd.h Codechange: Don't use a global for the 'not enough cash' message. 2021-12-16 22:28:32 +01:00
town_gui.cpp Codechange: Don't use a global for the 'not enough cash' message. 2021-12-16 22:28:32 +01:00
town_kdtree.h
town_map.h
town_type.h Feature: Allow disabling local authority control of company actions 2022-04-02 22:50:28 +02:00
town.h Feature: Allow disabling local authority control of company actions 2022-04-02 22:50:28 +02:00
townname_func.h
townname_type.h
townname.cpp
track_func.h
track_type.h
train_cmd.cpp Fix: reverse train direction command did not validate the given vehicle properly (#9947) 2022-07-09 12:28:20 +02:00
train_cmd.h Codechange: Don't use globals for return values from vehicle command procs. 2021-12-16 22:28:32 +01:00
train_gui.cpp Change: Use an indent, not a dash, to list train capacity 2022-05-12 16:59:52 +02:00
train.h Codechange: Revenue is not the same as Income 2022-04-25 21:51:51 +02:00
transparency_gui.cpp
transparency_gui.h
transparency.h
transport_type.h Codechange: Un-bitstuff remaining transport infrastructure commands. 2021-12-16 22:28:32 +01:00
tree_cmd.cpp Codechange: Un-bitstuff the remaining on-map commands. 2021-12-16 22:28:32 +01:00
tree_cmd.h Codechange: Un-bitstuff the remaining on-map commands. 2021-12-16 22:28:32 +01:00
tree_gui.cpp Codechange: Un-bitstuff the remaining on-map commands. 2021-12-16 22:28:32 +01:00
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge_cmd.cpp Cleanup #9725: Replace cmd_helper related functions and remove cmd_helper.h. 2022-02-02 21:30:15 +01:00
tunnelbridge_cmd.h Codechange: Pass unpacked command arguments to command callbacks (except Script). 2021-12-16 22:28:32 +01:00
tunnelbridge_map.h
tunnelbridge.h
vehicle_base.h Change: increase vehicle sprite stack from 4 layers to 8 (#9863) 2022-04-26 19:07:44 +02:00
vehicle_cmd.cpp Fix: depot-related commands did not validate depot tiles properly (#9948) 2022-07-09 12:28:09 +02:00
vehicle_cmd.h Codechange: Don't use globals for return values from vehicle command procs. 2021-12-16 22:28:32 +01:00
vehicle_func.h Codechange: Don't use globals for return values from vehicle command procs. 2021-12-16 22:28:32 +01:00
vehicle_gui_base.h
vehicle_gui.cpp Codechange: Use anonymous union for vehicle orders/old orders list 2022-02-15 20:01:10 +01:00
vehicle_gui.h
vehicle_type.h Codechange: Un-bitstuff vehicle/engine commands. 2021-12-16 22:28:32 +01:00
vehicle.cpp Fix #9877: GS could trigger 'Cost: 0' cost message (#9878) 2022-05-05 19:51:56 +01:00
vehiclelist.cpp Fix: depot-related commands did not validate depot tiles properly (#9948) 2022-07-09 12:28:09 +02:00
vehiclelist.h Codechange: Un-bitstuff vehicle/engine commands. 2021-12-16 22:28:32 +01:00
viewport_cmd.h Codechange: Un-bitstuff the remaining on-map commands. 2021-12-16 22:28:32 +01:00
viewport_func.h Fix #9020: Update station coverage highlight when adding/removing tiles 2022-03-10 20:54:45 +01:00
viewport_gui.cpp
viewport_kdtree.h
viewport_sprite_sorter_sse4.cpp Fix #9935: Use more selectivity when building SSE specific code 2022-08-26 19:36:18 +02:00
viewport_sprite_sorter.h
viewport_type.h Codechange: Un-bitstuff the remaining on-map commands. 2021-12-16 22:28:32 +01:00
viewport.cpp Fix #9020: Update station coverage highlight when adding/removing tiles 2022-03-10 20:54:45 +01:00
void_cmd.cpp
void_map.h
walltime_func.h Fix #9974, aa5a8fe: strftime buffer maxsize is off by one 2022-08-23 17:53:59 +02:00
water_cmd.cpp Fix #9870: Don't update infrastructure totals when overbuilding object on canal 2022-05-14 16:54:36 +02:00
water_cmd.h Codechange: Un-bitstuff remaining transport infrastructure commands. 2021-12-16 22:28:32 +01:00
water_map.h Cleanup #9725: Replace cmd_helper related functions and remove cmd_helper.h. 2022-02-02 21:30:15 +01:00
water.h
waypoint_base.h
waypoint_cmd.cpp Cleanup #9725: Replace cmd_helper related functions and remove cmd_helper.h. 2022-02-02 21:30:15 +01:00
waypoint_cmd.h Codechange: Un-bitstuff station/depot/waypoint commands. 2021-12-16 22:28:32 +01:00
waypoint_func.h
waypoint_gui.cpp Codechange: Un-bitstuff station/depot/waypoint commands. 2021-12-16 22:28:32 +01:00
waypoint.cpp
widget_type.h
widget.cpp
window_func.h
window_gui.h
window_type.h
window.cpp
zoom_func.h
zoom_type.h