OpenTTD/src
2025-04-08 23:10:58 +02:00
..
3rdparty Codechange: Use EncodeUtf8 and DecodeUtf8 directly, when dealing with a single character. 2025-04-03 18:43:41 +02:00
ai Codechange: Use range filter to simplify picking a random AI. (#13897) 2025-03-31 20:32:16 +01:00
blitter Codechange: Use unique_ptr to manage blitters. (#13904) 2025-03-27 08:38:58 +00:00
core Codechange: Generalize StringBuilder. 2025-04-08 23:10:58 +02:00
fontcache Codechange: initialise instance members 2025-03-09 20:41:03 +01:00
game Fix: [Script] Reset instance when changing running scripts in scenario editor (#13906) 2025-04-03 21:14:45 +02:00
lang Fix: Capitalise "Disabled" for the "maximum non-sticky open windows" setting. (#13975) 2025-04-07 19:33:09 +02:00
linkgraph Codechange: Use default operator<=> to compare Linkgraph Hop. (#13944) 2025-04-02 23:00:06 +01:00
misc Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964) 2025-04-08 20:57:50 +00:00
music Fix #13921, d95422561b: [Win32] Don't try close an already closed event handle during destruction. 2025-03-30 19:01:45 +02:00
network Codechange: Replace remaining Utf8Encode usages with StringBuilder. 2025-04-08 23:10:58 +02:00
newgrf Codechange: Use EncodeUtf8 and DecodeUtf8 directly, when dealing with a single character. 2025-04-03 18:43:41 +02:00
os Codechange: No need for Utf8Consume and Utf8Encode, if only ASCII characters are checked. 2025-04-03 18:43:41 +02:00
pathfinder Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964) 2025-04-08 20:57:50 +00:00
saveload Codechange: Replace remaining Utf8Encode usages with StringBuilder. 2025-04-08 23:10:58 +02:00
script Codechange: Use StringBuilder to create encoded strings. 2025-04-08 23:10:58 +02:00
settingsgen Codechange: Generalize StringBuilder. 2025-04-08 23:10:58 +02:00
sound Codechange: Use unique_ptr to manage drivers. 2025-03-28 17:44:07 +00:00
spriteloader Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
strgen Codechange: Replace strgen Buffer with StringBuilder. 2025-04-08 23:10:58 +02:00
table Codechange: Replace strgen Buffer with StringBuilder. 2025-04-08 23:10:58 +02:00
tests Codechange: Replace remaining Utf8Encode usages with StringBuilder. 2025-04-08 23:10:58 +02:00
timer Codechange: use std::move when appropriate 2025-03-13 13:00:24 +01:00
video Codechange: Use EncodeUtf8 and DecodeUtf8 directly, when dealing with a single character. 2025-04-03 18:43:41 +02:00
widgets
aircraft_cmd.cpp Codechange: Add vehicle owner to crash event (#13878) 2025-03-25 22:53:44 +01:00
aircraft_cmd.h
aircraft_gui.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
aircraft.h Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
airport_cmd.h
airport_gui.cpp Codechange: Use std::swap() instead of Swap() (#13883) 2025-03-24 23:47:34 +00:00
airport.cpp Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
airport.h Codechange: Use EnumBitSet for AirportMovingDataFlags. (#13754) 2025-03-06 19:03:41 +00:00
animated_tile_func.h
animated_tile_map.h
animated_tile.cpp
articulated_vehicles.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
articulated_vehicles.h
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 Fix: Not enough parameters supplied for Autoreplace window caption. (#13886) 2025-03-24 23:01:04 +00:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp
autoslope.h
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 Codechange: Use template specialisation and instantiation for BaseMedia methods. 2025-03-27 18:57:53 +00:00
base_media_func.h Codechange: Use template specialisation and instantiation for BaseMedia methods. 2025-03-27 18:57:53 +00:00
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 Codechange: Use traits to define BaseSet parameters. 2025-03-27 18:57:53 +00:00
base_station_base.h
bitmap_type.h
bmp.cpp
bmp.h
bootstrap_gui.cpp Codechange: Use template specialisation and instantiation for BaseMedia methods. 2025-03-27 18:57:53 +00: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 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 Codechange: use std::vector/std::span over MallocT for NewGRF bridge sprites 2025-02-22 15:34:32 +01:00
build_vehicle_gui.cpp Codechange: Rename short CargoType parameters cargo. (#13848) 2025-03-24 18:18:21 +00:00
cachecheck.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
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 Codechange: initialise instance members 2025-03-09 20:41:03 +01:00
cargotype.cpp Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964) 2025-04-08 20:57:50 +00:00
cargotype.h Codechange: Rename short CargoType parameters cargo. (#13848) 2025-03-24 18:18:21 +00:00
cheat_func.h
cheat_gui.cpp Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
cheat_type.h
cheat.cpp
clear_cmd.cpp Codechange: Use EnumBitSet for GrfMiscBits. (#13873) 2025-03-22 21:07:59 +00:00
clear_func.h
clear_map.h Codechange: Handle SnowTile state separately from ClearGround. 2025-02-25 08:22:46 +00:00
CMakeLists.txt Codechange: Split baseset type definitions into separate files. 2025-03-27 18:57:53 +00:00
command_func.h Fix #13760: Store encoded error message inside CommandCost. (#13764) 2025-03-15 20:09:11 +00:00
command_type.h Fix #13838: Formatted error message of sub-errors may be lost. (#13840) 2025-03-18 08:39:40 +00:00
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 Codechange: Avoid STR_NULL in header file. 2025-03-21 12:53:40 +00:00
company_cmd.cpp Codechange: Use std::swap() instead of Swap() (#13883) 2025-03-24 23:47:34 +00:00
company_cmd.h
company_func.h
company_gui.cpp Fix: Numbers were left-aligned for RTL languages in several windows. (#13959) 2025-04-04 11:48:50 +02:00
company_gui.h
company_manager_face.h Fix: Improve manager face randomisation 2025-03-09 19:22:25 +01:00
company_type.h
console_cmds.cpp Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964) 2025-04-08 20:57:50 +00:00
console_func.h
console_gui.cpp Codechange: Use parameterised GetString() for remaining windows. 2025-03-02 07:29:25 +00:00
console_gui.h
console_internal.h
console_type.h
console.cpp Codechange: Use EnumBitSet for StringValidationSettings. (#13974) 2025-04-08 21:19:17 +01:00
cpu.cpp
cpu.h
crashlog.cpp Codechange: use std::move when appropriate 2025-03-13 13:00:24 +01:00
crashlog.h
currency.cpp Codechange: Use EncodedStrings for News messages. (#13654) 2025-02-23 20:24:02 +00:00
currency.h
date_gui.cpp Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
date_gui.h
debug.cpp Codechange: Use emplace_back instead of push_back. (#13855) 2025-03-20 17:39:10 +00:00
debug.h Codechange: Use emplace_back instead of push_back. (#13855) 2025-03-20 17:39:10 +00:00
dedicated.cpp
depot_base.h
depot_cmd.cpp
depot_cmd.h
depot_func.h
depot_gui.cpp Fix: Numbers were left-aligned for RTL languages in several windows. (#13959) 2025-04-04 11:48:50 +02:00
depot_map.h
depot_type.h
depot.cpp
direction_func.h
direction_type.h
disaster_vehicle.cpp Codechange: Add vehicle owner to crash event (#13878) 2025-03-25 22:53:44 +01:00
disaster_vehicle.h
dock_cmd.h
dock_gui.cpp Codechange: explicitly initialise member variables of Windows 2025-02-23 14:53:42 +01:00
driver.cpp Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964) 2025-04-08 20:57:50 +00:00
driver.h Codechange: Use unique_ptr to manage drivers. 2025-03-28 17:44:07 +00:00
dropdown_common_type.h Codechange: Move template class implementation includes. 2025-03-21 12:53:40 +00:00
dropdown_func.h Codechange: Use only raw strings in drop down lists. (#13667) 2025-02-27 21:11:16 +00:00
dropdown_type.h
dropdown.cpp Codechange: Move template class implementation includes. 2025-03-21 12:53:40 +00:00
economy_base.h
economy_cmd.h
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: Use EnumBitSet for GoodsEntry status. (#13899) 2025-03-26 21:22:33 +00:00
effectvehicle_base.h Codechange: initialise instance members 2025-03-09 20:41:03 +01:00
effectvehicle_func.h
effectvehicle.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
elrail_func.h
elrail.cpp Codechange: Use EnumBitSet for RailTypes. 2025-03-25 20:15:48 +00:00
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
engine_func.h
engine_gui.cpp Codechange: explicitly initialise member variables of Windows 2025-02-23 14:53:42 +01:00
engine_gui.h
engine_type.h Fix #13729, f8b1e30: Incorrect conversion of EngineFlags to EngineFlag (#13743) 2025-03-05 09:12:06 +00:00
engine.cpp Codechange: Use EnumBitSet for RailTypes. 2025-03-25 20:15:48 +00:00
error_func.h
error_gui.cpp Fix: Error message window timeout doesn't match setting 2025-03-15 22:08:19 +01:00
error.cpp
error.h Fix #13760: Store encoded error message inside CommandCost. (#13764) 2025-03-15 20:09:11 +00:00
fileio_func.h
fileio_type.h
fileio.cpp Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964) 2025-04-08 20:57:50 +00:00
fios_gui.cpp Codechange: Load check data is only interested in landscape and starting_year. 2025-03-26 10:54:11 +00:00
fios.cpp Codechange: Add a std::string overload for StrMakeValidInPlace() and a moving std::string&& overload for StrMakeValid(). (#13962) 2025-04-07 18:22:47 +02:00
fios.h Codechange: Load check data is only interested in landscape and starting_year. 2025-03-26 10:54:11 +00:00
fontcache.cpp Codechange: use std::move when appropriate 2025-03-13 13:00:24 +01:00
fontcache.h
fontdetection.h
framerate_gui.cpp Fix: Numbers were left-aligned for RTL languages in several windows. (#13959) 2025-04-04 11:48:50 +02:00
framerate_type.h
gamelog_internal.h Codechange: initialise instance members 2025-03-09 20:41:03 +01:00
gamelog.cpp
gamelog.h
genworld_gui.cpp Codechange: Move template class implementation includes. 2025-03-21 12:53:40 +00:00
genworld.cpp Change: [Script] Start GS (but don't run it) when generating world in scenario editor (#13961) 2025-04-04 12:52:02 +02:00
genworld.h
gfx_func.h Codechange: Use a std::span as input for GfxFillPolygon (#13866) 2025-03-22 15:16:14 +00:00
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 Codechange: Use Utf8View to const-iterate over strings, if no particular error handling is needed. 2025-04-03 18:43:41 +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 Codechange: Use a std::span as input for GfxFillPolygon (#13866) 2025-03-22 15:16:14 +00:00
gfxinit.cpp Fix: Reference to the correct section of the README, if a graphics or a sound set is incomplete. (#13946) 2025-04-03 13:40:16 +02:00
gfxinit.h
goal_base.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
goal_cmd.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
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 Fix #13955: Make graphs respect RTL (#13957) 2025-04-03 21:17:34 +02:00
graph_gui.h
ground_vehicle.cpp Codefix: potential integer overflow before widening integer 2025-03-12 22:00:44 +01:00
ground_vehicle.hpp
group_cmd.cpp
group_cmd.h
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 Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
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 Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
highscore.h
hotkeys.cpp
hotkeys.h
house_type.h
house.h
industry_cmd.cpp Fix #13842: Close industry production graph if industry is removed. (#13890) 2025-03-25 17:58:59 +00:00
industry_cmd.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
industry_gui.cpp Codechange: CargoSpec::Iterate already tests cargo validity. (#13941) 2025-04-01 18:23:26 +01:00
industry_map.h
industry_type.h
industry.h Codechange: Use EnumBitSet for PartsOfSubsidy. (#13791) 2025-03-10 18:59:21 +00:00
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
ini.cpp Codefix: do not pass invalid file descriptor to fdatasync 2025-03-09 19:10:33 +01:00
intro_gui.cpp Codechange: Use parameterised GetString() for remaining windows. 2025-03-02 07:29:25 +00:00
landscape_cmd.h
landscape_type.h
landscape.cpp Codechange: Use std::swap() instead of Swap() (#13883) 2025-03-24 23:47:34 +00:00
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 Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
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 Codechange: explicitly initialise Company member variables 2025-02-22 16:33:05 +01:00
main_gui.cpp
map_func.h
map_type.h
map.cpp Codechange: remove unused alloc_func.hpp includes 2025-02-24 20:00:19 +01:00
misc_cmd.cpp
misc_cmd.h Fix #13562: Removed cost estimation message from money cheat 2025-03-22 20:28:55 +01:00
misc_gui.cpp Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964) 2025-04-08 20:57:50 +00:00
misc.cpp
mixer.cpp
mixer.h
music_gui.cpp Fix: Draw the bevel around the music track name as inset. (#13935) 2025-03-31 18:54:02 +02:00
music.cpp Codechange: Use template specialisation and instantiation for BaseMedia methods. 2025-03-27 18:57:53 +00:00
newgrf_act5.h
newgrf_airport.cpp Codechange: Use std::swap() instead of Swap() (#13883) 2025-03-24 23:47:34 +00:00
newgrf_airport.h
newgrf_airporttiles.cpp Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
newgrf_airporttiles.h
newgrf_animation_base.h
newgrf_animation_type.h
newgrf_badge_type.h
newgrf_badge.cpp Codechange: Move template class implementation includes. 2025-03-21 12:53:40 +00:00
newgrf_badge.h Codechange: Use only raw strings in drop down lists. (#13667) 2025-02-27 21:11:16 +00:00
newgrf_callbacks.h
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h
newgrf_class_func.h Codechange: Move template class implementation includes. 2025-03-21 12:53:40 +00:00
newgrf_class.h
newgrf_commons.cpp Codechange: Use std::swap() instead of Swap() (#13883) 2025-03-24 23:47:34 +00:00
newgrf_commons.h Codechange: explicitly initialise NewGRF-pool-object member variables 2025-02-22 15:34:44 +01:00
newgrf_config.cpp Fix #13925, 667d0137: Ancient NewGRF have empty name and description, show the filename instead. (#13932) 2025-03-31 14:25:47 +02:00
newgrf_config.h Codechange: Pass GRF name as std::string to UpdateNewGRFScanStatus. (#13870) 2025-03-23 16:58:43 +01:00
newgrf_debug_gui.cpp Codechange: Use EnumBitSet for QueryStringFlags. (#13792) 2025-03-10 18:59:35 +00:00
newgrf_debug.h
newgrf_engine.cpp Codechange: remove uses of MemCmpT (and MemMoveT) 2025-03-18 21:18:37 +01:00
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h Codechange: Use EnumBitSet for GrfMiscBits. (#13873) 2025-03-22 21:07:59 +00:00
newgrf_gui.cpp Codechange: Use EnumBitSet for StringValidationSettings. (#13974) 2025-04-08 21:19:17 +01:00
newgrf_house.cpp Codechange: Use EnumBitSet for GoodsEntry status. (#13899) 2025-03-26 21:22:33 +00:00
newgrf_house.h
newgrf_industries.cpp
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_object.cpp Codechange: Move template class implementation includes. 2025-03-21 12:53:40 +00:00
newgrf_object.h
newgrf_profiling.cpp Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964) 2025-04-08 20:57:50 +00:00
newgrf_profiling.h Codechange: initialise instance members 2025-03-09 20:41:03 +01:00
newgrf_properties.h
newgrf_railtype.cpp Codechange: Use emplace_back instead of push_back. (#13855) 2025-03-20 17:39:10 +00:00
newgrf_railtype.h
newgrf_roadstop.cpp Codefix: GRF-local cargo id is not a CargoType. (#13888) 2025-03-25 17:12:43 +00:00
newgrf_roadstop.h Codechange: initialise instance members 2025-03-09 20:41:03 +01:00
newgrf_roadtype.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
newgrf_roadtype.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h Codechange: explicitly initialise NewGRF-pool-object member variables 2025-02-22 15:34:44 +01:00
newgrf_station.cpp Codechange: Use EnumBitSet for GoodsEntry status. (#13899) 2025-03-26 21:22:33 +00:00
newgrf_station.h
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 Codechange: Use StringBuilder in TranslateTTDPatchCodes. 2025-04-08 23:10:58 +02:00
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
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 Codechange: Store loaded GRFFiles in vector directly. (#13940) 2025-04-06 20:16:57 +01:00
newgrf.h Codechange: Store loaded GRFFiles in vector directly. (#13940) 2025-04-06 20:16:57 +01:00
news_cmd.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
news_func.h Codechange: Use EncodedStrings for News messages. (#13654) 2025-02-23 20:24:02 +00:00
news_gui.cpp Codechange: Use EnumBitSet for StringValidationSettings. (#13974) 2025-04-08 21:19:17 +01:00
news_gui.h
news_type.h Codechange: Use EncodedStrings for News messages. (#13654) 2025-02-23 20:24:02 +00:00
object_base.h
object_cmd.cpp Codechange: Use emplace_back instead of push_back. (#13855) 2025-03-20 17:39:10 +00:00
object_cmd.h
object_gui.cpp Codechange: Move to GetWidgetString for object window. 2025-03-03 21:19:44 +00:00
object_map.h
object_type.h
object.h
openttd.cpp Fix: [Script] Only run the Game::GameLoop() in-game (#13896) 2025-04-04 17:29:48 +02:00
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
order_base.h
order_cmd.cpp Fix: NewGRF vehicles display loading sprites when not actually loading or unloading (#13554) 2025-03-15 16:58:47 -04:00
order_cmd.h
order_func.h
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: Move to GetWidgetString for osk window. 2025-03-03 21:19:44 +00:00
palette_func.h
palette.cpp
pbs.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
pbs.h
picker_func.h
picker_gui.cpp Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
picker_gui.h Fix 8f14894024: Badge widths were not updated on interface scale change. (#13630) 2025-02-22 13:29:52 +00:00
progress.cpp
progress.h
provider_manager.h
querystring_gui.h Codechange: initialise instance members 2025-03-09 20:41:03 +01:00
rail_cmd.cpp Fix #11528: Starting autorail dragging from existing track tiles resulted in adding non-continuous tracks. (#13885) 2025-04-04 15:21:04 +00:00
rail_cmd.h
rail_gui.cpp Codechange: Use EnumBitSet for RailTypes. 2025-03-25 20:15:48 +00:00
rail_gui.h
rail_map.h Codechange: remove unused INVALID_TRACK_BIT 2025-03-15 22:03:17 +01:00
rail_type.h Codechange: Use EnumBitSet for RailTypes. 2025-03-25 20:15:48 +00:00
rail.cpp Codechange: Use EnumBitSet for RailTypes. 2025-03-25 20:15:48 +00:00
rail.h Codechange: Use EnumBitSet for RailTypes. 2025-03-25 20:15:48 +00:00
random_access_file_type.h
random_access_file.cpp
rev.cpp.in
rev.h
road_cmd.cpp Fix #11528: Starting autorail dragging from existing track tiles resulted in adding non-continuous tracks. (#13885) 2025-04-04 15:21:04 +00:00
road_cmd.h
road_func.h
road_gui.cpp Codechange: Use EnumBitSet for RoadTypes. 2025-03-25 20:15:48 +00:00
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 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_type.h Codechange: Use EnumBitSet for RoadTypes. 2025-03-25 20:15:48 +00:00
road.cpp Codechange: Use EnumBitSet for RoadTypes. 2025-03-25 20:15:48 +00:00
road.h Codechange: Use EnumBitSet for RoadTypes. 2025-03-25 20:15:48 +00:00
roadstop_base.h
roadstop.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
roadveh_cmd.cpp Codechange: Add vehicle owner to crash event (#13878) 2025-03-25 22:53:44 +01:00
roadveh_cmd.h
roadveh_gui.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
roadveh.h Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
safeguards.h Codechange: remove MallocT, CallocT and ReallocT 2025-03-04 00:10:01 +01:00
screenshot_bmp.cpp
screenshot_gui.cpp
screenshot_gui.h
screenshot_pcx.cpp
screenshot_png.cpp Codechange: Split baseset type definitions into separate files. 2025-03-27 18:57:53 +00:00
screenshot_type.h
screenshot.cpp Codefix: move or pass by reference instead of copy 2025-03-13 21:16:16 +01:00
screenshot.h Codefix: move or pass by reference instead of copy 2025-03-13 21:16:16 +01:00
settingentry_gui.cpp Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
settingentry_gui.h Codechange: Split SettingEntry-related code to own file. (#13663) 2025-02-26 19:50:02 +00:00
settings_cmd.h
settings_func.h
settings_gui.cpp Codechange: Split baseset type definitions into separate files. 2025-03-27 18:57:53 +00:00
settings_gui.h
settings_internal.h Fix #13849: Settings in old saves could be overridden by defaults. (#13874) 2025-03-23 15:55:55 +00:00
settings_table.cpp Codechange: Split baseset type definitions into separate files. 2025-03-27 18:57:53 +00:00
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 Codechange: Use EnumBitSet for StringValidationSettings. (#13974) 2025-04-08 21:19:17 +01:00
ship_cmd.cpp Codechange: Use EnumBitSet for VehicleFlags. (#13793) 2025-03-13 08:38:54 +00:00
ship_cmd.h
ship_gui.cpp Codechange: Use parameterised-GetString for vehicle related windows. 2025-02-22 10:33:22 +00:00
ship.h
signal_func.h
signal_type.h
signal.cpp Codechange: Use EnumBitSet for SigFlags. (#13784) 2025-03-09 18:01:52 +00:00
signature.cpp
signature.h
signs_base.h
signs_cmd.cpp
signs_cmd.h
signs_func.h
signs_gui.cpp Codechange: Move to GetWidgetString for sign windows. 2025-03-03 21:23:13 +00:00
signs_type.h
signs.cpp
slider_func.h
slider.cpp Codechange: Use a std::span as input for GfxFillPolygon (#13866) 2025-03-22 15:16:14 +00:00
slope_func.h
slope_type.h
smallmap_gui.cpp Fix: don't show owner of non-existent road 2025-03-16 05:42:29 +01:00
smallmap_gui.h
social_integration.cpp Codechange: use std::move when appropriate 2025-03-13 13:00:24 +01:00
social_integration.h
sortlist_type.h Fix #13814, 2824e790: A Set() became Reset() preventing initial sorting of lists (#13816) 2025-03-14 21:15:42 +01:00
sound_func.h
sound_type.h
sound.cpp Codechange: Use template specialisation and instantiation for BaseMedia methods. 2025-03-27 18:57:53 +00:00
soundloader_func.h
soundloader_opus.cpp
soundloader_raw.cpp
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 Codechange: remove MallocT, CallocT and ReallocT 2025-03-04 00:10:01 +01:00
spritecache.h Codechange: remove SimpleSpriteAllocator 2025-02-23 14:44:11 +01:00
station_base.h Codechange: Use EnumBitSet for GoodsEntry status. (#13899) 2025-03-26 21:22:33 +00:00
station_cmd.cpp Fix #13928, 35e58f6: BuildOilRig did not properly set airport rotation (#13929) 2025-03-30 22:33:01 +00:00
station_cmd.h
station_func.h Codechange: Rename short CargoType parameters cargo. (#13848) 2025-03-24 18:18:21 +00:00
station_gui.cpp Codechange: Rename short CargoType parameters cargo. (#13848) 2025-03-24 18:18:21 +00:00
station_gui.h
station_kdtree.h
station_map.h
station_type.h
station.cpp Codechange: Rename short CargoType parameters cargo. (#13848) 2025-03-24 18:18:21 +00:00
statusbar_gui.cpp Codechange: Use EnumBitSet for StringValidationSettings. (#13974) 2025-04-08 21:19:17 +01:00
statusbar_gui.h
stdafx.h Codechange: Remove broken and unused StrMakeValidInPlace overload. (#13960) 2025-04-04 11:48:32 +02:00
story_base.h Codechange: initialise instance members 2025-03-09 20:41:03 +01:00
story_cmd.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
story_gui.cpp Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
story_type.h
story.cpp Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
string_base.h Codechange: Use Utf8View::iterator in StringIterator. 2025-04-03 18:43:41 +02:00
string_func.h Codechange: Use EnumBitSet for StringValidationSettings. (#13974) 2025-04-08 21:19:17 +01:00
string_type.h Codechange: Use EnumBitSet for StringValidationSettings. (#13974) 2025-04-08 21:19:17 +01:00
string.cpp Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964) 2025-04-08 20:57:50 +00:00
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 Codechange: Generalize StringBuilder. 2025-04-08 23:10:58 +02:00
strings_type.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
strings.cpp Codechange: Replace remaining Utf8Encode usages with StringBuilder. 2025-04-08 23:10:58 +02:00
subsidy_base.h Codechange: Use EncodedStrings for News messages. (#13654) 2025-02-23 20:24:02 +00:00
subsidy_cmd.h
subsidy_func.h Codechange: Use EncodedStrings for News messages. (#13654) 2025-02-23 20:24:02 +00:00
subsidy_gui.cpp Codechange: explicitly initialise member variables of Windows 2025-02-27 20:06:06 +01:00
subsidy_type.h Codechange: Use EnumBitSet for PartsOfSubsidy. (#13791) 2025-03-10 18:59:21 +00:00
subsidy.cpp Codechange: Use EnumBitSet for PartsOfSubsidy. (#13791) 2025-03-10 18:59:21 +00:00
survey.cpp Codechange: Split baseset type definitions into separate files. 2025-03-27 18:57:53 +00:00
survey.h
tar_type.h
terraform_cmd.cpp Fix #13838: Formatted error message of sub-errors may be lost. (#13840) 2025-03-18 08:39:40 +00:00
terraform_cmd.h
terraform_gui.cpp Codechange: explicitly initialise member variables of Windows 2025-02-27 21:19:28 +01:00
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 Codechange: Use EncodeUtf8 and DecodeUtf8 directly, when dealing with a single character. 2025-04-03 18:43:41 +02:00
texteff.cpp
texteff.hpp
textfile_gui.cpp Codechange: Replace remaining Utf8Encode usages with StringBuilder. 2025-04-08 23:10:58 +02:00
textfile_gui.h Add: Show hyperlink destination tooltips in text window. (#13742) 2025-03-10 18:12:42 +00:00
textfile_type.h
tgp.cpp
tgp.h
thread.h
tile_cmd.h Codechange: Return name, description and URL as std::string from GRFConfig. (#13868) 2025-03-22 20:30:40 +01:00
tile_map.cpp
tile_map.h
tile_type.h
tilearea_type.h
tilearea.cpp Codechange: Use std::swap() instead of Swap() (#13883) 2025-03-24 23:47:34 +00:00
tilehighlight_func.h
tilehighlight_type.h
timetable_cmd.cpp Codechange: Use EnumBitSet for VehicleFlags. (#13793) 2025-03-13 08:38:54 +00:00
timetable_cmd.h
timetable_gui.cpp Codefix: Timetable display rows are not related to OrderID. (#13909) 2025-03-30 20:25:55 +01:00
timetable.h Codechange: Use local string parameters for order and timetable windows. 2025-02-23 13:52:13 +00:00
toolbar_gui.cpp Codechange: Use EnumBitSet for RoadTypes. 2025-03-25 20:15:48 +00:00
toolbar_gui.h
town_cmd.cpp Codechange: Rename short CargoType parameters cargo. (#13848) 2025-03-24 18:18:21 +00:00
town_cmd.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
town_gui.cpp Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964) 2025-04-08 20:57:50 +00:00
town_kdtree.h
town_map.h
town_type.h
town.h Codechange: Use EnumBitSet for PartsOfSubsidy. (#13791) 2025-03-10 18:59:21 +00:00
townname_func.h
townname_type.h
townname.cpp Codechange: Generalize StringBuilder. 2025-04-08 23:10:58 +02:00
track_func.h Codechange: remove unused INVALID_TRACK_BIT 2025-03-15 22:03:17 +01:00
track_type.h Codechange: remove unused INVALID_TRACK_BIT 2025-03-15 22:03:17 +01:00
train_cmd.cpp Codechange: Add vehicle owner to crash event (#13878) 2025-03-25 22:53:44 +01:00
train_cmd.h
train_gui.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
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 Codechange: explicitly initialise member variables of Windows 2025-02-27 21:19:28 +01:00
tree_map.h
tunnel_map.cpp
tunnel_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
tunnelbridge_cmd.cpp Fix 8846f347f2: Check bridge/tunnel transport type before querying road type (#13969) 2025-04-06 15:01:23 +02:00
tunnelbridge_cmd.h
tunnelbridge_map.h
tunnelbridge.h
vehicle_base.h Codechange: remove uses of MemCmpT (and MemMoveT) 2025-03-18 21:18:37 +01:00
vehicle_cmd.cpp Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964) 2025-04-08 20:57:50 +00:00
vehicle_cmd.h
vehicle_func.h
vehicle_gui_base.h Codechange: Use std::array for vehicle sorting/grouping options to remove MemSetT. 2025-03-15 20:09:38 +00:00
vehicle_gui.cpp Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
vehicle_gui.h
vehicle_type.h Cleanup: Remove unused DepotCommandFlag::LocateHangar flag (#13775) 2025-03-09 18:07:47 +00:00
vehicle.cpp Codechange: Use .fill() to clear an array instead of assigning a new array. (#13880) 2025-03-23 22:09:45 +00:00
vehiclelist_cmd.h
vehiclelist_func.h
vehiclelist.cpp
vehiclelist.h
viewport_cmd.h
viewport_func.h
viewport_gui.cpp Codechange: Move to GetWidgetString for viewport window. 2025-03-03 21:24:18 +00:00
viewport_kdtree.h
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 Codefix: std::string_view::data() is not necessarily null terminated. (#13891) 2025-03-25 20:32:19 +01:00
void_cmd.cpp Codechange: Pass TileDesc by reference. 2025-02-23 23:00:51 +00:00
void_map.h
water_cmd.cpp Codechange: Add vehicle owner to crash event (#13878) 2025-03-25 22:53:44 +01:00
water_cmd.h
water_map.h
water.h
waypoint_base.h
waypoint_cmd.cpp Fix #13838: Formatted error message of sub-errors may be lost. (#13840) 2025-03-18 08:39:40 +00:00
waypoint_cmd.h
waypoint_func.h
waypoint_gui.cpp Codechange: Use EnumBitSet for QueryStringFlags. (#13792) 2025-03-10 18:59:35 +00:00
waypoint.cpp
widget_type.h Fix 51fd2853cb: Different news widget layouts require different font sizes. (#13752) 2025-03-08 12:00:56 +00:00
widget.cpp Fix d94d421772: Frame widget with label had incorrect spacing. (#13967) 2025-04-05 19:12:42 +01:00
window_func.h
window_gui.h Fix #13645: "Follow vehicle" button not raised when following stopped. (#13746) 2025-03-06 00:00:57 +00:00
window_type.h
window.cpp Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
zoom_func.h
zoom_type.h