OpenTTD-patches/src
2023-12-22 17:32:44 +00:00
..
3rdparty MinGW: Update mingw-std-threads 2023-12-13 23:11:20 +00:00
ai Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
blitter Remove: ZOOM_LVL_COUNT 2023-11-29 21:12:28 -04:00
core Debug: De-duplicate formatting of hex dates for desync/random logging 2023-12-19 17:55:57 +00:00
fontcache Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
game Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
lang Add setting for map edge behaviour, and how to display area outside map 2023-12-22 17:32:44 +00:00
linkgraph Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
misc Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
music Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
network Fix DEBUG_DUMP_COMMANDS 2023-12-19 18:59:54 +00:00
os Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
pathfinder Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
saveload Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
script Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
settingsgen Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
sl Add setting for map edge behaviour, and how to display area outside map 2023-12-22 17:32:44 +00:00
sound Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
spriteloader Blitter: Null blitter always requires no zoom levels 2023-08-22 23:10:52 +01:00
strgen Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
table Add setting for map edge behaviour, and how to display area outside map 2023-12-22 17:32:44 +00:00
tests Test: Add upstream tests 2023-12-13 20:05:18 +00:00
timer Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
video Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
widgets Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
aircraft_cmd.cpp Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
aircraft_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
aircraft.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
airport_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
airport.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
airport.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
animated_tile_func.h Don't mark tile dirty when setting animation frame to its current value 2022-11-24 01:34:30 +00:00
animated_tile.cpp Fix compiler warning on Windows ARM64 2023-09-04 00:06:30 +01:00
animated_tile.h
articulated_vehicles.cpp Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
articulated_vehicles.h Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
autoreplace_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
autoreplace_cmd.cpp Fix: Trivial autoreplace of mixed cargo articulated engines (#11253) 2023-11-20 14:16:28 +01:00
autoreplace_func.h Autoreplace: Add support for multi-cargo ships 2023-09-01 23:35:42 +01:00
autoreplace_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp Add #7525: Allow autoreplace with same model vehicle 2023-02-26 21:29:25 +01:00
autoslope.h
base_consist.cpp Timetable: Remove timetable_start_subticks, use DateTicksScaled 2023-12-17 23:00:44 +00:00
base_consist.h Timetable: Remove timetable_start_subticks, use DateTicksScaled 2023-12-17 23:00:44 +00:00
base_media_base.h Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
base_media_func.h Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
base_station_base.h Codechange: Redundant use of char * and c_str(). (#11454) 2023-11-10 00:17:36 +00:00
bitmap_type.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
bmp.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
bmp.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
bootstrap_gui.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
bridge_gui.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
bridge_map.cpp Initial implementation of NewGRF custom signal styles 2022-06-19 02:08:38 +01:00
bridge_map.h Codechange: make use of Tile in for all direct map accesses 2023-02-28 07:11:48 +01:00
bridge_signal_map.h Initial implementation of NewGRF custom signal styles 2022-06-19 02:08:38 +01:00
bridge.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
build_vehicle_gui.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
cargo_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
cargoaction.cpp Fix: only count distance traveled in vehicles for cargo payment (#11283) 2023-10-02 19:26:08 +01:00
cargoaction.h Fix: only count distance traveled in vehicles for cargo payment (#11283) 2023-10-02 19:26:08 +01:00
cargomonitor.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
cargomonitor.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
cargopacket.cpp Fix: only count distance traveled in vehicles for cargo payment (#11283) 2023-10-02 19:26:08 +01:00
cargopacket.h Fix: only count distance traveled in vehicles for cargo payment (#11283) 2023-10-02 19:26:08 +01:00
cargotype.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
cargotype.h Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
cheat_func.h Remove Cheats/ExtraCheats distinction 2023-11-26 11:32:26 +00:00
cheat_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
cheat_type.h Remove Cheats/ExtraCheats distinction 2023-11-26 11:32:26 +00:00
cheat.cpp Remove Cheats/ExtraCheats distinction 2023-11-26 11:32:26 +00:00
clear_cmd.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
clear_func.h
clear_map.h Codechange: make use of Tile in for all direct map accesses 2023-02-28 07:11:48 +01:00
CMakeLists.txt Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00:00
cmd_helper.h
command_aux.h Add various missing includes 2023-07-03 23:44:54 +01:00
command_func.h Scheduled dispatch: Allow moving dispatch schedules in schedule list 2023-09-23 12:05:05 +01:00
command_log.h Move command log functions to their own header, fix missing include 2023-08-11 20:00:13 +01:00
command_type.h Scheduled dispatch: Allow moving dispatch schedules in schedule list 2023-09-23 12:05:05 +01:00
command.cpp Add setting to allow auto-fill signal dragging to skip over stations/waypoints 2023-12-19 22:25:05 +00:00
company_base.h Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00:00
company_cmd.cpp Debug: De-duplicate formatting of hex dates for desync/random logging 2023-12-19 17:55:57 +00:00
company_func.h Merge branch 'master' into jgrpp 2023-11-09 01:55:23 +00:00
company_gui.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
company_gui.h
company_manager_face.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
company_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
console_cmds.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
console_func.h Merge branch 'master' into jgrpp 2023-09-15 20:44:22 +01:00
console_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
console_gui.h
console_internal.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
console_type.h
console.cpp Merge branch 'master' into jgrpp 2023-09-15 20:44:22 +01:00
cpu.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
cpu.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
crashlog_bfd.h
crashlog.cpp Merge branch 'master' into jgrpp 2023-11-13 19:08:22 +00:00
crashlog.h Merge branch 'master' into jgrpp 2023-11-13 19:08:22 +00:00
currency.cpp Merge branch 'master' into jgrpp 2023-09-12 20:06:47 +01:00
currency.h Merge branch 'master' into jgrpp 2023-09-12 20:06:47 +01:00
date_func.h Debug: De-duplicate formatting of hex dates for desync/random logging 2023-12-19 17:55:57 +00:00
date_gui.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
date_gui.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 2023-04-26 07:14:03 -04:00
date_type.h Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
date.cpp Debug: De-duplicate formatting of hex dates for desync/random logging 2023-12-19 17:55:57 +00:00
debug_desync.h
debug_fmt.h Change fmt include in debug_fmt.h 2023-07-04 19:01:52 +01:00
debug_settings.h Add chicken bit to allow test/exec mismatch for all commands 2023-09-22 17:00:33 +01:00
debug.cpp MinGW: Remove direct mingw-std-threads includes 2023-12-13 23:11:20 +00:00
debug.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
dedicated.cpp Merge branch 'master' into jgrpp 2023-11-13 19:08:22 +00:00
departures_func.h Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
departures_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
departures_gui.h
departures_type.h Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
departures.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
depot_base.h Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00: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 Codechange: do not declare functions in blocks 2023-01-29 20:28:45 +01:00
depot_gui.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
depot_map.h Codechange: make use of Tile in for all direct map accesses 2023-02-28 07:11:48 +01:00
depot_type.h Merge branch 'master' into jgrpp 2023-11-13 19:08:22 +00:00
depot.cpp Rename close window functions to match upstream 2023-09-15 21:17:25 +01:00
direction_func.h Change various asserts to not be included in release builds 2022-10-22 12:34:54 +01:00
direction_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 2023-04-23 17:46:14 +01:00
disaster_vehicle.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
disaster_vehicle.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
dock_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
driver.cpp Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
driver.h Fix: disable hardware acceleration when GPU driver crashed the game last attempt (#10928) 2023-07-04 19:01:52 +01:00
economy_base.h Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00:00
economy_func.h Codechange: cleanup CargoPacket in terms of variable/function names (#11278) 2023-10-01 23:40:38 +01:00
economy_type.h Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00:00
economy.cpp Debug: De-duplicate formatting of hex dates for desync/random logging 2023-12-19 17:55:57 +00:00
effectvehicle_base.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
effectvehicle_func.h
effectvehicle.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
elrail_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
elrail.cpp Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00:00
engine_base.h Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
engine_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
engine_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
engine_gui.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
engine_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
engine.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
error_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
error.h Fix type issues with string parameter structs 2023-11-09 16:09:47 +00:00
event_logs.cpp
event_logs.h
fileio_func.h Fix search path de-duplication changing search path order 2023-11-30 21:10:44 +00:00
fileio_type.h
fileio.cpp Fix search path de-duplication changing search path order 2023-11-30 21:10:44 +00:00
fios_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
fios.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
fios.h Merge branch 'master' into jgrpp 2023-08-19 01:28:36 +01:00
fontcache.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
fontcache.h Test: Add upstream tests 2023-12-13 20:05:18 +00:00
fontdetection.h Codechange: Pass language for font detection as std::string. (#10964) 2023-06-06 20:55:56 +00:00
framerate_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
framerate_type.h Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
gamelog_internal.h Change gamelog to use std::vector 2023-07-03 22:42:59 +01:00
gamelog.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
gamelog.h Merge branch 'master' into jgrpp 2023-09-12 20:06:47 +01:00
genworld_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
genworld.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
genworld.h MinGW: Remove direct mingw-std-threads includes 2023-12-13 23:11:20 +00:00
gfx_func.h Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
gfx_layout_fallback.cpp Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
gfx_layout_fallback.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
gfx_layout_icu.cpp Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
gfx_layout_icu.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
gfx_layout.cpp Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00:00
gfx_layout.h Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00:00
gfx_type.h Merge branch 'master' into jgrpp 2023-09-02 20:48:58 +01:00
gfx.cpp Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
gfxinit.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
gfxinit.h
goal_base.h Feature: [GS] Goal destination can be updated (#10817) 2023-09-02 19:26:54 +01:00
goal_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
goal_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
goal.cpp Rename close window functions to match upstream 2023-09-15 21:17:25 +01:00
graph_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
graph_gui.h Feature: [GS] Scriptable league tables (#10001) 2022-12-03 22:28:49 +00:00
ground_vehicle.cpp Add setting to also limit acceleration when using realistic braking 2023-08-09 00:16:28 +01:00
ground_vehicle.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
group_cmd.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
group_gui_list.h Merge branch 'master' into jgrpp 2023-08-19 01:28:36 +01:00
group_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
group_gui.h
group_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
group.h Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
gui.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
guitimer_func.h Codechange: migrate all Window-related timers to the new framework 2023-04-15 13:58:55 +02:00
heightmap.cpp Add setting for map edge behaviour, and how to display area outside map 2023-12-22 17:32:44 +00:00
heightmap.h
help_gui.cpp Codechange: pass std::string references to OpenBrowser 2023-11-29 02:02:30 +01:00
help_gui.h Feature: Help and manuals access window 2023-09-13 16:11:08 +02:00
highscore_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
highscore.cpp Merge branch 'master' into jgrpp 2023-09-12 18:25:49 +01:00
highscore.h Merge branch 'master' into jgrpp 2023-09-12 18:25:49 +01:00
hotkeys.cpp Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
hotkeys.h Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
house_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
house.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
industry_cmd.cpp Use std::array for industry/industry spec input/output arrays 2023-12-19 02:39:54 +00:00
industry_gui.cpp Use std::array for industry/industry spec input/output arrays 2023-12-19 02:39:54 +00:00
industry_map.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
industry_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
industry.h Use std::array for industry/industry spec input/output arrays 2023-12-19 02:39:54 +00:00
industrytype.h Use std::array for industry/industry spec input/output arrays 2023-12-19 02:39:54 +00:00
infrastructure_func.h Infra sharing: Disallow control over other company trains wholly in depots 2022-12-31 17:55:32 +00:00
infrastructure.cpp Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
ini_load.cpp Fix 233aac5: Set newline default comment for new groups. (#11411) 2023-11-25 13:31:04 +00:00
ini_type.h Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
ini.cpp Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
intro_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
landscape_ppz.cpp Add: unit test functionality using catch2 2023-08-19 10:18:31 +01:00
landscape_type.h
landscape.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
landscape.h Add various missing includes 2023-07-03 23:44:54 +01:00
language.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
league_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
league_cmd.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
league_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
league_gui.cpp Fix: Some NWidget lists were not properly closed. (#11425) 2023-11-25 13:33:18 +00:00
league_gui.h Feature: [GS] Scriptable league tables (#10001) 2022-12-03 22:28:49 +00:00
league_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
livery.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 2023-04-23 17:46:14 +01:00
load_check.h Show savegame version/info in load window if sl debug enabled 2023-11-18 13:24:25 +00:00
main_gui.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
map_func.h Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 2023-11-06 20:29:35 +00:00
map_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
map.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 2023-11-06 20:29:35 +00:00
misc_cmd.cpp Remove Cheats/ExtraCheats distinction 2023-11-26 11:32:26 +00:00
misc_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
misc.cpp Replace BytesToHexString with FormatArrayAsHex 2023-11-13 23:44:36 +00:00
mixer.cpp Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
mixer.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
music_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
music.cpp Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
newgrf_airport.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
newgrf_airport.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
newgrf_airporttiles.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
newgrf_airporttiles.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
newgrf_analysis.cpp VarAction2: Fix callback analysis through real sprite groups 2023-12-17 13:57:24 +00:00
newgrf_analysis.h Avoid unnecessary viewport redraws for unused tile loop house triggers 2022-11-24 02:38:10 +00:00
newgrf_animation_base.h Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
newgrf_animation_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
newgrf_cache_check.h
newgrf_callbacks.h Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
newgrf_canal.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
newgrf_canal.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
newgrf_cargo.cpp Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
newgrf_cargo.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
newgrf_class_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
newgrf_class.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
newgrf_commons.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
newgrf_commons.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
newgrf_config.cpp MinGW: Remove direct mingw-std-threads includes 2023-12-13 23:11:20 +00:00
newgrf_config.h Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
newgrf_debug_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
newgrf_debug.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
newgrf_engine.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
newgrf_engine.h Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
newgrf_extension.cpp Add railtype variable for adjacent crossing information 2023-11-26 17:29:27 +00:00
newgrf_extension.h Add railtype variable for adjacent crossing information 2023-11-26 17:29:27 +00:00
newgrf_generic.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
newgrf_generic.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
newgrf_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
newgrf_house.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 2023-11-06 20:29:35 +00:00
newgrf_house.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
newgrf_industries.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
newgrf_industries.h Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
newgrf_industrytiles_analysis.h GRF analysis: Check for indtile anim next frame callback per layout subset 2023-12-07 01:51:47 +00:00
newgrf_industrytiles.cpp GRF analysis: Check for indtile anim next frame callback per layout subset 2023-12-07 01:51:47 +00:00
newgrf_industrytiles.h Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
newgrf_internal.h Add various missing includes 2023-07-03 23:44:54 +01:00
newgrf_newlandscape.cpp Add new landscape variable for ground density and snow presence 2022-12-12 23:19:44 +00:00
newgrf_newlandscape.h Add various missing includes 2023-07-03 23:44:54 +01:00
newgrf_newsignals.cpp Add railtype and signals variables for signal vertical clearance 2023-04-04 20:29:22 +01:00
newgrf_newsignals.h Add railtype and signals variables for signal vertical clearance 2023-04-04 20:29:22 +01:00
newgrf_object.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
newgrf_object.h Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
newgrf_optimiser.cpp VarAction2: Don't set skip CB flag if NGOF_NO_OPT_VARACT2_CB_QUICK_EXIT set 2023-12-17 16:38:31 +00:00
newgrf_profiling.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
newgrf_profiling.h Codechange: Delete date_type.h 2023-09-10 08:40:25 -04:00
newgrf_properties.h
newgrf_railtype.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
newgrf_railtype.h Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00:00
newgrf_roadstop.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
newgrf_roadstop.h Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
newgrf_roadtype.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
newgrf_roadtype.h Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
newgrf_sound.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
newgrf_sound.h Feature: Hotkey to honk a vehicle's horn (#10110) 2022-11-10 21:36:18 +01:00
newgrf_spritegroup.cpp VarAction2: Add extra DSG flag for early exit when executing CBs 2023-12-07 17:53:13 +00:00
newgrf_spritegroup.h VarAction2: Fix callback analysis through real sprite groups 2023-12-17 13:57:24 +00:00
newgrf_station.cpp Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
newgrf_station.h Add savegame flag for station tile cache flags 2023-09-30 16:41:49 +01:00
newgrf_storage.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
newgrf_storage.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
newgrf_text.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
newgrf_text.h Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
newgrf_town.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 2023-11-06 20:29:35 +00:00
newgrf_town.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
newgrf_townname.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
newgrf_townname.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
newgrf.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
newgrf.h Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
news_func.h Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 2023-11-06 20:29:35 +00:00
news_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
news_gui.h
news_type.h Fix type issues with string parameter structs 2023-11-09 16:09:47 +00:00
object_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
object_cmd.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
object_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
object_map.h Codechange: make use of Tile in for all direct map accesses 2023-02-28 07:11:48 +01:00
object_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
object.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
openttd.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
openttd.h Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
order_backup.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
order_backup.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
order_base.h Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
order_cmd.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
order_cmd.h Conditional order: Replace "next station" with manually set station 2023-08-27 13:47:40 +01:00
order_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
order_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
order_type.h Conditional order: Replace "next station" with manually set station 2023-08-27 13:47:40 +01:00
osk_gui.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
pbs.cpp Improve train speed adaptation with realistic braking 2023-11-25 00:23:27 +00:00
pbs.h Improve train speed adaptation with realistic braking 2023-11-25 00:23:27 +00:00
plans_base.h Remove incorrect nullness check 2023-02-15 22:52:35 +00:00
plans_cmd.cpp Fix plan lines not being refreshed when privacy mode changed 2022-12-11 15:36:23 +00:00
plans_func.h
plans_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
plans_type.h Merge branch 'master' into jgrpp 2023-07-02 12:02:36 +01:00
plans.cpp Command: Replace binary_length field with auxiliary data 2022-12-07 21:14:34 +00:00
programmable_signals_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
programmable_signals.cpp Rename close window functions to match upstream 2023-09-15 21:17:25 +01:00
programmable_signals.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
progress.cpp
progress.h
querystring_gui.h Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00:00
rail_cmd.cpp Add setting to allow auto-fill signal dragging to skip over stations/waypoints 2023-12-19 22:25:05 +00:00
rail_gui_type.h
rail_gui.cpp Add setting to allow auto-fill signal dragging to skip over stations/waypoints 2023-12-19 22:25:05 +00:00
rail_gui.h Enable picker tool for rail signals 2023-09-03 00:29:36 +01:00
rail_map.h Feature: Orientation of rail and road depots can be changed (#9642) 2023-07-01 08:11:31 -04:00
rail_type.h Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
rail.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
rail.h Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00:00
random_access_file_type.h Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00:00
random_access_file.cpp Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00:00
rev.cpp.in Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
rev.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
road_cmd.cpp Codechange: Use consistent name for bay road stops 2023-11-28 14:24:33 -05:00
road_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
road_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
road_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
road_gui.h Add picker tool to main toolbar help menu 2023-06-05 19:37:33 +01:00
road_internal.h
road_map.cpp Codechange: make use of Tile in for all direct map accesses 2023-02-28 07:11:48 +01:00
road_map.h Codechange: Rename RoadType parameter of MakeRoadDepot 2023-09-15 18:21:12 +02:00
road_type.h Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
road.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
road.h Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
roadstop_base.h
roadstop.cpp Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
roadveh_cmd.cpp Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
roadveh_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
roadveh.h Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
safeguards.h Remove: now unused stredup 2023-07-03 18:08:03 +02:00
schdispatch_cmd.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
schdispatch_gui.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
schdispatch.h Scheduled dispatch: Remove scheduled_dispatch_start_full_date_fract 2023-12-17 23:00:45 +00:00
scope_info.cpp
scope_info.h
scope.h Formatting: Fix indentation of public/private specifiers 2023-02-28 01:44:28 +00:00
screenshot_gui.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
screenshot_gui.h
screenshot.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
screenshot.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
settings_func.h Split save/load settings into separate INI files 2023-11-18 20:00:55 +00:00
settings_gui.cpp Add setting for map edge behaviour, and how to display area outside map 2023-12-22 17:32:44 +00:00
settings_gui.h Change: Move baseset missing/corrupted files label to list item. (#11455) 2023-11-10 12:25:56 +00:00
settings_internal.h Split save/load settings into separate INI files 2023-11-18 20:00:55 +00:00
settings_type.h Add setting for map edge behaviour, and how to display area outside map 2023-12-22 17:32:44 +00:00
settings.cpp Add setting for map edge behaviour, and how to display area outside map 2023-12-22 17:32:44 +00:00
ship_cmd.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
ship_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
ship.h Change ship path cache to be optional and use a ring buffer 2023-08-16 15:20:24 +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 Settings: Adjust types some to fix saveload size mismatches 2023-12-17 13:33:21 +00:00
signal.cpp Don't maintain unused new signal style mappings when there are no signals 2023-12-05 18:21:42 +00:00
signs_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
signs_cmd.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
signs_func.h
signs_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
signs_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
signs.cpp
slope_func.h Merge branch 'master' into jgrpp 2023-04-12 19:34:11 +01:00
slope_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
smallmap_colours.h
smallmap_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
smallmap_gui.h Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
sortlist_type.h Codechange: Delete date_type.h 2023-09-10 08:40:25 -04:00
sound_func.h
sound_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
sound.cpp Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
sprite.cpp Sprite cache: Allow caching only required subset of sprite zoom levels 2023-08-22 22:16:04 +01:00
sprite.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
spritecache_internal.h Spritecache: Move SpriteCache, SpriteDataBuffer to internal header 2023-12-13 19:24:37 +00:00
spritecache.cpp Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
spritecache.h Sprite cache: Move LRU to struct Sprite 2023-08-23 01:30:57 +01:00
station_base.h Merge branch 'master' into jgrpp 2023-11-25 14:14:00 +00:00
station_cmd.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
station_func.h Link graph: Use timetable for order-based link refresh travel time estimate 2023-12-02 17:53:33 +00:00
station_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
station_gui.h Feature: Highlight waypoint tiles when adjacent or distant joining 2023-06-04 16:54:48 +01:00
station_kdtree.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
station_map.h Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
station_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
station.cpp Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
statusbar_gui.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
statusbar_gui.h
stdafx.h Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
story_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
story_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
story_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
story.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 2023-11-06 20:29:35 +00:00
string_base.h Codechange: use default dtor instead of empty (#10826) 2023-05-14 23:31:03 +02:00
string_extra.cpp Merge branch 'master' into jgrpp 2023-07-02 12:02:36 +01:00
string_func_extra.h
string_func.h Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
string_type.h Cleanup: remove typedefs for non _t (u)int types and WChar 2023-07-19 19:30:14 +02:00
string.cpp String: Do not truncate output in stdstr_vfmt 2023-12-19 18:45:32 +00:00
stringfilter_type.h Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
stringfilter.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
strings_func.h Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
strings_internal.h Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
strings_type.h Merge branch 'master' into jgrpp 2023-11-09 01:55:23 +00:00
strings.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
subsidy_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
subsidy_func.h
subsidy_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
subsidy_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
subsidy.cpp Codechange: Move date consts and functions to CalendarTime and TimerGameCalendar classes 2023-09-10 08:40:25 -04:00
tar_type.h Codechange: Move includes for common STL headers to stdafx. 2023-05-17 10:14:41 +01:00
tbtr_template_gui_create.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
tbtr_template_gui_create.h
tbtr_template_gui_main.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
tbtr_template_gui_main.h Merge branch 'master' into jgrpp 2023-08-19 01:28:36 +01:00
tbtr_template_vehicle_func.cpp TBTR: Fix layout of middle panel in RTL languages 2023-08-27 03:08:59 +01:00
tbtr_template_vehicle_func.h TBTR: Handle setting unit direction separately from refits 2023-08-20 22:30:33 +01:00
tbtr_template_vehicle.cpp TBTR: Refactor train/template match function to return difference flags 2023-08-20 22:30:33 +01:00
tbtr_template_vehicle.h TBTR: Adjust config buttons/text in main window 2023-08-26 23:59:52 +01:00
terraform_cmd.cpp Add setting for map edge behaviour, and how to display area outside map 2023-12-22 17:32:44 +00:00
terraform_gui.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
terraform_gui.h
textbuf_gui.h Merge branch 'master' into jgrpp 2023-11-09 01:55:23 +00:00
textbuf_type.h Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00:00
textbuf.cpp Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00:00
texteff.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
texteff.hpp Fix crash which could occur when adding/updating text effects 2023-11-20 19:25:23 +00:00
textfile_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
textfile_gui.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
textfile_type.h Feature: Help and manuals access window 2023-09-13 16:11:08 +02:00
tgp.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
tgp.h
thread.h MinGW: Remove direct mingw-std-threads includes 2023-12-13 23:11:20 +00:00
tile_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
tile_map.cpp Codechange: migrate size related functions to Map structure 2023-01-21 17:11:40 +01:00
tile_map.h Codechange: make use of Tile in for all direct map accesses 2023-02-28 07:11:48 +01:00
tile_type.h Codechange: make explicit when a TileIndex is cast to its basetype (#11190) 2023-08-15 18:12:05 +02:00
tilearea_type.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
tilearea.cpp Codechange: migrate size related functions to Map structure 2023-01-21 17:11:40 +01:00
tilehighlight_func.h
tilehighlight_type.h Allow specifying any palette ID for tile highlight recolouring 2023-05-06 13:11:42 +01:00
tilematrix_type.hpp Codechange: migrate size related functions to Map structure 2023-01-21 17:11:40 +01:00
timetable_cmd.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
timetable_gui.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
timetable.h Codechange: Use ticks for timetable start date 2023-11-25 11:50:46 -05:00
toolbar_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
toolbar_gui.h Merge branch 'master' into jgrpp 2023-11-25 14:14:00 +00:00
town_cmd.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
town_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
town_gui.h
town_kdtree.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
town_map.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 2023-04-26 07:14:03 -04:00
town_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
town.h Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
townname_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
townname_type.h Use btree set for town names list 2023-08-01 19:09:30 +01:00
townname.cpp Merge branch 'master' into jgrpp 2023-11-09 01:55:23 +00:00
tracerestrict_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
tracerestrict.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
tracerestrict.h Tracerestrict: Add long reserve (unless stopping) mode 2023-10-03 20:59:28 +01:00
track_func.h Change various asserts to not be included in release builds 2022-10-22 12:34:54 +01:00
track_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
train_cmd.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
train_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
train_speed_adaptation.h Improve train speed adaptation with realistic braking 2023-11-25 00:23:27 +00:00
train.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
transparency_gui.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
transparency_gui.h
transparency.h Feature: Transparency option for cost and income indicators (#11001) 2023-08-25 16:04:40 +02:00
transport_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
tree_cmd.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
tree_gui.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
tree_map.h Codechange: make use of Tile in for all direct map accesses 2023-02-28 07:11:48 +01:00
tunnel_base.h Initial implementation of NewGRF custom signal styles 2022-06-19 02:08:38 +01:00
tunnel_map.cpp Avoid unordered map/multimap for tunnel tile index and axis height maps 2023-03-06 23:09:29 +00:00
tunnel_map.h Codechange: make use of Tile in for all direct map accesses 2023-02-28 07:11:48 +01:00
tunnelbridge_cmd.cpp Change settings for using default signal graphics and signal recolouring 2023-12-08 21:53:52 +00:00
tunnelbridge_map.h Codechange: make use of Tile in for all direct map accesses 2023-02-28 07:11:48 +01:00
tunnelbridge.h Add railtype and signals variables for signal vertical clearance 2023-04-04 20:29:22 +01:00
unit_conversion.h Merge branch 'master' into jgrpp 2023-06-08 00:01:38 +01:00
vehicle_base.h Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
vehicle_cmd.cpp Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
vehicle_func.h Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
vehicle_gui_base.h Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
vehicle_gui.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
vehicle_gui.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
vehicle_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
vehicle.cpp Strong typedef: Use strong typedefs for date, date tick, minutes types 2023-12-19 02:39:54 +00:00
vehiclelist.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
vehiclelist.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
viewport_func.h Update viewport positions in two stages 2023-09-18 21:44:17 +01:00
viewport_gui.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
viewport_kdtree.h Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
viewport_sprite_sorter_sse4.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
viewport_sprite_sorter.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
viewport_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
viewport.cpp Add setting for map edge behaviour, and how to display area outside map 2023-12-22 17:32:44 +00:00
void_cmd.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
void_map.h Codechange: make use of Tile in for all direct map accesses 2023-02-28 07:11:48 +01:00
walltime_func.h Codechange: use fmt::format and time conversions over "custom" implementation 2023-05-22 15:36:09 +02:00
water_cmd.cpp Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
water_map.h Add pre-check to auxiliary tile loop flooding test 2023-08-17 14:40:07 +01:00
water.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
waypoint_base.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
waypoint_cmd.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
waypoint_func.h
waypoint_gui.cpp Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
waypoint.cpp Rename close window functions to match upstream 2023-09-15 21:17:25 +01:00
widget_type.h Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
widget.cpp Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
window_func.h Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
window_gui.h Merge branch 'master' into jgrpp 2023-12-17 00:37:16 +00:00
window_type.h Merge branch 'master' into jgrpp 2023-11-19 13:00:21 +00:00
window.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
worker_thread.cpp Worker thread pool: Fix worker wake CV notify condition 2023-04-09 12:48:50 +01:00
worker_thread.h MinGW: Remove direct mingw-std-threads includes 2023-12-13 23:11:20 +00:00
zoning_cmd.cpp Merge branch 'master' into jgrpp 2023-07-02 12:02:36 +01:00
zoning_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
zoning.h Settings: Adjust types some to fix saveload size mismatches 2023-12-17 13:33:21 +00:00
zoom_func.h Merge tag '13.0-beta2' into jgrpp 2022-12-04 20:43:11 +00:00
zoom_type.h Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00