You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src
Rubidium 0fdabca605 Codechange: use std::span instead of custom span in TGP 2 months ago
..
3rdparty Codechange: rename byte to uint8_t (#12308) 3 months ago
ai Codechange: [Script] Use std::unique_ptr for Company::ai_instance (#12544) 2 months ago
blitter Codechange: Replace C-style casts to size_t with static_cast. (#12455) 2 months ago
core Codechange: Replace C-casts in pool functions. (#12541) 2 months ago
fontcache Codechange: Remove per font AA settings. (#12413) 2 months ago
game Codechange: Remove some unnecessary c_str() when passing std::strings. (#12532) 2 months ago
lang Change: Show correct default value and unit for vehicle service interval setting 2 months ago
linkgraph Codechange: Emplace std::pair into vectors. 2 months ago
misc Codechange: Emplace std::pair into vectors. 2 months ago
music Codechange: replace lengthof with std::size in Windows specific code 3 months ago
network Codechange: Remove CDECL from filter functions. (#12578) 2 months ago
os Change: Use std::make_unique instead of passing new() (#12539) 2 months ago
pathfinder Codechange: record cache warnings with a "warning" prefix (#12518) 2 months ago
saveload Codechange: Add a priority field to TimerGameTick::TPeriod 2 months ago
script Change: Use aspect ratios for some common widgets. 2 months ago
settingsgen Codechange: Use std::filesystem::remove/rename in settingsgen. (#12483) 3 months ago
sound Fix 25aeb1c: Driver parameter documentation was not updated. (#12486) 3 months ago
spriteloader Change: Use std::make_unique instead of passing new() (#12539) 2 months ago
strgen Codechange: std::filesystem::rename does not need remove first. (#12484) 3 months ago
table Codechange: Correct return type of GetDefaultValueCallback 2 months ago
tests Fix fb9d4af: use different nonces for key exchange and stream encryption 3 months ago
timer Fix #12509: Maintain timer sort invariants when changing period 2 months ago
video Codechange: Store cursor sprites in vector. (#12564) 2 months ago
widgets Codechange: Move dropdown and slider out of widgets directory. (#12403) 3 months ago
CMakeLists.txt Codechange: Move cache check function to own file. 2 months ago
aircraft.h Fix #12415, 9c49a61, df400ef: Aircraft::tile is valid only for front vehicle (#12416) 3 months ago
aircraft_cmd.cpp Fix: Aircraft crash counter was too low to reach ground. (#12425) 3 months ago
aircraft_cmd.h
aircraft_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 7 months ago
airport.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
airport.h Codechange: rename byte to uint8_t (#12308) 3 months ago
airport_cmd.h
airport_gui.cpp Change: Expose NewGRF classes and specs as spans and simplify iteration. 3 months ago
animated_tile.cpp Codechange: rename smallvec_type to container_func and use only when needed 1 year ago
animated_tile_func.h
articulated_vehicles.cpp Change: Decouple and remove landscape-dependent cargo types. (#11719) 5 months ago
articulated_vehicles.h Fix: Trivial autoreplace of mixed cargo articulated engines (#11253) 7 months ago
autocompletion.cpp Add: Basic autocompletion on tab for console commands (#12163) 4 months ago
autocompletion.h Add: Basic autocompletion on tab for console commands (#12163) 4 months ago
autoreplace.cpp
autoreplace_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
autoreplace_cmd.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
autoreplace_cmd.h
autoreplace_func.h Codechange: replace static inline with static for non-class functions 6 months ago
autoreplace_gui.cpp Fix: Draw continuation lines for engine variant hierarchy tree. (#12434) 3 months ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h Codechange: replace static inline with static for non-class functions 6 months ago
base_consist.cpp Feature: Order flag to unbunch vehicles at depot (#11945) 5 months ago
base_consist.h Feature: Order flag to unbunch vehicles at depot (#11945) 5 months ago
base_media_base.h Codechange: rename byte to uint8_t (#12308) 3 months ago
base_media_func.h Add: Website button to Game Options window for basesets. 7 months ago
base_station_base.h Codechange: rename byte to uint8_t (#12308) 3 months ago
bitmap_type.h Codechange: Add missing override specifiers. 9 months ago
bmp.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
bmp.h Codechange: rename byte to uint8_t (#12308) 3 months ago
bootstrap_gui.cpp Codechange: Use `x = y` instead of `x{y}` for value-type member initialisation. (#12501) 2 months ago
bridge.h Codechange: rename byte to uint8_t (#12308) 3 months ago
bridge_gui.cpp Codechange: Make sort list function lists safer. (#12574) 2 months ago
bridge_map.cpp Codechange: Use references for non-optional in/out values of slope functions 4 months ago
bridge_map.h Codechange: replace static inline with static for non-class functions 6 months ago
build_vehicle_gui.cpp Codechange: Remove CDECL from filter functions. (#12578) 2 months ago
cachecheck.cpp Fix: Use modern comparisons instead of memcmp in cache check. 2 months ago
cargo_type.h Fix 2fd9096: Label for fruit incorrectly changed to `FRUI` from `FRUT`. (#12367) 3 months ago
cargoaction.cpp Fix: only count distance traveled in vehicles for cargo payment (#11283) 9 months ago
cargoaction.h Fix: only count distance traveled in vehicles for cargo payment (#11283) 9 months ago
cargomonitor.cpp Codechange: Use map.emplace() instead of map.insert(std::pair). 2 months ago
cargomonitor.h Codechange: replace static inline with static for non-class functions 6 months ago
cargopacket.cpp Fix: only count distance traveled in vehicles for cargo payment (#11283) 9 months ago
cargopacket.h Codechange: Use `x = y` instead of `x{y}` for value-type member initialisation. (#12501) 2 months ago
cargotype.cpp Codechange: Use map.emplace() instead of map.insert(std::pair). 2 months ago
cargotype.h Codechange: Use `x = y` instead of `x{y}` for value-type member initialisation. (#12501) 2 months ago
cheat.cpp
cheat_func.h
cheat_gui.cpp Codechange: range based for loops instead of C-style for loops 3 months ago
cheat_type.h Feature: Cheat to fix station ratings at 100% (#11346) 8 months ago
clear_cmd.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
clear_func.h Codechange: rename byte to uint8_t (#12308) 3 months ago
clear_map.h Codechange: replace static inline with static for non-class functions 6 months ago
command.cpp Cleanup: Use standard comment format (#11929) 5 months ago
command_func.h Codefix: cast to "CommandCallback *" in a way cast-function-type-mismatch doesn't mind (#12529) 2 months ago
command_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
company_base.h Codechange: [Script] Use std::unique_ptr for Company::ai_instance (#12544) 2 months ago
company_cmd.cpp Codechange: Add a priority field to TimerGameTick::TPeriod 2 months ago
company_cmd.h Codechange: rename byte to uint8_t (#12308) 3 months ago
company_func.h Feature: Infinite money mode (#11902) 5 months ago
company_gui.cpp Codechange: Use std::accumulate to get infrastructure total rail/road pieces. (#12442) 2 months ago
company_gui.h
company_manager_face.h Codechange: rename byte to uint8_t (#12308) 3 months ago
company_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
console.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
console_cmds.cpp Codechange: Make StringToContentType() clearer. (#12566) 2 months ago
console_func.h Codechange: compile-time validate the string format of IConsolePrint (#11804) 5 months ago
console_gui.cpp Codechange: Replace C-style casts to size_t with static_cast. (#12455) 2 months ago
console_gui.h
console_internal.h Codechange: rename byte to uint8_t (#12308) 3 months ago
console_type.h
cpu.cpp Remove: rdtsc and TIC/TOC based on CPU ticks (#11856) 5 months ago
cpu.h Remove: rdtsc and TIC/TOC based on CPU ticks (#11856) 5 months ago
crashlog.cpp Codechange: Use std::list for News Items. (#12338) 3 months ago
crashlog.h Change: store crash logs in JSON format (#11232) 10 months ago
currency.cpp Codechange: Replace currency macros with functions. (#12396) 3 months ago
currency.h Codechange: Replace currency macros with functions. (#12396) 3 months ago
date_gui.cpp Codechange: Pass by reference to UpdateWidgetSize. (#12457) 3 months ago
date_gui.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 5 months ago
debug.cpp Codefix: don't send desync=0 log messages to commands.log (#12517) 2 months ago
debug.h Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 4 months ago
dedicated.cpp
depot.cpp
depot_base.h Codechange: Shuffle Depot members to reduce padding. 10 months ago
depot_cmd.cpp
depot_cmd.h
depot_func.h Codechange: replace static inline with static for non-class functions 6 months ago
depot_gui.cpp Change: Use aspect ratios for some common widgets. 2 months ago
depot_map.h Codechange: replace static inline with static for non-class functions 6 months ago
depot_type.h Codechange: Invalid depot value is unrelated to invalid station value. (#11227) 10 months ago
direction_func.h Fix #11815, bb491127: Missing brackets prevented vehicles turning properly. (#11816) 5 months ago
direction_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
disaster_vehicle.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
disaster_vehicle.h Codechange: rename byte to uint8_t (#12308) 3 months ago
dock_cmd.h
dock_gui.cpp Codechange: Pass by reference to UpdateWidgetSize. (#12457) 3 months ago
driver.cpp Codechange: Introduce FioRemove() to remove files. (#12491) 2 months ago
driver.h Codechange: Pass std::string_view from drivers instead of char *. 3 months ago
dropdown.cpp Codechange: Pass by reference to UpdateWidgetSize. (#12457) 3 months ago
dropdown_common_type.h Codechange: Move drop down list item definitions to separate header. 3 months ago
dropdown_func.h Codechange: Use functions to create common drop down list items. 3 months ago
dropdown_type.h Codechange: Move drop down list item definitions to separate header. 3 months ago
economy.cpp Fix #12415, 9c49a61, df400ef: Aircraft::tile is valid only for front vehicle (#12416) 3 months ago
economy_base.h Codechange: Shuffle CargoPayment members to reduce padding. 10 months ago
economy_cmd.h Feature: allow to do a hostile takeover of an AI company (in singleplayer) (#10914) 1 year ago
economy_func.h Feature: Settings to scale cargo production of towns and industries (#10606) 5 months ago
economy_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
effectvehicle.cpp Codechange: Replace separate EffectVehicle arrays. (#12565) 2 months ago
effectvehicle_base.h Codechange: rename byte to uint8_t (#12308) 3 months ago
effectvehicle_func.h
elrail.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
elrail_func.h Codechange: replace static inline with static for non-class functions 6 months ago
engine.cpp Change: Decouple and remove landscape-dependent cargo types. (#11719) 5 months ago
engine_base.h Codechange: rename byte to uint8_t (#12308) 3 months ago
engine_cmd.h
engine_func.h Fix: Calculation of initial engine age was inaccurate. (#11660) 6 months ago
engine_gui.cpp Codechange: Pass by reference to UpdateWidgetSize. (#12457) 3 months ago
engine_gui.h Fix: Draw continuation lines for engine variant hierarchy tree. (#12434) 3 months ago
engine_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
error.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for NOT_REACHED 4 months ago
error.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
error_func.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 5 months ago
error_gui.cpp Codechange: Pass by reference to UpdateWidgetSize. (#12457) 3 months ago
fileio.cpp Codechange: Pass buffers for TarFile's ExtractString as span. (#12567) 2 months ago
fileio_func.h Remove: Custom opendir implementation for Windows no longer needed. 2 months ago
fileio_type.h Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 5 months ago
fios.cpp Codechange: Remove some unnecessary c_str() when passing std::strings. (#12532) 2 months ago
fios.h Codechange: Replace platform-specific calls with std::filesystem::last_write_time. (#12487) 2 months ago
fios_gui.cpp Change: Use aspect ratio for file home button. 2 months ago
fontcache.cpp Codechange: Remove per font AA settings. (#12413) 2 months ago
fontcache.h Codechange: Remove per font AA settings. (#12413) 2 months ago
fontdetection.h Codechange: Pass language for font detection as std::string. (#10964) 1 year ago
framerate_gui.cpp Codechange: Use std::initializer_list/array in framerate window. (#12441) 2 months ago
framerate_type.h Cleanup: missing spaces before continuation * in some comments 8 months ago
gamelog.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
gamelog.h Codechange: rename byte to uint8_t (#12308) 3 months ago
gamelog_internal.h Codechange: rename byte to uint8_t (#12308) 3 months ago
genworld.cpp Add: Check that towns can build roads before generating map. (#12503) 2 months ago
genworld.h Codechange: rename byte to uint8_t (#12308) 3 months ago
genworld_gui.cpp Fix 5008706: improved scenario editor tooltips in map generation stages are out of place 2 months ago
gfx.cpp Codechange: Store cursor sprites in vector. (#12564) 2 months ago
gfx_func.h Codechange: rename byte to uint8_t (#12308) 3 months ago
gfx_layout.cpp Codechange: Replace C-style casts to size_t with static_cast. (#12455) 2 months ago
gfx_layout.h Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895) 5 months ago
gfx_layout_fallback.cpp Change: Use std::make_unique instead of passing new() (#12539) 2 months ago
gfx_layout_fallback.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
gfx_layout_icu.cpp Change: Use std::make_unique instead of passing new() (#12539) 2 months ago
gfx_layout_icu.h Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895) 5 months ago
gfx_type.h Codechange: Store cursor sprites in vector. (#12564) 2 months ago
gfxinit.cpp Codechange: Remove per font AA settings. (#12413) 2 months ago
gfxinit.h
goal.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
goal_base.h Feature: [GS] Goal destination can be updated (#10817) 1 year ago
goal_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
goal_gui.cpp Codechange: Pass by reference to UpdateWidgetSize. (#12457) 3 months ago
goal_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
graph_gui.cpp Cleanup: Remove redundant break statement (#12527) 2 months ago
graph_gui.h
ground_vehicle.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
ground_vehicle.hpp Fix: Use modern comparisons instead of memcmp in cache check. 2 months ago
group.h Codechange: Replace GroupStatistics' num_engines with std::map. (#11849) 5 months ago
group_cmd.cpp Fix #12010: Use economy timer for vehicle stats minimum age, not calendar (#12142) 4 months ago
group_cmd.h Codechange: rename byte to uint8_t (#12308) 3 months ago
group_gui.cpp Change: Use aspect ratios for some common widgets. 2 months ago
group_gui.h Change: Draw group hierarchy tree lines. (#12522) 2 months ago
group_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
gui.h Codechange: rename byte to uint8_t (#12308) 3 months ago
heightmap.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
heightmap.h Codechange: rename byte to uint8_t (#12308) 3 months ago
help_gui.cpp Codechange: Move dropdown and slider out of widgets directory. (#12403) 3 months ago
help_gui.h Feature: Help and manuals access window 10 months ago
highscore.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
highscore.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
highscore_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 4 months ago
hotkeys.cpp Codechange: Construct string_view with first+last. (#12568) 2 months ago
hotkeys.h Codechange: Add const versions of GetItem/GetGroup, and sprinkle liberally. 8 months ago
house.h Codechange: Add constants for original input/output cargo counts. (#12548) 2 months ago
house_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
industry.h Codechange: Store accepted and produced cargo in vector instead of array. 3 months ago
industry_cmd.cpp Codechange: Use iterators when enabling industries. (#12569) 2 months ago
industry_cmd.h Codechange: rename byte to uint8_t (#12308) 3 months ago
industry_gui.cpp Codechange: Remove CDECL from filter functions. (#12578) 2 months ago
industry_map.h Codechange: rename byte to uint8_t (#12308) 3 months ago
industry_type.h Codechange: Add constants for original input/output cargo counts. (#12548) 2 months ago
industrytype.h Codechange: use std::array instead of C-style array for produced/accepts cargo 2 months ago
ini.cpp Fix #12477: Use std::filesystem::rename instead of Windows Shell API call. (#12478) 3 months ago
ini_load.cpp Codechange: Replace C-style casts to size_t with static_cast. (#12455) 2 months ago
ini_type.h Codechange: Use string_view in IniItem/IniGroup/IniFile. (#12535) 2 months ago
intro_gui.cpp Codechange: Replace C-style casts to size_t with static_cast. (#12455) 2 months ago
landscape.cpp Codechange: use std::none_of to express clearer what the code does 2 months ago
landscape.h Codechange: ZOOM_LVL_SHIFT/BASE are not actually ZOOM_LVLs. 3 months ago
landscape_cmd.h
landscape_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
language.h Codechange: rename byte to uint8_t (#12308) 3 months ago
league_base.h Fix: allow only 255 league tables, as 255 is the invalid id sentinel 2 months ago
league_cmd.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
league_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
league_gui.cpp Codechange: Emplace std::pair into vectors. 2 months ago
league_gui.h
league_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
library_loader.h Codechange: refactor the Windows-only DllLoader in a cross-platform LibraryLoader (#11751) 6 months ago
livery.h Codechange: rename byte to uint8_t (#12308) 3 months ago
main_gui.cpp Codechange: Use initializer_list and range-for for OpenTTD title. (#12430) 3 months ago
map.cpp Codechange: simplify TileAdd by using simple asserts 4 months ago
map_func.h Codechange: rename byte to uint8_t (#12308) 3 months ago
map_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
misc.cpp Codechange: Allocate houses dynamically instead of from a fixed array. 3 months ago
misc_cmd.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 4 months ago
misc_cmd.h Codechange: rename byte to uint8_t (#12308) 3 months ago
misc_gui.cpp Change: Use aspect ratios for some common widgets. 2 months ago
mixer.cpp Feature: Allow base sounds set to be changed mid-game. (#12399) 3 months ago
mixer.h Feature: Allow base sounds set to be changed mid-game. (#12399) 3 months ago
music.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
music_gui.cpp Codechange: range based for loops instead of C-style for loops 3 months ago
newgrf.cpp Fix 952d111: Houses and industry tiles could accept incorrect cargo. (#12547) 2 months ago
newgrf.h Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_act5.h Change: Display more useful information in sprite aligner than sprite ID. (#12439) 3 months ago
newgrf_airport.cpp Codechange: Use std::optional for town parent scope resolver. (#12530) 2 months ago
newgrf_airport.h Codechange: replace C-style array-pointer methods with the appropriate C++ methods 2 months ago
newgrf_airporttiles.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_airporttiles.h Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_animation_base.h Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_animation_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
newgrf_callbacks.h Feature: Randomize direction of rail vehicle on build based on probability callback. (#11489) 7 months ago
newgrf_canal.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_canal.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
newgrf_cargo.cpp Change: Decouple and remove landscape-dependent cargo types. (#11719) 5 months ago
newgrf_cargo.h Codechange: Rename and move SpriteGroup-specific cargo types into a namespace. 6 months ago
newgrf_class.h Change: Expose NewGRF classes and specs as spans and simplify iteration. 3 months ago
newgrf_class_func.h Change: Use vector/iterators/algorithms instead of C-array/loops for NewGRF classes. 3 months ago
newgrf_commons.cpp Codechange: Allocate houses dynamically instead of from a fixed array. 3 months ago
newgrf_commons.h Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_config.cpp Codechange: Replace C-style casts to size_t with static_cast. (#12455) 2 months ago
newgrf_config.h Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_debug.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
newgrf_debug_gui.cpp Codechange: Pass by reference to UpdateWidgetSize. (#12457) 3 months ago
newgrf_engine.cpp Codechange: range based for loops instead of C-style for loops 3 months ago
newgrf_engine.h Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_generic.cpp Codechange: range based for loops instead of C-style for loops 3 months ago
newgrf_generic.h Codechange: replace static inline with static for non-class functions 6 months ago
newgrf_gui.cpp Codechange: Remove CDECL from filter functions. (#12578) 2 months ago
newgrf_house.cpp Codechange: Use iteration when dealing with all HouseSpecs. 3 months ago
newgrf_house.h Codechange: Allocate houses dynamically instead of from a fixed array. 3 months ago
newgrf_industries.cpp Codechange: Use std::optional for town parent scope resolver. (#12530) 2 months ago
newgrf_industries.h Codechange: Use std::optional for town parent scope resolver. (#12530) 2 months ago
newgrf_industrytiles.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_industrytiles.h Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_object.cpp Codechange: Use std::optional for town parent scope resolver. (#12530) 2 months ago
newgrf_object.h Codechange: Use std::optional for town parent scope resolver. (#12530) 2 months ago
newgrf_profiling.cpp Codechange: Add a priority field to TimerGameTick::TPeriod 2 months ago
newgrf_profiling.h Codechange: Delete date_type.h 10 months ago
newgrf_properties.h
newgrf_railtype.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_railtype.h Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_roadstop.cpp Codechange: Use std::optional for town parent scope resolver. (#12530) 2 months ago
newgrf_roadstop.h Codechange: Use std::optional for town parent scope resolver. (#12530) 2 months ago
newgrf_roadtype.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_roadtype.h Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_sound.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
newgrf_sound.h
newgrf_spritegroup.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_spritegroup.h Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_station.cpp Codechange: Use std::optional for town parent scope resolver. (#12530) 2 months ago
newgrf_station.h Codechange: Use std::optional for town parent scope resolver. (#12530) 2 months ago
newgrf_storage.cpp Codechange: record cache warnings with a "warning" prefix (#12518) 2 months ago
newgrf_storage.h Codechange: replace cpp_lengthof with safe alternatives 2 months ago
newgrf_text.cpp Codechange: Pass NewGRF strings as std::string_view instead of char *. (#12461) 3 months ago
newgrf_text.h Codechange: Pass NewGRF strings as std::string_view instead of char *. (#12461) 3 months ago
newgrf_town.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_town.h Codechange: rename byte to uint8_t (#12308) 3 months ago
newgrf_townname.cpp Codefix: missing space between close parenthesis and open curly brace 2 months ago
newgrf_townname.h Codechange: rename byte to uint8_t (#12308) 3 months ago
news_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
news_func.h Codechange: Use std::list for News Items. (#12338) 3 months ago
news_gui.cpp Fix #12459, f6a88e4: Crashes when deleting news messages. (#12460) 3 months ago
news_gui.h Codechange: Use std::list for News Items. (#12338) 3 months ago
news_type.h Codechange: Use std::list for News Items. (#12338) 3 months ago
object.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
object_base.h Codechange: rename byte to uint8_t (#12308) 3 months ago
object_cmd.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
object_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
object_gui.cpp Codechange: Remove CDECL from filter functions. (#12578) 2 months ago
object_map.h Codechange: rename byte to uint8_t (#12308) 3 months ago
object_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
openttd.cpp Change: Use std::make_unique instead of passing new() (#12539) 2 months ago
openttd.h Codechange: pass command line arguments as std::span to openttd_main 3 months ago
order_backup.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
order_backup.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
order_base.h Codechange: move knowledge about 'packed' orders to the saveload code 2 months ago
order_cmd.cpp Codechange: move knowledge about 'packed' orders to the saveload code 2 months ago
order_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
order_func.h Feature: Use real-time "wallclock" timekeeping units (#11341) 5 months ago
order_gui.cpp Codechange: move knowledge about 'packed' orders to the saveload code 2 months ago
order_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
osk_gui.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
palette.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
palette_func.h Codechange: rename byte to uint8_t (#12308) 3 months ago
pbs.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 4 months ago
pbs.h Codechange: replace static inline with static for non-class functions 6 months ago
progress.cpp
progress.h Codechange: replace static inline with static for non-class functions 6 months ago
querystring_gui.h Codechange: Replace mishmash of types for widget index with WidgetID. 6 months ago
rail.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
rail.h Codechange: rename byte to uint8_t (#12308) 3 months ago
rail_cmd.cpp Change: Allow rail and road depot overbuilding in current orientation in order to connect to rail or road 2 months ago
rail_cmd.h Codechange: rename byte to uint8_t (#12308) 3 months ago
rail_gui.cpp Codechange: Remove CDECL from filter functions. (#12578) 2 months ago
rail_gui.h Codechange: Move dropdown and slider out of widgets directory. (#12403) 3 months ago
rail_map.h Codechange: rename byte to uint8_t (#12308) 3 months ago
rail_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
random_access_file.cpp Codechange: Replace C-style casts to size_t with static_cast. (#12455) 2 months ago
random_access_file_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
rev.cpp.in Codechange: the "no revision detected" string is with four zeros (norev0000) (#12328) 3 months ago
rev.h Codechange: rename byte to uint8_t (#12308) 3 months ago
road.cpp Codechange: Use std::tuple for slope functions with two return values 4 months ago
road.h Codechange: rename byte to uint8_t (#12308) 3 months ago
road_cmd.cpp Change: Allow rail and road depot overbuilding in current orientation in order to connect to rail or road 2 months ago
road_cmd.h Change: Increase object/station/roadstop class limit. (#12094) 3 months ago
road_func.h Codechange: replace static inline with static for non-class functions 6 months ago
road_gui.cpp Codechange: Remove CDECL from filter functions. (#12578) 2 months ago
road_gui.h Codechange: Move dropdown and slider out of widgets directory. (#12403) 3 months ago
road_internal.h
road_map.cpp
road_map.h Codechange: replace static inline with static for non-class functions 6 months ago
road_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
roadstop.cpp Codechange: Use consistent name for bay road stops 7 months ago
roadstop_base.h Codechange: rename byte to uint8_t (#12308) 3 months ago
roadveh.h Codechange: Shuffle members of Vehicle to reduce size. 3 months ago
roadveh_cmd.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
roadveh_cmd.h
roadveh_gui.cpp Codechange: Add Rect version of FillDrawPixelInfo(). 6 months ago
safeguards.h Remove: now unused stredup 12 months ago
screenshot.cpp Codechange: simplify access to the current screenshot format 2 months ago
screenshot.h Codechange: simplify access to the current screenshot format 2 months ago
screenshot_gui.cpp Codechange: Use dynamic_cast with FindWindowById. (#12458) 3 months ago
screenshot_gui.h
settings.cpp Codechange: use C++ containers for parsing the settings int lists 2 months ago
settings_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
settings_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
settings_gui.cpp Codechange: Correct return type of GetDefaultValueCallback 2 months ago
settings_gui.h Codechange: Use functions to create common drop down list items. 3 months ago
settings_internal.h Doc: Fix documentation of GetDefaultValueCallback 2 months ago
settings_table.cpp Codechange: Correct return type of GetDefaultValueCallback 2 months ago
settings_table.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
settings_type.h Codechange: create helper class for useful NetworkAuthorizedKeys functions 3 months ago
ship.h Codechange: Shuffle members of Vehicle to reduce size. 3 months ago
ship_cmd.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
ship_cmd.h
ship_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 7 months ago
signal.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 5 months ago
signal_func.h Codechange: rename byte to uint8_t (#12308) 3 months ago
signal_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
signature.cpp Fix: Signature validation did not close its file. (#12479) 3 months ago
signature.h Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 5 months ago
signs.cpp Codechange: ZOOM_LVL_SHIFT/BASE are not actually ZOOM_LVLs. 3 months ago
signs_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
signs_cmd.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
signs_cmd.h
signs_func.h
signs_gui.cpp Codechange: Remove CDECL from filter functions. (#12578) 2 months ago
signs_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
slider.cpp Codechange: Move dropdown and slider out of widgets directory. (#12403) 3 months ago
slider_func.h Codechange: Move dropdown and slider out of widgets directory. (#12403) 3 months ago
slope_func.h Codechange: rename byte to uint8_t (#12308) 3 months ago
slope_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
smallmap_gui.cpp Change: Ability to set aspect ratio of a widget. 2 months ago
smallmap_gui.h Codechange: Move includes to correct place. 8 months ago
social_integration.cpp Codechange: Remove some unnecessary c_str() when passing std::strings. (#12532) 2 months ago
social_integration.h Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 5 months ago
sortlist_type.h Codechange: Remove CDECL from filter functions. (#12578) 2 months ago
sound.cpp Codechange: Replace C-style casts to size_t with static_cast. (#12455) 2 months ago
sound_func.h Feature: Allow base sounds set to be changed mid-game. (#12399) 3 months ago
sound_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
sprite.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
sprite.h Codechange: rename byte to uint8_t (#12308) 3 months ago
spritecache.cpp Change: Display more useful information in sprite aligner than sprite ID. (#12439) 3 months ago
spritecache.h Change: Display more useful information in sprite aligner than sprite ID. (#12439) 3 months ago
spritecache_internal.h Codechange: rename byte to uint8_t (#12308) 3 months ago
station.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
station_base.h Codechange: Use `x = y` instead of `x{y}` for value-type member initialisation. (#12501) 2 months ago
station_cmd.cpp Fix 8746be8: Reinstate current order test when removing road stop. (#12552) 2 months ago
station_cmd.h Change: Increase object/station/roadstop class limit. (#12094) 3 months ago
station_func.h Codechange: Unify where rail station tile flags are set. (#12531) 2 months ago
station_gui.cpp Codechange: Make sort list function lists safer. (#12574) 2 months ago
station_gui.h Feature: Highlight waypoint tiles when adjacent or distant joining 1 year ago
station_kdtree.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
station_map.h Codechange: rename byte to uint8_t (#12308) 3 months ago
station_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
statusbar_gui.cpp Codechange: Pass by reference to UpdateWidgetSize. (#12457) 3 months ago
statusbar_gui.h
stdafx.h Codechange: replace cpp_lengthof with safe alternatives 2 months ago
story.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
story_base.h Codechange: rename byte to uint8_t (#12308) 3 months ago
story_cmd.h Codechange: Delete date_type.h 10 months ago
story_gui.cpp Codechange: Make sort list function lists safer. (#12574) 2 months ago
story_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
string.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
string_base.h Codechange: use default dtor instead of empty (#10826) 1 year ago
string_func.h Codechange: Replace C-style casts to size_t with static_cast. (#12455) 2 months ago
string_type.h Codechange: remove all u8 prefix in favour of compile-time option (#11807) 5 months ago
stringfilter.cpp Fix #11402: Make string filter locale-aware. 8 months ago
stringfilter_type.h Fix #11402: Make string filter locale-aware. 8 months ago
strings.cpp Codechange: Update doxygen comment to reflect removed parameter (#12499) 2 months ago
strings_func.h Remove: replace custom span with std::span 5 months ago
strings_internal.h Fix: don't use non-owning string pointer in StringParameter (#11952) 5 months ago
strings_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
subsidy.cpp Change: Passenger subsidies are generated for any TPE_PASSENGER cargo type. 5 months ago
subsidy_base.h Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 6 months ago
subsidy_cmd.h
subsidy_func.h
subsidy_gui.cpp Codechange: Pass by reference to UpdateWidgetSize. (#12457) 3 months ago
subsidy_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
survey.cpp Codechange: Replace currency macros with functions. (#12396) 3 months ago
survey.h Add: track savegame size to report with survey (#12304) 3 months ago
tar_type.h Codechange: Move includes for common STL headers to stdafx. 1 year ago
terraform_cmd.cpp Codechange: replace for loops with endof with range-based for loops 3 months ago
terraform_cmd.h
terraform_gui.cpp Codechange: Pass by reference to UpdateWidgetSize. (#12457) 3 months ago
terraform_gui.h
textbuf.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
textbuf_gui.h Fix #11115: Focus the abandon game/exit game windows (#11125) 12 months ago
textbuf_type.h Codechange: use Textbuf directly, instead via several virtual functions in Window 10 months ago
texteff.cpp Codechange: ZOOM_LVL_SHIFT/BASE are not actually ZOOM_LVLs. 3 months ago
texteff.hpp Codechange: Reduce size of TextEffectMode and TextEffectID. 10 months ago
textfile_gui.cpp Codechange: Replace C-style casts to size_t with static_cast. (#12455) 2 months ago
textfile_gui.h Codechange: Use `x = y` instead of `x{y}` for value-type member initialisation. (#12501) 2 months ago
textfile_type.h Codechange: allow certain enumeration to be added 5 months ago
tgp.cpp Codechange: use std::span instead of custom span in TGP 2 months ago
tgp.h
thread.h Codechange: Don't use NOT_REACHED() when catching unhandled thread exceptions (#12199) 4 months ago
tile_cmd.h Codechange: replace static inline with static for non-class functions 6 months ago
tile_map.cpp Codechange: Use std::tuple for slope functions with two return values 4 months ago
tile_map.h Codefix: follow coding style 3 months ago
tile_type.h Codechange: ZOOM_LVL_SHIFT/BASE are not actually ZOOM_LVLs. 3 months ago
tilearea.cpp
tilearea_type.h Codechange: rename TILE_ADD(XY) to TileAdd(XY) 4 months ago
tilehighlight_func.h Codechange: Replace mishmash of types for widget index with WidgetID. 6 months ago
tilehighlight_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
tilematrix_type.hpp Codechange: coding style fixes 6 months ago
timetable.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 5 months ago
timetable_cmd.cpp Feature: Order flag to unbunch vehicles at depot (#11945) 5 months ago
timetable_cmd.h Codechange: Use ticks for timetable start date 7 months ago
timetable_gui.cpp Codechange: Add a priority field to TimerGameTick::TPeriod 2 months ago
toolbar_gui.cpp Codechange: Pass by reference to UpdateWidgetSize. (#12457) 3 months ago
toolbar_gui.h Add: Debug tool to draw widget outlines. (#11401) 8 months ago
town.h Fix: Use modern comparisons instead of memcmp in cache check. 2 months ago
town_cmd.cpp Codechange: Emplace std::pair into vectors. 2 months ago
town_cmd.h Codechange: rename byte to uint8_t (#12308) 3 months ago
town_gui.cpp Codechange: Make sort list function lists safer. (#12574) 2 months ago
town_kdtree.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
town_map.h Codechange: rename byte to uint8_t (#12308) 3 months ago
town_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
townname.cpp Codechange: use std::size instead of lengthof for town names 3 months ago
townname_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
townname_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
track_func.h Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 5 months ago
track_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
train.h Fix: Use modern comparisons instead of memcmp in cache check. 2 months ago
train_cmd.cpp Fix #12388: Vehicle::CopyVehicleConfigAndStatistics not releasing unit number (#12389) 3 months ago
train_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
train_gui.cpp Codechange: Give ColourShade values names instead of numbers. 4 months ago
transparency.h Codechange: rename byte to uint8_t (#12308) 3 months ago
transparency_gui.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
transparency_gui.h
transport_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
tree_cmd.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
tree_cmd.h Codechange: rename byte to uint8_t (#12308) 3 months ago
tree_gui.cpp Codechange: Pass by reference to UpdateWidgetSize. (#12457) 3 months ago
tree_map.h Codechange: replace static inline with static for non-class functions 6 months ago
tunnel_map.cpp
tunnel_map.h Codechange: replace static inline with static for non-class functions 6 months ago
tunnelbridge.h Codechange: replace static inline with static for non-class functions 6 months ago
tunnelbridge_cmd.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
tunnelbridge_cmd.h Codechange: rename byte to uint8_t (#12308) 3 months ago
tunnelbridge_map.h Codechange: replace static inline with static for non-class functions 6 months ago
vehicle.cpp Fix: Mark vehicle status bars dirty when a vehicle leaves unbunching depot (#12516) 2 months ago
vehicle_base.h Fix: Use modern comparisons instead of memcmp in cache check. 2 months ago
vehicle_cmd.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
vehicle_cmd.h Codechange: rename byte to uint8_t (#12308) 3 months ago
vehicle_func.h Codechange: rename byte to uint8_t (#12308) 3 months ago
vehicle_gui.cpp Codefix: Make three _filter_funcs definitions distinct. (#12573) 2 months ago
vehicle_gui.h Codechange: rename byte to uint8_t (#12308) 3 months ago
vehicle_gui_base.h Codechange: Make sort list function lists safer. (#12574) 2 months ago
vehicle_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
vehiclelist.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
vehiclelist.h Codechange: rename byte to uint8_t (#12308) 3 months ago
vehiclelist_cmd.h Feature: Create group of vehicles from manage vehicle list button. (#10890) 1 year ago
vehiclelist_func.h Codechange: Use FindVehiclesWithOrder when removing a road stop. (#12144) 3 months ago
viewport.cpp Codechange: Emplace std::pair into vectors. 2 months ago
viewport_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
viewport_func.h Change: make for smooth-scrolling based on actual time 5 months ago
viewport_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 4 months ago
viewport_kdtree.h Cleanup: missing spaces before continuation * in some comments 8 months ago
viewport_sprite_sorter.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
viewport_sprite_sorter_sse4.cpp Codechange: Emplace std::pair into vectors. 2 months ago
viewport_type.h Fix: Use modern comparisons instead of memcmp in cache check. 2 months ago
void_cmd.cpp Codechange: Use std::tuple for slope functions with two return values 4 months ago
void_map.h Codechange: replace static inline with static for non-class functions 6 months ago
water.h Codechange: replace static inline with static for non-class functions 6 months ago
water_cmd.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
water_cmd.h
water_map.h Codechange: rename byte to uint8_t (#12308) 3 months ago
waypoint.cpp
waypoint_base.h Codechange: rename byte to uint8_t (#12308) 3 months ago
waypoint_cmd.cpp Codechange: Unify where rail station tile flags are set. (#12531) 2 months ago
waypoint_cmd.h Change: Increase object/station/roadstop class limit. (#12094) 3 months ago
waypoint_func.h
waypoint_gui.cpp Change: Use aspect ratios for some common widgets. 2 months ago
widget.cpp Change: Use aspect ratio for common left/right buttons. 2 months ago
widget_type.h Codechange: Simplify GetScrolledItemFromWidget() (#12556) 2 months ago
window.cpp Codechange: Use ZOOM_LVL_MIN to refer to first zoom level. 3 months ago
window_func.h Fix d3c673e: Don't defer OnResize() after ReInit() (#12174) 4 months ago
window_gui.h Change: Use aspect ratio for common left/right buttons. 2 months ago
window_type.h Codechange: Replace mishmash of types for widget index with WidgetID. 6 months ago
zoom_func.h Codechange: Redefine ZOOM_LVL so that ZOOM_LVL_NORMAL is 1x zoom. 3 months ago
zoom_type.h Codechange: Redefine ZOOM_LVL so that ZOOM_LVL_NORMAL is 1x zoom. 3 months ago