OpenTTD-patches/src
2021-03-07 00:10:46 +00:00
..
3rdparty Merge tag '1.11.0-beta2' into jgrpp 2021-03-02 11:59:03 +00:00
ai Merge branch 'master' into jgrpp 2021-02-01 19:34:30 +00:00
blitter Merge branch 'master' into jgrpp 2021-03-04 00:17:10 +00:00
core Merge branch 'master' into jgrpp 2021-02-19 15:38:34 +00:00
game Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
lang Add screenshot type: whole map at current zoom level 2021-03-06 02:33:02 +00:00
linkgraph Linkgraph: Fix unused expression result warning 2021-03-02 23:45:08 +00:00
misc Add: A simple, templated cache map that uses a least recently used eviction strategy. 2021-02-22 22:16:07 +01:00
music Merge tag '1.11.0-beta2' into jgrpp 2021-03-02 11:59:03 +00:00
network Merge branch 'master' into jgrpp 2021-03-04 00:17:10 +00:00
os Merge tag '1.11.0-beta2' into jgrpp 2021-03-02 11:59:03 +00:00
pathfinder Merge tag '1.11.0-beta2' into jgrpp 2021-03-02 11:59:03 +00:00
saveload Log savegame compression format used at debug level sl 3 2021-03-01 19:06:25 +00:00
script Merge tag '1.11.0-beta2' into jgrpp 2021-03-02 11:59:03 +00: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 tag '1.11.0-beta2' into jgrpp 2021-03-02 11:59:03 +00:00
strgen CMake: Fix host strgen/settingsgen importing 2021-03-04 18:50:29 +00:00
table CMake: Fix host strgen/settingsgen importing 2021-03-04 18:50:29 +00:00
video Fix #220 build fail due to missing var 2021-03-03 19:29:49 +09:00
widgets Add screenshot type: whole map at current zoom level 2021-03-06 02:33:02 +00:00
aircraft_cmd.cpp Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00: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 Fix: Autorenew failure advice due to bad refit being shown to all companies (#8681) 2021-02-18 10:50: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 Add: [OSX] Native font rendering without using FreeType. 2021-02-14 11:48:58 +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-02-01 17:07:34 +00: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-02-01 17:07:34 +00: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 Add fast paths for clear/tree snow line checks in tile loop 2021-02-21 22:39:26 +00: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 Merge branch 'master' into jgrpp 2021-01-31 01:11:12 +00:00
command.cpp Merge tag '1.11.0-beta1' into jgrpp 2021-02-01 18:58:36 +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-03-02 13:46:42 +00:00
company_func.h Fix assert failure in DoStartupNewCompany when called from AfterLoadGame 2020-12-29 20:52:53 +00:00
company_gui.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +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 Add screenshot type: whole map at current zoom level 2021-03-06 02:33:02 +00: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 Add: Support Zstandard(zstd) savegame compression 2021-03-01 18:08:28 +00:00
crashlog.h Crashlog: Suffix crash file names with date/time 2020-04-27 17:31:35 +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 Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00:00
driver.cpp Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
driver.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02: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 Add fast path to catenary drawing in MaskWireBits 2021-02-27 19:24:22 +00:00
engine_base.h Cleanup: Correct typographic errors in code comments. 2020-05-28 08:26:41 +01:00
engine_func.h Fix #8064: Incorrect display of refit capacity 2020-04-06 16:21:30 +01: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-02-01 17:07:34 +00:00
error_gui.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
error.h Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
fileio_func.h Merge tag '1.11.0-beta2' into jgrpp 2021-03-02 11:59:03 +00: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 tag '1.11.0-beta2' into jgrpp 2021-03-02 11:59:03 +00: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-02-19 20:34:14 +00:00
genworld.cpp Zstd: Enable zstd for autosaves 2021-03-01 18:59:03 +00:00
genworld.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
gfx_func.h Add: settings to limit your fast-forward game speed 2021-03-01 17:54:15 +00: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 Remove unused dirty block size constants 2021-03-02 23:45:08 +00:00
gfxinit.cpp Skip GfxDetermineMainColours contents in dedicated compiles 2021-03-03 18:01:34 +00: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 Feature: [GS] Allow non-question type windows to have no buttons 2021-02-14 23:21:43 +01: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 tag '1.11.0-beta2' into jgrpp 2021-03-02 11:59:03 +00:00
graph_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
ground_vehicle.cpp Fix misspelling of variable name: acceleration_type 2021-02-04 17:20:02 +00:00
ground_vehicle.hpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00: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-02-19 15:38:34 +00: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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-02-21 11:54:24 +00: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 Add debug console command to delete a vehicle ID 2021-02-27 20:36:47 +00:00
ini_load.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00: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 Cache current value of snow line height 2021-02-21 22:34:22 +00: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 Merge branch 'master' into jgrpp 2021-02-19 15:38:34 +00:00
misc.cpp Add: settings to limit your fast-forward game speed 2021-03-01 17:54:15 +00:00
mixer.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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 Fix for crash when exiting whilst NewGRF scan still in progress 2021-03-01 18:04:12 +00:00
newgrf_config.h Fix for crash when exiting whilst NewGRF scan still in progress 2021-03-01 18:04:12 +00: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-02-01 17:07:34 +00: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 Cache current value of snow line height 2021-02-21 22:34:22 +00: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-02-21 11:54:24 +00: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
openttd.cpp Zstd: Enable zstd for autosaves 2021-03-01 18:59:03 +00:00
openttd.h Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00: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 Add release slot train order 2021-02-10 22:30:22 +00:00
order_cmd.cpp Add release slot train order 2021-02-10 22:30:22 +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 Remove OVEERIDE macro 2021-03-02 23:45:08 +00:00
order_type.h Add release slot train order 2021-02-10 22:30:22 +00:00
osk_gui.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
pbs.cpp Add tracerestrict PBS end signal conditional 2021-02-13 02:12:16 +00:00
pbs.h Add feature: realistic train braking 2021-01-28 19:03:18 +00: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 Fix for crash when exiting whilst NewGRF scan still in progress 2021-03-01 18:04:12 +00:00
progress.h Fix for crash when exiting whilst NewGRF scan still in progress 2021-03-01 18:04:12 +00:00
querystring_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
rail_cmd.cpp Fix wrong cost when cycling tunnel/bridge signal type with CTRL 2021-02-04 12:14:54 +00:00
rail_gui.cpp Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00: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 Merge branch 'master' into jgrpp 2020-01-06 18:45:51 +00:00
rail.h Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
rev.cpp.in Never set stable tag bit in NewGRF version value 2020-07-04 21:04:16 +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-02-21 11:54:24 +00: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 Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00:00
roadveh_gui.cpp Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
roadveh.h Allow drive-through road stops to be one-way 2020-10-28 00:27:48 +00: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 Add screenshot type: whole map at current zoom level 2021-03-06 02:33:02 +00:00
screenshot.h Add screenshot type: whole map at current zoom level 2021-03-06 02:33:02 +00: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 tag '1.11.0-beta2' into jgrpp 2021-03-02 11:59:03 +00: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-02-19 15:38:34 +00:00
settings_type.h Merge branch 'master' into jgrpp 2021-03-02 13:46:42 +00:00
settings.cpp Merge branch 'master' into jgrpp 2021-02-19 15:38:34 +00: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 Add feature: realistic train braking 2021-01-28 19:03:18 +00:00
signal_type.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00:00
signal.cpp Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +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 Add: another go-to-location button to the sign window. 2021-01-11 22:15:58 +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 tag '1.11.0-beta1' into jgrpp 2021-02-01 18:58:36 +00:00
smallmap_gui.h Fix smallmap not refreshing at all when paused 2020-10-25 17:48:03 +00: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-02-21 11:54:24 +00:00
sound.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00: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 tag '1.11.0-beta2' into jgrpp 2021-03-02 11:59:03 +00: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 crash when removing/upgrading airport with hangar window open 2021-03-07 00:10:46 +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 Merge branch 'master' into jgrpp 2020-05-21 22:24:01 +01:00
string_func.h Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
string_type.h Merge branch 'master' into jgrpp 2021-01-29 17:45:15 +00:00
string.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
strings.cpp Merge branch 'master' into jgrpp 2021-02-19 15:38:34 +00: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-02-01 17:07:34 +00: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-02-01 17:07:34 +00:00
tgp.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
thread.h Merge branch 'master' into jgrpp 2019-11-12 18:43:10 +00: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 Fix: for arctic and tropic, make sure we have at least a few hills (#8513) 2021-01-08 12:02:38 +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 Fix code style in Town::UpdateLabel 2021-03-02 23:45:08 +00:00
town_gui.cpp Remove OVEERIDE macro 2021-03-02 23:45:08 +00: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 Codechange: use \u to indicate unicode chars in strings (#8379) 2020-12-14 20:25:01 +01:00
tracerestrict_gui.cpp Remove OVEERIDE macro 2021-03-02 23:45:08 +00:00
tracerestrict.cpp Add tracerestrict reserved tiles ahead conditional 2021-02-13 03:29:35 +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 Fix trains passing signals in original acceleration with braking models 2021-03-01 02:14:42 +00:00
train_gui.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
train.h Give monorail/maglev larger realistic braking deceleration limits 2021-02-03 21:22:09 +00: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 Add GUI setting for shading trees on slopes in viewports 2021-02-26 18:03:00 +00: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 Fix upgrading road bridge with opposite road/tram type producing broken ramp road bits 2021-02-14 06:37:49 +00: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 Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00:00
vehicle_cmd.cpp Merge tag '1.11.0-beta2' into jgrpp 2021-03-02 11:59:03 +00: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 Allow following vehicles at all non-map zoom levels 2021-03-05 19:57:14 +00: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 Merge branch 'master' into jgrpp 2021-02-21 11:54:24 +00:00
vehiclelist.cpp Merge branch 'master' into jgrpp 2021-01-31 01:08:35 +00: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 Improve visibility of slopes under trees in viewport map vegetation mode 2021-02-25 20:35:46 +00: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 Add map bit to suppress water flooding checks 2021-02-21 21:11:35 +00: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-02-01 17:07:34 +00:00
widget.cpp Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
window_func.h Add DumpWindowInfo function 2020-04-27 17:20:40 +01:00
window_gui.h Merge branch 'master' into jgrpp 2021-02-01 17:07:34 +00:00
window_type.h Initial implementation of tracerestrict counter mechanism 2020-08-31 19:08:35 +01:00
window.cpp Codechange: replace _realtime_tick with std::chrono for mouse events 2021-03-01 17:54:15 +00: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