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
Michael Lutz 8b9f59d320 Codechange: Use references for non-optional in/out values of slope functions 7 months ago
..
3rdparty Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
ai Fix #12225, 977aba7: [Script] Missing AI:ResetConfig support for running AI config (#12226) 7 months ago
blitter Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
core Change: Improve performance of finding free pool slots. (#12055) 7 months ago
fontcache Feature: Scalable OpenTTD TrueType font made by Zephyris. 9 months ago
game Remove: [Script] random_deviation from setting description table (#12221) 7 months ago
lang Add: Portuguese Escudo currency (#12108) 7 months ago
linkgraph Codechange: Give ColourShade values names instead of numbers. 7 months ago
misc Remove: replace custom span with std::span 8 months ago
music Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
network Fix #12196: disable "select upgrade" button when filtering 7 months ago
os Fix #12037: Blurry OpenTTD font on Mac OS. (#12047) 8 months ago
pathfinder Fix: YAPF doesn't check destination for start nodes (#12217) 7 months ago
saveload Remove: [Script] random_deviation from setting description table (#12221) 7 months ago
script Codechange: Use std::tuple for slope functions with two return values 7 months ago
settingsgen Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
sound Change: Use same audio buffer size (and config parameter) for all sound drivers. (#12227) 7 months ago
spriteloader
strgen Revert #11993: new number format system does not and cannot work for CJK languages 7 months ago
table Add: Portuguese Escudo currency (#12108) 7 months ago
tests Codechange: Simplify SetBitIterator 8 months ago
timer Fix #12154: Incorrect calendar day lengths with minutes per year setting (#12158) 7 months ago
video Fix #10079: don't render at 1000fps if HW acceleration + vsync is requested but not active (#12067) 8 months ago
widgets Codechange: Give ColourShade values names instead of numbers. 7 months ago
CMakeLists.txt Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 8 months ago
aircraft.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
aircraft_cmd.cpp Fix ccb4c37: Aircraft could route to hangars outside their range when stopping at them 7 months ago
aircraft_cmd.h
aircraft_gui.cpp
airport.cpp
airport.h
airport_cmd.h
airport_gui.cpp Codechange: Remove TKM string codes by duplicating strings. 8 months ago
animated_tile.cpp
animated_tile_func.h
articulated_vehicles.cpp Change: Decouple and remove landscape-dependent cargo types. (#11719) 8 months ago
articulated_vehicles.h
autoreplace.cpp
autoreplace_base.h
autoreplace_cmd.cpp Fix: Don't issue autoreplace failed news message for command test mode. (#12026) 8 months ago
autoreplace_cmd.h
autoreplace_func.h
autoreplace_gui.cpp Codefix: DrawEngineList does not accept EngineID. 7 months ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_consist.cpp Feature: Order flag to unbunch vehicles at depot (#11945) 8 months ago
base_consist.h Feature: Order flag to unbunch vehicles at depot (#11945) 8 months ago
base_media_base.h
base_media_func.h
base_station_base.h Codechange: Templatise SlStationSpecList to reduce duplication. 7 months ago
bitmap_type.h
bmp.cpp
bmp.h
bootstrap_gui.cpp Codechange: Add ColourShade enum. 7 months ago
bridge.h
bridge_gui.cpp Codechange: Use `GetVisibleRangeIterators()` in more places. (#12190) 7 months ago
bridge_map.cpp Codechange: Use references for non-optional in/out values of slope functions 7 months ago
bridge_map.h
build_vehicle_gui.cpp Codefix: DrawEngineList does not accept EngineID. 7 months ago
cargo_type.h Change: Limit cargo types in station cargo filter, with "More..." option to show all. 8 months ago
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
cargomonitor.h
cargopacket.cpp
cargopacket.h
cargotype.cpp Change: Decouple and remove landscape-dependent cargo types. (#11719) 8 months ago
cargotype.h Change: Decouple and remove landscape-dependent cargo types. (#11719) 8 months ago
cheat.cpp
cheat_func.h
cheat_gui.cpp Fix #12145: Incorrect date handling in date cheat in wallclock time-keeping mode 7 months ago
cheat_type.h
clear_cmd.cpp Codechange: Use std::tuple for slope functions with two return values 7 months ago
clear_func.h
clear_map.h
command.cpp Cleanup: Use standard comment format (#11929) 8 months ago
command_func.h Feature: Infinite money mode (#11902) 8 months ago
command_type.h Add: [GS] Allow to set max loan for each company separately (#11224) 8 months ago
company_base.h Change: Use bitmap for free unit ID generation. (#12165) 7 months ago
company_cmd.cpp Codechange: Give ColourShade values names instead of numbers. 7 months ago
company_cmd.h
company_func.h Feature: Infinite money mode (#11902) 8 months ago
company_gui.cpp Fix #12050: Add default size, shade and pin control buttons to company livery widget. (#12080) 8 months ago
company_gui.h
company_manager_face.h Codechange: Store Colours in Colours type. (#11625) 8 months ago
company_type.h Codechange: allow certain enumeration to be added 8 months ago
console.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
console_cmds.cpp Fix #12076: Do not allow 'join' command on dedicated servers 7 months ago
console_func.h Codechange: compile-time validate the string format of IConsolePrint (#11804) 8 months ago
console_gui.cpp Codechange: Give ColourShade values names instead of numbers. 7 months ago
console_gui.h
console_internal.h
console_type.h
cpu.cpp Remove: rdtsc and TIC/TOC based on CPU ticks (#11856) 8 months ago
cpu.h Remove: rdtsc and TIC/TOC based on CPU ticks (#11856) 8 months ago
crashlog.cpp Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 8 months ago
crashlog.h
currency.cpp Add: Portuguese Escudo currency (#12108) 7 months ago
currency.h Add: Portuguese Escudo currency (#12108) 7 months ago
date_gui.cpp Codechange: Split dates and timers into Economy and Calendar time (#10700) 8 months ago
date_gui.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 8 months ago
debug.cpp Change: forcefully enable prefixing logs with date (#11930) 8 months ago
debug.h Codechange: wrap 'if' in macros into 'do { ... } while (false)', so it does not break on following 'else'. 8 months ago
dedicated.cpp
depot.cpp
depot_base.h
depot_cmd.cpp
depot_cmd.h
depot_func.h
depot_gui.cpp Codechange: Give ColourShade values names instead of numbers. 7 months ago
depot_map.h
depot_type.h
direction_func.h Fix #11815, bb491127: Missing brackets prevented vehicles turning properly. (#11816) 8 months ago
direction_type.h Codechange: allow certain enumeration to be added 8 months ago
disaster_vehicle.cpp Codechange: Don't scan vehicle pool to find targeting disaster vehicle when deleting any vehicle. (#12064) 8 months ago
disaster_vehicle.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
dock_cmd.h
dock_gui.cpp Codechange: Use std::tuple for slope functions with two return values 7 months ago
driver.cpp
driver.h
economy.cpp Change: Use bitmap for free unit ID generation. (#12165) 7 months ago
economy_base.h
economy_cmd.h
economy_func.h Feature: Settings to scale cargo production of towns and industries (#10606) 8 months ago
economy_type.h Feature: Settings to scale cargo production of towns and industries (#10606) 8 months ago
effectvehicle.cpp
effectvehicle_base.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
effectvehicle_func.h
elrail.cpp Codechange: Use references for non-optional in/out values of slope functions 7 months ago
elrail_func.h
engine.cpp Change: Decouple and remove landscape-dependent cargo types. (#11719) 8 months ago
engine_base.h
engine_cmd.h
engine_func.h
engine_gui.cpp Change: Decouple and remove landscape-dependent cargo types. (#11719) 8 months ago
engine_gui.h Codechange: Missing some conversions to WidgetID. (#11773) 9 months ago
engine_type.h Fix 2fd90960: Missing default vehicles and industry acceptance/production. (#12000) 8 months ago
error.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
error.h
error_func.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
error_gui.cpp Change: position error window closer to cursor on large screens (#11923) 8 months ago
fileio.cpp Fix #12041, 0c81579: Tarball extraction failing due to incorrect filename (#12044) 8 months ago
fileio_func.h
fileio_type.h Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 8 months ago
fios.cpp Add: list_[scenario|heightmap] and load_[scenario|height] console commands (#11867) 8 months ago
fios.h Add: list_[scenario|heightmap] and load_[scenario|height] console commands (#11867) 8 months ago
fios_gui.cpp Codechange: Use `GetVisibleRangeIterators()` in more places. (#12190) 7 months ago
fontcache.cpp Add: GUI options to select sprite font and AA mode for all fonts. 9 months ago
fontcache.h Add: GUI options to select sprite font and AA mode for all fonts. 9 months ago
fontdetection.h
framerate_gui.cpp Fix: Excessive switching of horizontal scale for FPS graph 60 Hz categories 8 months ago
framerate_type.h
gamelog.cpp Codechange: minor bits and pieces related to fmt::format() (#11806) 8 months ago
gamelog.h
gamelog_internal.h
genworld.cpp Remove: "generation_seed" from config, as it was a write-only value (#11927) 8 months ago
genworld.h
genworld_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 8 months ago
gfx.cpp Fix #12127, 555a379: Truncation ellipses rendered shadows even for black font without shadows (#12132) 7 months ago
gfx_func.h
gfx_layout.cpp Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895) 8 months ago
gfx_layout.h Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895) 8 months ago
gfx_layout_fallback.cpp Codechange: Store text run positions in vector of points. 8 months ago
gfx_layout_fallback.h
gfx_layout_icu.cpp Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895) 8 months ago
gfx_layout_icu.h Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895) 8 months ago
gfx_type.h Codechange: Remove direct access to _colour_gradient. 7 months ago
gfxinit.cpp
gfxinit.h
goal.cpp
goal_base.h
goal_cmd.h
goal_gui.cpp Codechange: Use templates to deduplicate goal widgets. (#11852) 8 months ago
goal_type.h
graph_gui.cpp Codechange: Use `GetVisibleRangeIterators()` in more places. (#12190) 7 months ago
graph_gui.h
ground_vehicle.cpp
ground_vehicle.hpp
group.h Codechange: Replace GroupStatistics' num_engines with std::map. (#11849) 8 months ago
group_cmd.cpp Codechange: Replace GroupStatistics' num_engines with std::map. (#11849) 8 months ago
group_cmd.h
group_gui.cpp Codechange: Use `GetVisibleRangeIterators()` in more places. (#12190) 7 months ago
group_gui.h
group_type.h
gui.h Change: only open story-book in center when a GS does it (#11916) 8 months ago
heightmap.cpp Add: allow loading heightmaps from command-line (#11870) 8 months ago
heightmap.h Add: allow loading heightmaps from command-line (#11870) 8 months ago
help_gui.cpp Fix: TextfileWindow called virtual methods before constructor completed. (#11889) 8 months ago
help_gui.h
highscore.cpp
highscore.h
highscore_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 8 months ago
hotkeys.cpp
hotkeys.h
house.h Change: Decouple and remove landscape-dependent cargo types. (#11719) 8 months ago
house_type.h
industry.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 8 months ago
industry_cmd.cpp Change: Avoid adjacent fence fields. 8 months ago
industry_cmd.h
industry_gui.cpp Codechange: Use `GetVisibleRangeIterators()` in more places. (#12190) 7 months ago
industry_map.h
industry_type.h
industrytype.h Fix 2fd90960: Missing default vehicles and industry acceptance/production. (#12000) 8 months ago
ini.cpp
ini_load.cpp
ini_type.h
intro_gui.cpp Change: make for smooth-scrolling based on actual time 8 months ago
landscape.cpp Codechange: Use references for non-optional in/out values of slope functions 7 months ago
landscape.h Codechange: Use references for non-optional in/out values of slope functions 7 months ago
landscape_cmd.h
landscape_type.h
language.h Revert #11993: new number format system does not and cannot work for CJK languages 7 months ago
league_base.h
league_cmd.cpp
league_cmd.h
league_gui.cpp Fix: Display rank correcly with more than 15 companies in a league table 8 months ago
league_gui.h
league_type.h
library_loader.h
livery.h Codechange: Store Colours in Colours type. (#11625) 8 months ago
main_gui.cpp Codechange: Off-by-one in colour gradient initialisation. 7 months ago
map.cpp Change: simplified water region evaluation, removed savegame data (#11750) 8 months ago
map_func.h
map_type.h
misc.cpp Feature: Use real-time "wallclock" timekeeping units (#11341) 8 months ago
misc_cmd.cpp Fix #11938: Check infinite money setting in cases where it was missed (#11939) 8 months ago
misc_cmd.h Add: [GS] Allow to set max loan for each company separately (#11224) 8 months ago
misc_gui.cpp Change: Show tile index as decimal number in land info window (#12104) 7 months ago
mixer.cpp
mixer.h
music.cpp
music_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 8 months ago
newgrf.cpp Fix: Maximum permitted sound volume from NewGRF is 128. (#12222) 7 months ago
newgrf.h
newgrf_airport.cpp
newgrf_airport.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
newgrf_airporttiles.cpp
newgrf_airporttiles.h
newgrf_animation_base.h
newgrf_animation_type.h
newgrf_callbacks.h
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp Change: Decouple and remove landscape-dependent cargo types. (#11719) 8 months ago
newgrf_cargo.h
newgrf_class.h
newgrf_class_func.h
newgrf_commons.cpp Codechange: Use std::tuple for slope functions with two return values 7 months ago
newgrf_commons.h
newgrf_config.cpp
newgrf_config.h
newgrf_debug.h
newgrf_debug_gui.cpp Fix #12202: Race condition when using sprite picker. (#12204) 7 months ago
newgrf_engine.cpp
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp Codechange: Use `GetVisibleRangeIterators()` in more places. (#12190) 7 months ago
newgrf_house.cpp Codechange: Store Colours in Colours type. (#11625) 8 months ago
newgrf_house.h
newgrf_industries.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
newgrf_industries.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_object.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
newgrf_object.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
newgrf_profiling.cpp Codechange: minor bits and pieces related to fmt::format() (#11806) 8 months ago
newgrf_profiling.h
newgrf_properties.h
newgrf_railtype.cpp
newgrf_railtype.h
newgrf_roadstop.cpp Codechange: Use range-for when iterating station speclists. (#12212) 7 months ago
newgrf_roadstop.h Cleanup: Remove declaration of non-existent function. (#12091) 7 months ago
newgrf_roadtype.cpp
newgrf_roadtype.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp Codechange: replace ROR/ROL with std::rotr/rotl 8 months ago
newgrf_spritegroup.h
newgrf_station.cpp Codechange: Use range-for when iterating station speclists. (#12212) 7 months ago
newgrf_station.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp
newgrf_text.h
newgrf_town.cpp Change: Decouple and remove landscape-dependent cargo types. (#11719) 8 months ago
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
news_cmd.h
news_func.h
news_gui.cpp Codechange: Split dates and timers into Economy and Calendar time (#10700) 8 months ago
news_gui.h
news_type.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 8 months ago
object.h
object_base.h
object_cmd.cpp Codechange: Use std::tuple for slope functions with two return values 7 months ago
object_cmd.h
object_gui.cpp Fix #12195: Reset cursor when no Object is selected (#12207) 7 months ago
object_map.h
object_type.h
openttd.cpp Fix: initialize _switch_mode_time so crash-logs before first game have a realistic time (#12184) 7 months ago
openttd.h Add: "restart current" console command to regenerate the map based on current settings (#11963) 8 months ago
order_backup.cpp
order_backup.h
order_base.h Feature: Order flag to unbunch vehicles at depot (#11945) 8 months ago
order_cmd.cpp Fix 3947453: GetNextDecisionNode ignored go to nearest depot when combined with stop at depot 7 months ago
order_cmd.h
order_func.h Feature: Use real-time "wallclock" timekeeping units (#11341) 8 months ago
order_gui.cpp Codechange: Give ColourShade values names instead of numbers. 7 months ago
order_type.h Feature: Order flag to unbunch vehicles at depot (#11945) 8 months ago
osk_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 8 months ago
palette.cpp Codechange: Add ColourShade enum. 7 months ago
palette_func.h Codechange: Off-by-one in colour gradient initialisation. 7 months ago
pbs.cpp
pbs.h
progress.cpp
progress.h
querystring_gui.h
rail.cpp
rail.h Codechange: Split bit numbers from values in RailTypeFlags, RoadTypeFlags enums (#11877) 8 months ago
rail_cmd.cpp Codechange: Use references for non-optional in/out values of slope functions 7 months ago
rail_cmd.h Codechange: Make command constant names consistent with command proc (#11920) 8 months ago
rail_gui.cpp Revert: Build signals to the next junction when dragging regardless of the Ctrl state (#12034) 8 months ago
rail_gui.h Fix #10118: Cycle through current signal group, not just path signals (#11798) 8 months ago
rail_map.h
rail_type.h
random_access_file.cpp
random_access_file_type.h
rev.cpp.in
rev.h
road.cpp Codechange: Use std::tuple for slope functions with two return values 7 months ago
road.h Codechange: Split bit numbers from values in RailTypeFlags, RoadTypeFlags enums (#11877) 8 months ago
road_cmd.cpp Codechange: Use references for non-optional in/out values of slope functions 7 months ago
road_cmd.h
road_func.h
road_gui.cpp Fix #12166: Crash when opening tram road stop build window (#12168) 7 months ago
road_gui.h
road_internal.h
road_map.cpp
road_map.h
road_type.h
roadstop.cpp
roadstop_base.h
roadveh.h Codechange: Don't scan vehicle pool to find targeting disaster vehicle when deleting any vehicle. (#12064) 8 months ago
roadveh_cmd.cpp Change: Decouple and remove landscape-dependent cargo types. (#11719) 8 months ago
roadveh_cmd.h
roadveh_gui.cpp
safeguards.h
screenshot.cpp Codechange: replace StrStartsWith/StrEndsWith with starts_with and ends_with 8 months ago
screenshot.h
screenshot_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 8 months ago
screenshot_gui.h
settings.cpp Fix #12147: reset all saved settings to their default before loading a game (#12210) 7 months ago
settings_cmd.h
settings_func.h
settings_gui.cpp Codechange: Give ColourShade values names instead of numbers. 7 months ago
settings_gui.h
settings_internal.h Fix #12147: reset all saved settings to their default before loading a game (#12210) 7 months ago
settings_table.cpp Revert #11993: new number format system does not and cannot work for CJK languages 7 months ago
settings_table.h
settings_type.h Codechange: replace "byte" with "uint8_t" in settings (#12179) 7 months ago
ship.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
ship_cmd.cpp Codefix: Remove no-longer used ship special-case. (#12192) 7 months ago
ship_cmd.h
ship_gui.cpp
signal.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
signal_func.h
signal_type.h Codechange: allow certain enumeration to be added 8 months ago
signature.cpp Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 8 months ago
signature.h Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 8 months ago
signs.cpp
signs_base.h
signs_cmd.cpp
signs_cmd.h
signs_func.h
signs_gui.cpp Codechange: Use `GetVisibleRangeIterators()` in more places. (#12190) 7 months ago
signs_type.h
slope_func.h Codechange: switch our codebase to C++20 8 months ago
slope_type.h
smallmap_gui.cpp Codechange: Give ColourShade values names instead of numbers. 7 months ago
smallmap_gui.h
social_integration.cpp Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 8 months ago
social_integration.h Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 8 months ago
sortlist_type.h
sound.cpp
sound_func.h
sound_type.h Fix: Maximum permitted sound volume from NewGRF is 128. (#12222) 7 months ago
sprite.cpp
sprite.h
spritecache.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
spritecache.h
spritecache_internal.h
station.cpp Codechange: Scan station catchment tiles when removing station from nearby towns/industries. (#12129) 7 months ago
station_base.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
station_cmd.cpp Codechange: Use references for non-optional in/out values of slope functions 7 months ago
station_cmd.h
station_func.h
station_gui.cpp Codechange: Use `GetVisibleRangeIterators()` in more places. (#12190) 7 months ago
station_gui.h
station_kdtree.h
station_map.h
station_type.h
statusbar_gui.cpp Feature: Infinite money mode (#11902) 8 months ago
statusbar_gui.h
stdafx.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
story.cpp Change: only open story-book in center when a GS does it (#11916) 8 months ago
story_base.h
story_cmd.h
story_gui.cpp Change: only open story-book in center when a GS does it (#11916) 8 months ago
story_type.h
string.cpp Codechange: refactor DecodeHexText to a generic purpose ConvertHexToBytes (#11866) 8 months ago
string_base.h
string_func.h Codechange: refactor DecodeHexText to a generic purpose ConvertHexToBytes (#11866) 8 months ago
string_type.h Codechange: remove all u8 prefix in favour of compile-time option (#11807) 8 months ago
stringfilter.cpp
stringfilter_type.h
strings.cpp Revert #11993: new number format system does not and cannot work for CJK languages 7 months ago
strings_func.h Remove: replace custom span with std::span 8 months ago
strings_internal.h Fix: don't use non-owning string pointer in StringParameter (#11952) 8 months ago
strings_type.h
subsidy.cpp Change: Passenger subsidies are generated for any TPE_PASSENGER cargo type. 8 months ago
subsidy_base.h
subsidy_cmd.h
subsidy_func.h
subsidy_gui.cpp Add: Show cargo icons on subsidy list window. (#12079) 8 months ago
subsidy_type.h
survey.cpp Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 8 months ago
survey.h Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 8 months ago
tar_type.h
terraform_cmd.cpp
terraform_cmd.h
terraform_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
terraform_gui.h
textbuf.cpp Codefix #12162, 3105d0b: Textbuf::Assign read beyond std::string_view (#12177) 7 months ago
textbuf_gui.h
textbuf_type.h
texteff.cpp
texteff.hpp
textfile_gui.cpp Fix #11966: Scrollbar may be incorrect on first opening of text file window. (#11981) 8 months ago
textfile_gui.h Fix: TextfileWindow called virtual methods before constructor completed. (#11889) 8 months ago
textfile_type.h Codechange: allow certain enumeration to be added 8 months ago
tgp.cpp
tgp.h
thread.h Codechange: Don't use NOT_REACHED() when catching unhandled thread exceptions (#12199) 7 months ago
tile_cmd.h
tile_map.cpp Codechange: Use std::tuple for slope functions with two return values 7 months ago
tile_map.h Codechange: Use std::tuple for slope functions with two return values 7 months ago
tile_type.h
tilearea.cpp
tilearea_type.h Fix: use correct size parameter type in TileArea constructors (#11869) 8 months ago
tilehighlight_func.h
tilehighlight_type.h
tilematrix_type.hpp
timetable.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 8 months ago
timetable_cmd.cpp Feature: Order flag to unbunch vehicles at depot (#11945) 8 months ago
timetable_cmd.h
timetable_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
toolbar_gui.cpp Codechange 80ebcc7: OptionMenuEntries prefix is OME not ONE (#12036) 8 months ago
toolbar_gui.h
town.h Change: Decouple and remove landscape-dependent cargo types. (#11719) 8 months ago
town_cmd.cpp Codechange: Use std::tuple for slope functions with two return values 7 months ago
town_cmd.h Codechange: Rename TownEffect to TownAcceptanceEffect. 8 months ago
town_gui.cpp Codechange: Use `GetVisibleRangeIterators()` in more places. (#12190) 7 months ago
town_kdtree.h
town_map.h
town_type.h Codechange: allow certain enumeration to be added 8 months ago
townname.cpp Codechange: remove all u8 prefix in favour of compile-time option (#11807) 8 months ago
townname_func.h
townname_type.h
track_func.h Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 8 months ago
track_type.h
train.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
train_cmd.cpp Change: Use bitmap for free unit ID generation. (#12165) 7 months ago
train_cmd.h
train_gui.cpp Codechange: Give ColourShade values names instead of numbers. 7 months ago
transparency.h
transparency_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 8 months ago
transparency_gui.h
transport_type.h
tree_cmd.cpp Codechange: Use std::tuple for slope functions with two return values 7 months ago
tree_cmd.h
tree_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 8 months ago
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp Codechange: Use references for non-optional in/out values of slope functions 7 months ago
tunnelbridge_cmd.h
tunnelbridge_map.h
vehicle.cpp Fix #12203: When unbunching at a depot, don't overlook implicit orders (#12220) 7 months ago
vehicle_base.h Change: Use bitmap for free unit ID generation. (#12165) 7 months ago
vehicle_cmd.cpp Codechange: Use range-for instead of indexed loop. (#12191) 7 months ago
vehicle_cmd.h
vehicle_func.h Codechange: Don't scan vehicle pool to find targeting disaster vehicle when deleting any vehicle. (#12064) 8 months ago
vehicle_gui.cpp Codechange: Use `GetVisibleRangeIterators()` in more places. (#12190) 7 months ago
vehicle_gui.h Codechange: allow certain enumeration to be added 8 months ago
vehicle_gui_base.h Codechange: Remove TKM from vehicle list sorting dropdowns. 8 months ago
vehicle_type.h Codechange: allow certain enumeration to be added 8 months ago
vehiclelist.cpp Codechange: Use vehicle tile hash to build depot vehicle list. (#12186) 7 months ago
vehiclelist.h
vehiclelist_cmd.h
vehiclelist_func.h
viewport.cpp Codechange: Use std::tuple for slope functions with two return values 7 months ago
viewport_cmd.h
viewport_func.h Change: make for smooth-scrolling based on actual time 8 months ago
viewport_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 8 months ago
viewport_kdtree.h
viewport_sprite_sorter.h
viewport_sprite_sorter_sse4.cpp
viewport_type.h
void_cmd.cpp Codechange: Use std::tuple for slope functions with two return values 7 months ago
void_map.h
water.h
water_cmd.cpp Codechange: Use std::tuple for slope functions with two return values 7 months ago
water_cmd.h
water_map.h
waypoint.cpp
waypoint_base.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 8 months ago
waypoint_cmd.cpp Change: simplified water region evaluation, removed savegame data (#11750) 8 months ago
waypoint_cmd.h
waypoint_func.h
waypoint_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 8 months ago
widget.cpp Codechange: Give ColourShade values names instead of numbers. 7 months ago
widget_type.h Codechange: Add `GetVisibleRangeIterators()` to `Scrollbar`. 7 months ago
window.cpp Fix: Relocate main toolbar and statusbar before other windows. (#12218) 7 months ago
window_func.h Fix d3c673e: Don't defer OnResize() after ReInit() (#12174) 7 months ago
window_gui.h Codechange: Expose `FindChildWindow()` as a method of `Window`. 8 months ago
window_type.h
zoom_func.h
zoom_type.h Codechange: allow certain enumeration to be added 8 months ago