OpenTTD-patches/src
2022-09-16 16:05:17 +01:00
..
3rdparty Update sqbaselib.cpp 2022-05-11 17:42:30 +01:00
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 Add utility function for integer dynamic range extension encoding 2022-09-06 22:33:39 +01:00
game Codechange: Add support for additional command result values. 2021-12-16 22:28:32 +01:00
lang Fix #423: Max TE/weight should not be shown for maglevs 2022-09-16 12:32:44 +01:00
linkgraph VarAction2: Cache refit capacity callback results which depend only on cargo 2022-06-06 18:34:30 +01:00
misc Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
music Merge branch 'master' into jgrpp 2022-03-04 18:17:44 +00:00
network Merge branch 'master' into jgrpp 2022-09-14 19:43:12 +01:00
os Crashlog: Only output dump files for MSVC builds 2022-09-11 10:28:57 +01:00
pathfinder Use order state at reservation time for signal mode tracerestrict eval 2022-07-01 00:33:59 +01:00
saveload Add tracerestrict conditional on direction of order target from signal 2022-09-07 22:53:03 +01:00
script Add GS methods to set inflation factors 2022-09-05 21:07:06 +01:00
settingsgen CMake: Fix host strgen/settingsgen importing 2021-03-04 18:50:29 +00:00
sound MinGW: Avoid function cast warnings with GetProcAddress 2021-11-09 01:08:28 +00:00
spriteloader Only apply sprite_zoom_min setting when suitable zoom levels are available 2022-08-14 10:45:06 +01:00
strgen Add a STRING8 format code 2021-11-24 02:10:42 +00:00
table Fix #423: Max TE/weight should not be shown for maglevs 2022-09-16 12:32:44 +01:00
video Show failure reason in message box when network savegame load fails 2022-08-27 22:34:28 +01:00
widgets Debug: Allow inspecting industry specs before industry is built 2022-08-10 21:35:33 +01:00
aircraft_cmd.cpp If aircraft next order is for same station when leaving, do not leave 2022-02-15 20:24:13 +00:00
aircraft_gui.cpp Merge branch 'master' into jgrpp-beta 2021-11-03 00:45:12 +00:00
aircraft.h Merge branch 'master' into jgrpp 2022-05-15 13:54:13 +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 Cache animated tile speed, use btree map for animated tiles 2020-11-26 00:19:51 +00:00
animated_tile.cpp Cache animated tile speed, use btree map for animated tiles 2020-11-26 00:19:51 +00:00
animated_tile.h Cache animated tile speed, use btree map for animated tiles 2020-11-26 00:19:51 +00:00
articulated_vehicles.cpp Fix assert fail when building virtual train from engine with invalid cargo 2021-12-15 17:50:40 +00:00
articulated_vehicles.h
autoreplace_base.h
autoreplace_cmd.cpp Merge branch 'master' into jgrpp 2022-07-30 20:38:34 +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 Codechange: Replace Group::replace_protection with Group::flags 2021-04-22 22:57:00 +02:00
autoslope.h
base_consist.cpp
base_consist.h Add slot support to road vehicles, ships and aircraft 2022-01-19 00:10:49 +00:00
base_media_base.h Codechange: Use std::string in file scanners. 2020-12-27 13:19:25 +01:00
base_media_func.h Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
base_station_base.h Add support for road stop animation, availability callback 2022-02-15 00:22:18 +00:00
bitmap_type.h Fix missing include in bitmap_type.h 2021-11-03 02:12:54 +00:00
bmp.cpp
bmp.h
bootstrap_gui.cpp Fix f6d5c01: Delay deletion when closing windows 2021-05-29 21:08:25 +02:00
bridge_gui.cpp Fix non-rail bridge construction setting polyrail endpoints 2022-02-13 16:49:06 +00:00
bridge_map.cpp Initial implementation of NewGRF custom signal styles 2022-06-19 02:08:38 +01:00
bridge_map.h Store tunnel/bridge signal spacing on tile, adjust spacing to fit length 2021-08-29 02:11:58 +01:00
bridge_signal_map.h Initial implementation of NewGRF custom signal styles 2022-06-19 02:08:38 +01:00
bridge.h DEBUG: Add bridge pillar index to debug landinfo print 2020-11-01 21:35:21 +00:00
build_vehicle_gui.cpp Fix template train move/sell command category for build while paused 2022-09-16 13:06:08 +01:00
cargo_type.h Codechange: add constant for number of original cargoes. 2021-05-13 23:28:43 +02:00
cargoaction.cpp
cargoaction.h
cargomonitor.cpp Merge branch 'master' into jgrpp 2022-03-04 18:17:44 +00:00
cargomonitor.h Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
cargopacket.cpp Merge branch 'master' into jgrpp 2022-05-15 13:54:13 +01:00
cargopacket.h Fix re-routing of unrelated cargo when removing invalidated link graph flow 2022-01-04 17:30:41 +00:00
cargotype.cpp Codechange: Remove FOR_ALL_SORTED_STANDARD_CARGOSPECS 2021-07-09 21:36:09 +02:00
cargotype.h Codechange: Un-bitstuff town-related commands. 2021-12-16 22:28:32 +01:00
cheat_func.h
cheat_gui.cpp Initial support for NewGRF road stops (bus and lorry stops) 2022-02-14 00:31:14 +00:00
cheat_type.h Merge branch 'master' into jgrpp-beta 2021-10-28 01:07:51 +01:00
cheat.cpp
clear_cmd.cpp Add GRF feature: New Landscape 2022-06-13 17:13:48 +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
cmd_helper.h Cleanup #9725: Replace cmd_helper related functions and remove cmd_helper.h. 2022-02-02 21:30:15 +01:00
command_func.h Add function to enqueue a DoCommandP call 2022-09-14 21:55:28 +01:00
command_type.h Fix template train move/sell command category for build while paused 2022-09-16 13:06:08 +01:00
command.cpp Fix template train move/sell command category for build while paused 2022-09-16 13:06:08 +01:00
company_base.h Improve handling of company sales 2022-09-02 18:13:47 +01:00
company_cmd.cpp Avoid dangling company purchase timeout when no clients connected to company 2022-09-16 16:05:17 +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 Avoid dangling company purchase timeout when no clients connected to company 2022-09-16 16:05:17 +01:00
company_gui.h Codechange: Rename window related DeleteXXX to match new behaviour 2021-05-29 21:08:25 +02:00
company_manager_face.h Codechange: Replace assert_compile macro with static_assert 2020-12-27 10:55:42 +00:00
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 Add step console command to advance n ticks 2022-08-29 18:17:35 +01:00
console_func.h Fix #9388: thread unsafe use of NetworkAdminConsole/IConsolePrint 2021-07-26 17:55:19 +01:00
console_gui.cpp Codechange: Fix unnecessary string reallocation in IConsoleLine constructor 2022-09-09 20:38:16 +01:00
console_gui.h
console_internal.h Merge branch 'master' into jgrpp-beta 2021-09-27 22:47:23 +01:00
console_type.h Merge branch 'master' into jgrpp-beta 2021-11-03 00:45:12 +00:00
console.cpp Fix #10010: Memory leak in IConsolePrint in non-dedicated case 2022-09-09 20:38:16 +01:00
cpu.cpp Implement ottd_rdtsc for AARCH64 on GCC/clang 2022-01-31 02:50:27 +00:00
cpu.h
crashlog_bfd.h
crashlog.cpp VarAction2: Move optimiser flags to a separate setting 2022-06-04 02:12:23 +01:00
crashlog.h Crash log: Write log to file and console as it is being generated on Unix 2022-04-25 19:40:53 +01:00
currency.cpp Add: Malaysia Ringgit as Currency 2021-03-01 21:56:26 +00:00
currency.h Codechange: move currency settings to std::string 2021-05-13 23:13:17 +02:00
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 Feature: Configurable subsidy duration 2021-10-08 18:13:02 +01:00
date.cpp Initial support for NewGRF road stops (bus and lorry stops) 2022-02-14 00:31:14 +00:00
debug_desync.h Add CheckCaches mode to emit a log/save/screenshot on detected issue 2021-10-03 23:57:27 +01:00
debug_settings.h VarAction2: Add quick exit case to last-level callback groups if possible 2022-08-22 00:13:23 +01:00
debug.cpp Merge branch 'master' into jgrpp 2022-08-27 15:50:50 +01:00
debug.h Merge branch 'master' into jgrpp 2022-08-27 15:50:50 +01:00
dedicated.cpp
departures_func.h
departures_gui.cpp Add setting to show full group hierarchy in group names 2022-06-28 17:41:09 +01:00
departures_gui.h
departures_type.h
departures.cpp Add conditional order to test if last/next dispatch slot is first/last 2022-07-03 15:49:29 +01:00
depot_base.h
depot_cmd.cpp Codechange: Un-bitstuff station/depot/waypoint commands. 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 Codechange: Rename window related DeleteXXX to match new behaviour 2021-05-29 21:08:25 +02:00
direction_func.h
direction_type.h Merge branch 'master' into jgrpp 2022-07-30 20:38:34 +01:00
disaster_vehicle.cpp Codechange: Un-bitstuff landscape commands. 2021-12-16 22:28:32 +01:00
disaster_vehicle.h
dock_gui.cpp Hide build river button when disabled instead of visually disabling it 2022-04-15 18:34:04 +01:00
driver.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
driver.h Add: Option to (dis-)allow accelerated video drivers. (#8819) 2021-03-08 15:42:39 +01:00
economy_base.h
economy_func.h Allow per-house town cargo generation to be truncated to 0 2021-11-30 23:13:21 +00:00
economy_type.h Merge branch 'master' into jgrpp 2022-05-15 13:54:13 +01:00
economy.cpp Improve handling of company sales 2022-09-02 18:13:47 +01:00
effectvehicle_base.h
effectvehicle_func.h
effectvehicle.cpp Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00:00
elrail_func.h Merge branch 'master' into jgrpp-beta 2021-10-18 00:43:50 +01:00
elrail.cpp Merge branch 'master' into jgrpp-beta 2021-11-01 21:18:24 +00:00
engine_base.h VarAction2: Cache refit capacity callback results which depend only on cargo 2022-06-06 18:34:30 +01:00
engine_func.h NewGRF: Elide unmasked vehicle callbacks where possible 2021-05-18 19:07:44 +01:00
engine_gui.cpp Codechange: Un-bitstuff vehicle/engine commands. 2021-12-16 22:28:32 +01:00
engine_gui.h Add build vehicle window sort mode: cargo capacity / running cost 2022-01-30 22:09:16 +00:00
engine_type.h Feature: [NewGRF] Maximum curve speed modifier for rail vehicles (#9346) 2021-08-15 11:17:05 +02:00
engine.cpp Merge branch 'master' into jgrpp 2022-08-27 15:50:50 +01:00
error_gui.cpp Merge branch 'master' into jgrpp-beta 2021-10-28 23:51:24 +01:00
error.h Merge branch 'master' into jgrpp-beta 2021-10-28 23:51:24 +01:00
event_logs.cpp Add "special events" log. Add console command, include in crash logs. 2021-10-04 20:54:12 +01:00
event_logs.h Add "special events" log. Add console command, include in crash logs. 2021-10-04 20:54:12 +01:00
fileio_func.h Change: by default, make "unload all" leave stations empty (#9301) 2021-10-08 18:11:02 +01:00
fileio_type.h Add: always set PERSONAL_DIR "/content_download" in search path (#8481) 2021-01-03 11:10:56 +01:00
fileio.cpp Merge branch 'master' into jgrpp-beta 2021-11-02 00:51:54 +00:00
fios_gui.cpp Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
fios.cpp On dedicated servers, save copy of last autosave on crash 2021-12-09 17:40:15 +00:00
fios.h On dedicated servers, save copy of last autosave on crash 2021-12-09 17:40:15 +00:00
fontcache_internal.h Fix missing override keywords 2021-03-02 23:45:08 +00:00
fontcache.cpp Merge branch 'master' into jgrpp-beta 2021-11-02 00:51:54 +00:00
fontcache.h Merge branch 'master' into jgrpp-beta 2021-09-27 22:47:23 +01:00
fontdetection.h Codechange: [Win32] Move Win32-specific font code to a seperate file. 2021-02-13 20:09:14 +01:00
framerate_gui.cpp Merge branch 'master' into jgrpp 2022-08-30 19:39:22 +01:00
framerate_type.h
gamelog_internal.h Change: rework GLOG chunk to be more like the rest 2021-06-15 19:36:15 +02:00
gamelog.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
gamelog.h Add support for loading trunk savegames versions 293 - 299 (12.0) 2021-11-01 18:33:39 +00:00
genworld_gui.cpp Allow specifying a custom number of industries in map generation window 2021-12-08 17:33:32 +00:00
genworld.cpp Industry: Determine which tiles in industry layouts are not animated 2022-06-01 01:13:46 +01:00
genworld.h Add generation of public roads linking towns 2021-06-19 13:02:36 +01:00
gfx_func.h Viewport route step markers are now variable size to match font/text 2022-08-20 11:33:04 +01:00
gfx_layout.cpp Merge tag '12.0-beta2' into jgrpp-beta 2021-11-02 18:02:37 +00:00
gfx_layout.h Merge tag '12.0-beta2' into jgrpp-beta 2021-11-02 18:02:37 +00:00
gfx_type.h Add a functor fill mode to GfxFillPolygon 2022-05-19 00:12:17 +01:00
gfx.cpp Merge branch 'master' into jgrpp 2022-09-14 19:43:12 +01:00
gfxinit.cpp Viewport route step markers are now variable size to match font/text 2022-08-20 11:33:04 +01:00
gfxinit.h
goal_base.h
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 Fix #417: Wrong window caption for cargo payment graph in average speed mode 2022-09-07 20:43:49 +01:00
graph_gui.h Add station cargo history 2021-06-23 08:48:46 +02:00
ground_vehicle.cpp Fix 9ff161e4 boosting lookahead braking stats but not actual brake forces 2022-07-01 23:39:02 +01:00
ground_vehicle.hpp Remove "Disable vehicle image update" setting 2021-05-19 20:42:04 +01:00
group_cmd.cpp Cleanup #9725: Replace cmd_helper related functions and remove cmd_helper.h. 2022-02-02 21:30:15 +01:00
group_gui.cpp Show vehicle inspect window when ctrl-shift clicking in group list window 2022-05-23 19:15:57 +01:00
group_gui.h
group_type.h Add setting to show full group hierarchy in group names 2022-06-28 17:41:09 +01:00
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 Change: move "give money" from client-list to company window 2021-01-05 21:56:24 +01:00
guitimer_func.h
heightmap.cpp Merge branch 'jgrpp' into jgrpp-beta 2021-10-08 18:12:04 +01:00
heightmap.h
highscore_gui.cpp Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
highscore.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
highscore.h
hotkeys.cpp Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
hotkeys.h
house_type.h
house.h Extra House ID's 2021-04-10 21:16:09 +09:30
industry_cmd.cpp Merge branch 'master' into jgrpp 2022-09-01 17:47:30 +01:00
industry_gui.cpp Debug: Allow inspecting industry specs before industry is built 2022-08-10 21:35:33 +01:00
industry_map.h
industry_type.h
industry.h Merge tag '1.11.0-beta1' into jgrpp 2021-02-01 18:58:36 +00:00
industrytype.h Industry: Determine which tiles in industry layouts are not animated 2022-06-01 01:13:46 +01:00
infrastructure_func.h Fix infrastructure sharing checks not being executed when disabling 2022-07-15 21:48:41 +01:00
infrastructure.cpp Ensure that disabling infra sharing can't break realistic braking reservations 2022-07-15 21:48:41 +01:00
ini_load.cpp Merge tag '12.0-beta1' into jgrpp-beta 2021-11-02 17:51:38 +00:00
ini_type.h Merge branch 'master' into jgrpp-beta 2021-11-01 21:18:24 +00:00
ini.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
intro_gui.cpp Change: Suppress panning in intro game, while user is interacting with the GUI. (#9645) 2021-10-23 15:13:39 +02:00
landscape_type.h
landscape.cpp Reduce delays with company bankrupcty/sale processing at high day lengths 2022-09-02 18:14:35 +01:00
landscape.h Adjust baseline for arctic snowline dynamic width setting to lower value 2022-05-05 17:17:24 +01:00
language.h Change: treat languages as finished, if translations are 75% completed. 2021-04-22 22:16:56 +02:00
livery.h Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
main_gui.cpp Merge branch 'master' into jgrpp 2022-09-09 17:36:01 +01:00
map_func.h Merge branch 'master' into jgrpp 2022-04-29 18:00:33 +01:00
map_type.h Merge branch 'master' into jgrpp 2022-04-29 18:00:33 +01: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 Add step console command to advance n ticks 2022-08-29 18:17:35 +01:00
misc_gui.cpp Merge branch 'master' into jgrpp 2022-09-05 23:21:44 +01:00
misc.cpp Add function to enqueue a DoCommandP call 2022-09-14 21:55:28 +01:00
mixer.cpp Fix missing includes in mixer.cpp 2021-11-03 02:56:24 +00:00
mixer.h
music_gui.cpp Merge commit 'f1dfa661a1898cde06a38ab4cb230c95912b245b' into jgrpp-beta 2021-09-18 22:10:04 +01:00
music.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
newgrf_airport.cpp Add NewGRF VarAction2 variable remapping infrastructure 2022-01-24 02:01:09 +00:00
newgrf_airport.h
newgrf_airporttiles.cpp GRF: Use access mask when evaluating get nearby tile information variable 2022-05-31 01:32:18 +01:00
newgrf_airporttiles.h Add NewGRF VarAction2 variable remapping infrastructure 2022-01-24 02:01:09 +00:00
newgrf_analysis.cpp VarAction2: Add constructor for AnalyseCallbackOperation 2022-08-22 00:13:23 +01:00
newgrf_analysis.h VarAction2: Add constructor for AnalyseCallbackOperation 2022-08-22 00:13:23 +01:00
newgrf_animation_base.h Add support for road stop animation, availability callback 2022-02-15 00:22:18 +00:00
newgrf_animation_type.h
newgrf_cache_check.h Fix sprite bound issues for vehicles which vary bounds with curvature 2021-01-03 16:12:59 +00:00
newgrf_callbacks.h Debug: Show callback ID names in sprite dump 2022-07-31 19:28:35 +01:00
newgrf_canal.cpp Add NewGRF VarAction2 variable remapping infrastructure 2022-01-24 02:01:09 +00:00
newgrf_canal.h
newgrf_cargo.cpp Codechange: Deduplicate ResolveReal() for resolvers that don't use real sprite groups. 2021-06-12 08:05:59 +01:00
newgrf_cargo.h
newgrf_class_func.h
newgrf_class.h Doc: Remove some SmallVector references from documentation. 2020-12-27 18:40:18 +00:00
newgrf_commons.cpp VarAction2: Adjust masking in GetNearbyTileInformation 2022-06-06 21:10:54 +01:00
newgrf_commons.h Signals: Add variable for signal context (track, tunnel, bridge, etc) 2022-06-15 19:03:13 +01:00
newgrf_config.cpp Merge branch 'master' into jgrpp 2022-05-15 13:54:13 +01:00
newgrf_config.h Merge tag '12.0-beta1' into jgrpp-beta 2021-11-02 17:51:38 +00:00
newgrf_debug_gui.cpp Debug: Allow inspecting industry specs before industry is built 2022-08-10 21:35:33 +01:00
newgrf_debug.h Codechange: replace _realtime_tick with std::chrono for mouse events 2021-03-01 17:54:15 +00:00
newgrf_engine.cpp VarAction2: Add constructor for AnalyseCallbackOperation 2022-08-22 00:13:23 +01:00
newgrf_engine.h Add NewGRF VarAction2 variable remapping infrastructure 2022-01-24 02:01:09 +00:00
newgrf_extension.cpp Add road stops flag to disable auto road connections 2022-08-28 23:53:26 +01:00
newgrf_extension.h Add signal style flag to require realistic braking 2022-06-30 21:20:43 +01:00
newgrf_generic.cpp Initial abstraction around NewGRF feature ID bytes 2022-01-27 21:09:45 +00:00
newgrf_generic.h Initial abstraction around NewGRF feature ID bytes 2022-01-27 21:09:45 +00:00
newgrf_gui.cpp Merge branch 'master' into jgrpp-beta 2021-10-28 01:07:51 +01:00
newgrf_house.cpp GRF: Use access mask when evaluating get nearby tile information variable 2022-05-31 01:32:18 +01:00
newgrf_house.h Add NewGRF VarAction2 variable remapping infrastructure 2022-01-24 02:01:09 +00:00
newgrf_industries.cpp Fix GetClosestIndustry with invalid industry type when using cache 2022-08-07 00:11:52 +01:00
newgrf_industries.h GRF: Use access mask when evaluating get nearby tile information variable 2022-05-31 01:32:18 +01:00
newgrf_industrytiles_analysis.h Industry: Determine which tiles in industry layouts are not animated 2022-06-01 01:13:46 +01:00
newgrf_industrytiles.cpp VarAction2: Add constructor for AnalyseCallbackOperation 2022-08-22 00:13:23 +01:00
newgrf_industrytiles.h Industry: Apply anim tile masking when loading prior version saves 2022-06-01 01:21:58 +01:00
newgrf_internal.h VarAction2: Remove trivially redundant special stores 2022-08-23 18:37:28 +01:00
newgrf_newlandscape.cpp Remove incorrect comment 2022-07-03 22:15:58 +01:00
newgrf_newlandscape.h Add GRF feature: New Landscape 2022-06-13 17:13:48 +01:00
newgrf_newsignals.cpp Debug: Change sprite group indentation handling 2022-08-09 21:53:43 +01:00
newgrf_newsignals.h Add signal style flag to require realistic braking 2022-06-30 21:20:43 +01:00
newgrf_object.cpp Add setting to ignore object introduction dates 2022-06-02 14:06:21 +01:00
newgrf_object.h Add NewGRF object properties to set viewport map mode/smallmap tile type 2022-02-07 01:16:45 +00:00
newgrf_optimiser.cpp VarAction2: Infer ternary add result is bool if both branches are bool 2022-08-28 11:35:16 +01:00
newgrf_profiling.cpp Codechange: replace IConsolePrintF with IConsolePrint and fmt formatting 2021-06-13 15:25:31 +02:00
newgrf_profiling.h
newgrf_properties.h Merge tag '12.0-beta1' into jgrpp-beta 2021-11-02 17:51:38 +00:00
newgrf_railtype.cpp Add combined normal and shunt aspect signal style flag 2022-06-27 18:51:26 +01:00
newgrf_railtype.h Initial implementation of NewGRF custom signal styles 2022-06-19 02:08:38 +01:00
newgrf_roadstop.cpp Debug: Allow clicking to highlight group in sprite group dump window 2022-06-01 21:31:05 +01:00
newgrf_roadstop.h Add road stops flag to disable auto road connections 2022-08-28 23:53:26 +01:00
newgrf_roadtype.cpp Add NewGRF VarAction2 variable remapping infrastructure 2022-01-24 02:01:09 +00:00
newgrf_roadtype.h Add NewGRF VarAction2 variable remapping infrastructure 2022-01-24 02:01:09 +00:00
newgrf_sound.cpp Skip sound effects handling earlier if effects volume is 0 2022-08-23 20:36:22 +01:00
newgrf_sound.h
newgrf_spritegroup.cpp Initial support for DSE and jumping over procedures with child groups 2022-08-25 00:22:41 +01:00
newgrf_spritegroup.h Initial support for DSE and jumping over procedures with child groups 2022-08-25 00:22:41 +01:00
newgrf_station.cpp Merge branch 'master' into jgrpp 2022-09-14 19:43:12 +01:00
newgrf_station.h Add NewGRF VarAction2 variable remapping infrastructure 2022-01-24 02:01:09 +00:00
newgrf_storage.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
newgrf_storage.h Codechange: move client name in settings to std::string 2021-05-13 23:13:17 +02:00
newgrf_text.cpp NewGRF: Use per-GRF text ID map in GetGRFStringID 2022-06-06 19:34:22 +01:00
newgrf_text.h Merge branch 'master' into jgrpp-beta 2021-10-28 01:07:51 +01:00
newgrf_town.cpp Add NewGRF VarAction2 variable remapping infrastructure 2022-01-24 02:01:09 +00:00
newgrf_town.h Add NewGRF VarAction2 variable remapping infrastructure 2022-01-24 02:01:09 +00:00
newgrf_townname.cpp Codechange: move non-GUI code to non-GUI source files. 2021-02-14 23:14:07 +01:00
newgrf_townname.h Codechange: move non-GUI code to non-GUI source files. 2021-02-14 23:14:07 +01:00
newgrf.cpp Merge branch 'master' into jgrpp 2022-09-14 19:43:12 +01:00
newgrf.h Initial implementation of NewGRF custom signal styles 2022-06-19 02:08:38 +01:00
news_func.h Codechange: create a type for the "free_data" of NewsItems and (de)allocate it with new and delete 2021-07-01 19:04:38 +02:00
news_gui.cpp Merge branch 'master' into jgrpp 2022-09-09 17:36:01 +01:00
news_gui.h Feature: Make news and errors close hotkeys configurable 2020-09-24 19:23:12 +02:00
news_type.h Codechange: Un-bitstuff all remaining commands. 2021-12-16 22:28:32 +01:00
object_base.h
object_cmd.cpp Add NewGRF object properties to set viewport map mode/smallmap tile type 2022-02-07 01:16:45 +00:00
object_gui.cpp Merge branch 'master' into jgrpp 2022-09-14 19:43:12 +01:00
object_map.h Add NewGRF object properties to set viewport map mode/smallmap tile type 2022-02-07 01:16:45 +00:00
object_type.h Add inclined foundation option to object edge foundation mode 2022-01-23 13:17:13 +00:00
object.h Add: Hotkey to focus the build object class name filter editbox. 2021-04-02 10:12:47 +02:00
openttd.cpp Add function to enqueue a DoCommandP call 2022-09-14 21:55:28 +01:00
openttd.h Add step console command to advance n ticks 2022-08-29 18:17:35 +01:00
order_backup.cpp Merge branch 'master' into jgrpp 2022-03-04 18:17:44 +00:00
order_backup.h Add support for multiple scheduled dispatch schedules per order list 2022-01-13 19:46:43 +00:00
order_base.h Allow road vehicle go to station/waypoint orders to have a direction 2022-01-27 01:30:22 +00:00
order_cmd.cpp Add conditional order to test if last/next dispatch slot is first/last 2022-07-03 15:49:29 +01:00
order_cmd.h Merge branch 'master' into jgrpp 2022-03-04 18:17:44 +00:00
order_func.h Improve handling of conditional order waiting loops 2022-01-19 00:10:49 +00:00
order_gui.cpp Enabled shared orders and occupancy buttons for competitor order windows 2022-07-03 17:32:03 +01:00
order_type.h Add conditional order to test if last/next dispatch slot is first/last 2022-07-03 15:49:29 +01:00
osk_gui.cpp Merge branch 'master' into jgrpp-beta 2021-09-27 22:47:23 +01:00
pbs.cpp Use order state at reservation time for signal mode tracerestrict eval 2022-07-01 00:33:59 +01:00
pbs.h Use order state at reservation time for signal mode tracerestrict eval 2022-07-01 00:33:59 +01:00
plans_base.h Fix crash which could occur when adding plans in single player 2022-09-09 17:45:19 +01:00
plans_cmd.cpp Allow changing the colour of plans 2020-11-06 22:40:02 +00:00
plans_func.h
plans_gui.cpp Connect new plan lines to end of previous line when ctrl pressed 2021-11-16 00:03:04 +00:00
plans_type.h
plans.cpp Plans: Improve performance of viewport plan rendering 2020-09-29 01:40:12 +01:00
programmable_signals_gui.cpp Add slot support to road vehicles, ships and aircraft 2022-01-19 00:10:49 +00:00
programmable_signals.cpp Fix various compiler warnings 2021-06-11 22:54:27 +01:00
programmable_signals.h Add slot and counter support to programmable pre-signals 2020-09-01 18:37:53 +01:00
progress.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
progress.h Add: make modal windows update more smooth 2021-03-10 13:41:18 +01:00
querystring_gui.h
rail_cmd.cpp Don't apply show signals using default graphics settings for custom styles 2022-07-05 18:14:52 +01:00
rail_gui_type.h Merge branch 'master' into jgrpp-beta 2021-11-02 19:23:24 +00: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 Merge branch 'master' into jgrpp-beta 2021-11-02 19:23:24 +00:00
rail_map.h Add signal style flag for drawing on the opposite side 2022-06-22 23:45:44 +01:00
rail_type.h
rail.cpp Add setting for no vehicles introduced after given year 2021-03-17 18:51:19 +00:00
rail.h Add signal style flag for drawing on the opposite side 2022-06-22 23:45:44 +01:00
random_access_file_type.h Inline fast case for random access file byte/word/dword read 2021-05-30 22:02:14 +01:00
random_access_file.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
rev.cpp.in Merge tag '12.0-beta1' into jgrpp-beta 2021-11-02 17:51:38 +00:00
rev.h Add: support filtering content entries for patchpacks (#9541) 2021-09-11 15:34:46 +02:00
road_cmd.cpp Allow changing road vehicle driving side when all road vehicles in depots 2022-09-11 11:51:32 +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 Only show level crossing overlay sprites on outsides of multi-track crossings 2021-11-20 01:42:54 +00:00
road_gui.cpp Add road stops flag to disable auto road connections 2022-08-28 23:53:26 +01:00
road_gui.h
road_internal.h
road_map.cpp Initial implementation of road waypoints 2022-01-26 21:46:36 +00:00
road_map.h Fix road/tram type check when moving depot orders to another depot 2022-06-25 18:24:32 +01:00
road_type.h Codechange: Un-bitstuff remaining transport infrastructure commands. 2021-12-16 22:28:32 +01:00
road.cpp Merge branch 'master' into jgrpp 2022-07-30 20:38:34 +01:00
road.h Codechange: Replace FOR_ALL_ROADTRAMTYPES with range-based for loops 2021-05-06 21:21:41 +01:00
roadstop_base.h Allow drive-through road stops to be one-way 2020-10-28 00:27:48 +00:00
roadstop.cpp Allow drive-through road stops to be one-way 2020-10-28 00:27:48 +00:00
roadveh_cmd.cpp Merge branch 'master' into jgrpp 2022-09-01 17:47:30 +01:00
roadveh_gui.cpp
roadveh.h Reduce redundant calls to get current max speed for trains and RVs 2022-06-01 20:05:45 +01:00
safeguards.h Codechange: encapsulate network error handling 2021-05-01 19:36:22 +02:00
schdispatch_cmd.cpp Add conditional order to test if last/next dispatch slot is first/last 2022-07-03 15:49:29 +01:00
schdispatch_gui.cpp Merge branch 'master' into jgrpp 2022-03-04 18:17:44 +00:00
schdispatch.h Ensure that timetable and scheduled dispatch windows redrawn as required 2022-01-15 00:21:31 +00:00
scope_info.cpp Debug: Include vehicle type and unit number in scope_dumper::VehicleInfo 2021-02-01 17:30:41 +00:00
scope_info.h
scope.h
screenshot_gui.cpp Fix: Don't show screenshot GUI in screenshots (#9674) 2021-11-07 17:41:24 +01:00
screenshot_gui.h Fix: Don't show screenshot GUI in screenshots (#9674) 2021-11-07 17:41:24 +01:00
screenshot.cpp Initial implementation of road waypoints 2022-01-26 21:46:36 +00:00
screenshot.h Merge branch 'master' into jgrpp-beta 2021-09-27 22:47:23 +01:00
settings_func.h Merge branch 'master' into jgrpp-beta 2021-11-01 21:18:24 +00:00
settings_gui.cpp Recalculated route step sprite sizes when changing zoom levels 2022-08-20 10:03:42 +01:00
settings_gui.h
settings_internal.h Fix load check of a savegame with realistic braking enabled triggering signal checks on current game 2022-05-26 01:13:46 +01:00
settings_type.h Add setting to show group hierarchy in vehicle names 2022-08-18 19:42:13 +01:00
settings.cpp Allow changing road vehicle driving side when all road vehicles in depots 2022-09-11 11:51:32 +01:00
ship_cmd.cpp Reduce redundant calls to get current max speed for trains and RVs 2022-06-01 20:05:45 +01:00
ship_gui.cpp Implement improved breakdown speed reductions for ships 2021-09-11 23:50:04 +01:00
ship.h Merge branch 'master' into jgrpp 2022-05-15 13:54:13 +01:00
signal_func.h Use order state at reservation time for signal mode tracerestrict eval 2022-07-01 00:33:59 +01:00
signal_type.h Codechange: Un-bitstuff rail commands. 2021-12-16 22:28:32 +01:00
signal.cpp Don't trigger signal state/style desync message in GM_MENU mode 2022-08-27 21:59:40 +01:00
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_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 Merge branch 'master' into jgrpp 2021-12-06 19:33:36 +00:00
slope_func.h
slope_type.h Codechange: Un-bitstuff landscape commands. 2021-12-16 22:28:32 +01:00
smallmap_colours.h Merge tag '1.11.0-beta1' into jgrpp 2021-02-01 18:58:36 +00:00
smallmap_gui.cpp Industry cargoes window: Allow linking only inputs or outputs to smallmap 2022-06-04 19:42:28 +01:00
smallmap_gui.h Fix industry chain window not always updating map-mode viewports 2022-05-10 18:29:06 +01:00
sortlist_type.h Add sort by number of vehicles calling to station list window 2021-09-02 01:02:52 +01:00
sound_func.h
sound_type.h Codechange: let NewGRF sounds make use of RandomAccessFile instead of the FIO slot functions 2021-05-30 08:23:39 +01:00
sound.cpp Skip sound effects handling earlier if effects volume is 0 2022-08-23 20:36:22 +01:00
sprite.cpp
sprite.h
spritecache.cpp Only apply sprite_zoom_min setting when suitable zoom levels are available 2022-08-14 10:45:06 +01:00
spritecache.h Only apply sprite_zoom_min setting when suitable zoom levels are available 2022-08-14 10:45:06 +01:00
station_base.h Allow station cargo histories to record larger values than 64k 2022-09-06 23:03:46 +01:00
station_cmd.cpp Fix incorrect infrastructure totals when overbuilding bay road stop 2022-09-09 20:45:19 +01:00
station_func.h Add setting to allow hiding viewport labels of inidivudal waypoints 2022-01-21 23:37:53 +00:00
station_gui.cpp Initial implementation of road waypoints 2022-01-26 21:46:36 +00: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 Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
station_map.h Initial support for NewGRF road stops (bus and lorry stops) 2022-02-14 00:31:14 +00:00
station_type.h Initial implementation of road waypoints 2022-01-26 21:46:36 +00:00
station.cpp Add GRF variable to use extra station names even when default names remain 2022-04-18 20:06:21 +01:00
statusbar_gui.cpp Merge tag '12.0-beta2' into jgrpp-beta 2021-11-02 18:02:37 +00:00
statusbar_gui.h Update status bar sizing when changing date/time display settings 2021-06-10 22:12:10 +01:00
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_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_extra.h Explictly suppress unsigned unary minus warning on MSVC in IntFromChars 2021-11-30 18:42:40 +00:00
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 Cheats window: Allow clicking money text to enter quantity 2021-03-21 12:52:01 +00:00
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 Codechange: Make use of the improved C++17 emplace_back function. 2020-12-15 00:29:30 +01:00
strings_func.h Merge branch 'master' into jgrpp-beta 2021-11-01 21:18:24 +00:00
strings_type.h Add a set of temporary std::strings which can be referenced by StringID 2022-06-28 00:52:55 +01:00
strings.cpp Add setting to show group hierarchy in vehicle names 2022-08-18 19:42:13 +01:00
subsidy_base.h Feature: Configurable subsidy duration 2021-10-08 18:13:02 +01:00
subsidy_func.h Feature: Configurable subsidy duration 2021-10-08 18:13:02 +01:00
subsidy_gui.cpp Feature: Configurable subsidy duration 2021-10-08 18:13:02 +01:00
subsidy_type.h
subsidy.cpp Merge branch 'master' into jgrpp 2022-03-04 18:17:44 +00:00
tar_type.h Codechange: Replace FOR_ALL_TARS with range-based for loops 2021-05-06 21:15:07 +01:00
tbtr_template_gui_create.cpp Fix template train move/sell command category for build while paused 2022-09-16 13:06:08 +01:00
tbtr_template_gui_create.h
tbtr_template_gui_main.cpp Fix #423: Max TE/weight should not be shown for maglevs 2022-09-16 12:32:44 +01:00
tbtr_template_gui_main.h Allow cloning trains directly from the template train list 2021-08-22 15:01:26 +01:00
tbtr_template_vehicle_func.cpp Fix #416: Division by zero for trains of 0 mass 2022-09-04 18:20:09 +01:00
tbtr_template_vehicle_func.h Show buy cost and running cost in template windows 2021-08-22 15:01:26 +01:00
tbtr_template_vehicle.cpp TBTR: No longer use idle vehicles in depots by default 2021-01-10 18:20:10 +00:00
tbtr_template_vehicle.h Fix #416: Division by zero for trains of 0 mass 2022-09-04 18:20:09 +01:00
terraform_cmd.cpp Codechange: Don't use a global for the terrforming error tile. 2021-12-16 22:28:32 +01:00
terraform_gui.cpp Allow measurement tool in viewport map mode 2022-05-18 18:49:38 +01:00
terraform_gui.h
textbuf_gui.h Use CommandContainer for demolish area callback state storage 2021-06-15 14:33:44 +01:00
textbuf_type.h
textbuf.cpp Merge branch 'master' into jgrpp 2022-04-02 14:16:32 +01:00
texteff.cpp Fix #9174: Don't update text effect if it has been reset. (#9183) 2021-05-06 21:13:46 +01:00
texteff.hpp Fix: comparison of narrow type to wide type in loop (potential for infinite loops) 2021-05-15 10:16:10 +02:00
textfile_gui.cpp Codechange: rename str_validate to StrMakeValid(InPlace) (#9304) 2021-05-29 11:21:38 +02:00
textfile_gui.h Fix: 'Cache' top and bottom lines of textfile viewer to avoid overdraw. (#9131) 2021-05-06 18:25:45 +01:00
textfile_type.h
tgp.cpp Merge branch 'master' into jgrpp-beta 2021-11-01 21:18:24 +00:00
tgp.h Feature: auto-detect map height limit based on generated map 2021-03-26 12:22:32 +01:00
thread.h Fix MinGW compilation issues 2021-10-29 21:18:19 +01:00
tile_cmd.h Initial implementation of NewGRF custom signal styles 2022-06-19 02:08:38 +01:00
tile_map.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
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 Codechange: Replace TILE_AREA_LOOP with range-based for loops 2021-05-13 00:13:54 +02:00
tilehighlight_func.h Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
tilehighlight_type.h Plans: Fix adding plan lines in viewport map mode 2020-09-29 17:48:15 +01:00
tilematrix_type.hpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
timetable_cmd.cpp Merge branch 'master' into jgrpp 2022-07-30 20:38:34 +01:00
timetable_gui.cpp Add conditional order to test if last/next dispatch slot is first/last 2022-07-03 15:49:29 +01:00
timetable.h Ensure that timetable and scheduled dispatch windows redrawn as required 2022-01-15 00:21:31 +00:00
toolbar_gui.cpp Add setting to allow hiding viewport labels of inidivudal waypoints 2022-01-21 23:37:53 +00:00
toolbar_gui.h Merge branch 'master' into jgrpp-beta 2021-11-03 00:45:12 +00:00
town_cmd.cpp Merge branch 'master' into jgrpp 2022-05-15 13:54:13 +01:00
town_gui.cpp Fix town local authority button not being redrawn 2022-02-15 17:28:02 +00:00
town_gui.h
town_kdtree.h
town_map.h Extra House ID's 2021-04-10 21:16:09 +09:30
town_type.h Merge branch 'master' into jgrpp 2022-04-29 18:00:33 +01:00
town.h Merge branch 'master' into jgrpp 2022-04-29 18:00:33 +01:00
townname_func.h
townname_type.h Codechange: turn a constant variable into a real constant. 2021-02-14 23:14:07 +01:00
townname.cpp Suppress unitialised warning in GenerateTownNameString on some platforms 2021-11-11 02:49:06 +00:00
tracerestrict_gui.cpp Add tracerestrict conditional on direction of order target from signal 2022-09-07 22:53:03 +01:00
tracerestrict.cpp Add tracerestrict conditional on direction of order target from signal 2022-09-07 22:53:03 +01:00
tracerestrict.h Add tracerestrict conditional on direction of order target from signal 2022-09-07 22:53:03 +01:00
track_func.h Merge branch 'master' into jgrpp-beta 2021-11-01 21:18:24 +00:00
track_type.h
train_cmd.cpp Fix template train move/sell command category for build while paused 2022-09-16 13:06:08 +01:00
train_gui.cpp Merge branch 'master' into jgrpp 2022-05-15 13:54:13 +01:00
train_speed_adaptation.h Implement train speed adaptation on signalled tunnels/bridges 2022-02-21 18:57:50 +00:00
train.h Fix #423: Max TE/weight should not be shown for maglevs 2022-09-16 12:32:44 +01:00
transparency_gui.cpp Split config transparency settings into base and extra fields 2021-11-21 22:10:31 +00:00
transparency_gui.h
transparency.h Split config transparency settings into base and extra fields 2021-11-21 22:10:31 +00:00
transport_type.h Codechange: Un-bitstuff remaining transport infrastructure commands. 2021-12-16 22:28:32 +01:00
tree_cmd.cpp Make tree tile grass ground density update speed independent of growth speed 2022-05-10 00:31:20 +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_base.h Initial implementation of NewGRF custom signal styles 2022-06-19 02:08:38 +01:00
tunnel_map.cpp Initial implementation of NewGRF custom signal styles 2022-06-19 02:08:38 +01:00
tunnel_map.h Initial implementation of NewGRF custom signal styles 2022-06-19 02:08:38 +01:00
tunnelbridge_cmd.cpp Don't apply show signals using default graphics settings for custom styles 2022-07-05 18:14:52 +01:00
tunnelbridge_map.h Initial implementation of NewGRF custom signal styles 2022-06-19 02:08:38 +01:00
tunnelbridge.h Remove tunnel/bridge spacing setting, use usual signal drag spacing 2022-06-19 18:32:47 +01:00
unit_conversion.h Add function for speed unit conversion to unit values 2021-06-13 23:50:06 +01:00
vehicle_base.h Reduce redundant calls to get current max speed for trains and RVs 2022-06-01 20:05:45 +01:00
vehicle_cmd.cpp Fix template train move/sell command category for build while paused 2022-09-16 13:06:08 +01:00
vehicle_func.h Show specific reason why vehicle cannot be ordered to a particular station 2022-03-29 22:14:12 +01:00
vehicle_gui_base.h Add maximum speed (fully loaded) to train window sort list 2021-09-18 23:51:08 +01:00
vehicle_gui.cpp Fix #423: Max TE/weight should not be shown for maglevs 2022-09-16 12:32:44 +01:00
vehicle_gui.h Avoid unnecessary redrawing of vehicle list windows 2020-10-05 20:37:17 +01:00
vehicle_type.h Add game setting to limit train lookahead to signal aspect 2022-06-19 12:44:15 +01:00
vehicle.cpp Fix wrong header comment in CallVehicleTicks 2022-09-07 20:01:49 +01:00
vehiclelist.cpp Merge branch 'master' into jgrpp 2022-07-30 20:38:34 +01:00
vehiclelist.h Codechange: Un-bitstuff vehicle/engine commands. 2021-12-16 22:28:32 +01:00
viewport_func.h Tracerestrict: Add button to highlight all signals using program 2022-06-11 23:29:37 +01:00
viewport_gui.cpp Fix viewport town/industry tooltips shown on mouseover in right-click mode 2022-03-31 02:24:18 +01:00
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 Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
viewport_type.h Initial implementation of road waypoints 2022-01-26 21:46:36 +00:00
viewport.cpp Viewport route step markers are now variable size to match font/text 2022-08-20 11:33:04 +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 Merge branch 'master' into jgrpp 2022-05-15 13:54:13 +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 Fix DC_FORCE_CLEAR_TILE water removal not removing docking tiles 2022-04-25 19:40:53 +01:00
waypoint_base.h Initial implementation of road waypoints 2022-01-26 21:46:36 +00:00
waypoint_cmd.cpp Add road stop property to set cost multipliers 2022-02-24 21:13:46 +00:00
waypoint_func.h Initial implementation of road waypoints 2022-01-26 21:46:36 +00:00
waypoint_gui.cpp Initial implementation of road waypoints 2022-01-26 21:46:36 +00:00
waypoint.cpp Initial implementation of road waypoints 2022-01-26 21:46:36 +00:00
widget_type.h Codechange: Make GetCurrentRect() conform to usual Rect bounds, and reuse it. 2021-05-08 10:22:22 +01:00
widget.cpp Merge branch 'master' into jgrpp-beta 2021-10-25 18:10:15 +01:00
window_func.h Fix race between network client disconnect and network window deletion 2022-06-22 19:23:20 +01:00
window_gui.h Fix race between network client disconnect and network window deletion 2022-06-22 19:23:20 +01:00
window_type.h Initial support for NewGRF road stops (bus and lorry stops) 2022-02-14 00:31:14 +00:00
window.cpp Fix race between network client disconnect and network window deletion 2022-06-22 19:23:20 +01:00
zoning_cmd.cpp Debug: Add misc debug bit for animated tile zoning overlay 2022-05-31 01:32:48 +01:00
zoning_gui.cpp One-way road zoning mode 2020-10-28 00:27:48 +00:00
zoning.h Add road tile cached one way state, one way road section detection 2020-10-28 00:27:48 +00:00
zoom_func.h
zoom_type.h Merge branch 'master' into jgrpp 2021-02-19 15:38:34 +00:00