OpenTTD-patches/src
Jonathan G Rennison 461fe116f2 Tracerestrict: Pass vehicle ptr instead of index to Occupy/Vacate
And related functions, to avoid unnecessary vehicle pool lookup
2024-01-20 23:28:03 +00:00
..
3rdparty Merge branch 'master' into jgrpp 2024-01-09 18:36:47 +00:00
ai Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
blitter Add scoped helper to temporarily override current blitter 2024-01-18 00:14:39 +00:00
core Add a simple 64 bit to 64 bit hash (from MurmurHash3) 2024-01-18 21:49:30 +00:00
fontcache Merge branch 'master' into jgrpp 2024-01-15 17:42:26 +00:00
game Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
lang Tracerestrict: Add release slot on reserve slot op subtype 2024-01-20 23:06:13 +00:00
linkgraph Linkgraph: Scroll overlay pixel cache instead of clearing it on scroll 2024-01-18 22:07:16 +00:00
misc Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
music Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
network Codechange: minor bits and pieces related to fmt::format() (#11806) 2024-01-16 21:10:34 +00:00
os Merge branch 'master' into jgrpp 2024-01-15 17:42:26 +00:00
pathfinder Tracerestrict: Pass vehicle ptr instead of index to Occupy/Vacate 2024-01-20 23:28:03 +00:00
saveload Codechange: compile-time validate the string format of SlErrorCorruptFmt (#11805) 2024-01-16 20:58:55 +00:00
script Merge branch 'master' into jgrpp 2024-01-16 01:15:58 +00:00
settingsgen Merge branch 'master' into jgrpp 2023-11-25 13:30:06 +00:00
sl Tracerestrict: Remove TRSCOF_ACQUIRE_TRY_ON_RESERVE, same as TRSCOF_ACQUIRE_TRY 2024-01-20 22:49:55 +00:00
sound Merge branch 'master' into jgrpp 2024-01-12 18:57:14 +00:00
spriteloader Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
strgen Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
table Tracerestrict: Add a flag for whether slot conditionals are present 2024-01-20 20:31:56 +00:00
tests Merge branch 'master' into jgrpp 2024-01-15 17:42:26 +00:00
timer Codechange: Simplify ConvertDateToYMD by returning YearMonthDay instead of outputting to a pointer. (#11637) 2023-12-28 21:34:08 +00:00
video Merge branch 'master' into jgrpp 2024-01-16 01:15:58 +00:00
widgets Merge branch 'master' into jgrpp 2024-01-15 17:42:26 +00:00
aircraft_cmd.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
aircraft_gui.cpp Merge branch 'master' into jgrpp 2023-12-17 01:16:48 +00:00
aircraft.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
airport_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
airport.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
airport.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
animated_tile_func.h
animated_tile.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
animated_tile.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
articulated_vehicles.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
articulated_vehicles.h Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
autoreplace_base.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
autoreplace_cmd.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
autoreplace_func.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
autoreplace_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp
autoslope.h Codechange: replace static inline with static for non-class functions 2024-01-06 13:37:33 +01:00
base_consist.cpp Timetable: Remove timetable_start_subticks, use DateTicksScaled 2023-12-17 23:00:44 +00:00
base_consist.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
base_media_base.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
base_media_func.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
base_station_base.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
bitmap_type.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
bmp.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
bmp.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
bootstrap_gui.cpp Merge branch 'master' into jgrpp 2024-01-02 14:44:33 +00:00
bridge_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
bridge_map.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
bridge_map.h Fix upgrading bridge type clearing custom signal style and routing restriction flags 2024-01-20 13:23:08 +00:00
bridge_signal_map.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
bridge.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
build_vehicle_gui.cpp Merge branch 'master' into jgrpp 2024-01-15 17:42:26 +00:00
cargo_type.h Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00: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 Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
cargomonitor.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
cargopacket.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
cargopacket.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
cargotype.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
cargotype.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
cheat_func.h Remove Cheats/ExtraCheats distinction 2023-11-26 11:32:26 +00:00
cheat_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +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 Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
clear_func.h
clear_map.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
CMakeLists.txt Merge branch 'master' into jgrpp 2024-01-12 18:57:14 +00:00
cmd_helper.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
command_aux.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
command_func.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00: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 Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
command.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
company_base.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
company_cmd.cpp Plans: Cache whether any plans are currently visible 2024-01-18 21:58:48 +00:00
company_func.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
company_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
company_gui.h
company_manager_face.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
company_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
console_cmds.cpp Merge branch 'master' into jgrpp 2024-01-18 22:32:09 +00:00
console_func.h Codechange: compile-time validate the string format of IConsolePrint (#11804) 2024-01-16 21:04:35 +00:00
console_gui.cpp Merge branch 'master' into jgrpp 2024-01-15 17:42:26 +00:00
console_gui.h
console_internal.h Merge branch 'master' into jgrpp 2024-01-15 17:42:26 +00:00
console_type.h
console.cpp Merge branch 'master' into jgrpp 2024-01-15 17:42:26 +00:00
cpu.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
cpu.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
crashlog_bfd.h
crashlog.cpp Crash/desync logs: Include non-default settings section 2024-01-10 23:20:47 +00:00
crashlog.h Crash/desync logs: Include non-default settings section 2024-01-10 23:20:47 +00:00
currency.cpp Merge branch 'master' into jgrpp 2024-01-09 17:33:32 +00:00
currency.h Merge branch 'master' into jgrpp 2024-01-09 17:33:32 +00:00
date_func.h Increase DateTicks to 64 bits, fix overflow after year 79455 2024-01-09 00:13:28 +00:00
date_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +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 Increase DateTicks to 64 bits, fix overflow after year 79455 2024-01-09 00:13:28 +00:00
date.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
debug_desync.h Add cache checking of water regions 2024-01-10 17:40:51 +00:00
debug_fmt.h Rename ShowInfo to ShowInfoI, add ShowInfo fmt macro 2024-01-15 17:26:09 +00:00
debug_settings.h Debug: Use zoning dropdown for debug zoning modes 2024-01-10 18:28:43 +00:00
debug.cpp Codechange: minor bits and pieces related to fmt::format() (#11806) 2024-01-16 21:10:34 +00:00
debug.h Rename ShowInfo to ShowInfoI, add ShowInfo fmt macro 2024-01-15 17:26:09 +00: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 Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +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 Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
depot_base.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
depot_cmd.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
depot_func.h Codechange: replace static inline with static for non-class functions 2024-01-06 13:37:33 +01:00
depot_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
depot_map.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
depot_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
depot.cpp Rename close window functions to match upstream 2023-09-15 21:17:25 +01:00
direction_func.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
direction_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 2023-04-23 17:46:14 +01:00
disaster_vehicle.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
disaster_vehicle.h Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
dock_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +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 Change cargo scaling settings to be linear instead of logarithmic 2024-01-16 18:02:34 +00:00
economy_type.h Add settings for town/industry cargo production scaling modes 2024-01-16 19:12:10 +00:00
economy.cpp Plans: Cache whether any plans are currently visible 2024-01-18 21:58:48 +00:00
effectvehicle_base.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
effectvehicle_func.h
effectvehicle.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
elrail_func.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
elrail.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
engine_base.h Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
engine_func.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
engine_gui.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
engine_gui.h Merge branch 'master' into jgrpp 2024-01-15 17:42:26 +00:00
engine_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
engine.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
error_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
error.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
event_logs.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
event_logs.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
fileio_func.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
fileio_type.h
fileio.cpp Use StringBuilder for GetString/GetStringWithArgs, as per upstream 2024-01-05 21:12:54 +00:00
fios_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
fios.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
fios.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
fontcache.cpp Merge branch 'master' into jgrpp 2024-01-15 17:42:26 +00:00
fontcache.h Merge branch 'master' into jgrpp 2024-01-15 17:42:26 +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 FPS graph: Fix excessive switching of horizontal scale for 60 Hz drawing 2024-01-16 22:23:31 +00:00
framerate_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
gamelog_internal.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
gamelog.cpp Codechange: minor bits and pieces related to fmt::format() (#11806) 2024-01-16 21:10:34 +00:00
gamelog.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
genworld_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
genworld.cpp No longer save/load water region invalidation states 2024-01-10 00:51:44 +00:00
genworld.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
gfx_func.h Add scoped helper to temporarily override screen pitch 2024-01-18 00:14:39 +00:00
gfx_layout_fallback.cpp Merge branch 'master' into jgrpp 2024-01-12 18:57:14 +00:00
gfx_layout_fallback.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
gfx_layout_icu.cpp Fix: [HarfBuzz] make HarfBuzz use the same glyphs as we render 2024-01-18 22:32:09 +00:00
gfx_layout_icu.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
gfx_layout.cpp Merge branch 'master' into jgrpp 2024-01-15 17:42:26 +00:00
gfx_layout.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
gfx_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
gfx.cpp Fix #11791, e1f5be62: Run missing-glyph detection after toggling sprite font. (#11812) 2024-01-18 22:32:09 +00:00
gfxinit.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +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 Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
goal_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
goal.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
graph_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
graph_gui.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
ground_vehicle.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
ground_vehicle.hpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
group_cmd.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
group_gui_list.h Merge branch 'master' into jgrpp 2023-08-19 01:28:36 +01:00
group_gui.cpp Fix ctrl-drag over new group button in group list window 2024-01-17 19:31:54 +00:00
group_gui.h
group_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
group.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
gui.h Merge branch 'master' into jgrpp 2024-01-15 17:42:26 +00:00
guitimer_func.h Codechange: migrate all Window-related timers to the new framework 2023-04-15 13:58:55 +02:00
heightmap.cpp Fix enabling map edge mode setting when void edge tiles were not flat 2024-01-13 13:33:01 +00:00
heightmap.h
help_gui.cpp Codechange: Missing some conversions to WidgetID. (#11773) 2024-01-14 16:47:10 +00:00
help_gui.h Feature: Help and manuals access window 2023-09-13 16:11:08 +02:00
highscore_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
highscore.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
highscore.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
hotkeys.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
hotkeys.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
house_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
house.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
industry_cmd.cpp Change cargo scaling settings to be linear instead of logarithmic 2024-01-16 18:02:34 +00:00
industry_gui.cpp Change cargo scaling settings to be linear instead of logarithmic 2024-01-16 18:02:34 +00:00
industry_map.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
industry_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
industry.h Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
industrytype.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
infrastructure_func.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
infrastructure.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
ini_load.cpp Fix #11644: Off by one error/buffer over-read in StrMakeValid (#11645) 2024-01-01 13:26:31 -05: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 2024-01-02 14:44:33 +00:00
landscape_ppz.cpp Add: unit test functionality using catch2 2023-08-19 10:18:31 +01:00
landscape_type.h
landscape.cpp Used curved instead of square circular area for mapgen water desert removal 2024-01-09 08:35:07 +00:00
landscape.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
language.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
league_base.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
league_cmd.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00: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: NWidgetParts must use unscaled dimensions. (#11794) 2024-01-15 23:02:25 +00:00
league_gui.h
league_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
library_loader.h Merge branch 'master' into jgrpp 2024-01-12 18:57:14 +00:00
livery.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 2023-04-23 17:46:14 +01:00
load_check.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
main_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
map_func.h Add function to iterate (curved) circular tile area 2024-01-09 08:35:06 +00:00
map_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
map.cpp No longer save/load water region invalidation states 2024-01-10 00:51:44 +00:00
misc_cmd.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
misc_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
misc.cpp Plans: Cache whether any plans are currently visible 2024-01-18 21:58:48 +00:00
mixer.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
mixer.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
music_gui.cpp Merge branch 'master' into jgrpp 2024-01-02 14:44:33 +00:00
music.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_airport.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_airport.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_airporttiles.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_airporttiles.h Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
newgrf_analysis.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_analysis.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_animation_base.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_animation_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_cache_check.h
newgrf_callbacks.h Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
newgrf_canal.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_canal.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_cargo.cpp Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 2024-01-09 18:56:05 +00:00
newgrf_cargo.h Codechange: Rename and move SpriteGroup-specific cargo types into a namespace. 2024-01-09 18:56:05 +00:00
newgrf_class_func.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_class.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_commons.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_commons.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_config.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_config.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_debug_gui.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
newgrf_debug.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_engine.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
newgrf_engine.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_extension.cpp Add railtype variable for adjacent crossing information 2023-11-26 17:29:27 +00:00
newgrf_extension.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_generic.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_generic.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_house.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
newgrf_house.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_industries.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
newgrf_industries.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_industrytiles_analysis.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_industrytiles.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_industrytiles.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_internal.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_newlandscape.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_newlandscape.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_newsignals.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_newsignals.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_object.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_object.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_optimiser.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_profiling.cpp Codechange: minor bits and pieces related to fmt::format() (#11806) 2024-01-16 21:10:34 +00:00
newgrf_profiling.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_properties.h
newgrf_railtype.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_railtype.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_roadstop.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
newgrf_roadstop.h Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
newgrf_roadtype.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_roadtype.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_sound.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_sound.h
newgrf_spritegroup.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_spritegroup.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_station.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
newgrf_station.h Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
newgrf_storage.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
newgrf_storage.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_text.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_text.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_town.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_town.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
newgrf_townname.cpp Use StringBuilder for GetString/GetStringWithArgs, as per upstream 2024-01-05 21:12:54 +00:00
newgrf_townname.h Use StringBuilder for GetString/GetStringWithArgs, as per upstream 2024-01-05 21:12:54 +00:00
newgrf.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
newgrf.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
news_func.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
news_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
news_gui.h
news_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
object_base.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
object_cmd.cpp Fix missing water region invalidations for rail with water and water objects 2024-01-10 19:01:52 +00:00
object_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
object_map.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
object_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
object.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
openttd.cpp Plans: Cache whether any plans are currently visible 2024-01-18 21:58:48 +00:00
openttd.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
order_backup.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
order_backup.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
order_base.h Add try to acquire slot order subtype 2024-01-11 21:04:49 +00:00
order_cmd.cpp Tracerestrict: Pass vehicle ptr instead of index to Occupy/Vacate 2024-01-20 23:28:03 +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 Fix #11748: Incorrect clamping of negative service interval values (#11749) 2024-01-10 17:44:51 +00:00
order_gui.cpp Add try to acquire slot order subtype 2024-01-11 21:04:49 +00:00
order_type.h Add try to acquire slot order subtype 2024-01-11 21:04:49 +00:00
osk_gui.cpp Merge branch 'master' into jgrpp 2024-01-15 17:42:26 +00:00
palette_func.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
palette.cpp Merge branch 'master' into jgrpp 2023-12-28 16:56:54 +00:00
pbs.cpp Tracerestrict: Remove TRPISP_PBS_RES_END_RELEASE 2024-01-20 22:24:19 +00:00
pbs.h Tracerestrict: Handle slot acquire on tunnel/bridge entrance reserve 2024-01-20 22:20:51 +00:00
plans_base.h Plans: Cache whether any plans are currently visible 2024-01-18 21:58:48 +00:00
plans_cmd.cpp Plans: Cache whether any plans are currently visible 2024-01-18 21:58:48 +00:00
plans_func.h Plans: Cache whether any plans are currently visible 2024-01-18 21:58:48 +00:00
plans_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
plans_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
plans.cpp Plans: Cache whether any plans are currently visible 2024-01-18 21:58:48 +00:00
programmable_signals_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
programmable_signals.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
programmable_signals.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
progress.cpp
progress.h Codechange: replace static inline with static for non-class functions 2024-01-06 13:37:33 +01:00
querystring_gui.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
rail_cmd.cpp Merge branch 'master' into jgrpp 2024-01-16 01:15:58 +00:00
rail_gui_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
rail_gui.cpp Merge branch 'master' into jgrpp 2024-01-16 01:15:58 +00:00
rail_gui.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
rail_map.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
rail_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +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 Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
random_access_file_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
random_access_file.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
rev.cpp.in Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
rev.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
road_cmd.cpp Fix: Clear one way state when removing road from road+tram tile 2024-01-09 20:57:53 +01: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 Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
road_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +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
road_map.h Fix road/tram type load check for savegame versions before 62 2024-01-15 19:37:54 +00:00
road_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
road.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
road.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
roadstop_base.h
roadstop.cpp Merge branch 'master' into jgrpp 2023-12-17 23:00:46 +00:00
roadveh_cmd.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
roadveh_gui.cpp Merge branch 'master' into jgrpp 2023-12-23 13:26:55 +00:00
roadveh.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
safeguards.h Remove: now unused stredup 2023-07-03 18:08:03 +02:00
schdispatch_cmd.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
schdispatch_gui.cpp Scheduled dispatch: Warn when last departure is >= 23 hours in future 2024-01-13 23:44:39 +00:00
schdispatch.h Scheduled dispatch: Remove scheduled_dispatch_start_full_date_fract 2023-12-17 23:00:45 +00:00
scope_info.cpp Debug: Change output format of scope_dumper::VehicleInfo 2024-01-06 16:04:02 +00:00
scope_info.h
scope.h
screenshot_gui.cpp Merge branch 'master' into jgrpp 2024-01-02 14:44:33 +00:00
screenshot_gui.h
screenshot.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
screenshot.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
settings_func.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
settings_gui.cpp Add settings for town/industry cargo production scaling modes 2024-01-16 19:12:10 +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 Add SettingOnGuiCtrlType mode for setting value dparam overrides 2024-01-16 17:47:07 +00:00
settings_type.h Add settings for town/industry cargo production scaling modes 2024-01-16 19:12:10 +00:00
settings.cpp Add settings for town/industry cargo production scaling modes 2024-01-16 19:12:10 +00:00
ship_cmd.cpp Clear ship path cache when performing collision avoidance 2024-01-09 19:57:30 +00:00
ship_gui.cpp Use StringBuilder for GetString/GetStringWithArgs, as per upstream 2024-01-05 21:12:54 +00:00
ship.h Merge branch 'master' into jgrpp 2024-01-09 18:36:47 +00:00
signal_func.h Merge branch 'master' into jgrpp 2024-01-16 01:15:58 +00:00
signal_type.h Merge branch 'master' into jgrpp 2024-01-16 01:15:58 +00:00
signal.cpp Merge branch 'master' into jgrpp 2024-01-16 01:15:58 +00:00
signs_base.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
signs_cmd.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
signs_func.h
signs_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
signs_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
signs.cpp
slope_func.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
slope_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
smallmap_colours.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
smallmap_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
smallmap_gui.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
sortlist_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
sound_func.h
sound_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
sound.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
sprite.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
sprite.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
spritecache_internal.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
spritecache.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
spritecache.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
station_base.h Slightly speed up unordered iteration of FlowStatMap 2024-01-16 23:15:56 +00:00
station_cmd.cpp Slightly speed up unordered iteration of FlowStatMap 2024-01-16 23:15:56 +00:00
station_func.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
station_gui.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +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 Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
station_map.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
station_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
station.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
statusbar_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
statusbar_gui.h
stdafx.h Assert: Add more assert macros for using a simple string as the extra text 2024-01-08 22:22:11 +00:00
story_base.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
story_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
story_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
story.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +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 Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
string_func.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
string_type.h Cleanup: remove typedefs for non _t (u)int types and WChar 2024-01-07 17:20:41 +00:00
string.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
stringfilter_type.h Merge branch 'master' into jgrpp 2023-11-29 20:42:29 +00:00
stringfilter.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
strings_func.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
strings_internal.h Use StringBuilder for GetString/GetStringWithArgs, as per upstream 2024-01-05 21:12:54 +00:00
strings_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
strings.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
subsidy_base.h Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
subsidy_func.h
subsidy_gui.cpp Merge branch 'master' into jgrpp 2024-01-02 14:44:33 +00:00
subsidy_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
subsidy.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
survey.cpp Merge branch 'master' into jgrpp 2024-01-14 12:53:24 +00:00
survey.h Survey: Update to match upstream 2024-01-05 22:35:20 +00: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 Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
tbtr_template_gui_create.h
tbtr_template_gui_main.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +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 Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
tbtr_template_vehicle_func.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
tbtr_template_vehicle.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
tbtr_template_vehicle.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
terraform_cmd.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
terraform_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
terraform_gui.h
textbuf_gui.h Merge branch 'master' into jgrpp 2023-11-09 01:55:23 +00:00
textbuf_type.h Use StringBuilder for GetString/GetStringWithArgs, as per upstream 2024-01-05 21:12:54 +00:00
textbuf.cpp Use StringBuilder for GetString/GetStringWithArgs, as per upstream 2024-01-05 21:12:54 +00:00
texteff.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
texteff.hpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
textfile_gui.cpp Merge branch 'master' into jgrpp 2024-01-02 14:44:33 +00:00
textfile_gui.h Merge branch 'master' into jgrpp 2024-01-02 14:44:33 +00:00
textfile_type.h Feature: Help and manuals access window 2023-09-13 16:11:08 +02:00
tgp.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
tgp.h
thread.h Merge branch 'master' into jgrpp 2024-01-05 13:37:52 +00:00
tile_cmd.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
tile_map.cpp
tile_map.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
tile_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
tilearea_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
tilearea.cpp
tilehighlight_func.h Merge branch 'master' into jgrpp 2024-01-02 14:44:33 +00:00
tilehighlight_type.h Allow specifying any palette ID for tile highlight recolouring 2023-05-06 13:11:42 +01:00
tilematrix_type.hpp Merge branch 'master' into jgrpp 2024-01-05 13:37:52 +00:00
timetable_cmd.cpp Update scheduled dispatch window when vehicle acquires dispatch slot 2024-01-14 01:18:20 +00:00
timetable_gui.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
timetable.h Feature: Mode to display timetable in seconds 2023-12-11 07:12:45 -05:00
toolbar_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
toolbar_gui.h Merge branch 'master' into jgrpp 2023-11-25 14:14:00 +00:00
town_cmd.cpp Change cargo scaling settings to be linear instead of logarithmic 2024-01-16 18:02:34 +00:00
town_gui.cpp Move instead of copy town list into ShowSelectTownWindow 2024-01-12 17:35:16 +00:00
town_gui.h
town_kdtree.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
town_map.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
town_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
town.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
townname_func.h Use StringBuilder for GetString/GetStringWithArgs, as per upstream 2024-01-05 21:12:54 +00:00
townname_type.h Use StringBuilder for GetString/GetStringWithArgs, as per upstream 2024-01-05 21:12:54 +00:00
townname.cpp Use StringBuilder for GetString/GetStringWithArgs, as per upstream 2024-01-05 21:12:54 +00:00
tracerestrict_gui.cpp Tracerestrict: Add release slot on reserve slot op subtype 2024-01-20 23:06:13 +00:00
tracerestrict.cpp Tracerestrict: Pass vehicle ptr instead of index to Occupy/Vacate 2024-01-20 23:28:03 +00:00
tracerestrict.h Tracerestrict: Pass vehicle ptr instead of index to Occupy/Vacate 2024-01-20 23:28:03 +00:00
track_func.h Merge branch 'master' into jgrpp 2024-01-09 18:36:47 +00:00
track_type.h Merge branch 'master' into jgrpp 2024-01-09 18:36:47 +00:00
train_cmd.cpp Tracerestrict: Handle slot acquire on tunnel/bridge entrance reserve 2024-01-20 22:20:51 +00:00
train_gui.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
train_speed_adaptation.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
train.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
transparency_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
transparency_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
transparency.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
transport_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
tree_cmd.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
tree_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
tree_map.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
tunnel_base.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
tunnel_map.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
tunnel_map.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
tunnelbridge_cmd.cpp Merge branch 'master' into jgrpp 2024-01-16 01:15:58 +00:00
tunnelbridge_map.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
tunnelbridge.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
unit_conversion.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
vehicle_base.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
vehicle_cmd.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
vehicle_func.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
vehicle_gui_base.h Codechange: Redefine some cargo-related values in terms of CargoID instead of CargoType. 2024-01-09 18:56:05 +00:00
vehicle_gui.cpp Tracerestrict: Sort slots by name in vehicle window 2024-01-20 22:29:36 +00:00
vehicle_gui.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
vehicle_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
vehicle.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
vehiclelist_func.h Codechange: Build station and depot vehicle lists from shared order lists. (#11676) 2024-01-05 18:59:38 +00:00
vehiclelist.cpp Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
vehiclelist.h Merge branch 'master' into jgrpp 2024-01-11 17:55:16 +00:00
viewport_func.h Linkgraph: Scroll overlay pixel cache instead of clearing it on scroll 2024-01-18 22:07:16 +00:00
viewport_gui.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
viewport_kdtree.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +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 Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
viewport_type.h Linkgraph: Scroll overlay pixel cache instead of clearing it on scroll 2024-01-18 22:07:16 +00:00
viewport.cpp Linkgraph: Scroll overlay pixel cache instead of clearing it on scroll 2024-01-18 22:07:16 +00:00
void_cmd.cpp Merge branch 'master' into jgrpp 2023-11-20 22:27:05 +00:00
void_map.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00: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 2024-01-09 18:36:47 +00:00
water_map.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
water.h Used curved instead of square circular area for mapgen water desert removal 2024-01-09 08:35:07 +00:00
waypoint_base.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
waypoint_cmd.cpp Merge branch 'master' into jgrpp 2024-01-09 18:36:47 +00:00
waypoint_func.h
waypoint_gui.cpp Merge branch 'master' into jgrpp 2024-01-02 14:44:33 +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 2024-01-16 01:15:58 +00:00
widget.cpp Merge branch 'master' into jgrpp 2024-01-18 22:32:09 +00:00
window_func.h Merge branch 'master' into jgrpp 2024-01-02 14:44:33 +00:00
window_gui.h Codechange: Missing some conversions to WidgetID. (#11773) 2024-01-14 16:47:10 +00:00
window_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00
window.cpp Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +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 2024-01-11 17:55:16 +00:00
zoning_gui.cpp Debug: Use zoning dropdown for debug zoning modes 2024-01-10 18:28:43 +00:00
zoning.h Debug: Use zoning dropdown for debug zoning modes 2024-01-10 18:28:43 +00:00
zoom_func.h Merge branch 'master' into jgrpp 2024-01-07 15:00:16 +00:00
zoom_type.h Adding of _t to (u)int types, and WChar to char32_t 2024-01-07 17:20:41 +00:00