OpenTTD/src
2025-07-13 22:34:32 +01:00
..
3rdparty Fix: [Script] SQOpsLimiter had no effect for native valuator/filter (#14322) 2025-06-03 14:05:29 +02:00
ai Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
blitter Codechange: unify moving of pixels in the blitters 2025-05-11 21:51:57 +02:00
core Codechange: Give FlatSet insert() a return value. 2025-06-26 08:33:34 +01:00
fontcache Codechange: Use std::byte for glyph sprite buffer. 2025-05-13 14:51:17 +01:00
game Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
lang Update: Translations from eints 2025-07-13 04:45:12 +00:00
linkgraph Codechange: Use TypedIndexContainer for typed index containers 2025-06-12 18:50:49 +01:00
misc Fix #14396: Industry production graph showed zero instead of N/A. 2025-07-09 23:02:58 +01:00
music Codechange: remove core/mem_func.hpp 2025-05-08 09:33:18 +02:00
network Fix: Include sort button width in content list header minimal size. (#14402) 2025-06-30 20:40:26 +01:00
newgrf Codechange: Use TypedIndexContainer for typed index containers 2025-06-12 18:50:49 +01:00
os Codechange: Use AutoRelease to simplify cleanup after FontConfig calls. (#14354) 2025-06-11 21:24:31 +01:00
pathfinder Fix: Train path reservations on different railtypes could join leading to train crashes. (#14366) 2025-06-15 22:09:04 +02:00
saveload Fix #14396: Industry production graph showed zero instead of N/A. 2025-07-09 23:02:58 +01:00
script Change: New company face definition system and UI. (#14319) 2025-06-24 07:59:49 +01:00
settingsgen Codechange: use fstream to compare file equality 2025-05-06 21:29:21 +02:00
sound Codechange: remove char* from base driver code 2025-04-29 21:09:18 +02:00
spriteloader Codechange: Make use of ZoomLevels range iteration. (#14422) 2025-07-08 14:00:12 +01:00
strgen Fix #14385: [Strgen] Don't count parameters more than one time (#14413) 2025-07-04 01:10:50 +02:00
table Fix #14375: When loading config, validate timekeeping mode and minutes per year (#14405) 2025-07-09 16:04:38 -04:00
tests Codechange: Give FlatSet insert() a return value. 2025-06-26 08:33:34 +01:00
timer Codechange: Add constant for common blink interval. 2025-06-07 15:50:25 +01:00
video Fix: [Win32] Link failure with newer Windows SDK version due to WinRT changes. (#14432) 2025-07-13 22:34:32 +01:00
widgets Revert 0853c1979b: Button to toggle showing advanced signal types (#9617) (#14219) 2025-06-24 20:18:08 +02:00
aircraft_cmd.cpp
aircraft_cmd.h
aircraft_gui.cpp
aircraft.h
airport_cmd.h
airport_gui.cpp Change: Consistent toolbar sizes with dedicated NWidgetParts. (#14344) 2025-06-08 18:13:47 +00:00
airport.cpp
airport.h
animated_tile_func.h
animated_tile_map.h
animated_tile.cpp
articulated_vehicles.cpp Codechange: Remove manual memory management from CountArticulatedParts (#14336) 2025-06-15 21:38:00 +01:00
articulated_vehicles.h
autocompletion.cpp
autocompletion.h
autoreplace_base.h
autoreplace_cmd.cpp Codechange: Move ownership of Orders to OrderList. (#13948) 2025-05-23 10:36:28 +01:00
autoreplace_cmd.h
autoreplace_func.h
autoreplace_gui.cpp Codechange: Use FlatSet to avoid trying to add variant parents multiple times. 2025-06-26 08:33:34 +01:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp
autoslope.h
base_consist.cpp
base_consist.h
base_media_base.h Codechange: Use vector with unique_ptr instead of linked-list for base set lists. (#14332) 2025-06-15 21:32:29 +01:00
base_media_func.h Codechange: Use vector with unique_ptr instead of linked-list for base set lists. (#14332) 2025-06-15 21:32:29 +01:00
base_media_graphics.h
base_media_music.h
base_media_sounds.h
base_station_base.h
bitmap_type.h
bmp.cpp
bmp.h
bootstrap_gui.cpp Codechange: use std::string_view for ini_key 2025-05-01 23:24:43 +02:00
bridge_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
bridge_map.cpp
bridge_map.h
bridge.h
build_vehicle_gui.cpp Codechange: Use FlatSet to avoid trying to add variant parents multiple times. 2025-06-26 08:33:34 +01:00
cachecheck.cpp
cargo_type.h
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
cargomonitor.h
cargopacket.cpp
cargopacket.h
cargotype.cpp
cargotype.h
cheat_func.h
cheat_gui.cpp Fix: Restore the behaviour when entering numbers in query windows: clamp integers out of range to the maximum valid value. 2025-05-20 12:57:30 +02:00
cheat_type.h Codechange: use value initialisation over memset 2025-05-09 17:20:41 +02:00
cheat.cpp Codechange: use value initialisation over memset 2025-05-09 17:20:41 +02:00
clear_cmd.cpp
clear_func.h
clear_map.h
CMakeLists.txt Add: Configuration of NewGRF badges. 2025-05-25 09:13:05 +01:00
command_func.h
command_type.h
command.cpp
company_base.h
company_cmd.cpp Change: New company face definition system and UI. (#14319) 2025-06-24 07:59:49 +01:00
company_cmd.h Change: New company face definition system and UI. (#14319) 2025-06-24 07:59:49 +01:00
company_func.h Change: New company face definition system and UI. (#14319) 2025-06-24 07:59:49 +01:00
company_gui.cpp Change: New company face definition system and UI. (#14319) 2025-06-24 07:59:49 +01:00
company_gui.h Fix #14256, dfd9fbf873: Company finance windows not updated when paused. (#14258) 2025-05-13 01:23:27 +01:00
company_manager_face.h Change: New company face definition system and UI. (#14319) 2025-06-24 07:59:49 +01:00
company_type.h Change: New company face definition system and UI. (#14319) 2025-06-24 07:59:49 +01:00
console_cmds.cpp Fix #14081: Check if removed item is a savegame (#14371) 2025-06-18 10:05:18 +02:00
console_func.h
console_gui.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
console_gui.h
console_internal.h
console_type.h
console.cpp
cpu.cpp
cpu.h
crashlog.cpp
crashlog.h
currency.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
currency.h
date_gui.cpp Codechange: Add OnClick handler for dropdown items. 2025-05-25 09:13:05 +01:00
date_gui.h
debug.cpp Codechange: Add format_append as short-hand to format_to + back_inserter. 2025-04-29 20:26:23 +02:00
debug.h Codechange: TicToc can now accumulate and output every tick 2025-06-04 23:59:06 +02:00
dedicated.cpp
depot_base.h
depot_cmd.cpp
depot_cmd.h
depot_func.h
depot_gui.cpp
depot_map.h
depot_type.h
depot.cpp
direction_func.h Codechange: Use DiagDirections when checking for flat buildable tiles. 2025-05-07 17:31:29 +01:00
direction_type.h Codechange: Add Directions and DiagDirections EnumBitSets. 2025-05-07 17:31:29 +01:00
disaster_vehicle.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
disaster_vehicle.h
dock_cmd.h
dock_gui.cpp Change: Consistent toolbar sizes with dedicated NWidgetParts. (#14344) 2025-06-08 18:13:47 +00:00
driver.cpp Codechange: remove char* from base driver code 2025-04-29 21:09:18 +02:00
driver.h Codechange: remove char* from base driver code 2025-04-29 21:09:18 +02:00
dropdown_common_type.h Codechange: Add DropDownUnselectable component. 2025-06-05 17:55:24 +01:00
dropdown_func.h
dropdown_type.h Add: Configuration of NewGRF badges. 2025-05-25 09:13:05 +01:00
dropdown.cpp Add: Configuration of NewGRF badges. 2025-05-25 09:13:05 +01:00
economy_base.h Codechange: Remove owner from CargoPayment. (#14411) 2025-07-03 23:11:12 +01:00
economy_cmd.h
economy_func.h Codechange: Use TypedIndexContainer for typed index containers 2025-06-12 18:50:49 +01:00
economy_type.h Codechange: Use GrfSpecFeature type instead of uint8_t. (#14253) 2025-05-12 08:44:39 +01:00
economy.cpp Codechange: Remove owner from CargoPayment. (#14411) 2025-07-03 23:11:12 +01:00
effectvehicle_base.h
effectvehicle_func.h
effectvehicle.cpp Codechange: Add 'const' to static variables, which are only initialised once. 2025-05-06 18:29:41 +02:00
elrail_func.h
elrail.cpp Codechange: Use EnumBitSet for VehicleRailFlags. (#14280) 2025-05-19 18:56:45 +01:00
engine_base.h
engine_cmd.h
engine_func.h
engine_gui.cpp Codechange: use std::string_view for ini_key 2025-05-01 23:24:43 +02:00
engine_gui.h
engine_type.h
engine.cpp Codechange: Improve performance of exclusive preview engine test. (#14270) 2025-05-21 21:19:38 +01:00
error_func.h
error_gui.cpp Change: New company face definition system and UI. (#14319) 2025-06-24 07:59:49 +01:00
error.cpp Codechange: use std::string_view over char* 2025-05-02 23:12:43 +02:00
error.h
fileio_func.h Codechange: Use string_view for FileExists. 2025-05-06 18:29:41 +02:00
fileio_type.h Codechange: Add AutoRelease helper to use function as unique_ptr deleter. (#14353) 2025-06-11 20:13:49 +01:00
fileio.cpp Codechange: Use string_view for FileExists. 2025-05-06 18:29:41 +02:00
fios_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
fios.cpp Codechange: Add 'const' to static variables, which are only initialised once. 2025-05-06 18:29:41 +02:00
fios.h Codechange: make some saveload functions work natively with std::string_view 2025-04-30 23:49:06 +02:00
fontcache.cpp Codefix: SpriteFontCache was never deleted. (#14414) 2025-07-05 13:22:45 +01:00
fontcache.h
fontdetection.h Codechange: replace char* with C++ style strings 2025-04-30 12:05:04 +02:00
framerate_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
framerate_type.h
gamelog_internal.h
gamelog.cpp Codechange: replace char* with C++ style strings 2025-04-30 12:05:04 +02:00
gamelog.h
genworld_gui.cpp Codechange: Add OnClick handler for dropdown items. 2025-05-25 09:13:05 +01:00
genworld.cpp Add: Allow separate expansion of town buildings and roads in scenario editor. (#14341) 2025-06-07 13:56:43 +00:00
genworld.h
gfx_func.h Codechange: Remove ZOOM_LVL_GUI macro. (#14423) 2025-07-09 11:05:06 +01:00
gfx_layout_fallback.cpp
gfx_layout_fallback.h
gfx_layout_icu.cpp
gfx_layout_icu.h
gfx_layout.cpp Codechange: Use LRUCache for layouted LineCache. 2025-05-06 18:09:00 +01:00
gfx_layout.h Codechange: Use LRUCache for layouted LineCache. 2025-05-06 18:09:00 +01:00
gfx_type.h Codechange: use std::ranges::equal over memcmp 2025-05-06 21:29:21 +02:00
gfx.cpp Change: Make truncation ellipsis translatable. (#14417) 2025-07-09 22:55:43 +01:00
gfxinit.cpp Codechange: Use vector with unique_ptr instead of linked-list for base set lists. (#14332) 2025-06-15 21:32:29 +01:00
gfxinit.h
goal_base.h
goal_cmd.h
goal_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
goal_type.h
goal.cpp
graph_gui.cpp Fix: Scale graph gridlines and axes with GUI scale (#12131) 2025-07-10 00:05:48 +01:00
graph_gui.h
ground_vehicle.cpp
ground_vehicle.hpp
group_cmd.cpp Codechange: Improve performance of evaluating group hierarchy. 2025-05-21 19:50:07 +01:00
group_cmd.h
group_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
group_gui.h
group_type.h
group.h Codechange: Improve performance of evaluating group hierarchy. 2025-05-21 19:50:07 +01:00
gui.h
heightmap.cpp
heightmap.h
help_gui.cpp Fix: Closing the Game Options window closes all textfile windows. 2025-05-04 19:36:46 +01:00
help_gui.h
highscore_gui.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
highscore.cpp
highscore.h
hotkeys.cpp Codechange: pass the characters to trim to StrTrimView 2025-05-03 15:57:53 +02:00
hotkeys.h
house_type.h
house.h Codechange: Use EnumBitSet for HouseZones. (#14137) 2025-04-28 20:27:43 +01:00
industry_cmd.cpp Fix #14396: Industry production graph showed zero instead of N/A. 2025-07-09 23:02:58 +01:00
industry_cmd.h
industry_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
industry_map.h
industry_type.h
industry.h Fix #14396: Industry production graph showed zero instead of N/A. 2025-07-09 23:02:58 +01:00
industrytype.h
ini_load.cpp Codefix: remove unused mem_func includes 2025-05-06 20:03:35 +02:00
ini_type.h Codechange: Add 'const' to static variables, which are only initialised once. 2025-05-06 18:29:41 +02:00
ini.cpp Codechange: rewrite ini file parsing with the StringConsumer 2025-05-03 17:13:33 +02:00
intro_gui.cpp Codechange: Use toolbar minimal sizing with intro menu buttons. (#14368) 2025-06-17 01:12:39 +01:00
landscape_cmd.h
landscape_type.h
landscape.cpp Codechange: Use FlatSet when creating rivers. 2025-05-05 14:00:38 +01:00
landscape.h
language.h Codechange: C++ initialise LanguageHeaderPack 2025-05-06 20:03:35 +02:00
league_base.h
league_cmd.cpp
league_cmd.h
league_gui.cpp
league_gui.h
league_type.h
library_loader.h
livery.h
main_gui.cpp Change: Move OpenTTD version to intro viewport. (#14233) 2025-05-11 20:01:22 +01:00
map_func.h
map_type.h
map.cpp
misc_cmd.cpp
misc_cmd.h
misc_gui.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
misc.cpp
mixer.cpp Codechange: Use std::byte for sound buffers. 2025-05-13 14:51:17 +01:00
mixer.h Codechange: Use std::byte for sound buffers. 2025-05-13 14:51:17 +01:00
music_gui.cpp Change: Tweak layout of music player widgets. 2025-06-17 08:54:08 +01:00
music.cpp Codechange: Use vector with unique_ptr instead of linked-list for base set lists. (#14332) 2025-06-15 21:32:29 +01:00
newgrf_act5.h
newgrf_airport.cpp Add: [NewGRF] All callbacks returning D0xx strings, have now the option to return any string id via register 0x100. 2025-05-09 12:39:11 +02:00
newgrf_airport.h Codechange: Remove terminator from airport tile lists. (#14306) 2025-05-27 20:23:59 +01:00
newgrf_airporttiles.cpp Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_airporttiles.h
newgrf_animation_base.h
newgrf_animation_type.h
newgrf_badge_config.cpp Fix c2d4098afa: Crash when accessing unconfigurable badge feature. (#14403) 2025-06-30 21:45:08 +01:00
newgrf_badge_config.h Change: Add badge dropdown filters and configuration. 2025-06-05 17:55:24 +01:00
newgrf_badge_gui.cpp Fix #14361: Removing a badge filter did not clear it. (#14379) 2025-06-23 08:24:03 +01:00
newgrf_badge_gui.h Fix #14361: Removing a badge filter did not clear it. (#14379) 2025-06-23 08:24:03 +01:00
newgrf_badge_type.h Change: Add badge dropdown filters and configuration. 2025-06-05 17:55:24 +01:00
newgrf_badge.cpp Change: Add badge dropdown filters and configuration. 2025-06-05 17:55:24 +01:00
newgrf_badge.h Change: Add badge dropdown filters and configuration. 2025-06-05 17:55:24 +01:00
newgrf_callbacks.h
newgrf_canal.cpp Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_canal.h
newgrf_cargo.cpp Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_cargo.h Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_class_func.h
newgrf_class.h
newgrf_commons.cpp Add: [NewGRF] All callbacks returning D0xx strings, have now the option to return any string id via register 0x100. 2025-05-09 12:39:11 +02:00
newgrf_commons.h Codefix: Clean up incorrect indentation for multi-line comments. (#14383) 2025-06-20 19:01:44 +01:00
newgrf_config.cpp Codechange: Use format instead of to_string. 2025-04-29 20:26:23 +02:00
newgrf_config.h
newgrf_debug_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
newgrf_debug.h Codechange: Use FlatSet for sprite picker list. 2025-05-05 14:00:38 +01:00
newgrf_engine.cpp Fix: Clear rail vehicle flipped flag if reverse probability callback returns false. (#14281) 2025-05-20 23:03:55 +01:00
newgrf_engine.h Fix: Clear rail vehicle flipped flag if reverse probability callback returns false. (#14281) 2025-05-20 23:03:55 +01:00
newgrf_generic.cpp Codechange: Use GrfSpecFeature type instead of uint8_t. (#14253) 2025-05-12 08:44:39 +01:00
newgrf_generic.h Codechange: Use GrfSpecFeature type instead of uint8_t. (#14253) 2025-05-12 08:44:39 +01:00
newgrf_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
newgrf_house.cpp Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_house.h Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_industries.cpp Change: [NewGRF] Increase the textstack for all callbacks to 16 registers. 2025-05-09 12:39:11 +02:00
newgrf_industries.h Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_industrytiles.cpp Change: [NewGRF] Increase the textstack for all callbacks to 16 registers. 2025-05-09 12:39:11 +02:00
newgrf_industrytiles.h Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_object.cpp Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_object.h Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_profiling.cpp Codechange: Do not use a mutable global to return calculated VarAction2 results. 2025-04-29 20:35:46 +02:00
newgrf_profiling.h Codechange: Do not use a mutable global to return calculated VarAction2 results. 2025-04-29 20:35:46 +02:00
newgrf_properties.h
newgrf_railtype.cpp Codechange: Remove virtual functions SpriteGroup::GetResult and GetNumResults. They are only implemented in and called via ResultSpriteGroup. 2025-04-29 10:35:10 +02:00
newgrf_railtype.h
newgrf_roadstop.cpp Fix #14356, ff7eb996e6: Incorrect sprite group chosen for stations and road stops. (#14359) 2025-06-14 13:38:45 +01:00
newgrf_roadstop.h Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_roadtype.cpp Codechange: Remove virtual functions SpriteGroup::GetResult and GetNumResults. They are only implemented in and called via ResultSpriteGroup. 2025-04-29 10:35:10 +02:00
newgrf_roadtype.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp Add: [NewGRF] Special value 0x7FFE for VarAction2 results specifying 'return calculated result'. 2025-05-09 12:38:58 +02:00
newgrf_spritegroup.h Add: [NewGRF] Special value 0x7FFE for VarAction2 results specifying 'return calculated result'. 2025-05-09 12:38:58 +02:00
newgrf_station.cpp Fix #14356, ff7eb996e6: Incorrect sprite group chosen for stations and road stops. (#14359) 2025-06-14 13:38:45 +01:00
newgrf_station.h Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_storage.cpp
newgrf_storage.h Codechange: Use GrfSpecFeature type instead of uint8_t. (#14253) 2025-05-12 08:44:39 +01:00
newgrf_text_type.h
newgrf_text.cpp Codechange: Use TypedIndexContainer for typed index containers 2025-06-12 18:50:49 +01:00
newgrf_text.h Codechange: Remove direct access to temporary storage from TextRefStack. 2025-05-06 22:24:41 +02:00
newgrf_town.cpp Codechange: Access temporary storage through ResolverObject during Resolve. 2025-05-06 22:24:41 +02:00
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
newgrf.cpp Change: New company face definition system and UI. (#14319) 2025-06-24 07:59:49 +01:00
newgrf.h Codechange: Use GrfSpecFeature type instead of uint8_t. (#14253) 2025-05-12 08:44:39 +01:00
news_cmd.h
news_func.h
news_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
news_gui.h
news_type.h Change: New company face definition system and UI. (#14319) 2025-06-24 07:59:49 +01:00
object_base.h Codechange: use std::array.fill over memset 2025-05-09 17:20:41 +02:00
object_cmd.cpp Codechange: use std::array.fill over memset 2025-05-09 17:20:41 +02:00
object_cmd.h
object_gui.cpp Fix: Allow object picker to resize if there are no classes. (#14372) 2025-06-17 19:04:34 +01:00
object_map.h
object_type.h
object.h
openttd.cpp Fix #14256, dfd9fbf873: Company finance windows not updated when paused. (#14258) 2025-05-13 01:23:27 +01:00
openttd.h Codechange: replace char* in GetOptData with std::string_view 2025-04-30 23:49:06 +02:00
order_backup.cpp Codechange: Move ownership of Orders to OrderList. (#13948) 2025-05-23 10:36:28 +01:00
order_backup.h Codechange: Move ownership of Orders to OrderList. (#13948) 2025-05-23 10:36:28 +01:00
order_base.h Codechange: Move ownership of Orders to OrderList. (#13948) 2025-05-23 10:36:28 +01:00
order_cmd.cpp Fix #14295, 0455627d16: v->cur_implicit_order_index is never INVALID_VEH_ORDER_ID (#14296) 2025-05-24 13:53:51 +00:00
order_cmd.h
order_func.h Codechange: Move ownership of Orders to OrderList. (#13948) 2025-05-23 10:36:28 +01:00
order_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
order_type.h Codechange: Move ownership of Orders to OrderList. (#13948) 2025-05-23 10:36:28 +01:00
osk_gui.cpp Codechange: use std::string_view for ini_key 2025-05-01 23:24:43 +02:00
palette_func.h
palette.cpp Codechange: replace memcpy with std::copy_n 2025-05-10 16:50:58 +02:00
pbs.cpp Fix: Train path reservations on different railtypes could join leading to train crashes. (#14366) 2025-06-15 22:09:04 +02:00
pbs.h
picker_func.h
picker_gui.cpp Add: Buttons to change picker preview image height. (#14373) 2025-06-23 08:24:49 +01:00
picker_gui.h Add: Buttons to change picker preview image height. (#14373) 2025-06-23 08:24:49 +01:00
progress.cpp
progress.h
provider_manager.h Codefix: Clean up incorrect indentation for multi-line comments. (#14383) 2025-06-20 19:01:44 +01:00
querystring_gui.h Codechange: Use std::string_view in IME input handling. 2025-04-30 19:33:56 +02:00
rail_cmd.cpp Codechange: Use DiagDirections to collect rail fence data. 2025-05-07 17:31:29 +01:00
rail_cmd.h
rail_gui.cpp Revert 0853c1979b: Button to toggle showing advanced signal types (#9617) (#14219) 2025-06-24 20:18:08 +02:00
rail_gui.h
rail_map.h
rail_type.h
rail.cpp
rail.h
random_access_file_type.h
random_access_file.cpp Codechange: replace memcpy with std::copy_n 2025-05-10 16:50:58 +02:00
rev.cpp.in Codechange: store revision information in C++ style strings 2025-04-28 23:48:32 +02:00
rev.h Codechange: store revision information in C++ style strings 2025-04-28 23:48:32 +02:00
road_cmd.cpp Codechange: Use DiagDirections when drawing level crossings. 2025-05-07 17:31:29 +01:00
road_cmd.h
road_func.h
road_gui.cpp Change: Consistent toolbar sizes with dedicated NWidgetParts. (#14344) 2025-06-08 18:13:47 +00:00
road_gui.h
road_internal.h
road_map.cpp
road_map.h
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: replace memmove with std::move(_backwards) 2025-05-11 21:51:57 +02:00
screenshot_bmp.cpp Codechange: replace memcpy with std::copy_n 2025-05-10 16:50:58 +02:00
screenshot_gui.cpp
screenshot_gui.h
screenshot_pcx.cpp Codechange: use value initialisation over memset 2025-05-09 17:20:41 +02:00
screenshot_png.cpp Codechange: use value initialisation over memset 2025-05-09 17:20:41 +02:00
screenshot_type.h Codechange: replace char* with std::string_view 2025-04-28 21:31:12 +02:00
screenshot.cpp Codechange: Turn ZoomLevel into enum class. 2025-05-03 23:21:09 +02:00
screenshot.h Codechange: replace char* with std::string_view 2025-04-28 21:31:12 +02:00
settingentry_gui.cpp Codechange: replace char* with C++ style strings 2025-04-30 12:05:04 +02:00
settingentry_gui.h Codechange: replace char* with C++ style strings 2025-04-30 12:05:04 +02:00
settings_cmd.h
settings_func.h
settings_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
settings_gui.h Codechange: Add Up/Down buttons, to fit in with the settings-button style. 2025-05-25 09:13:05 +01:00
settings_internal.h Codechange: use std::string_view for the string setting defaults 2025-05-01 23:24:43 +02:00
settings_table.cpp Fix #14375: When loading config, validate timekeeping mode and minutes per year (#14405) 2025-07-09 16:04:38 -04:00
settings_table.h Codechange: use std::array.fill over memset 2025-05-09 17:20:41 +02:00
settings_type.h Codechange: Use TypedIndexContainer for typed index containers 2025-06-12 18:50:49 +01:00
settings.cpp Codefix: Prefer static inline const keyword order. (#14301) 2025-05-25 20:32:56 +01:00
ship_cmd.cpp Codechange: Removed T prefix from water region related types. (#14290) 2025-05-24 18:12:16 +02:00
ship_cmd.h
ship_gui.cpp
ship.h
signal_func.h
signal_type.h
signal.cpp Codechange: replace char* with C++ style strings 2025-04-30 12:05:04 +02:00
signature.cpp Codechange: use std::string_view for FS2OTTD and OTTD2FS 2025-04-29 22:33:32 +02:00
signature.h
signs_base.h
signs_cmd.cpp
signs_cmd.h
signs_func.h
signs_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
signs_type.h
signs.cpp
slider_func.h
slider.cpp
slope_func.h
slope_type.h
smallmap_gui.cpp Codechange: Use TypedIndexContainer for typed index containers 2025-06-12 18:50:49 +01:00
smallmap_gui.h
social_integration.cpp Codechange: store revision information in C++ style strings 2025-04-28 23:48:32 +02:00
social_integration.h
sortlist_type.h Codechange: replace char* where out-of-date 2025-05-04 10:43:56 +02:00
sound_func.h
sound_type.h Codechange: Use std::byte for sound buffers. 2025-05-13 14:51:17 +01:00
sound.cpp Codechange: Use vector with unique_ptr instead of linked-list for base set lists. (#14332) 2025-06-15 21:32:29 +01:00
soundloader_func.h
soundloader_opus.cpp Codechange: Add AutoRelease helper to use function as unique_ptr deleter. (#14353) 2025-06-11 20:13:49 +01:00
soundloader_raw.cpp Codechange: Use std::byte for sound buffers. 2025-05-13 14:51:17 +01:00
soundloader_type.h Codechange: Use std::byte for sound buffers. 2025-05-13 14:51:17 +01:00
soundloader_wav.cpp Codechange: Use std::byte for sound buffers. 2025-05-13 14:51:17 +01:00
soundloader.cpp Codechange: Use std::byte for sound buffers. 2025-05-13 14:51:17 +01:00
source_type.h
sprite.cpp
sprite.h Codechange: Make TileLayoutSpriteGroup::ProcessRegisters return a DrawTileSpriteSpan on the stack, instead of a reference to a global. 2025-05-06 18:30:42 +02:00
spritecache_internal.h Change: Simplify sprite cache memory management 2025-06-23 21:22:37 +01:00
spritecache.cpp Codechange: Remove ZOOM_LVL_GUI macro. (#14423) 2025-07-09 11:05:06 +01:00
spritecache.h Change: Simplify sprite cache memory management 2025-06-23 21:22:37 +01:00
station_base.h Codechange: Use FlatSet when searching tiles around stations. 2025-05-05 14:00:38 +01:00
station_cmd.cpp Codefix: Clean up incorrect indentation for multi-line comments. (#14383) 2025-06-20 19:01:44 +01:00
station_cmd.h
station_func.h
station_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
station_gui.h
station_kdtree.h
station_map.h
station_type.h
station.cpp Codefix: Use bitset .None() or .Any() instead of comparing against an empty bitset. (#14327) 2025-06-04 07:31:44 +01:00
statusbar_gui.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
statusbar_gui.h
stdafx.h Codechange: remove now unused cpp_sizeof 2025-05-11 13:48:23 +02:00
story_base.h
story_cmd.h
story_gui.cpp Codechange: Add OnClick handler for dropdown items. 2025-05-25 09:13:05 +01:00
story_type.h
story.cpp
string_base.h
string_func.h Codechange: remove unused function 2025-05-04 10:43:56 +02:00
string_type.h Codechange: remove const char* overloads when there are std::string_view and std::string& overloads 2025-04-29 10:14:53 +02:00
string.cpp Codechange: replace char* where out-of-date 2025-05-04 10:43:56 +02:00
stringfilter_type.h
stringfilter.cpp
strings_func.h Change: Make truncation ellipsis translatable. (#14417) 2025-07-09 22:55:43 +01:00
strings_internal.h Codechange: remove const char* overloads when there are std::string_view and std::string& overloads 2025-04-29 10:14:53 +02:00
strings_type.h Codechange: remove const char* overloads when there are std::string_view and std::string& overloads 2025-04-29 10:14:53 +02:00
strings.cpp Change: Make truncation ellipsis translatable. (#14417) 2025-07-09 22:55:43 +01:00
subsidy_base.h
subsidy_cmd.h
subsidy_func.h
subsidy_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
subsidy_type.h
subsidy.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
survey.cpp Add: [BaseSet] Allow basesets to set minor and patch versions in obg/obs/obm files. 2025-04-30 15:23:27 +02:00
survey.h
tar_type.h Codechange: make some saveload functions work natively with std::string_view 2025-04-30 23:49:06 +02:00
terraform_cmd.cpp
terraform_cmd.h
terraform_gui.cpp Change: Consistent toolbar sizes with dedicated NWidgetParts. (#14344) 2025-06-08 18:13:47 +00:00
terraform_gui.h
textbuf_gui.h
textbuf_type.h Codechange: Use std::string_view in IME input handling. 2025-04-30 19:33:56 +02:00
textbuf.cpp Fix 66733e2a: Textbuf was broken, and did not insert any input. (#14173) 2025-04-30 19:31:52 +00:00
texteff.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
texteff.hpp
textfile_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
textfile_gui.h Codechange: Add OnClick handler for dropdown items. 2025-05-25 09:13:05 +01:00
textfile_type.h
tgp.cpp
tgp.h
thread.h Codefix: StartNewThread uses char* after returning 2025-05-04 14:05:15 +02:00
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h
tilearea_type.h
tilearea.cpp
tilehighlight_func.h
tilehighlight_type.h
timetable_cmd.cpp Codechange: Move ownership of Orders to OrderList. (#13948) 2025-05-23 10:36:28 +01:00
timetable_cmd.h
timetable_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
timetable.h
toolbar_gui.cpp Codechange: Add OnClick handler for dropdown items. 2025-05-25 09:13:05 +01:00
toolbar_gui.h
town_cmd.cpp Add: Allow separate expansion of town buildings and roads in scenario editor. (#14341) 2025-06-07 13:56:43 +00:00
town_cmd.h Add: Allow separate expansion of town buildings and roads in scenario editor. (#14341) 2025-06-07 13:56:43 +00:00
town_gui.cpp Fix #14377: Make house picker window remember house protection state when closed (#14406) 2025-07-09 14:18:19 +00:00
town_kdtree.h
town_map.h
town_type.h Add: Allow separate expansion of town buildings and roads in scenario editor. (#14341) 2025-06-07 13:56:43 +00:00
town.h Codechange: Use TypedIndexContainer for typed index containers 2025-06-12 18:50:49 +01:00
townname_func.h
townname_type.h
townname.cpp Codechange: Use LRUCache for layouted LineCache. 2025-05-06 18:09:00 +01:00
track_func.h
track_type.h
train_cmd.cpp Codechange: Use vehicle tile hash to search for free wagons. (#14343) 2025-06-08 19:07:43 +01:00
train_cmd.h
train_gui.cpp Codechange: Iterate with VehiclesOnTile when attaching a just bought wagon to a locomotive (#14284) 2025-06-08 16:45:58 -04:00
train.h Codechange: Use EnumBitSet for VehicleRailFlags. (#14280) 2025-05-19 18:56:45 +01:00
transparency_gui.cpp Change: Consistent toolbar sizes with dedicated NWidgetParts. (#14344) 2025-06-08 18:13:47 +00:00
transparency_gui.h
transparency.h
transport_type.h
tree_cmd.cpp
tree_cmd.h
tree_gui.cpp
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge_cmd.cpp Codechange: Simplify test for bridges above bridge ramps. (#14421) 2025-07-08 13:55:36 +01:00
tunnelbridge_cmd.h
tunnelbridge_map.h
tunnelbridge.h
vehicle_base.h Codechange: Move ownership of Orders to OrderList. (#13948) 2025-05-23 10:36:28 +01:00
vehicle_cmd.cpp Fix 0455627d16: Order backups were no longer created when selling vehicles. (#14352) 2025-06-10 18:03:05 +01:00
vehicle_cmd.h
vehicle_func.h
vehicle_gui_base.h
vehicle_gui.cpp Fix: Mis-sized widgets due to missing widget fill. (#14370) 2025-06-17 17:40:11 +01:00
vehicle_gui.h
vehicle_type.h
vehicle.cpp Codefix: Effect vehicles don't use v->tile, so shouldn't be in the vehicle tile hash. (#14302) 2025-05-26 21:45:46 +01:00
vehiclelist_cmd.h
vehiclelist_func.h Codechange: Move ownership of Orders to OrderList. (#13948) 2025-05-23 10:36:28 +01:00
vehiclelist.cpp
vehiclelist.h
viewport_cmd.h
viewport_func.h
viewport_gui.cpp Fix: Zoom-scroll extra viewports only if the mouse cursor is over the viewport. (#14209) 2025-05-04 14:16:05 +01:00
viewport_kdtree.h
viewport_sprite_sorter_sse4.cpp
viewport_sprite_sorter.h
viewport_type.h Codechange: Turn ZoomLevel into enum class. 2025-05-03 23:21:09 +02:00
viewport.cpp Fix 4c8f1b0f81: Hidden-by-facility station signs were not ignored when handling clicks. (#14326) 2025-06-03 20:53:53 +00:00
void_cmd.cpp
void_map.h
water_cmd.cpp Codechange: Use Directions for water flooding data. 2025-05-07 17:31:29 +01:00
water_cmd.h
water_map.h
water.h
waypoint_base.h
waypoint_cmd.cpp
waypoint_cmd.h
waypoint_func.h
waypoint_gui.cpp Codechange: Turn ZoomLevel into enum class. 2025-05-03 23:21:09 +02:00
waypoint.cpp
widget_type.h Change: Consistent toolbar sizes with dedicated NWidgetParts. (#14344) 2025-06-08 18:13:47 +00:00
widget.cpp Codechange: Remove ZOOM_LVL_GUI macro. (#14423) 2025-07-09 11:05:06 +01:00
window_func.h
window_gui.h Codechange: Add OnClick handler for dropdown items. 2025-05-25 09:13:05 +01:00
window_type.h Change: Remove Apply button from NewGRF config window when unneeded. (#14254) 2025-05-13 01:22:23 +01:00
window.cpp Codechange: Add constant for common blink interval. 2025-06-07 15:50:25 +01:00
zoom_func.h Codechange: Remove ZOOM_LVL_GUI macro. (#14423) 2025-07-09 11:05:06 +01:00
zoom_type.h Codechange: Remove ZOOM_LVL_GUI macro. (#14423) 2025-07-09 11:05:06 +01:00