OpenTTD/src
2025-04-26 16:54:56 +02:00
..
3rdparty
ai
blitter Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
core Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
fontcache
game Change: [Script] Reject scripts using negative version (#14096) 2025-04-26 14:02:36 +02:00
lang Update: Translations from eints 2025-04-26 04:44:12 +00:00
linkgraph
misc
music
network Codechange: use std::string_view for NetworkAddress 2025-04-26 16:30:16 +02:00
newgrf Codechange: Turn AnimationTrigger enums into enum classes. (#14067) 2025-04-21 20:53:31 +02:00
os Codechange: make SetDebugString use C++-style strings and function types 2025-04-25 19:04:22 +02:00
pathfinder Add: [NewGRF] Station/roadstop animation-triggers 'tile loop' (bit 7) and 'path reservation' (bit 8). (#14080) 2025-04-26 14:44:55 +02:00
saveload Codechange: Restructure RoadStop Entries to reduce pointers. (#14069) 2025-04-23 08:29:34 +01:00
script
settingsgen
sound Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
spriteloader
strgen Codechange: Parse translation files using StringConsumer. 2025-04-14 18:10:14 +02:00
table Codechange: use std::string_view for town name generation 2025-04-26 16:30:30 +02:00
tests Fix #14044: Negative string parameters from GS were rendered as zero. (#14049) 2025-04-20 23:01:49 +02:00
timer
video Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
widgets Change: Move Game Options toggles to before label, add Off/On text. (#14097) 2025-04-25 07:49:33 +01:00
aircraft_cmd.cpp Codechange: Turn AnimationTrigger enums into enum classes. (#14067) 2025-04-21 20:53:31 +02:00
aircraft_cmd.h
aircraft_gui.cpp
aircraft.h
airport_cmd.h
airport_gui.cpp Codechange: Replace macros GENERAL_SPRITE_COLOUR and COMPANY_SPRITE_COLOUR with functions GetColourPalette and GetCompanyPalette. 2025-04-18 23:41:37 +02:00
airport.cpp
airport.h Codechange: Use EnumBitSet for AirportMovingDataFlags. (#13754) 2025-03-06 19:03:41 +00:00
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
autoreplace_base.h
autoreplace_cmd.cpp Codechange: Use EnumBitSet for RailTypes. 2025-03-25 20:15:48 +00:00
autoreplace_cmd.h
autoreplace_func.h
autoreplace_gui.cpp
autoreplace_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
autoreplace_type.h
autoreplace.cpp Codechange: explicitly initialise EngineRenew member variables 2025-02-18 07:21:11 +01:00
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
base_consist.h
base_media_base.h
base_media_func.h
base_media_graphics.h Codechange: Use template specialisation and instantiation for BaseMedia methods. 2025-03-27 18:57:53 +00:00
base_media_music.h Codechange: Use traits to define BaseSet parameters. 2025-03-27 18:57:53 +00:00
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
bridge_map.cpp Codechange: Use references for non-optional in/out values of slope functions 2024-03-08 18:08:55 +01:00
bridge_map.h Fix: MayHaveRoad claimed rail station tiles had road, so the custom stationspec index would be read as roadtype. (#13949) 2025-04-04 11:49:10 +02:00
bridge.h
build_vehicle_gui.cpp
cachecheck.cpp
cargo_type.h Codechange: Rename short CargoType parameters cargo. (#13848) 2025-03-24 18:18:21 +00:00
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
cargomonitor.h
cargopacket.cpp
cargopacket.h
cargotype.cpp Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964) 2025-04-08 20:57:50 +00:00
cargotype.h
cheat_func.h Codechange: Remove unused extern declarations. 2025-04-11 22:11:28 +02:00
cheat_gui.cpp
cheat_type.h
cheat.cpp
clear_cmd.cpp
clear_func.h
clear_map.h
CMakeLists.txt
command_func.h
command_type.h
command.cpp Fix #13838: Formatted error message of sub-errors may be lost. (#13840) 2025-03-18 08:39:40 +00:00
company_base.h
company_cmd.cpp Fix #14107: Mark the company value in the company view window dirty when it changes. (#14112) 2025-04-26 11:56:11 +00:00
company_cmd.h
company_func.h
company_gui.cpp
company_gui.h
company_manager_face.h
company_type.h
console_cmds.cpp
console_func.h
console_gui.cpp
console_gui.h
console_internal.h Codechange: use std::string_view for console commands 2025-04-26 14:15:10 +02:00
console_type.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
console.cpp Codechange: use std::string_view for console commands 2025-04-26 14:15:10 +02:00
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 Codechange: make SetDebugString use C++-style strings and function types 2025-04-25 19:04:22 +02:00
debug.h
dedicated.cpp Codechange: Replace all FILE * with FileHandle RAII class. (#12718) 2024-09-16 08:45:26 +01:00
depot_base.h
depot_cmd.cpp Codechange: Use EnumBitSet for DoCommandFlags 2025-02-14 00:28:57 +01:00
depot_cmd.h
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
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 Codechange: Add vehicle owner to crash event (#13878) 2025-03-25 22:53:44 +01:00
disaster_vehicle.h Codechange: explicitly initialise Vehicle related member variables 2025-02-18 22:11:04 +01:00
dock_cmd.h
dock_gui.cpp Codechange: explicitly initialise member variables of Windows 2025-02-23 14:53:42 +01:00
driver.cpp
driver.h
dropdown_common_type.h
dropdown_func.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
dropdown_type.h
dropdown.cpp
economy_base.h
economy_cmd.h
economy_func.h
economy_type.h Codechange: remove ZeroedMemoryAllocator from GRFFile 2025-02-22 14:58:26 +01:00
economy.cpp
effectvehicle_base.h
effectvehicle_func.h
effectvehicle.cpp
elrail_func.h
elrail.cpp
engine_base.h Fix #13795: size_t mayn't be the same size as uint64_t. (#13796) 2025-03-11 17:55:33 +00:00
engine_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
engine_func.h Fix: Calculation of initial engine age was inaccurate. (#11660) 2023-12-31 15:47:32 +00:00
engine_gui.cpp
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 Codechange: use std::string_view over const std::string& for finding files 2025-04-21 17:20:00 +02:00
fios_gui.cpp
fios.cpp Codechange: Turn bit-stuffed FiosType enum into a struct. (#14019) 2025-04-18 15:20:55 +02:00
fios.h
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 Codechange: [WIN32] Use language isocode for fallback font detection (#13310) 2025-01-21 15:57:09 +01:00
framerate_gui.cpp
framerate_type.h
gamelog_internal.h Codechange: initialise instance members 2025-03-09 20:41:03 +01:00
gamelog.cpp Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
gamelog.h
genworld_gui.cpp
genworld.cpp Codechange: Replace CircularTileSearch with SpiralTileSequence. 2025-04-20 12:50:45 +02:00
genworld.h
gfx_func.h
gfx_layout_fallback.cpp
gfx_layout_fallback.h
gfx_layout_icu.cpp Codefix: possible out-of-bounds array indexing 2025-03-10 07:09:49 +01:00
gfx_layout_icu.h
gfx_layout.cpp Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
gfx_layout.h Codechange: manage the ParagraphLayouter's buffer with std::unique_ptr 2025-03-03 16:42:48 +01:00
gfx_type.h Codechange: remove uses of MemCmpT (and MemMoveT) 2025-03-18 21:18:37 +01:00
gfx.cpp
gfxinit.cpp
gfxinit.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
goal_base.h
goal_cmd.h
goal_gui.cpp
goal_type.h
goal.cpp
graph_gui.cpp
graph_gui.h Feature: Industry production graph (#10541) 2024-10-31 22:35:04 +00:00
ground_vehicle.cpp
ground_vehicle.hpp Codechange: explicitly initialise Vehicle related member variables 2025-02-18 22:11:04 +01:00
group_cmd.cpp
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 Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
group_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
group.h
gui.h
heightmap.cpp
heightmap.h
help_gui.cpp Codefix: std::string_view::data() is not necessarily null terminated. (#13891) 2025-03-25 20:32:19 +01:00
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 Codechange: Use std::ranges::find where possible. 2024-11-24 10:36:03 +00:00
hotkeys.h
house_type.h
house.h
industry_cmd.cpp
industry_cmd.h
industry_gui.cpp Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
industry_map.h
industry_type.h
industry.h
industrytype.h
ini_load.cpp Codefix: std::move string leaves the old one in an undefined state 2025-03-09 22:19:54 +01:00
ini_type.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
ini.cpp Codefix: do not pass invalid file descriptor to fdatasync 2025-03-09 19:10:33 +01:00
intro_gui.cpp
landscape_cmd.h
landscape_type.h
landscape.cpp
landscape.h
language.h Codechange: Use std::string and std::string_view instead of C strings. 2025-03-24 23:10:13 +01:00
league_base.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
league_cmd.cpp Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
league_cmd.h
league_gui.cpp Fix: Numbers were left-aligned for RTL languages in several windows. (#13959) 2025-04-04 11:48:50 +02:00
league_gui.h
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
misc_cmd.h
misc_gui.cpp
misc.cpp
mixer.cpp
mixer.h
music_gui.cpp
music.cpp
newgrf_act5.h
newgrf_airport.cpp Codefix: Information for NewGRF specs remained duplicated after loading. 2025-04-16 19:43:07 +01:00
newgrf_airport.h
newgrf_airporttiles.cpp
newgrf_airporttiles.h
newgrf_animation_base.h
newgrf_animation_type.h
newgrf_badge_gui.cpp
newgrf_badge_gui.h
newgrf_badge_type.h Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_badge.cpp Codechange: Move GUI parts of badges to a separate file. (#14023) 2025-04-18 17:20:31 +01:00
newgrf_badge.h Codechange: Move GUI parts of badges to a separate file. (#14023) 2025-04-18 17:20:31 +01:00
newgrf_callbacks.h
newgrf_canal.cpp
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 Codechange: Rename CenterBounds to CentreBounds and move to geometry header. (#14002) 2025-04-14 23:55:40 +01:00
newgrf_debug.h
newgrf_engine.cpp
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp
newgrf_house.cpp
newgrf_house.h Change: [NewGRF] Animation-trigger 'construction stage changed' of houses and industries now also triggers at construction start. (#14089) 2025-04-26 14:42:49 +02:00
newgrf_industries.cpp Codechange: Rename storage of random triggers to include the term 'random'. 2025-04-21 19:06:13 +02:00
newgrf_industries.h Codechange: Rename storage of random triggers to include the term 'random'. 2025-04-21 19:06:13 +02:00
newgrf_industrytiles.cpp Change: [NewGRF] Animation-trigger 'construction stage changed' of houses and industries now also triggers at construction start. (#14089) 2025-04-26 14:42:49 +02:00
newgrf_industrytiles.h
newgrf_object.cpp Change: [NewGRF] Provide shared random bits in multi-tile animation-triggers of airport tiles and objects, just like for other features. (#14090) 2025-04-25 10:01:01 +02:00
newgrf_object.h
newgrf_profiling.cpp
newgrf_profiling.h
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 Codechange: Allow passing waypoints to Trigger(Station|RoadStop)Randomisation. 2025-04-24 09:19:43 +02:00
newgrf_roadtype.cpp
newgrf_roadtype.h
newgrf_sound.cpp
newgrf_sound.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
newgrf_spritegroup.cpp Codechange: Unify random trigger enums and turn them into enum classes. (#14066) 2025-04-21 20:03:34 +02:00
newgrf_spritegroup.h
newgrf_station.cpp
newgrf_station.h Codechange: Allow passing waypoints to Trigger(Station|RoadStop)Randomisation. 2025-04-24 09:19:43 +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 Codechange: Pass unformatted strings from GetStringPtr as std::string_view. (#13871) 2025-03-23 19:23:31 +01:00
newgrf_town.cpp Codechange: strongly type TownID 2025-02-16 14:50:15 +01:00
newgrf_town.h
newgrf_townname.cpp Codechange: remove unused alloc_func.hpp includes 2025-02-24 20:00:19 +01:00
newgrf_townname.h
newgrf.cpp
newgrf.h Codechange: Store loaded GRFFiles in vector directly. (#13940) 2025-04-06 20:16:57 +01:00
news_cmd.h
news_func.h
news_gui.cpp
news_gui.h
news_type.h Codechange: use std::string_view for NewsTypeData 2025-04-26 16:30:16 +02:00
object_base.h
object_cmd.cpp
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
object.h
openttd.cpp
openttd.h
order_backup.cpp Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
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
order_cmd.h
order_func.h Feature: Use real-time "wallclock" timekeeping units (#11341) 2024-01-23 11:36:09 -05:00
order_gui.cpp Fix #13908: Require double click on order to change stop location. (#13913) 2025-03-28 20:23:18 +00:00
order_type.h
osk_gui.cpp Codechange: Replace Utf8Decode usages with StringConsumer. 2025-04-13 21:59:10 +02:00
palette_func.h
palette.cpp
pbs.cpp
pbs.h
picker_func.h
picker_gui.cpp
picker_gui.h
progress.cpp Add: make modal windows update more smooth 2021-03-10 13:41:18 +01:00
progress.h
provider_manager.h Codechange: ProviderManager class to support self-registration of providers. 2024-12-06 18:41:35 +00:00
querystring_gui.h
rail_cmd.cpp
rail_cmd.h
rail_gui.cpp
rail_gui.h
rail_map.h
rail_type.h
rail.cpp
rail.h
random_access_file_type.h
random_access_file.cpp
rev.cpp.in
rev.h Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +01:00
road_cmd.cpp
road_cmd.h
road_func.h
road_gui.cpp
road_gui.h
road_internal.h
road_map.cpp Fix: MayHaveRoad claimed rail station tiles had road, so the custom stationspec index would be read as roadtype. (#13949) 2025-04-04 11:49:10 +02:00
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
safeguards.h Codechange: remove MallocT, CallocT and ReallocT 2025-03-04 00:10:01 +01:00
screenshot_bmp.cpp Codechange: Change ScreenshotCallback into a std::function, so there is no need for void* user data. 2025-04-18 22:43:41 +02:00
screenshot_gui.cpp Codechange: Use EnumBitSet for NWidContainerFlags. 2025-02-06 19:43:35 +00:00
screenshot_gui.h
screenshot_pcx.cpp
screenshot_png.cpp Codechange: Change ScreenshotCallback into a std::function, so there is no need for void* user data. 2025-04-18 22:43:41 +02:00
screenshot_type.h
screenshot.cpp
screenshot.h Codechange: Return screenshot viewport instead of using out parameter. 2025-04-09 22:03:23 +01:00
settingentry_gui.cpp
settingentry_gui.h
settings_cmd.h
settings_func.h Codechange: use std::string_view for some settings functions 2025-04-26 16:30:16 +02:00
settings_gui.cpp
settings_gui.h
settings_internal.h
settings_table.cpp
settings_table.h
settings_type.h
settings.cpp
ship_cmd.cpp Codechange: Replace HasVehicleOnPos and callbacks with HasVehicleOnTile and lambda-predicates. 2025-04-22 22:12:59 +02:00
ship_cmd.h
ship_gui.cpp
ship.h
signal_func.h
signal_type.h
signal.cpp Codechange: Replace HasVehicleOnPos and callbacks with HasVehicleOnTile and lambda-predicates. 2025-04-22 22:12:59 +02:00
signature.cpp
signature.h
signs_base.h
signs_cmd.cpp
signs_cmd.h
signs_func.h
signs_gui.cpp
signs_type.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
signs.cpp
slider_func.h
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
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 Codechange: Implement SoundLoader interface and cache loaded sounds in memory. 2024-12-06 18:41:35 +00:00
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 Codechange: Use EncodedStrings for News messages. (#13654) 2025-02-23 20:24:02 +00:00
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
station_gui.h
station_kdtree.h Codechange: Use functor for Kdtree's XYFunc. (#13074) 2024-11-19 20:29:56 +00:00
station_map.h
station_type.h
station.cpp
statusbar_gui.cpp
statusbar_gui.h
stdafx.h
story_base.h
story_cmd.h
story_gui.cpp Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
story_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
story.cpp
string_base.h
string_func.h Codechange: Move IsUtf8Part to only file using it. 2025-04-14 18:56:23 +02:00
string_type.h
string.cpp
stringfilter_type.h Codechange: StringFilter now uses std::string_view entirely (#13869) 2025-03-22 20:35:31 +01:00
stringfilter.cpp Fix: StringFilter included quotes in the search and failed. 2025-04-08 23:10:58 +02:00
strings_func.h Codechange: Pass unformatted strings from GetStringPtr as std::string_view. (#13871) 2025-03-23 19:23:31 +01:00
strings_internal.h
strings_type.h
strings.cpp
subsidy_base.h
subsidy_cmd.h
subsidy_func.h
subsidy_gui.cpp
subsidy_type.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
subsidy.cpp
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 Codechange: Use EnumBitSet for QueryStringFlags. (#13792) 2025-03-10 18:59:35 +00:00
textbuf_type.h
textbuf.cpp
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 Add: Show hyperlink destination tooltips in text window. (#13742) 2025-03-10 18:12:42 +00:00
textfile_type.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
tgp.cpp
tgp.h
thread.h Codechange: Space between template and < (#13278) 2025-01-04 17:56:14 +00:00
tile_cmd.h Codechange: Replace bitstuffed VehicleEnterTileStatus. (#14027) 2025-04-20 21:10:02 +01:00
tile_map.cpp Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
tile_map.h
tile_type.h
tilearea_type.h
tilearea.cpp Codechange: Add SpiralTileSequence to iterate over a tile area the same ways as CircularTileSearch. 2025-04-20 12:50:45 +02:00
tilehighlight_func.h
tilehighlight_type.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
timetable_cmd.cpp
timetable_cmd.h
timetable_gui.cpp
timetable.h
toolbar_gui.cpp Fix a4dc7249ee: Changing language or interface scale could hang. (#14087) 2025-04-24 00:29:54 +01:00
toolbar_gui.h
town_cmd.cpp Change: [NewGRF] Animation-trigger 'construction stage changed' of houses and industries now also triggers at construction start. (#14089) 2025-04-26 14:42:49 +02:00
town_cmd.h
town_gui.cpp
town_kdtree.h
town_map.h
town_type.h
town.h
townname_func.h
townname_type.h
townname.cpp
track_func.h
track_type.h
train_cmd.cpp
train_cmd.h
train_gui.cpp
train.h Codechange: Use EnumBitSet for ConsistChangeFlags. (#13788) 2025-03-09 21:13:57 +00:00
transparency_gui.cpp
transparency_gui.h
transparency.h
transport_type.h
tree_cmd.cpp Fix #13838: Formatted error message of sub-errors may be lost. (#13840) 2025-03-18 08:39:40 +00:00
tree_cmd.h
tree_gui.cpp
tree_map.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
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 Codechange: add helpers to VehicleListIdentifier for ConvertibleThroughBase 2025-02-09 16:52:21 +01:00
viewport_cmd.h
viewport_func.h
viewport_gui.cpp Codechange: Pass Viewport by reference. 2025-04-09 22:03:23 +01:00
viewport_kdtree.h
viewport_sprite_sorter_sse4.cpp Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
viewport_sprite_sorter.h
viewport_type.h
viewport.cpp Codechange: (re)set multiple bitset flags in one call. (#14017) 2025-04-18 14:07:57 +01:00
void_cmd.cpp Codechange: Pass TileDesc by reference. 2025-02-23 23:00:51 +00:00
void_map.h
water_cmd.cpp
water_cmd.h
water_map.h
water.h
waypoint_base.h
waypoint_cmd.cpp
waypoint_cmd.h
waypoint_func.h
waypoint_gui.cpp
waypoint.cpp Codechange: Make StationType an enum class. (#13339) 2025-01-19 20:53:08 +00:00
widget_type.h
widget.cpp
window_func.h Codechange: introduce ConvertibleThroughBase helpers 2025-02-16 14:02:18 +01:00
window_gui.h
window_type.h
window.cpp Fix a4dc7249ee: Changing language or interface scale could hang. (#14087) 2025-04-24 00:29:54 +01:00
zoom_func.h Codechange: Redefine ZOOM_LVL so that ZOOM_LVL_NORMAL is 1x zoom. 2024-04-04 22:27:03 +01:00
zoom_type.h