OpenTTD-patches/src
Jonathan G Rennison edfa04286b Merge branch 'master' into jgrpp
# Conflicts:
#	.github/workflows/release.yml
#	bin/CMakeLists.txt
#	src/dock_gui.cpp
#	src/lang/brazilian_portuguese.txt
#	src/lang/catalan.txt
#	src/lang/czech.txt
#	src/lang/dutch.txt
#	src/lang/english.txt
#	src/lang/english_US.txt
#	src/lang/estonian.txt
#	src/lang/finnish.txt
#	src/lang/french.txt
#	src/lang/german.txt
#	src/lang/hungarian.txt
#	src/lang/indonesian.txt
#	src/lang/italian.txt
#	src/lang/japanese.txt
#	src/lang/korean.txt
#	src/lang/lithuanian.txt
#	src/lang/luxembourgish.txt
#	src/lang/norwegian_bokmal.txt
#	src/lang/polish.txt
#	src/lang/portuguese.txt
#	src/lang/romanian.txt
#	src/lang/russian.txt
#	src/lang/serbian.txt
#	src/lang/simplified_chinese.txt
#	src/lang/slovak.txt
#	src/lang/spanish.txt
#	src/lang/spanish_MX.txt
#	src/lang/swedish.txt
#	src/lang/tamil.txt
#	src/lang/ukrainian.txt
#	src/lang/vietnamese.txt
#	src/newgrf.cpp
#	src/newgrf_gui.cpp
#	src/object_gui.cpp
#	src/pathfinder/yapf/yapf_costrail.hpp
#	src/pathfinder/yapf/yapf_node_rail.hpp
#	src/rail_cmd.cpp
#	src/roadveh_cmd.cpp
#	src/town_cmd.cpp
#	src/vehicle.cpp
#	src/water_cmd.cpp
2021-04-11 02:39:33 +01:00
..
3rdparty Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
ai Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
blitter Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
core Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
game Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
lang Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
linkgraph Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
misc Cleanup: Delete remaining Blob code 2021-04-04 08:01:54 +01:00
music Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
network Fix: [Network] State conditions for sending client info/quit packets (#8959) 2021-04-06 19:31:52 +01:00
os Crashlog: Update thread/lock handling to match GameLoop changes 2021-04-06 18:43:50 +01:00
pathfinder Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
saveload Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
script Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
settingsgen CMake: Fix host strgen/settingsgen importing 2021-03-04 18:50:29 +00:00
sound Codechange: Switch to explicit wide strings 2021-02-23 11:25:39 +01:00
spriteloader Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
strgen CMake: Fix host strgen/settingsgen importing 2021-03-04 18:50:29 +00:00
table Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
video Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
widgets Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
aircraft_cmd.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
aircraft_gui.cpp Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
aircraft.h Add several NewGRF variables to vehicle image callback whitelist 2020-08-25 01:26:44 +01:00
airport_gui.cpp Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00:00
airport.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
airport.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
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 Codechange: create MutableSpriteCache to remove the need to cast Vehicle to a mutable type in render methods 2021-01-05 11:42:25 +01:00
articulated_vehicles.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
autoreplace_base.h Codechange: Replace FOR_ALL_ENGINE_RENEWS with range-based for loops 2019-12-21 20:13:03 +01:00
autoreplace_cmd.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
autoreplace_func.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
autoreplace_gui.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
autoreplace_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
autoreplace_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
autoreplace.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
autoslope.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
base_consist.cpp Merge branch 'master' into jgrpp 2020-05-21 22:24:01 +01:00
base_consist.h Use TinyString for custom name fields which are almost always empty 2020-05-22 00:10:09 +01: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: Use std::string in file scanners. 2020-12-27 13:19:25 +01:00
base_station_base.h Use TinyString for custom name fields which are almost always empty 2020-05-22 00:10:09 +01:00
bitmap_type.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
bmp.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
bmp.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
bootstrap_gui.cpp Codechange: we are not booing straps .. we are bootstrapping 2021-03-14 11:04:14 +01:00
bridge_gui.cpp Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00:00
bridge_map.cpp Fix bridges not being redrawn after all signals reset when cleared 2021-01-06 17:13:45 +00:00
bridge_map.h Fix assertion failure when upgrading dual road/tram bridge 2020-09-15 23:26:15 +01:00
bridge_signal_map.h Fix bridges not being redrawn after all signals reset when cleared 2021-01-06 17:13:45 +00:00
bridge.h DEBUG: Add bridge pillar index to debug landinfo print 2020-11-01 21:35:21 +00:00
build_vehicle_gui.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
cargo_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
cargoaction.cpp Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
cargoaction.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
cargomonitor.cpp Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
cargomonitor.h Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
cargopacket.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
cargopacket.h Update: Merge branch 'jgrpp_master_cmake' into jgrpp_cmake 2020-06-28 21:56:43 +01:00
cargotype.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
cargotype.h Add conditional orders for cargo load percentage and waiting cargo amount 2020-01-18 20:32:42 +00:00
cheat_func.h Save/load: Add extra cheats savegame chunk 2020-04-18 10:51:02 +01:00
cheat_gui.cpp Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
cheat_type.h Cheat: Add cheats to set inflation income and cost factors 2020-04-18 10:53:49 +01:00
cheat.cpp Save/load: Add extra cheats savegame chunk 2020-04-18 10:51:02 +01:00
clear_cmd.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
clear_func.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
clear_map.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
CMakeLists.txt Merge branch 'master' into jgrpp 2021-02-19 15:38:34 +00:00
cmd_helper.h Codechange: Replace assert_compile macro with static_assert 2020-12-27 10:55:42 +00:00
command_func.h Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00:00
command_type.h Add setting to enable non-admin multiplayer clients to rename towns 2021-03-14 16:44:15 +00:00
command.cpp Add setting to enable non-admin multiplayer clients to rename towns 2021-03-14 16:44:15 +00:00
company_base.h Add rate limit for object construction 2020-09-14 23:06:49 +01:00
company_cmd.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
company_func.h Fix assert failure in DoStartupNewCompany when called from AfterLoadGame 2020-12-29 20:52:53 +00:00
company_gui.cpp Allow shift-clicking on borrow/repay money buttons to enter amount 2021-03-22 01:29:54 +00:00
company_gui.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
company_manager_face.h Codechange: Replace assert_compile macro with static_assert 2020-12-27 10:55:42 +00:00
company_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
console_cmds.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
console_func.h Console: Add commands for conditional execution from game date 2020-12-26 12:06:31 +00:00
console_gui.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
console_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
console_internal.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
console_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
console.cpp Console: Add commands for conditional execution from game date 2020-12-26 12:06:31 +00:00
cpu.cpp Feature: Add support for rdtsc for ARM-based Windows (MSVC) 2021-01-18 08:57:58 +00:00
cpu.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
crashlog_bfd.h CMake: Add BFD, support new BFD API 2020-06-28 21:57:02 +01:00
crashlog.cpp Crashlog: Update thread/lock handling to match GameLoop changes 2021-04-06 18:43:50 +01:00
crashlog.h Crashlog: Update thread/lock handling to match GameLoop changes 2021-04-06 18:43:50 +01:00
currency.cpp Add: Malaysia Ringgit as Currency 2021-03-01 21:56:26 +00:00
currency.h Add: Malaysia Ringgit as Currency 2021-03-01 21:56:26 +00:00
date_func.h Remove redundant year/month date globals 2020-07-07 17:53:54 +01:00
date_gui.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
date_gui.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
date_type.h Store time display settings both in savegame and client, add setting 2020-06-23 21:05:21 +01:00
date.cpp Cache current value of snow line height 2021-02-21 22:34:22 +00:00
debug_settings.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
debug.cpp Merge tag '1.11.0-beta2' into jgrpp 2021-03-02 11:59:03 +00:00
debug.h Codechange: remove _realtime_tick variable 2021-03-01 17:54:15 +00:00
dedicated.cpp Codechange: Store info about the dedicated server log file in globals with automatic destruction to simplify control flow in openttd_main. 2020-05-21 20:02:34 +02:00
departures_func.h Improve performance of departures window 2019-12-17 22:47:16 +00:00
departures_gui.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
departures_gui.h
departures_type.h Merge: Codechange: Use null pointer literal instead of the NULL macro 2019-04-11 18:14:13 +01:00
departures.cpp Fix departure boards not handling unconditional order jumps 2021-02-10 22:36:35 +00:00
depot_base.h Use TinyString for custom name fields which are almost always empty 2020-05-22 00:10:09 +01:00
depot_cmd.cpp Codechange: Use std::string for most of the user-settable custom names. 2020-05-21 20:02:34 +02:00
depot_func.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
depot_gui.cpp Merge branch 'master' into jgrpp 2021-02-22 17:45:58 +00:00
depot_map.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
depot_type.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
depot.cpp Merge branch 'master' into jgrpp 2020-05-21 22:24:01 +01:00
direction_func.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
direction_type.h Add feature: realistic train braking 2021-01-28 19:03:18 +00:00
disaster_vehicle.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
disaster_vehicle.h Merge branch 'master' into jgrpp 2020-01-06 18:45:51 +00:00
dock_gui.cpp Feature: Press ctrl to build diagonal rivers in Scenario Editor (#8880) 2021-04-02 10:13:27 +02:00
driver.cpp Codechange: Suppress warnings when asserts are disabled (#8917) 2021-04-01 11:16:19 +02:00
driver.h Add: Option to (dis-)allow accelerated video drivers. (#8819) 2021-03-08 15:42:39 +01:00
economy_base.h Merge branch 'master' into jgrpp 2020-01-06 18:45:51 +00:00
economy_func.h Feature: Set exclusive access to industry from GS (#8115) 2020-12-27 21:07:41 +00:00
economy_type.h Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
economy.cpp Merge branch 'master' into jgrpp 2021-02-01 19:34:30 +00:00
effectvehicle_base.h Merge branch 'master' into jgrpp 2020-01-06 18:45:51 +00:00
effectvehicle_func.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
effectvehicle.cpp Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00:00
elrail_func.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
elrail.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
engine_base.h Cleanup: Correct typographic errors in code comments. 2020-05-28 08:26:41 +01:00
engine_func.h Add setting for no vehicles introduced after given year 2021-03-17 18:51:19 +00:00
engine_gui.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
engine_gui.h Add sort by vehicle count to vehicle purchase window 2020-10-12 18:25:34 +01:00
engine_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
engine.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
error_gui.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
error.h Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
fileio_func.h Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +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 2021-04-11 02:39:33 +01:00
fios_gui.cpp Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
fios.cpp Merge branch 'master' into jgrpp 2021-02-19 15:38:34 +00:00
fios.h Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
fontcache_internal.h Fix missing override keywords 2021-03-02 23:45:08 +00:00
fontcache.cpp Fix missing override keywords 2021-03-02 23:45:08 +00:00
fontcache.h Merge tag '1.11.0-beta2' into jgrpp 2021-03-02 11:59:03 +00: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 Revert "Change: Zero out the gameloop timers when the game is paused" 2021-03-02 18:55:30 +00:00
framerate_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
gamelog_internal.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
gamelog.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
gamelog.h Fix: Stop any gamelog action when recovering from SlError() 2020-05-10 20:02:55 +01:00
genworld_gui.cpp Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
genworld.cpp Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
genworld.h Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
gfx_func.h Revert: 4c59dfb6, move DoPaletteAnimations back into GameLoop 2021-04-05 19:55:53 +01:00
gfx_layout.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
gfx_layout.h Fix assertion failure when colour stack used with TC_FORCED 2020-10-25 17:48:03 +00:00
gfx_type.h Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
gfx.cpp Fix changing font zoom not updating font height cache 2021-04-08 17:16:23 +01:00
gfxinit.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
gfxinit.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
goal_base.h Codechange: Replace FOR_ALL_GOALS with range-based for loops 2019-12-21 20:13:03 +01:00
goal_gui.cpp Add: Buttons to open global goals from company goals and vice versa 2021-03-08 18:18:47 +00:00
goal_type.h Feature: [GS] Allow non-question type windows to have no buttons 2021-02-14 23:21:43 +01:00
goal.cpp Fix: [Network] don't desync if client leaves before you finish downloading map 2021-03-01 17:54:15 +00:00
graph_gui.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
graph_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
ground_vehicle.cpp Distribute articulated vehicle weight evenly between articulated parts 2021-04-03 22:04:37 +01:00
ground_vehicle.hpp Distribute articulated vehicle weight evenly between articulated parts 2021-04-03 22:04:37 +01:00
group_cmd.cpp Merge branch 'master' into jgrpp 2021-01-29 17:45:15 +00:00
group_gui.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
group_gui.h Feature: Control + click on the vehicle details button in the vehicle view window opens the vehicle group window, then selects and scrolls to the vehicle's group. 2019-12-23 18:04:10 +00:00
group_type.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
group.h Merge branch 'master' into jgrpp 2020-05-21 22:24:01 +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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
heightmap.cpp Add: allow setting the highest mountain for heightmaps 2021-03-26 12:22:32 +01:00
heightmap.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
highscore_gui.cpp Fix #8625: Wrong ending year was displayed in highscore table 2021-02-13 22:15:16 +00:00
highscore.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
highscore.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
hotkeys.cpp Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
hotkeys.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
house_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
house.h Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
industry_cmd.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
industry_gui.cpp Merge branch 'master' into jgrpp 2021-02-19 15:38:34 +00:00
industry_map.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
industry_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
industry.h Merge tag '1.11.0-beta1' into jgrpp 2021-02-01 18:58:36 +00:00
industrytype.h Change: [NewGRF] industry special flag 19 now specifically targets only passenger production, instead of the second cargo of any water-based industry. (#8590) 2021-01-18 22:42:10 +01:00
infrastructure_func.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
infrastructure.cpp Don't check safe waiting point in FollowTrainReservation if result unused 2021-03-31 22:39:44 +01:00
ini_load.cpp Fix ftell() error sentinel value being used in allocation 2021-04-08 18:44:56 +01:00
ini_type.h Revert "Cleanup: use std::optional instead of custom implementation." 2021-02-16 16:06:30 +00:00
ini.cpp Codechange: Switch to explicit wide strings 2021-02-23 11:25:39 +01:00
intro_gui.cpp Change: Don't display OS name when the user is exiting the game 2020-12-09 09:21:34 +00:00
landscape_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
landscape.cpp Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
landscape.h Cache current value of snow line height 2021-02-21 22:34:22 +00:00
language.h Codechange: Use automatic memory management for language pack reading. 2020-12-27 13:19:25 +01:00
livery.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
main_gui.cpp Change: Apply some consistency to singleplayer related comments 2021-01-22 22:19:55 +01:00
map_func.h Merge branch 'master' into jgrpp 2020-07-07 17:28:19 +01:00
map_type.h Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
map.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
misc_cmd.cpp Merge tag '1.11.0-beta1' into jgrpp 2021-02-01 18:58:36 +00:00
misc_gui.cpp Fix viewport drag tooltips not being removed when dragging over other windows 2021-04-05 12:30:58 +01:00
misc.cpp Add: settings to limit your fast-forward game speed 2021-03-01 17:54:15 +00:00
mixer.cpp Fix: Allow full sample range for 16-bit audio. 2021-04-06 19:31:14 +01:00
mixer.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
music_gui.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
music.cpp Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
newgrf_airport.cpp Add several NewGRF variables to vehicle image callback whitelist 2020-08-25 01:26:44 +01:00
newgrf_airport.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
newgrf_airporttiles.cpp Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
newgrf_airporttiles.h Cache animated tile speed, use btree map for animated tiles 2020-11-26 00:19:51 +00:00
newgrf_animation_base.h Cache animated tile speed, use btree map for animated tiles 2020-11-26 00:19:51 +00:00
newgrf_animation_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
newgrf_canal.cpp Add several NewGRF variables to vehicle image callback whitelist 2020-08-25 01:26:44 +01:00
newgrf_canal.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
newgrf_cargo.cpp Fix: GetCargoTranslation could return out-of-bounds index for old-style NewGRF using cargo-slots. 2021-01-10 21:24:38 +01:00
newgrf_cargo.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
newgrf_class_func.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
newgrf_class.h Doc: Remove some SmallVector references from documentation. 2020-12-27 18:40:18 +00:00
newgrf_commons.cpp Codechange: Make use of the improved C++17 emplace_back function. 2020-12-15 00:29:30 +01:00
newgrf_commons.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
newgrf_config.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
newgrf_config.h Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
newgrf_debug_gui.cpp Codechange: replace _realtime_tick with std::chrono for mouse events 2021-03-01 17:54:15 +00: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 Merge branch 'master' into jgrpp 2021-02-19 15:38:34 +00:00
newgrf_engine.h Add several NewGRF variables to vehicle image callback whitelist 2020-08-25 01:26:44 +01:00
newgrf_generic.cpp Add several NewGRF variables to vehicle image callback whitelist 2020-08-25 01:26:44 +01:00
newgrf_generic.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
newgrf_gui.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
newgrf_house.cpp Cache animated tile speed, use btree map for animated tiles 2020-11-26 00:19:51 +00:00
newgrf_house.h Cache animated tile speed, use btree map for animated tiles 2020-11-26 00:19:51 +00:00
newgrf_industries.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
newgrf_industries.h Add several NewGRF variables to vehicle image callback whitelist 2020-08-25 01:26:44 +01:00
newgrf_industrytiles.cpp Cache animated tile speed, use btree map for animated tiles 2020-11-26 00:19:51 +00:00
newgrf_industrytiles.h Cache animated tile speed, use btree map for animated tiles 2020-11-26 00:19:51 +00:00
newgrf_object.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
newgrf_object.h Cache animated tile speed, use btree map for animated tiles 2020-11-26 00:19:51 +00:00
newgrf_profiling.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
newgrf_profiling.h Feature: NewGRF callback profiling (#7868) 2020-01-26 13:45:51 +01:00
newgrf_properties.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
newgrf_railtype.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
newgrf_railtype.h Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
newgrf_roadtype.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
newgrf_roadtype.h Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
newgrf_sound.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
newgrf_sound.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
newgrf_spritegroup.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
newgrf_spritegroup.h Add several NewGRF variables to vehicle image callback whitelist 2020-08-25 01:26:44 +01:00
newgrf_station.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
newgrf_station.h Cache animated tile speed, use btree map for animated tiles 2020-11-26 00:19:51 +00:00
newgrf_storage.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
newgrf_storage.h Codechange: Replace assert_compile macro with static_assert 2020-12-27 10:55:42 +00:00
newgrf_text.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
newgrf_text.h Saveload: Store NewGRF name in savegame, include in missing GRF message 2020-12-16 02:06:48 +00:00
newgrf_town.cpp Add several NewGRF variables to vehicle image callback whitelist 2020-08-25 01:26:44 +01:00
newgrf_town.h Add several NewGRF variables to vehicle image callback whitelist 2020-08-25 01:26:44 +01: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 2021-04-10 18:29:36 +01:00
newgrf.h GRF: Add extra road/tram type flag: not available to AI/GS 2020-10-16 22:12:10 +01:00
news_func.h Fix #7611: keeps news about accidents around after vehicle is cleaned up (#8497) 2021-01-05 21:39:23 +01:00
news_gui.cpp Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00:00
news_gui.h Feature: Make news and errors close hotkeys configurable 2020-09-24 19:23:12 +02:00
news_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
object_base.h Codechange: Replace FOR_ALL_OBJECTS with range-based for loops 2019-12-21 20:13:03 +01:00
object_cmd.cpp Merge branch 'master' into jgrpp 2021-02-19 15:38:34 +00:00
object_gui.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
object_map.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
object_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +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 Fix e094b7f1: Wrong include path 2021-04-06 18:46:12 +01:00
openttd.h Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
order_backup.cpp Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
order_backup.h Merge branch 'master' into jgrpp 2020-01-06 18:45:51 +00:00
order_base.h Fix unnecessary braking when leaving station with order without non-stop flag 2021-03-17 18:00:12 +00:00
order_cmd.cpp Add timetable lateness/earliness conditional order 2021-03-27 23:19:19 +00:00
order_cmd.h Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
order_func.h Conditional orders: Add slot acquire modes to train in slot conditional 2020-05-10 21:06:09 +01:00
order_gui.cpp Add timetable lateness/earliness conditional order 2021-03-27 23:19:19 +00:00
order_type.h Add timetable lateness/earliness conditional order 2021-03-27 23:19:19 +00:00
osk_gui.cpp Merge branch 'master' into jgrpp 2021-04-05 19:31:34 +01:00
pbs.cpp Validate lookahead reservation end OK before calling FollowTrainReservation 2021-04-01 00:36:13 +01:00
pbs.h Validate lookahead reservation end OK before calling FollowTrainReservation 2021-04-01 00:36:13 +01:00
plans_base.h Allow changing the colour of plans 2020-11-06 22:40:02 +00:00
plans_cmd.cpp Allow changing the colour of plans 2020-11-06 22:40:02 +00:00
plans_func.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
plans_gui.cpp Remove OVEERIDE macro 2021-03-02 23:45:08 +00:00
plans_type.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
plans.cpp Plans: Improve performance of viewport plan rendering 2020-09-29 01:40:12 +01:00
programmable_signals_gui.cpp Remove OVEERIDE macro 2021-03-02 23:45:08 +00:00
programmable_signals.cpp Programmable pre-signals: Fix MP desync with programming new signals 2020-10-23 20:10:46 +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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
rail_cmd.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
rail_gui.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
rail_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
rail_map.h Add feature: realistic train braking 2021-01-28 19:03:18 +00:00
rail_type.h Codechange: Use a switch with fall-through instead of a if-sequence with context data between cases. 2019-12-23 17:23:20 +00:00
rail.cpp Add setting for no vehicles introduced after given year 2021-03-17 18:51:19 +00:00
rail.h Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
rev.cpp.in Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
rev.h CMake: Fix configure defines 2020-06-28 21:57:02 +01:00
road_cmd.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
road_cmd.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
road_func.h Add road tile cached one way state, one way road section detection 2020-10-28 00:27:48 +00:00
road_gui.cpp Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00:00
road_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
road_internal.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
road_map.cpp Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
road_map.h Add road tile cached one way state, one way road section detection 2020-10-28 00:27:48 +00:00
road_type.h Merge branch 'master' into jgrpp 2020-01-06 18:45:51 +00:00
road.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
road.h GRF: Add extra road/tram type flag: towns cannot modify tiles 2020-10-16 22:41:26 +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 Fix #8565: Stopped road vehicle displays a speed different than 0 (#8901) 2021-03-30 19:42:12 +02:00
roadveh_gui.cpp Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
roadveh.h Distribute articulated vehicle weight evenly between articulated parts 2021-04-03 22:04:37 +01:00
safeguards.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
schdispatch_cmd.cpp Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
schdispatch_gui.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
schdispatch.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +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 Add a scope info logger for DoSetViewportPosition calls 2020-04-27 17:21:11 +01:00
scope.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
screenshot_gui.cpp Add screenshot type: whole map at current zoom level 2021-03-06 02:33:02 +00:00
screenshot_gui.h Hide screenshot window when taking normal screesnhot 2020-08-06 20:43:33 +01:00
screenshot.cpp Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
screenshot.h Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
settings_func.h Store time display settings both in savegame and client, add setting 2020-06-23 21:05:21 +01:00
settings_gui.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
settings_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
settings_internal.h Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
settings_type.h Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
settings.cpp Hide unused climate threshold settings depending on climate threshold mode 2021-04-10 21:34:27 +01:00
ship_cmd.cpp Fix collision checks for ship collision avoidance 2021-02-27 01:50:57 +00:00
ship_gui.cpp Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
ship.h Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
signal_func.h Fix assertion failure when command triggers PBS tunnel/bridge unreserve 2021-03-16 03:23:00 +00:00
signal_type.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
signal.cpp Remove assert from UpdateSignalsOnSegment that globset is empty 2021-03-17 20:35:48 +00:00
signs_base.h Merge branch 'master' into jgrpp 2020-05-21 22:24:01 +01:00
signs_cmd.cpp Add third DoCommand parameter p3 2020-10-17 17:25:44 +01:00
signs_func.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
signs_gui.cpp Change: Recolour graph windows to brown (#8700) 2021-03-11 15:30:29 +01:00
signs_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
signs.cpp Merge branch 'master' into jgrpp 2020-05-21 22:24:01 +01:00
slope_func.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
slope_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
smallmap_colours.h Merge tag '1.11.0-beta1' into jgrpp 2021-02-01 18:58:36 +00:00
smallmap_gui.cpp Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
smallmap_gui.h Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
sortlist_type.h Cleanup 2db88953e7: Remove VL_FIRST_SORT as it's useless 2021-01-01 01:04:27 +01:00
sound_func.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
sound_type.h Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
sound.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
sprite.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
sprite.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
spritecache.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
spritecache.h Merge tag '1.11.0-beta2' into jgrpp 2021-03-02 11:59:03 +00:00
station_base.h Station: Add field for number of station tiles 2020-06-07 14:37:59 +01:00
station_cmd.cpp Fix building over existing stations bypassing realistic braking moving train restrictions 2021-03-16 03:09:23 +00:00
station_func.h Codechange: Refactor FindStationsAroundTiles to avoid code duplication 2020-05-13 08:43:01 +01:00
station_gui.cpp Merge tag '1.11.0-beta1' into jgrpp 2021-02-01 18:58:36 +00:00
station_gui.h Change how dirty screen, window and viewport areas are tracked for later redrawing 2020-03-05 00:27:17 +00:00
station_kdtree.h Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
station_map.h Allow drive-through road stops to be one-way 2020-10-28 00:27:48 +00:00
station_type.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
station.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
statusbar_gui.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
statusbar_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
stdafx.h Remove OVEERIDE macro 2021-03-02 23:45:08 +00:00
story_base.h Feature: Push-buttons on storybook pages (#7896) 2020-05-22 22:22:55 +02:00
story_gui.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
story_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
story.cpp Feature: Push-buttons on storybook pages (#7896) 2020-05-22 22:22:55 +02:00
string_base.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
string_func_extra.h Avoid undefined behaviour const_casting std::string c_str() 2021-03-11 01:33:06 +00:00
string_func.h Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
string_type.h Cheats window: Allow clicking money text to enter quantity 2021-03-21 12:52:01 +00:00
string.cpp Cheats window: Allow clicking money text to enter quantity 2021-03-21 12:52:01 +00:00
stringfilter_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
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 tag '1.11.0-beta1' into jgrpp 2021-02-01 18:58:36 +00:00
strings_type.h Codechange: remove special strings for language and resolutions (#8824) 2021-03-09 10:58:33 +01:00
strings.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
subsidy_base.h Fix: Make subsidies scan tiles for town acceptance and production instead of using desync-prone town caches 2020-06-28 18:23:59 +02:00
subsidy_func.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
subsidy_gui.cpp Merge branch 'master' into jgrpp 2020-08-27 18:31:09 +01:00
subsidy_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
subsidy.cpp Fix 380fd8c: Only check houses for cargo when generating subsidies with towns 2020-09-24 17:57:09 +01:00
tar_type.h Codechange: Use std::string in file scanners. 2020-12-27 13:19:25 +01:00
tbtr_template_gui_create.cpp Fix missing override keywords 2021-03-02 23:45:08 +00:00
tbtr_template_gui_create.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
tbtr_template_gui_main.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
tbtr_template_gui_main.h TBTR: Remove unitnumber_digits field/param from main window 2020-09-21 03:20:59 +01:00
tbtr_template_vehicle_func.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
tbtr_template_vehicle_func.h TBTR: Fix palette recolouring of templates 2020-12-26 09:37:26 +00: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 TBTR: No longer use idle vehicles in depots by default 2021-01-10 18:20:10 +00:00
terraform_cmd.cpp Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
terraform_gui.cpp Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00:00
terraform_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
textbuf_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
textbuf_type.h Codechange: Consistently use WChar when passing characters around, and also define it as char32_t. 2020-05-21 20:02:34 +02:00
textbuf.cpp Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
texteff.cpp Pre-filter signs by Y coordinate in DrawTextEffects 2020-02-28 01:36:28 +00:00
texteff.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
textfile_gui.cpp Add: [OSX] Native font rendering without using FreeType. 2021-02-14 11:48:58 +01:00
textfile_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
textfile_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
tgp.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
tgp.h Feature: auto-detect map height limit based on generated map 2021-03-26 12:22:32 +01:00
thread.h Crashlog: Update thread/lock handling to match GameLoop changes 2021-04-06 18:43:50 +01:00
tile_cmd.h Add a minimum visible height and no ground tile parameter to DrawTileProc. 2020-03-05 23:06:01 +00: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 Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
tile_type.h Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
tilearea_type.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
tilearea.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01: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 Add release slot train order 2021-02-10 22:30:22 +00:00
timetable_gui.cpp Remove OVEERIDE macro 2021-03-02 23:45:08 +00:00
timetable.h Auto separation: Remove circular linked list, use new algorithm 2020-07-09 02:15:16 +01:00
toolbar_gui.cpp Add unset hotkey for industry chains window 2021-03-06 00:22:26 +00:00
toolbar_gui.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
town_cmd.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
town_gui.cpp Update house picker zone display to match settings and spec 2021-04-09 17:56:03 +01:00
town_gui.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
town_kdtree.h Fix station and town kdtrees with maps larger than 64k 2020-06-25 17:43:25 +01:00
town_map.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
town_type.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
town.h Add: new town council "indifferent" attitude 2021-02-16 22:49:18 +00:00
townname_func.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
townname_type.h Codechange: turn a constant variable into a real constant. 2021-02-14 23:14:07 +01:00
townname.cpp Fix #8919: Release builds with asserts enabled (#8925) 2021-04-01 23:57:49 +01:00
tracerestrict_gui.cpp Remove OVEERIDE macro 2021-03-02 23:45:08 +00:00
tracerestrict.cpp Fix tracerestrict train is loading status condition when predicting orders 2021-03-26 00:08:25 +00:00
tracerestrict.h Add tracerestrict reserved tiles ahead conditional 2021-02-13 03:29:35 +00:00
track_func.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
track_type.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
train_cmd.cpp Realistic braking: Cache offset of centre of mass of train 2021-04-03 21:25:04 +01:00
train_gui.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
train.h Distribute articulated vehicle weight evenly between articulated parts 2021-04-03 22:04:37 +01:00
transparency_gui.cpp Add display setting for income/cost text effects 2020-10-20 18:20:57 +01:00
transparency_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
transparency.h Fix changing tree transparency not updating vegatation map mode viewports 2020-11-05 21:41:06 +00:00
transport_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
tree_cmd.cpp Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
tree_gui.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
tree_map.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
tunnel_base.h Merge branch 'master' into jgrpp 2020-01-06 18:45:51 +00:00
tunnel_map.cpp Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
tunnel_map.h Fix: Set invalid road and tram types for rail tunnel ends 2020-07-13 16:38:21 +02:00
tunnelbridge_cmd.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
tunnelbridge_map.h Add feature: realistic train braking 2021-01-28 19:03:18 +00:00
tunnelbridge.h Tunnel/bridge signal simulation spacing is now a company setting 2020-11-21 17:43:55 +00:00
unit_conversion.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
vehicle_base.h Distribute articulated vehicle weight evenly between articulated parts 2021-04-03 22:04:37 +01:00
vehicle_cmd.cpp Refresh lookahead when starting train from stationary 2021-03-31 22:25:13 +01:00
vehicle_func.h Add feature: realistic train braking 2021-01-28 19:03:18 +00:00
vehicle_gui_base.h Fix: Vehicle list windows did not update when this year's profit changed 2021-03-01 17:49:03 +00:00
vehicle_gui.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
vehicle_gui.h Avoid unnecessary redrawing of vehicle list windows 2020-10-05 20:37:17 +01:00
vehicle_type.h Add feature: realistic train braking 2021-01-28 19:03:18 +00:00
vehicle.cpp Fix #8919: Release builds with asserts enabled (#8925) 2021-04-01 23:57:49 +01:00
vehiclelist.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
vehiclelist.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
viewport_func.h Fix left mouse button scroll in viewport map mode 2021-02-05 11:56:08 +00:00
viewport_gui.cpp Viewport: Cache landscape pixels in map mode 2020-10-01 23:18:39 +01:00
viewport_kdtree.h Merge branch 'master' into jgrpp 2019-12-11 18:20:24 +00:00
viewport_sprite_sorter_sse4.cpp Codechange: Apply coding style (#8640) 2021-02-05 11:00:36 +01:00
viewport_sprite_sorter.h Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
viewport_type.h Add viewport map mode: routes 2020-10-13 23:06:33 +01:00
viewport.cpp Merge branch 'master' into jgrpp 2021-04-10 18:29:36 +01:00
void_cmd.cpp Add a minimum visible height and no ground tile parameter to DrawTileProc. 2020-03-05 23:06:01 +00:00
void_map.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
water_cmd.cpp Feature: Press ctrl to build diagonal rivers in Scenario Editor (#8880) 2021-04-02 10:13:27 +02:00
water_map.h Add map bit to suppress water flooding checks 2021-02-21 21:11:35 +00:00
water.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
waypoint_base.h Codechange: Replace station related FOR_ALL with range-based for loops 2019-12-21 20:13:03 +01:00
waypoint_cmd.cpp Viewport: Replace viewport mark dirty if zoom level below with flags param 2020-10-01 23:18:39 +01:00
waypoint_func.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
waypoint_gui.cpp Merge tag '1.11.0-beta1' into jgrpp 2021-02-01 18:58:36 +00:00
waypoint.cpp Allow referencing waypoints in news items 2021-01-25 02:20:38 +00:00
widget_type.h Merge branch 'master' into jgrpp 2021-04-05 17:51:45 +01:00
widget.cpp Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
window_func.h Add DumpWindowInfo function 2020-04-27 17:20:40 +01:00
window_gui.h Fix viewport drag tooltips not being removed when dragging over other windows 2021-04-05 12:30:58 +01:00
window_type.h Merge branch 'master' into jgrpp 2021-04-11 02:39:33 +01:00
window.cpp Fix deferred window invalidations not redrawng window 2021-04-10 21:32:58 +01:00
zoning_cmd.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00: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 Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
zoom_type.h Merge branch 'master' into jgrpp 2021-02-19 15:38:34 +00:00