1
0
Fork 0
OpenTTD/src
Rubidium ee45c8ec1d Codefix: do not pass invalid file descriptor to fdatasync 2025-03-09 19:10:33 +01:00
..
3rdparty Codechange: use std::allocator over malloc/free for Squirrel memory management 2025-03-03 16:42:17 +01:00
ai Codechange: Drop default widget strings for AI config window. 2025-03-04 08:23:28 +00:00
blitter Codechange: let the ReusableBuffer use std::vector as storage 2025-02-16 19:31:13 +01:00
core Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
fontcache Codechange: Use EnumBitSet for SpriteComponent. (#13509) 2025-02-09 18:37:01 +00:00
game Codechange: Use EnumBitSet for ScriptConfigFlags. (#13669) 2025-02-28 18:57:40 +00:00
lang Update: Translations from eints 2025-03-09 04:38:41 +00:00
linkgraph Codechange: Use parameterised GetString() for remaining windows. 2025-03-02 07:29:25 +00:00
misc Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
music Codechange: remove unused alloc_func.hpp includes 2025-02-24 20:00:19 +01:00
network Codechange: Drop default widget strings for network windows. 2025-03-04 08:23:28 +00:00
os Codechange: remove unused alloc_func.hpp includes 2025-02-24 20:00:19 +01:00
pathfinder Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
saveload Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
script Codechange: use const auto & instead of making a copy 2025-03-08 21:33:17 +01:00
settingsgen Codechange: remove unused alloc_func.hpp includes 2025-02-24 20:00:19 +01:00
sound Codechange: remove unused alloc_func.hpp includes 2025-02-24 20:00:19 +01:00
spriteloader Codechange: let the ReusableBuffer use std::vector as storage 2025-02-16 19:31:13 +01:00
strgen Codechange: remove unused alloc_func.hpp includes 2025-02-24 20:00:19 +01:00
table Codechange: Use EnumBitSet for AirportMovingDataFlags. (#13754) 2025-03-06 19:03:41 +00:00
tests Codechange: use const auto & instead of making a copy 2025-03-08 21:33:17 +01:00
timer Codechange: Use EnumBitSet for PauseMode. (#13553) 2025-02-14 08:30:04 +00:00
video Codechange: replace C-style memory management in MacOS code 2025-02-24 16:04:22 +01:00
widgets Feature: Prevent towns from upgrading individually-placed houses (#13270) 2025-02-09 20:37:06 +00:00
CMakeLists.txt Codechange: Split SettingEntry-related code to own file. (#13663) 2025-02-26 19:50:02 +00:00
aircraft.h Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
aircraft_cmd.cpp Cleanup: Remove unused DepotCommandFlag::LocateHangar flag (#13775) 2025-03-09 18:07:47 +00:00
aircraft_cmd.h Codechange: Use EnumBitSet for DoCommandFlags 2025-02-14 00:28:57 +01:00
aircraft_gui.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
airport.cpp Codechange: Use EnumBitSet for AirportMovingDataFlags. (#13754) 2025-03-06 19:03:41 +00:00
airport.h Codechange: Use EnumBitSet for AirportMovingDataFlags. (#13754) 2025-03-06 19:03:41 +00:00
airport_cmd.h
airport_gui.cpp Fix #13723: Invalid string parameters for build airport window. (#13724) 2025-03-03 22:17:54 +00:00
animated_tile.cpp Fix 6a07f28103: Clearing animated tiles may lead to invalid state. (#13192) 2024-12-23 22:35:43 +01:00
animated_tile_func.h Fix 6a07f28103: Clearing animated tiles may lead to invalid state. (#13192) 2024-12-23 22:35:43 +01:00
animated_tile_map.h Codechange: Store animated tile state in map to improve performance. 2024-12-01 21:19:28 +00:00
articulated_vehicles.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
articulated_vehicles.h Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
autocompletion.cpp Codechange: use Textbuf::GetText() to access the buffer / hide Textbuf::buf 2025-01-19 23:01:35 +01:00
autocompletion.h Add: Basic autocompletion on tab for console commands (#12163) 2024-03-13 21:43:08 +01:00
autoreplace.cpp Codechange: explicitly initialise EngineRenew member variables 2025-02-18 07:21:11 +01:00
autoreplace_base.h Codechange: explicitly initialise EngineRenew member variables 2025-02-18 07:21:11 +01:00
autoreplace_cmd.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
autoreplace_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
autoreplace_func.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
autoreplace_gui.cpp Codechange: Drop default widget strings for autoreplace window. 2025-03-04 08:23:28 +00:00
autoreplace_gui.h
autoreplace_type.h
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 Feature: Order flag to unbunch vehicles at depot (#11945) 2024-02-03 08:04:24 -05:00
base_consist.h Codechange: explicitly initialise Vehicle related member variables 2025-02-18 22:11:04 +01:00
base_media_base.h Codechange: Use GetString() with argument parameters in simple cases. (#13551) 2025-02-14 00:10:56 +00:00
base_media_func.h Codechange: Use range-for to iterate base media files. (#12721) 2024-05-26 16:46:18 +01:00
base_station_base.h Codechange: explicitly initialise (Base)Station related member variables 2025-02-18 20:02:23 +01:00
bitmap_type.h
bmp.cpp Codechange: Replace BmpBuffer with RandomAccessFile. 2024-08-24 22:11:04 +01:00
bmp.h Codechange: Replace BmpBuffer with RandomAccessFile. 2024-08-24 22:11:04 +01:00
bootstrap_gui.cpp Codechange: explicitly initialise member variables of Windows 2025-02-23 14:53:42 +01:00
bridge.h Codechange: use std::vector/std::span over MallocT for NewGRF bridge sprites 2025-02-22 15:34:32 +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 Codechange: Use references for non-optional in/out values of slope functions 2024-03-08 18:08:55 +01:00
bridge_map.h
build_vehicle_gui.cpp Codechange: Drop SetToolTip for window caption. (#13708) 2025-03-03 08:52:53 +00:00
cachecheck.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
cargo_type.h Codechange: strongly type IndustryID 2025-02-16 14:50:15 +01:00
cargoaction.cpp Codechange: Space between `template` and `<` (#13278) 2025-01-04 17:56:14 +00:00
cargoaction.h Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
cargomonitor.cpp Codechange: change Source into a class with conversion helpers 2025-02-09 15:28:35 +01:00
cargomonitor.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
cargopacket.cpp Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
cargopacket.h Codechange: do not zero pool item upon allocation any more 2025-02-28 20:15:42 +01:00
cargotype.cpp Codechange: Use GetString() with argument parameters in simple cases. (#13551) 2025-02-14 00:10:56 +00:00
cargotype.h Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
cheat.cpp Fix #12973: Don't exclude high score after using sandbox 2024-10-24 08:38:16 +02:00
cheat_func.h Fix #12973: Don't exclude high score after using sandbox 2024-10-24 08:38:16 +02:00
cheat_gui.cpp Fix 4389321623: Invalid string parameters in cheat window. (#13696) 2025-03-02 09:02:14 +00:00
cheat_type.h
clear_cmd.cpp Feature: Snow-covered rocks are now visible. 2025-03-04 20:39:08 +00:00
clear_func.h Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +01:00
clear_map.h Codechange: Handle SnowTile state separately from ClearGround. 2025-02-25 08:22:46 +00:00
command.cpp Codechange: Preprocess text ref stack parameters. (#13642) 2025-02-22 22:03:38 +00:00
command_func.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
command_type.h Codechange: Preprocess text ref stack parameters. (#13642) 2025-02-22 22:03:38 +00:00
company_base.h Codechange: explicitly initialise Company member variables 2025-02-22 16:33:05 +01:00
company_cmd.cpp Fix #13759: Really don't set error owner to OWNER_TOWN. (#13761) 2025-03-07 23:35:28 +00:00
company_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
company_func.h Codechange: use ReferenceThroughBaseContainer for containers that are index by CompanyID 2025-02-16 14:02:18 +01:00
company_gui.cpp Fix: company livery window's instance variables were not set 2025-03-08 16:14:08 +01:00
company_gui.h
company_manager_face.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
company_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
console.cpp Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
console_cmds.cpp Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
console_func.h Codefix: First format argument of IConsolePrint not passed by reference (#12966) 2024-10-01 14:12:19 +01:00
console_gui.cpp Codechange: Use parameterised GetString() for remaining windows. 2025-03-02 07:29:25 +00:00
console_gui.h
console_internal.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00: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
cpu.cpp
cpu.h
crashlog.cpp Codechange: Use EncodedStrings for News messages. (#13654) 2025-02-23 20:24:02 +00:00
crashlog.h
currency.cpp Codechange: Use EncodedStrings for News messages. (#13654) 2025-02-23 20:24:02 +00:00
currency.h Add: Ukrainian Hryvnia currency (#12877) 2025-01-31 19:37:58 +00:00
date_gui.cpp Codechange: Move to GetWidgetString for date window. 2025-03-03 08:53:14 +00:00
date_gui.h
debug.cpp Codechange: Replace all FILE * with FileHandle RAII class. (#12718) 2024-09-16 08:45:26 +01:00
debug.h Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
dedicated.cpp Codechange: Replace all FILE * with FileHandle RAII class. (#12718) 2024-09-16 08:45:26 +01:00
depot.cpp Codechange: ToWindowNumber describes better what is the intent than Pack 2025-02-02 15:57:18 +01:00
depot_base.h Codechange: explicitly initialise Depot member variables 2025-02-18 07:21:04 +01:00
depot_cmd.cpp Codechange: Use EnumBitSet for DoCommandFlags 2025-02-14 00:28:57 +01:00
depot_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
depot_func.h
depot_gui.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
depot_map.h Codechange: strongly type DepotID 2025-02-09 16:52:21 +01:00
depot_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
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: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00: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 Codechange: Use EncodedString for error messages. (#13569) 2025-02-16 10:04:32 +00:00
driver.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
dropdown.cpp Codechange: Use only raw strings in drop down lists. (#13667) 2025-02-27 21:11:16 +00:00
dropdown_common_type.h Codechange: Use only raw strings in drop down lists. (#13667) 2025-02-27 21:11:16 +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 Codechange: Move drop down list item definitions to separate header. 2024-04-01 22:33:16 +01:00
economy.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
economy_base.h Codechange: explicitly initialise CargoPayment member variables 2025-02-18 07:20:49 +01:00
economy_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
economy_func.h Codechange: use ReferenceThroughBaseContainer for containers that are index by CompanyID 2025-02-16 14:02:18 +01:00
economy_type.h Codechange: remove ZeroedMemoryAllocator from GRFFile 2025-02-22 14:58:26 +01:00
effectvehicle.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
effectvehicle_base.h Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +01:00
effectvehicle_func.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
elrail.cpp Fix #12831: Delay vehicle cache init to after map upgrades in load 2024-10-25 17:05:59 +02:00
elrail_func.h Codechange: Use EnumBitSet for RoadTypeFlags and RailTypeFlags. (#13415) 2025-01-30 22:08:51 +00:00
engine.cpp Codechange: do not use MallocT for the pool 2025-02-28 20:15:42 +01:00
engine_base.h Codechange: explicitly initialise Engine member variables 2025-02-18 07:20:58 +01:00
engine_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
engine_func.h
engine_gui.cpp Codechange: explicitly initialise member variables of Windows 2025-02-23 14:53:42 +01:00
engine_gui.h Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
engine_type.h Fix #13729, f8b1e30: Incorrect conversion of EngineFlags to EngineFlag (#13743) 2025-03-05 09:12:06 +00:00
error.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for NOT_REACHED 2024-03-10 10:14:20 +01:00
error.h Codechange: Preprocess text ref stack parameters. (#13642) 2025-02-22 22:03:38 +00:00
error_func.h Codechange: Use `__VA_OPT__(,)` instead of `, ##` (#12921) 2024-09-12 07:06:15 +01:00
error_gui.cpp Codechange: Move to GetWidgetString for error window. 2025-03-03 08:53:14 +00:00
fileio.cpp Codefix: 'Declaration hides variable' 2025-02-16 13:44:37 +01:00
fileio_func.h Codechange: Use EnumBitSet for Scanner::Modes. (#13471) 2025-02-05 20:08:12 +00:00
fileio_type.h Change: Add fonts document to help window 2025-02-01 23:51:26 +01:00
fios.cpp Codechange: Use GetString() with argument parameters in simple cases. (#13551) 2025-02-14 00:10:56 +00:00
fios.h Cleanup: Remove global string parameters. 2025-03-04 08:48:35 +00:00
fios_gui.cpp Codechange: Use parameterised GetString() for file windows. 2025-03-02 07:29:25 +00:00
fontcache.cpp Codechange: [WIN32] Use language isocode for fallback font detection (#13310) 2025-01-21 15:57:09 +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 Codechange: Move to GetWidgetString for framerate window. 2025-03-03 08:53:14 +00:00
framerate_type.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
gamelog.cpp Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
gamelog.h Codechange: Use EnumBitSet for GRFBug enum. 2025-02-02 10:49:45 +00:00
gamelog_internal.h Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
genworld.cpp Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
genworld.h Codefix: 'Short global name' 2025-02-15 21:06:28 +01:00
genworld_gui.cpp Codechange: Move to GetWidgetString for world gen windows. 2025-03-03 20:54:09 +00:00
gfx.cpp Fix 6e10584b91: Keep custom news from game scripts in encoded form. (#13741) 2025-03-04 23:15:50 +00:00
gfx_func.h Fix 6e10584b91: Keep custom news from game scripts in encoded form. (#13741) 2025-03-04 23:15:50 +00:00
gfx_layout.cpp Codechange: manage the ParagraphLayouter's buffer with std::unique_ptr 2025-03-03 16:42:48 +01:00
gfx_layout.h Codechange: manage the ParagraphLayouter's buffer with std::unique_ptr 2025-03-03 16:42:48 +01:00
gfx_layout_fallback.cpp Codefix: Use snake_case instead of camelCase in layouters. 2024-12-20 19:05:08 +00:00
gfx_layout_fallback.h Codefix: Use snake_case instead of camelCase in layouters. 2024-12-20 19:05:08 +00:00
gfx_layout_icu.cpp Codechange: Use structured bindings when iterating font_mapping. 2024-12-20 19:05:08 +00:00
gfx_layout_icu.h Codefix: Use snake_case instead of camelCase in layouters. 2024-12-20 19:05:08 +00:00
gfx_type.h Codechange: do not use ZeroedMemoryAllocator for NewGRFSpriteLayout 2025-02-16 13:44:46 +01:00
gfxinit.cpp Codechange: Use EnumBitSet for GRFConfigFlags. 2025-02-02 10:49:45 +00:00
gfxinit.h
goal.cpp Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
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 Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
graph_gui.cpp Codechange: Move to GetWidgetString for graph window. 2025-03-03 20:54:09 +00:00
graph_gui.h Feature: Industry production graph (#10541) 2024-10-31 22:35:04 +00:00
ground_vehicle.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
ground_vehicle.hpp Codechange: explicitly initialise Vehicle related member variables 2025-02-18 22:11:04 +01:00
group.h Codechange: explicitly initialise Group member variables 2025-02-18 18:17:56 +01:00
group_cmd.cpp Codechange: explicitly initialise Group member variables 2025-02-18 18:17:56 +01:00
group_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
group_gui.cpp Codechange: Move to GetWidgetString for group window. 2025-03-03 20:54:09 +00:00
group_gui.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
group_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
gui.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
heightmap.cpp Codechange: Use EncodedString for error messages. (#13569) 2025-02-16 10:04:32 +00:00
heightmap.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
help_gui.cpp Codechange: Move to GetWidgetString for help window. (#13733) 2025-03-03 23:32:08 +00:00
help_gui.h
highscore.cpp Codechange: Use GetString() with argument parameters in simple cases. (#13551) 2025-02-14 00:10:56 +00:00
highscore.h
highscore_gui.cpp Codechange: Use parameterised GetString() for remaining windows. 2025-03-02 07:29:25 +00:00
hotkeys.cpp Codechange: Use std::ranges::find where possible. 2024-11-24 10:36:03 +00:00
hotkeys.h
house.h Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
house_type.h
industry.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
industry_cmd.cpp Fix 6e10584b91: Keep custom news from game scripts in encoded form. (#13741) 2025-03-04 23:15:50 +00:00
industry_cmd.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
industry_gui.cpp Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
industry_map.h Codechange: strongly type IndustryID 2025-02-16 14:50:15 +01:00
industry_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
industrytype.h Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
ini.cpp Codefix: do not pass invalid file descriptor to fdatasync 2025-03-09 19:10:33 +01:00
ini_load.cpp Codechange: remove unused alloc_func.hpp includes 2025-02-24 20:00:19 +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
intro_gui.cpp Codechange: Use parameterised GetString() for remaining windows. 2025-03-02 07:29:25 +00:00
landscape.cpp Codechange: Pass TileDesc by reference. 2025-02-23 23:00:51 +00:00
landscape.h Codechange: use unique_ptr over CallocT and avoid copying table 2025-01-13 23:13:28 +01:00
landscape_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
landscape_type.h Codechange: Use EnumBitSet for LandscapeTypes and remove LandscapeID. (#13436) 2025-02-01 23:09:18 +00:00
language.h Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +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 Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
league_gui.h
league_type.h Codechange: explicitly initialise LeaugeTable and LeagueTableElement member variables 2025-02-18 18:41:14 +01:00
library_loader.h
livery.h Codechange: explicitly initialise Company member variables 2025-02-22 16:33:05 +01:00
main_gui.cpp Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
map.cpp Codechange: remove unused alloc_func.hpp includes 2025-02-24 20:00:19 +01:00
map_func.h Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
map_type.h Cleanup: remove some unused #defines 2024-10-14 21:37:00 +02:00
misc.cpp Codechange: Use EnumBitSet for PauseMode. (#13553) 2025-02-14 08:30:04 +00:00
misc_cmd.cpp Codechange: Use EncodedString for error messages. (#13569) 2025-02-16 10:04:32 +00:00
misc_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
misc_gui.cpp Codechange: Move to GetWidgetString for misc windows. 2025-03-03 20:54:48 +00:00
mixer.cpp Codechange: Implement SoundLoader interface and cache loaded sounds in memory. 2024-12-06 18:41:35 +00:00
mixer.h Codechange: Implement SoundLoader interface and cache loaded sounds in memory. 2024-12-06 18:41:35 +00:00
music.cpp Codechange: Return std::vector from GetMusicCatEntryData. 2024-05-11 02:10:41 +01:00
music_gui.cpp Codechange: Move to GetWidgetString for music window. 2025-03-03 20:54:48 +00:00
newgrf.cpp Codechange: Use std::array for temporary NewGRF loading data. 2025-03-09 18:03:50 +00:00
newgrf.h Codechange: remove ZeroedMemoryAllocator from GRFFile 2025-02-22 14:58:26 +01:00
newgrf_act5.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
newgrf_airport.cpp Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_airport.h Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_airporttiles.cpp Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_airporttiles.h Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_animation_base.h Codechange: Use EnumBitSet for callback masks. 2025-01-31 17:08:24 +00:00
newgrf_animation_type.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
newgrf_badge.cpp Codechange: Use parameterised GetString() for drawing NewGRF info. (#13674) 2025-02-28 21:05:12 +00:00
newgrf_badge.h Codechange: Use only raw strings in drop down lists. (#13667) 2025-02-27 21:11:16 +00:00
newgrf_badge_type.h Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_callbacks.h Codechange: Use EnumBitSet for callback masks. 2025-01-31 17:08:24 +00:00
newgrf_canal.cpp Codechange: Use EnumBitSet for callback masks. 2025-01-31 17:08:24 +00:00
newgrf_canal.h Codechange: Use EnumBitSet for callback masks. 2025-01-31 17:08:24 +00:00
newgrf_cargo.cpp Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
newgrf_cargo.h Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
newgrf_class.h Codefix: "maybe uninitialized" warnings for linux generic release build (#12838) 2024-07-02 11:04:07 +02:00
newgrf_class_func.h Codechange: Store grfid with entity grfprops. 2024-12-05 18:17:58 +00:00
newgrf_commons.cpp Codechange: Preprocess text ref stack parameters. (#13642) 2025-02-22 22:03:38 +00:00
newgrf_commons.h Codechange: explicitly initialise NewGRF-pool-object member variables 2025-02-22 15:34:44 +01:00
newgrf_config.cpp Codechange: Use EnumBitSet for Scanner::Modes. (#13471) 2025-02-05 20:08:12 +00:00
newgrf_config.h Codechange: Use EnumBitSet for GRFConfigFlags. 2025-02-02 10:49:45 +00:00
newgrf_debug.h Codechange: introduce ConvertibleThroughBase helpers 2025-02-16 14:02:18 +01:00
newgrf_debug_gui.cpp Codechange: Drop default widget strings for NewGRF debug window. 2025-03-04 08:23:28 +00:00
newgrf_engine.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
newgrf_engine.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
newgrf_generic.cpp Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
newgrf_generic.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
newgrf_gui.cpp Codechange: Move to GetWidgetString for newgrf windows. 2025-03-03 21:19:44 +00:00
newgrf_house.cpp Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_house.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
newgrf_industries.cpp Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_industries.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
newgrf_industrytiles.cpp Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_industrytiles.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
newgrf_object.cpp Codechange: explicitly initialise Company member variables 2025-02-22 16:33:05 +01:00
newgrf_object.h Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_profiling.cpp Codechange: replace BSWAP32/BSWAP16 with std::byteswap 2025-01-28 19:22:12 +01:00
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 Fix: Rail/road type conversion data is not populated on new game. (#13403) 2025-01-29 21:45:16 +00:00
newgrf_railtype.h Fix: Rail/road type conversion data is not populated on new game. (#13403) 2025-01-29 21:45:16 +00:00
newgrf_roadstop.cpp Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_roadstop.h Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_roadtype.cpp Fix: Rail/road type conversion data is not populated on new game. (#13403) 2025-01-29 21:45:16 +00:00
newgrf_roadtype.h Fix: Rail/road type conversion data is not populated on new game. (#13403) 2025-01-29 21:45:16 +00:00
newgrf_sound.cpp Codechange: Use EnumBitSet for callback masks. 2025-01-31 17:08:24 +00:00
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: use std::vector/std::span for DrawTileSprites over malloc-ed table 2025-02-14 16:01:45 +01:00
newgrf_spritegroup.h Codechange: explicitly initialise NewGRF-pool-object member variables 2025-02-22 15:34:44 +01:00
newgrf_station.cpp Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_station.h Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_storage.cpp Codechange: replace BSWAP32/BSWAP16 with std::byteswap 2025-01-28 19:22:12 +01:00
newgrf_storage.h Codechange: remove unused alloc_func.hpp includes 2025-02-24 20:00:19 +01:00
newgrf_text.cpp Codechange: Use emplace_back instead of back_inserter. (#13781) 2025-03-09 17:42:00 +00:00
newgrf_text.h Codechange: Preprocess text ref stack parameters. (#13642) 2025-02-22 22:03:38 +00:00
newgrf_text_type.h Codechange: Make non-generic GRF string ids unique per feature. 2025-02-16 22:24:25 +00:00
newgrf_town.cpp Codechange: strongly type TownID 2025-02-16 14:50:15 +01:00
newgrf_town.h Codechange: Pass avail(able) as reference instead of pointer since they are never nullptr (#12696) 2024-05-18 17:04:16 +02:00
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
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 Fix 51fd2853cb: Different news widget layouts require different font sizes. (#13752) 2025-03-08 12:00:56 +00:00
news_gui.h Codechange: Use std::list for News Items. (#12338) 2024-04-04 07:53:14 +01:00
news_type.h Codechange: Use EncodedStrings for News messages. (#13654) 2025-02-23 20:24:02 +00:00
object.h
object_base.h Codechange: explicitly initialise Object member variables 2025-02-18 18:51:44 +01:00
object_cmd.cpp Codechange: Pass TileDesc by reference. 2025-02-23 23:00:51 +00:00
object_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
object_gui.cpp Codechange: Move to GetWidgetString for object window. 2025-03-03 21:19:44 +00:00
object_map.h Codechange: strongly type ObjectID 2025-02-09 15:07:29 +01:00
object_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
openttd.cpp Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
openttd.h Codechange: Use EnumBitSet for PauseMode. (#13553) 2025-02-14 08:30:04 +00:00
order_backup.cpp Codechange: explicitly initialise OrderBackup and OrderList member variables 2025-02-18 20:02:09 +01:00
order_backup.h Codechange: explicitly initialise OrderBackup and OrderList member variables 2025-02-18 20:02:09 +01:00
order_base.h Codechange: explicitly initialise OrderBackup and OrderList member variables 2025-02-18 20:02:09 +01:00
order_cmd.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
order_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
order_func.h Feature: Use real-time "wallclock" timekeeping units (#11341) 2024-01-23 11:36:09 -05:00
order_gui.cpp Codechange: Move to GetWidgetString for orders window. 2025-03-03 21:19:44 +00:00
order_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
osk_gui.cpp Codechange: Move to GetWidgetString for osk window. 2025-03-03 21:19:44 +00:00
palette.cpp Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
palette_func.h Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS 2025-01-28 18:56:58 +01:00
pbs.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
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 Fix 8f14894024: Badge widths were not updated on interface scale change. (#13630) 2025-02-22 13:29:52 +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 Codechange: ProviderManager class to support self-registration of providers. 2024-12-06 18:41:35 +00:00
querystring_gui.h
rail.cpp Codechange: make CompanyMask a BaseBitSet implementation 2025-02-09 19:24:51 +01:00
rail.h Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
rail_cmd.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
rail_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
rail_gui.cpp Codechange: Use std::array to store most-used railtype. 2025-03-09 18:03:50 +00:00
rail_gui.h Codechange: Move dropdown and slider out of widgets directory. (#12403) 2024-03-31 19:37:16 +01:00
rail_map.h Codechange: strongly type DepotID 2025-02-09 16:52:21 +01:00
rail_type.h Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS 2025-01-28 18:56:58 +01:00
random_access_file.cpp Codechange: Avoid unnecessary re-reads/seeks in RandomAccessFile::ReadBlock 2024-11-23 21:48:22 +10:00
random_access_file_type.h Codechange: use default virtual destructors over empty destructors 2024-12-06 22:30:19 +10:00
rev.cpp.in Codechange: no longer add "src" to the include-path (#13511) 2025-02-09 19:43:15 +00:00
rev.h Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +01:00
road.cpp Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
road.h Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
road_cmd.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
road_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
road_func.h Codechange: Use EnumBitSet for RoadTypeFlags and RailTypeFlags. (#13415) 2025-01-30 22:08:51 +00:00
road_gui.cpp Codechange: Remove leftover SetStringTips. 2025-03-04 08:23:28 +00:00
road_gui.h Codechange: Move dropdown and slider out of widgets directory. (#12403) 2024-03-31 19:37:16 +01:00
road_internal.h Codechange: Use EnumBitSet for DoCommandFlags 2025-02-14 00:28:57 +01:00
road_map.cpp Codechange: split GetRoadDir as bays have DiagDir and drive throughs have Axis 2024-10-24 20:40:32 +02:00
road_map.h Codechange: strongly type TownID 2025-02-16 14:50:15 +01:00
road_type.h Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS 2025-01-28 18:56:58 +01:00
roadstop.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
roadstop_base.h Codechange: explicitly initialise (Base)Station related member variables 2025-02-18 20:02:23 +01:00
roadveh.h Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
roadveh_cmd.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
roadveh_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
roadveh_gui.cpp 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.cpp Codechange: Use EncodedString for error messages. (#13569) 2025-02-16 10:04:32 +00:00
screenshot.h Codechange: Use ProviderManager to define screenshot generators. (#13526) 2025-02-11 21:38:20 +00:00
screenshot_bmp.cpp Codechange: Use ProviderManager to define screenshot generators. (#13526) 2025-02-11 21:38:20 +00:00
screenshot_gui.cpp Codechange: Use EnumBitSet for NWidContainerFlags. 2025-02-06 19:43:35 +00:00
screenshot_gui.h
screenshot_pcx.cpp Codechange: Use ProviderManager to define screenshot generators. (#13526) 2025-02-11 21:38:20 +00:00
screenshot_png.cpp Codechange: strongly type CompanyID 2025-02-16 14:02:18 +01:00
screenshot_type.h Codechange: Use ProviderManager to define screenshot generators. (#13526) 2025-02-11 21:38:20 +00:00
settingentry_gui.cpp Codechange: Always pass raw strings to TextFilter's AddLine(). (#13666) 2025-02-27 19:21:43 +00:00
settingentry_gui.h Codechange: Split SettingEntry-related code to own file. (#13663) 2025-02-26 19:50:02 +00:00
settings.cpp Codechange: use const auto & instead of making a copy 2025-03-08 21:33:17 +01:00
settings_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
settings_func.h Codechange: Use std::vector for GRFConfig lists. (#10835) 2025-01-31 17:09:09 +00:00
settings_gui.cpp Codechange: Remove leftover SetStringTips. 2025-03-04 08:23:28 +00:00
settings_gui.h Codechange: Use functions to create common drop down list items. 2024-04-01 22:33:16 +01:00
settings_internal.h Codechange: Allow ConvertibleThroughBase to be used as One/ManyOfManySetting. 2025-02-13 18:03:13 +00:00
settings_table.cpp Codechange: Use EncodedString for error messages. (#13569) 2025-02-16 10:04:32 +00:00
settings_table.h
settings_type.h Codechange: explicitly initialise Company member variables 2025-02-22 16:33:05 +01:00
ship.h Codechange: explicitly initialise Vehicle related member variables 2025-02-18 22:11:04 +01:00
ship_cmd.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
ship_cmd.h Codechange: Use EnumBitSet for DoCommandFlags 2025-02-14 00:28:57 +01:00
ship_gui.cpp Codechange: Use parameterised-GetString for vehicle related windows. 2025-02-22 10:33:22 +00:00
signal.cpp Codechange: Use EnumBitSet for SigFlags. (#13784) 2025-03-09 18:01:52 +00:00
signal_func.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
signal_type.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
signature.cpp Codechange: Replace all FILE * with FileHandle RAII class. (#12718) 2024-09-16 08:45:26 +01:00
signature.h
signs.cpp Codechange: explicitly initialise Sign member variables 2025-02-18 22:41:20 +01:00
signs_base.h Codechange: explicitly initialise Sign member variables 2025-02-18 22:41:20 +01:00
signs_cmd.cpp Codechange: explicitly initialise Sign member variables 2025-02-18 22:41:20 +01:00
signs_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
signs_func.h
signs_gui.cpp Codechange: Move to GetWidgetString for sign windows. 2025-03-03 21:23:13 +00:00
signs_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
slider.cpp Codechange: Use preformatted strings for slider marks. (#13484) 2025-02-07 18:14:53 +00:00
slider_func.h Codechange: Use preformatted strings for slider marks. (#13484) 2025-02-07 18:14:53 +00:00
slope_func.h Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +01:00
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 Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
smallmap_gui.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
social_integration.cpp Codechange: Remove some unnecessary c_str() when passing std::strings. (#12532) 2024-04-18 22:13:13 +01: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 Codechange: Use EnumBitSet for SortListFlags. (#13506) 2025-02-09 14:38:35 +00:00
sound.cpp Codechange: Implement SoundLoader interface and cache loaded sounds in memory. 2024-12-06 18:41:35 +00:00
sound_func.h Feature: Allow base sounds set to be changed mid-game. (#12399) 2024-04-01 17:54:42 +01:00
sound_type.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
soundloader.cpp Codechange: Implement SoundLoader interface and cache loaded sounds in memory. 2024-12-06 18:41:35 +00:00
soundloader_func.h Codechange: Implement SoundLoader interface and cache loaded sounds in memory. 2024-12-06 18:41:35 +00:00
soundloader_opus.cpp Add: Support sound effects in Ogg Opus format. 2024-12-06 18:41:35 +00:00
soundloader_raw.cpp Codechange: Implement SoundLoader interface and cache loaded sounds in memory. 2024-12-06 18:41:35 +00:00
soundloader_type.h Codechange: Implement SoundLoader interface and cache loaded sounds in memory. 2024-12-06 18:41:35 +00:00
soundloader_wav.cpp Codechange: replace BSWAP32/BSWAP16 with std::byteswap 2025-01-28 19:22:12 +01:00
source_type.h Codechange: Use EncodedStrings for News messages. (#13654) 2025-02-23 20:24:02 +00:00
sprite.cpp Codechange: use span size over terminator object 2025-02-16 11:19:12 +01:00
sprite.h Codechange: do not use ZeroedMemoryAllocator for NewGRFSpriteLayout 2025-02-16 13:44:46 +01:00
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
spritecache_internal.h Change: Treat recolour sprites as regular sprites in the SpriteCache. (#13107) 2024-11-23 12:14:46 +00:00
station.cpp Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
station_base.h Codechange: explicitly initialise (Base)Station related member variables 2025-02-18 20:02:23 +01:00
station_cmd.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
station_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
station_func.h Codechange: rename CargoID to CargoType and amend related variables/comments 2025-01-26 18:07:10 +01:00
station_gui.cpp Codechange: Move to GetWidgetString for station windows. 2025-03-03 21:23:13 +00:00
station_gui.h Codechange: Pass rect to DrawStationCoverageAreaText. (#13442) 2025-02-02 17:15:47 +00:00
station_kdtree.h Codechange: Use functor for Kdtree's XYFunc. (#13074) 2024-11-19 20:29:56 +00:00
station_map.h Codechange: strongly type StationID 2025-02-16 18:25:51 +01:00
station_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
statusbar_gui.cpp Codechange: Use parameterised GetString() for statusbar. 2025-03-02 07:29:25 +00: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 Codechange: remove MallocT, CallocT and ReallocT 2025-03-04 00:10:01 +01:00
story.cpp Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
story_base.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00: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 Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
string.cpp Codechange: remove unused alloc_func.hpp includes 2025-02-24 20:00:19 +01:00
string_base.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
string_func.h Fix fd2949d: use std::prev() to walk back from a possible string::end() 2025-02-16 16:36:25 +01:00
string_type.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
stringfilter.cpp Codechange: Always pass raw strings to TextFilter's AddLine(). (#13666) 2025-02-27 19:21:43 +00:00
stringfilter_type.h Codechange: Always pass raw strings to TextFilter's AddLine(). (#13666) 2025-02-27 19:21:43 +00:00
strings.cpp Codechange: Prevent nested encoded strings. 2025-03-04 21:40:39 +00:00
strings_func.h Cleanup: Remove global string parameters. 2025-03-04 08:48:35 +00:00
strings_internal.h Cleanup: Remove global string parameters. 2025-03-04 08:48:35 +00:00
strings_type.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
subsidy.cpp Codechange: Use EncodedStrings for News messages. (#13654) 2025-02-23 20:24:02 +00:00
subsidy_base.h Codechange: Use EncodedStrings for News messages. (#13654) 2025-02-23 20:24:02 +00:00
subsidy_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
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: strongly type Subsidy 2025-02-09 15:07:29 +01:00
survey.cpp Codechange: use const auto & instead of making a copy 2025-03-08 21:33:17 +01:00
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 Codechange: Use EnumBitSet for DoCommandFlags 2025-02-14 00:28:57 +01:00
terraform_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
terraform_gui.cpp Codechange: explicitly initialise member variables of Windows 2025-02-27 21:19:28 +01:00
terraform_gui.h
textbuf.cpp Fix #13668, fd2949d: Include the `\0` in TextBuf max_chars cropping (#13672) 2025-03-05 12:05:19 +01:00
textbuf_gui.h Codechange: Use EncodedString for Query window. (#13528) 2025-02-11 17:30:16 +00:00
textbuf_type.h Codechange: use std::string as backing for textbuf 2025-02-15 21:52:55 +01: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 Codefix: initialise a few uninitialised variables 2025-03-08 18:01:25 +01:00
textfile_gui.h Codefix: initialise a few uninitialised variables 2025-03-08 18:01:25 +01: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 Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
tgp.h
thread.h Codechange: Space between `template` and `<` (#13278) 2025-01-04 17:56:14 +00:00
tile_cmd.h Codechange: Pass TileDesc by reference. 2025-02-23 23:00:51 +00:00
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 Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
tilearea.cpp
tilearea_type.h Codechange: remove operator!=s that are synthesized 2025-02-08 06:37:36 +01: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.h Codechange: Use local string parameters for order and timetable windows. 2025-02-23 13:52:13 +00:00
timetable_cmd.cpp Codechange: Use EnumBitSet for DoCommandFlags 2025-02-14 00:28:57 +01:00
timetable_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
timetable_gui.cpp Fix #13725: Use proper query strings for changing timetable values (#13737) 2025-03-04 11:58:28 -05:00
toolbar_gui.cpp Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
toolbar_gui.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
town.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
town_cmd.cpp Codefix: initialise a few uninitialised variables 2025-03-08 18:01:25 +01:00
town_cmd.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
town_gui.cpp Codechange: use const auto & instead of making a copy 2025-03-08 21:33:17 +01:00
town_kdtree.h Codechange: Use functor for Kdtree's XYFunc. (#13074) 2024-11-19 20:29:56 +00:00
town_map.h Codechange: strongly type TownID 2025-02-16 14:50:15 +01:00
town_type.h Codechange: explicitly initialise Town member variables 2025-02-18 22:10:31 +01:00
townname.cpp Codechange: prefer SPECSTR_TOWNNAME_START over _ENGLISH 2025-01-04 21:06:07 +01:00
townname_func.h
townname_type.h Codechange: change SPECSTR_ to StringID and remove unused enumeration 2025-01-04 21:06:07 +01:00
track_func.h
track_type.h Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS 2025-01-28 18:56:58 +01:00
train.h Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
train_cmd.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
train_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
train_gui.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
transparency.h Codechange: Use EnumBitSet for StationFacility. 2025-02-13 18:03:13 +00:00
transparency_gui.cpp Codechange: Use EnumBitSet for StationFacility. 2025-02-13 18:03:13 +00:00
transparency_gui.h
transport_type.h Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +01:00
tree_cmd.cpp Codechange: Handle SnowTile state separately from ClearGround. 2025-02-25 08:22:46 +00:00
tree_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
tree_gui.cpp Codechange: explicitly initialise member variables of Windows 2025-02-27 21:19:28 +01:00
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.h
tunnelbridge_cmd.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
tunnelbridge_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
tunnelbridge_map.h Codechange: Add AssignBit function to assign the value of a single bit (#12934) 2024-09-10 08:36:58 -04:00
vehicle.cpp Codechange: Use std::array for vehicle hashes. 2025-03-09 18:03:50 +00:00
vehicle_base.h Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
vehicle_cmd.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
vehicle_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
vehicle_func.h Fix: Missing error messages with sell- and autoreplace-all commands. (#13469) 2025-02-04 22:30:42 +00:00
vehicle_gui.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
vehicle_gui.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
vehicle_gui_base.h Codechange: Move to GetWidgetString for vehicle windows. 2025-03-03 21:24:18 +00:00
vehicle_type.h Cleanup: Remove unused DepotCommandFlag::LocateHangar flag (#13775) 2025-03-09 18:07:47 +00:00
vehiclelist.cpp Codechange: strongly type CompanyID 2025-02-16 14:02:18 +01:00
vehiclelist.h Codechange: add helpers to VehicleListIdentifier for ConvertibleThroughBase 2025-02-09 16:52:21 +01:00
vehiclelist_cmd.h
vehiclelist_func.h Codechange: Use FindVehiclesWithOrder when removing a road stop. (#12144) 2024-03-28 23:22:37 +01:00
viewport.cpp Fix #13645: "Follow vehicle" button not raised when following stopped. (#13746) 2025-03-06 00:00:57 +00:00
viewport_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
viewport_func.h Codechange: Space between `template` and `<` (#13278) 2025-01-04 17:56:14 +00:00
viewport_gui.cpp Codechange: Move to GetWidgetString for viewport window. 2025-03-03 21:24:18 +00:00
viewport_kdtree.h Codechange: replace union with std::variant for ViewportSignKdtreeItem::id 2025-02-09 18:05:01 +01:00
viewport_sprite_sorter.h
viewport_sprite_sorter_sse4.cpp Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
viewport_type.h Codechange: explicitly initialise (Base)Station related member variables 2025-02-18 20:02:23 +01:00
void_cmd.cpp Codechange: Pass TileDesc by reference. 2025-02-23 23:00:51 +00:00
void_map.h
water.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
water_cmd.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
water_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
water_map.h Codechange: strongly type DepotID 2025-02-09 16:52:21 +01:00
waypoint.cpp Codechange: Make StationType an enum class. (#13339) 2025-01-19 20:53:08 +00:00
waypoint_base.h Codechange: explicitly initialise (Base)Station related member variables 2025-02-18 20:02:23 +01:00
waypoint_cmd.cpp Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
waypoint_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
waypoint_func.h Codechange: Use EnumBitSet for DoCommandFlags 2025-02-14 00:28:57 +01:00
waypoint_gui.cpp Codechange: Move to GetWidgetString for waypoint window. 2025-03-03 21:24:18 +00:00
widget.cpp Codechange: prepare for replacement of SetStringParameter by GetWidgetString 2025-03-02 11:04:15 +01:00
widget_type.h Fix 51fd2853cb: Different news widget layouts require different font sizes. (#13752) 2025-03-08 12:00:56 +00:00
window.cpp Fix #13645: "Follow vehicle" button not raised when following stopped. (#13746) 2025-03-06 00:00:57 +00:00
window_func.h Codechange: introduce ConvertibleThroughBase helpers 2025-02-16 14:02:18 +01:00
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 Codechange: introduce ConvertibleThroughBase helpers 2025-02-16 14:02:18 +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 Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS 2025-01-28 18:56:58 +01:00