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