OpenTTD/src
2025-04-30 19:33:56 +02:00
..
3rdparty
ai Codechange: Pass Script Info by reference. 2025-04-28 23:08:20 +01:00
blitter
core Codechange: Add format_append as short-hand to format_to + back_inserter. 2025-04-29 20:26:23 +02:00
fontcache Codechange: replace char* with C++ style strings 2025-04-30 12:05:04 +02:00
game Codechange: Remove c_str, if std::string_view is already accepted. 2025-04-30 19:33:56 +02:00
lang Update: Translations from eints 2025-04-30 04:46:51 +00:00
linkgraph
misc Codechange: Use format instead of to_string. 2025-04-29 20:26:23 +02:00
music Codechange: Use data() instead of c_str(), if no NUL termination is needed. 2025-04-30 19:33:56 +02:00
network
newgrf Codechange: use const for std::string_view where appropriate 2025-04-29 10:15:18 +02:00
os
pathfinder Codechange: Use data() instead of c_str(), if no NUL termination is needed. 2025-04-30 19:33:56 +02:00
saveload Codechange: Use data() instead of c_str(), if no NUL termination is needed. 2025-04-30 19:33:56 +02:00
script
settingsgen Codechange: use const for std::string_view where appropriate 2025-04-29 10:15:18 +02:00
sound
spriteloader
strgen
table Codechange: Use EnumBitSet for HouseZones. (#14137) 2025-04-28 20:27:43 +01:00
tests Codechange: Use data() instead of c_str(), if no NUL termination is needed. 2025-04-30 19:33:56 +02:00
timer Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file. 2025-04-20 22:06:18 +02:00
video Codechange: Use std::string_view in IME input handling. 2025-04-30 19:33:56 +02:00
widgets Add: Limit height of settings description, and add scrollbar. (#14102) 2025-04-26 22:34:18 +02:00
aircraft_cmd.cpp
aircraft_cmd.h
aircraft_gui.cpp
aircraft.h
airport_cmd.h
airport_gui.cpp
airport.cpp
airport.h
animated_tile_func.h
animated_tile_map.h Codechange: Store animated tile state in map to improve performance. 2024-12-01 21:19:28 +00:00
animated_tile.cpp Fix 6a07f28103: Clearing animated tiles may lead to invalid state. (#13192) 2024-12-23 22:35:43 +01:00
articulated_vehicles.cpp
articulated_vehicles.h Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
autocompletion.cpp
autocompletion.h Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
autoreplace_base.h
autoreplace_cmd.cpp
autoreplace_cmd.h
autoreplace_func.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
autoreplace_gui.cpp
autoreplace_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
autoreplace_type.h
autoreplace.cpp
autoslope.h Codechange: split GetRoadDir as bays have DiagDir and drive throughs have Axis 2024-10-24 20:40:32 +02:00
base_consist.cpp Codechange: Use EnumBitSet for VehicleFlags. (#13793) 2025-03-13 08:38:54 +00:00
base_consist.h Codechange: Use EnumBitSet for VehicleFlags. (#13793) 2025-03-13 08:38:54 +00:00
base_media_base.h
base_media_func.h
base_media_graphics.h
base_media_music.h
base_media_sounds.h
base_station_base.h Codechange: Turn AnimationTrigger enums into enum classes. (#14067) 2025-04-21 20:53:31 +02:00
bitmap_type.h
bmp.cpp
bmp.h
bootstrap_gui.cpp Codechange: Pass ContentInfo by reference. 2025-04-11 23:08:59 +01:00
bridge_gui.cpp Codechange: Use parameterised GetString() for various build windows. (#13676) 2025-03-01 11:08:46 +00:00
bridge_map.cpp
bridge_map.h
bridge.h
build_vehicle_gui.cpp
cachecheck.cpp Codechange: Restructure RoadStop Entries to reduce pointers. (#14069) 2025-04-23 08:29:34 +01:00
cargo_type.h Codechange: Rename short CargoType parameters cargo. (#13848) 2025-03-24 18:18:21 +00:00
cargoaction.cpp
cargoaction.h Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
cargomonitor.cpp
cargomonitor.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
cargopacket.cpp
cargopacket.h Codechange: initialise instance members 2025-03-09 20:41:03 +01:00
cargotype.cpp
cargotype.h
cheat_func.h
cheat_gui.cpp Codechange: Replace atoi and atoll with ParseInteger. 2025-04-29 20:14:56 +02:00
cheat_type.h
cheat.cpp
clear_cmd.cpp
clear_func.h
clear_map.h Codechange: Handle SnowTile state separately from ClearGround. 2025-02-25 08:22:46 +00:00
CMakeLists.txt
command_func.h
command_type.h
command.cpp Codechange: replace char* with std::string_view 2025-04-27 20:08:02 +02:00
company_base.h
company_cmd.cpp Fix #14166, dfd9fbf873: Loan was no longer invalidated when refreshing finance window. (#14168) 2025-04-29 23:52:11 +01:00
company_cmd.h
company_func.h
company_gui.cpp
company_gui.h
company_manager_face.h
company_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
console_cmds.cpp Codechange: Add format_append as short-hand to format_to + back_inserter. 2025-04-29 20:26:23 +02:00
console_func.h
console_gui.cpp
console_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
console_internal.h
console_type.h
console.cpp
cpu.cpp Remove: rdtsc and TIC/TOC based on CPU ticks (#11856) 2024-01-21 15:38:15 +00:00
cpu.h
crashlog.cpp
crashlog.h
currency.cpp
currency.h
date_gui.cpp Codechange: Change SetDateCallback into a std::function, so there is no need for void* user data. 2025-04-18 22:43:41 +02:00
date_gui.h
debug.cpp
debug.h
dedicated.cpp
depot_base.h
depot_cmd.cpp
depot_cmd.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
depot_func.h
depot_gui.cpp Change: Include dragged train in depot tile length display. (#14060) 2025-04-21 16:37:10 +01:00
depot_map.h
depot_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
depot.cpp
direction_func.h
direction_type.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
disaster_vehicle.cpp
disaster_vehicle.h
dock_cmd.h
dock_gui.cpp
driver.cpp
driver.h
dropdown_common_type.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
dropdown_func.h
dropdown_type.h
dropdown.cpp
economy_base.h
economy_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
economy_func.h Codechange: Rename short CargoType parameters cargo. (#13848) 2025-03-24 18:18:21 +00:00
economy_type.h Codechange: remove ZeroedMemoryAllocator from GRFFile 2025-02-22 14:58:26 +01:00
economy.cpp Codechange: Turn AnimationTrigger enums into enum classes. (#14067) 2025-04-21 20:53:31 +02:00
effectvehicle_base.h
effectvehicle_func.h
effectvehicle.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
elrail_func.h
elrail.cpp
engine_base.h
engine_cmd.h
engine_func.h Fix: Calculation of initial engine age was inaccurate. (#11660) 2023-12-31 15:47:32 +00:00
engine_gui.cpp Codechange: explicitly initialise member variables of Windows 2025-02-23 14:53:42 +01:00
engine_gui.h
engine_type.h
engine.cpp Codechange: Use EnumBitSet for RailTypes. 2025-03-25 20:15:48 +00:00
error_func.h
error_gui.cpp
error.cpp
error.h
fileio_func.h
fileio_type.h
fileio.cpp
fios_gui.cpp
fios.cpp Codechange: use std::string_view for FS2OTTD and OTTD2FS 2025-04-29 22:33:32 +02:00
fios.h Codechange: use const for std::string_view where appropriate 2025-04-29 10:15:18 +02:00
fontcache.cpp Codechange: use std::move when appropriate 2025-03-13 13:00:24 +01:00
fontcache.h Fix #12735: Default fonts should use default font size as-is. (#12814) 2024-06-26 12:45:39 +01:00
fontdetection.h
framerate_gui.cpp Codechange: remove const char* overloads when there are std::string_view and std::string& overloads 2025-04-29 10:14:53 +02:00
framerate_type.h Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file. 2025-04-20 22:06:18 +02:00
gamelog_internal.h
gamelog.cpp
gamelog.h
genworld_gui.cpp Codechange: Remove c_str, if std::string_view is already accepted. 2025-04-30 19:33:56 +02:00
genworld.cpp
genworld.h
gfx_func.h Codechange: Use std::string_view in IME input handling. 2025-04-30 19:33:56 +02:00
gfx_layout_fallback.cpp
gfx_layout_fallback.h
gfx_layout_icu.cpp
gfx_layout_icu.h Codefix: Use snake_case instead of camelCase in layouters. 2024-12-20 19:05:08 +00:00
gfx_layout.cpp Codechange: Use std::string_view in IME input handling. 2025-04-30 19:33:56 +02:00
gfx_layout.h
gfx_type.h Codechange: replace char* with std::string_view 2025-04-27 20:08:02 +02:00
gfx.cpp Codechange: Rename CenterBounds to CentreBounds and move to geometry header. (#14002) 2025-04-14 23:55:40 +01:00
gfxinit.cpp
gfxinit.h
goal_base.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
goal_cmd.h
goal_gui.cpp Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
goal_type.h
goal.cpp Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
graph_gui.cpp
graph_gui.h
ground_vehicle.cpp
ground_vehicle.hpp
group_cmd.cpp Fix #14107: Invalidate all shared vehicle windows when changing group. (#14110) 2025-04-26 10:49:41 +00:00
group_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
group_gui.cpp Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
group_gui.h
group_type.h
group.h
gui.h
heightmap.cpp
heightmap.h
help_gui.cpp
help_gui.h
highscore_gui.cpp Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
highscore.cpp
highscore.h
hotkeys.cpp
hotkeys.h
house_type.h
house.h
industry_cmd.cpp Codechange: Simplify usage of GRFFileProps by adding some common helper methods. 2025-04-28 13:44:46 +02:00
industry_cmd.h
industry_gui.cpp
industry_map.h
industry_type.h Codechange: Turn AnimationTrigger enums into enum classes. (#14067) 2025-04-21 20:53:31 +02:00
industry.h Codechange: Use EnumBitSet for PartsOfSubsidy. (#13791) 2025-03-10 18:59:21 +00:00
industrytype.h Codechange: Rename GRFFileProps to SubstituteGRFFileProps. 2025-04-28 13:44:46 +02:00
ini_load.cpp Codechange: replace char* from settingsgen 2025-04-28 23:27:46 +02:00
ini_type.h Codechange: replace char* from settingsgen 2025-04-28 23:27:46 +02:00
ini.cpp Codechange: replace char* from settingsgen 2025-04-28 23:27:46 +02:00
intro_gui.cpp Codechange: replace char* with C++ style strings 2025-04-30 12:05:04 +02:00
landscape_cmd.h
landscape_type.h
landscape.cpp
landscape.h
language.h
league_base.h
league_cmd.cpp Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
league_cmd.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
league_gui.cpp
league_gui.h Feature: [GS] Scriptable league tables (#10001) 2022-11-26 18:03:03 +01:00
league_type.h
library_loader.h
livery.h
main_gui.cpp
map_func.h
map_type.h Cleanup: remove some unused #defines 2024-10-14 21:37:00 +02:00
map.cpp
misc_cmd.cpp Codechange: Use EncodedString for error messages. (#13569) 2025-02-16 10:04:32 +00:00
misc_cmd.h
misc_gui.cpp
misc.cpp
mixer.cpp Codechange: Implement SoundLoader interface and cache loaded sounds in memory. 2024-12-06 18:41:35 +00:00
mixer.h
music_gui.cpp
music.cpp
newgrf_act5.h
newgrf_airport.cpp Codechange: Remove virtual functions SpriteGroup::GetResult and GetNumResults. They are only implemented in and called via ResultSpriteGroup. 2025-04-29 10:35:10 +02:00
newgrf_airport.h
newgrf_airporttiles.cpp Codechange: Move SpriteGroup cast from callers into Resolve. 2025-04-29 10:35:10 +02:00
newgrf_airporttiles.h
newgrf_animation_base.h
newgrf_animation_type.h Codechange: Turn AnimationTrigger enums into enum classes. (#14067) 2025-04-21 20:53:31 +02:00
newgrf_badge_gui.cpp Codechange: Move GUI parts of badges to a separate file. (#14023) 2025-04-18 17:20:31 +01:00
newgrf_badge_gui.h Codechange: Move GUI parts of badges to a separate file. (#14023) 2025-04-18 17:20:31 +01:00
newgrf_badge_type.h Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_badge.cpp Codechange: Remove virtual functions SpriteGroup::GetResult and GetNumResults. They are only implemented in and called via ResultSpriteGroup. 2025-04-29 10:35:10 +02:00
newgrf_badge.h Codechange: Use proper enum type to index sprite groups in VariableGRFFileProps. 2025-04-27 19:50:51 +02:00
newgrf_callbacks.h
newgrf_canal.cpp Codechange: Remove virtual functions SpriteGroup::GetResult and GetNumResults. They are only implemented in and called via ResultSpriteGroup. 2025-04-29 10:35:10 +02:00
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h
newgrf_class_func.h
newgrf_class.h
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp
newgrf_config.h
newgrf_debug_gui.cpp
newgrf_debug.h Codechange: introduce ConvertibleThroughBase helpers 2025-02-16 14:02:18 +01:00
newgrf_engine.cpp
newgrf_engine.h Codechange: Do not use a mutable global to return calculated VarAction2 results. 2025-04-29 20:35:46 +02:00
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp
newgrf_industries.h
newgrf_industrytiles.cpp Codechange: Move SpriteGroup cast from callers into Resolve. 2025-04-29 10:35:10 +02:00
newgrf_industrytiles.h
newgrf_object.cpp Codechange: Move SpriteGroup cast from callers into Resolve. 2025-04-29 10:35:10 +02:00
newgrf_object.h Codechange: Use enums as keys for the spritegroups in FixedGRFFileProps. 2025-04-27 19:50:51 +02:00
newgrf_profiling.cpp
newgrf_profiling.h Codechange: Do not use a mutable global to return calculated VarAction2 results. 2025-04-29 20:35:46 +02:00
newgrf_properties.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
newgrf_railtype.cpp
newgrf_railtype.h
newgrf_roadstop.cpp
newgrf_roadstop.h
newgrf_roadtype.cpp
newgrf_roadtype.h
newgrf_sound.cpp Codechange: Use EnumBitSet for callback masks. 2025-01-31 17:08:24 +00:00
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
newgrf_station.cpp
newgrf_station.h Codechange: Do not use a mutable global to return calculated VarAction2 results. 2025-04-29 20:35:46 +02:00
newgrf_storage.cpp
newgrf_storage.h Codechange: remove unused alloc_func.hpp includes 2025-02-24 20:00:19 +01:00
newgrf_text_type.h
newgrf_text.cpp
newgrf_text.h
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp Codechange: remove unused alloc_func.hpp includes 2025-02-24 20:00:19 +01:00
newgrf_townname.h Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +01:00
newgrf.cpp
newgrf.h Codechange: Add an explicit enum member for the default spritegroup of badges. 2025-04-27 19:50:51 +02:00
news_cmd.h
news_func.h
news_gui.cpp
news_gui.h
news_type.h
object_base.h
object_cmd.cpp Codechange: Turn AnimationTrigger enums into enum classes. (#14067) 2025-04-21 20:53:31 +02:00
object_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
object_gui.cpp
object_map.h
object_type.h Codechange: Turn AnimationTrigger enums into enum classes. (#14067) 2025-04-21 20:53:31 +02:00
object.h
openttd.cpp
openttd.h
order_backup.cpp
order_backup.h Codechange: explicitly initialise OrderBackup and OrderList member variables 2025-02-18 20:02:09 +01:00
order_base.h
order_cmd.cpp Codefix: Avoid uppercase characters in variable names. (#13985) 2025-04-10 07:19:27 +01:00
order_cmd.h
order_func.h
order_gui.cpp
order_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
osk_gui.cpp
palette_func.h
palette.cpp Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
pbs.cpp
pbs.h
picker_func.h Fix #13459, Fix #13546: Crash when changing NewGRFs in game with picker window open. 2025-02-13 21:07:37 +00:00
picker_gui.cpp Codechange: Move GUI parts of badges to a separate file. (#14023) 2025-04-18 17:20:31 +01:00
picker_gui.h Codechange: Move GUI parts of badges to a separate file. (#14023) 2025-04-18 17:20:31 +01:00
progress.cpp
progress.h
provider_manager.h
querystring_gui.h
rail_cmd.cpp
rail_cmd.h
rail_gui.cpp
rail_gui.h
rail_map.h
rail_type.h
rail.cpp Codechange: Use EnumBitSet for RailTypes. 2025-03-25 20:15:48 +00:00
rail.h Add #12939: [NewGRF] Add road-/tram-/rail-type variable 0x45 to get mutual road-/tram-/rail-type on same tile. (#13934) 2025-04-13 13:23:10 +02:00
random_access_file_type.h Codechange: replace char* with std::string_view 2025-04-27 20:08:02 +02:00
random_access_file.cpp Codechange: replace char* with std::string_view 2025-04-27 20:08:02 +02:00
rev.cpp.in
rev.h Codechange: store revision information in C++ style strings 2025-04-28 23:48:32 +02:00
road_cmd.cpp
road_cmd.h
road_func.h
road_gui.cpp
road_gui.h
road_internal.h
road_map.cpp
road_map.h Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
road_type.h
road.cpp
road.h
roadstop_base.h
roadstop.cpp
roadveh_cmd.cpp
roadveh_cmd.h
roadveh_gui.cpp
roadveh.h Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
safeguards.h Codechange: Use format instead of to_string. 2025-04-29 20:26:23 +02:00
screenshot_bmp.cpp Codechange: replace char* with std::string_view 2025-04-28 21:31:12 +02:00
screenshot_gui.cpp
screenshot_gui.h
screenshot_pcx.cpp
screenshot_png.cpp Add: [BaseSet] Allow basesets to set minor and patch versions in obg/obs/obm files. 2025-04-30 15:23:27 +02:00
screenshot_type.h
screenshot.cpp Codechange: replace char* with C++ style strings 2025-04-30 12:05:04 +02:00
screenshot.h
settingentry_gui.cpp Codechange: replace char* with C++ style strings 2025-04-30 12:05:04 +02:00
settingentry_gui.h
settings_cmd.h
settings_func.h
settings_gui.cpp
settings_gui.h
settings_internal.h
settings_table.cpp
settings_table.h
settings_type.h Codechange: Use std::unique_ptr for ai/game config. 2025-03-26 10:54:11 +00:00
settings.cpp
ship_cmd.cpp
ship_cmd.h
ship_gui.cpp Codechange: Rename CenterBounds to CentreBounds and move to geometry header. (#14002) 2025-04-14 23:55:40 +01:00
ship.h
signal_func.h
signal_type.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
signal.cpp
signature.cpp
signature.h
signs_base.h
signs_cmd.cpp
signs_cmd.h
signs_func.h
signs_gui.cpp Codechange: return std::string_view for Textbuf::GetText() 2025-04-29 22:15:49 +02:00
signs_type.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
signs.cpp
slider_func.h Change: Slider widget can now be colourful. 2025-04-23 19:07:52 +01:00
slider.cpp
slope_func.h
slope_type.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
smallmap_gui.cpp
smallmap_gui.h
social_integration.cpp Codechange: store revision information in C++ style strings 2025-04-28 23:48:32 +02:00
social_integration.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
sortlist_type.h
sound_func.h
sound_type.h
sound.cpp
soundloader_func.h
soundloader_opus.cpp
soundloader_raw.cpp Codechange: Implement SoundLoader interface and cache loaded sounds in memory. 2024-12-06 18:41:35 +00:00
soundloader_type.h
soundloader_wav.cpp
soundloader.cpp
source_type.h
sprite.cpp
sprite.h
spritecache_internal.h
spritecache.cpp
spritecache.h
station_base.h
station_cmd.cpp
station_cmd.h
station_func.h
station_gui.cpp Codefix: Incorrect type for OnDropdownSelect widget parameter. (#14074) 2025-04-22 22:44:25 +01:00
station_gui.h
station_kdtree.h
station_map.h
station_type.h
station.cpp Codechange: Replace CircularTileSearch with SpiralTileSequence. 2025-04-20 12:50:45 +02:00
statusbar_gui.cpp Fix a4dc7249ee: Changing language or interface scale could hang. (#14087) 2025-04-24 00:29:54 +01:00
statusbar_gui.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
stdafx.h
story_base.h Codechange: initialise instance members 2025-03-09 20:41:03 +01:00
story_cmd.h
story_gui.cpp
story_type.h
story.cpp
string_base.h
string_func.h
string_type.h Codechange: remove const char* overloads when there are std::string_view and std::string& overloads 2025-04-29 10:14:53 +02:00
string.cpp Codechange: Add format_append as short-hand to format_to + back_inserter. 2025-04-29 20:26:23 +02:00
stringfilter_type.h
stringfilter.cpp Fix: StringFilter included quotes in the search and failed. 2025-04-08 23:10:58 +02:00
strings_func.h
strings_internal.h
strings_type.h
strings.cpp
subsidy_base.h Codechange: Use EncodedStrings for News messages. (#13654) 2025-02-23 20:24:02 +00:00
subsidy_cmd.h
subsidy_func.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
subsidy_gui.cpp
subsidy_type.h
subsidy.cpp Codechange: Use EnumBitSet for PartsOfSubsidy. (#13791) 2025-03-10 18:59:21 +00:00
survey.cpp
survey.h Add: track savegame size to report with survey (#12304) 2024-03-16 08:58:56 +01:00
tar_type.h
terraform_cmd.cpp
terraform_cmd.h
terraform_gui.cpp
terraform_gui.h
textbuf_gui.h
textbuf_type.h
textbuf.cpp Codechange: Use std::string_view in IME input handling. 2025-04-30 19:33:56 +02:00
texteff.cpp Codechange: Use EnumBitSet for PauseMode. (#13553) 2025-02-14 08:30:04 +00:00
texteff.hpp Codechange: Store EncodedString for text effects. 2025-02-10 22:49:14 +00:00
textfile_gui.cpp
textfile_gui.h
textfile_type.h
tgp.cpp
tgp.h
thread.h
tile_cmd.h
tile_map.cpp Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
tile_map.h Codechange: strongly type CompanyID 2025-02-16 14:02:18 +01:00
tile_type.h
tilearea_type.h
tilearea.cpp
tilehighlight_func.h
tilehighlight_type.h
timetable_cmd.cpp Fix #14104, 67a0fcc: Don't base timetable timing decisions on client settings. (#14105) 2025-04-26 22:39:01 +01:00
timetable_cmd.h
timetable_gui.cpp
timetable.h
toolbar_gui.cpp
toolbar_gui.h
town_cmd.cpp Codechange: Use EnumBitSet for HouseZones. (#14137) 2025-04-28 20:27:43 +01:00
town_cmd.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
town_gui.cpp
town_kdtree.h Codechange: Use functor for Kdtree's XYFunc. (#13074) 2024-11-19 20:29:56 +00:00
town_map.h
town_type.h Codechange: explicitly initialise Town member variables 2025-02-18 22:10:31 +01:00
town.h
townname_func.h
townname_type.h
townname.cpp
track_func.h
track_type.h Codechange: remove unused INVALID_TRACK_BIT 2025-03-15 22:03:17 +01:00
train_cmd.cpp Fix: Road vehicle blocking and train collissions used slightly inconsistent distance thresholds. 2025-04-26 19:32:59 +02:00
train_cmd.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
train_gui.cpp Codechange: Rename CenterBounds to CentreBounds and move to geometry header. (#14002) 2025-04-14 23:55:40 +01:00
train.h
transparency_gui.cpp
transparency_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
transparency.h
transport_type.h
tree_cmd.cpp
tree_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
tree_gui.cpp
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge_cmd.cpp
tunnelbridge_cmd.h
tunnelbridge_map.h
tunnelbridge.h
vehicle_base.h
vehicle_cmd.cpp
vehicle_cmd.h
vehicle_func.h
vehicle_gui_base.h
vehicle_gui.cpp
vehicle_gui.h Codechange: Pass Viewport by reference. 2025-04-09 22:03:23 +01:00
vehicle_type.h
vehicle.cpp
vehiclelist_cmd.h
vehiclelist_func.h
vehiclelist.cpp
vehiclelist.h
viewport_cmd.h
viewport_func.h
viewport_gui.cpp
viewport_kdtree.h Codechange: replace union with std::variant for ViewportSignKdtreeItem::id 2025-02-09 18:05:01 +01:00
viewport_sprite_sorter_sse4.cpp
viewport_sprite_sorter.h
viewport_type.h Codechange: Remove table/strings include from header files. 2025-03-21 12:53:40 +00:00
viewport.cpp
void_cmd.cpp Codechange: Pass TileDesc by reference. 2025-02-23 23:00:51 +00:00
void_map.h
water_cmd.cpp Codechange: Replace FindVehicleOnPos with 'for' loop. 2025-04-22 22:12:59 +02:00
water_cmd.h
water_map.h Codechange: strongly type DepotID 2025-02-09 16:52:21 +01:00
water.h Codechange: Confusion of 'radius' and 'diameter' in variable names and comments. 2025-04-20 12:50:45 +02:00
waypoint_base.h Codechange: explicitly initialise (Base)Station related member variables 2025-02-18 20:02:23 +01:00
waypoint_cmd.cpp Codechange: Turn AnimationTrigger enums into enum classes. (#14067) 2025-04-21 20:53:31 +02:00
waypoint_cmd.h
waypoint_func.h
waypoint_gui.cpp
waypoint.cpp
widget_type.h
widget.cpp
window_func.h
window_gui.h
window_type.h Codechange: introduce ConvertibleThroughBase helpers 2025-02-16 14:02:18 +01:00
window.cpp Codechange: Use std::string_view in IME input handling. 2025-04-30 19:33:56 +02:00
zoom_func.h
zoom_type.h Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS 2025-01-28 18:56:58 +01:00