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
Peter Nelson 3317e29847 Fix #11516: Adjust window size by interface scale during ReInit.
To simplify this and ensure that scaling only occurs once, regardless of
resize nesting, each window now remembers interface scale.
10 months ago
..
3rdparty Codechange: replace x.size() > 0 with !x.empty() 11 months ago
ai Add: Website button for AI settings window. 10 months ago
blitter Remove: ZOOM_LVL_COUNT 10 months ago
core Codechange: Dimension must have both width and height. 10 months ago
fontcache Codechange: Add missing 'override'. 1 year ago
game Add: Website button for Game Script settings window. 10 months ago
lang Update: Translations from eints 10 months ago
linkgraph Fix #11551, aab580e0a: Link graph job results were incorrectly applied (#11558) 10 months ago
misc Codechange: Ensure function opening `{` is on new line. 11 months ago
music Change: Try stopping extmidi player with SIGINT first. (#11404) 10 months ago
network Codechange: Optionally allow passing state to GUIList sorter function. 10 months ago
os Codechange: pass std::string references to OpenBrowser 10 months ago
pathfinder Codechange: Use consistent name for bay road stops 10 months ago
saveload Fix #11556: Missing saveload change for OrderBackup. (#11557) 10 months ago
script Cleanup: Remove unnecessary pressed button offset code. 10 months ago
settingsgen Codechange: Add const versions of GetItem/GetGroup, and sprinkle liberally. 11 months ago
sound Remove: officially mark Vista as no longer supported (#11531) 10 months ago
spriteloader Remove: ZOOM_LVL_COUNT 10 months ago
strgen Codechange: Redundant use of char * and c_str(). (#11454) 11 months ago
table Codechange: Reword rail/road type label constants (#11451) 11 months ago
tests Add: WindowDesc unit test to validate NWidgetPart lists. 11 months ago
timer Codechange: Define a TickCounter variable type for TimerGameTick::counter 10 months ago
video Remove: officially mark Vista as no longer supported (#11531) 10 months ago
widgets Codechange: Add specific WidgetDimension for dropdown list window. (#11554) 10 months ago
CMakeLists.txt Add: Expose minimal parts of SpriteCache internals. 11 months ago
aircraft.h Codechange: Add missing override specifiers. 1 year ago
aircraft_cmd.cpp Codechange: Use iterators and/or range-for on cargo related loops. 11 months ago
aircraft_cmd.h
aircraft_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
airport.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
airport.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
airport_cmd.h
airport_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 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 Fix ddd609c: Reverse build probability callback was not called for articulated parts. (#11526) 10 months ago
articulated_vehicles.h Fix: Trivial autoreplace of mixed cargo articulated engines (#11253) 10 months ago
autoreplace.cpp
autoreplace_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
autoreplace_cmd.cpp Fix: Trivial autoreplace of mixed cargo articulated engines (#11253) 10 months ago
autoreplace_cmd.h
autoreplace_func.h
autoreplace_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_consist.cpp
base_consist.h Codechange: Use ticks for timetable start date 10 months ago
base_media_base.h Add: Website button to Game Options window for basesets. 10 months ago
base_media_func.h Add: Website button to Game Options window for basesets. 10 months ago
base_station_base.h Codechange: Redundant use of char * and c_str(). (#11454) 11 months ago
bitmap_type.h Codechange: Add missing override specifiers. 1 year ago
bmp.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
bmp.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
bootstrap_gui.cpp Fix: Some NWidget lists were not properly closed. (#11425) 11 months ago
bridge.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
bridge_gui.cpp Cleanup: Remove unnecessary pressed button offset code. 10 months ago
bridge_map.cpp
bridge_map.h
build_vehicle_gui.cpp Cleanup: Remove unnecessary pressed button offset code. 10 months ago
cargo_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
cargoaction.cpp Fix: only count distance traveled in vehicles for cargo payment (#11283) 1 year ago
cargoaction.h Fix: only count distance traveled in vehicles for cargo payment (#11283) 1 year ago
cargomonitor.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
cargomonitor.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
cargopacket.cpp Fix: only count distance traveled in vehicles for cargo payment (#11283) 1 year ago
cargopacket.h Fix: only count distance traveled in vehicles for cargo payment (#11283) 1 year ago
cargotype.cpp Add: Function to get largest cargo icon size. 10 months ago
cargotype.h Add: Function to get largest cargo icon size. 10 months ago
cheat.cpp
cheat_func.h
cheat_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
cheat_type.h Feature: Cheat to fix station ratings at 100% (#11346) 11 months ago
clear_cmd.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
clear_func.h
clear_map.h
command.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
command_func.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
command_type.h Add: [Script] Game script control of industry production level. 1 year ago
company_base.h Codechange: Using alias and std::array for company expense storage. (#11273) 1 year ago
company_cmd.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
company_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
company_func.h Codechange: rename function to better describe what it is doing 1 year ago
company_gui.cpp Codechange: Use maxdim instead of setting width/height separately. (#11535) 10 months ago
company_gui.h
company_manager_face.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
company_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
console.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
console_cmds.cpp Codechange: Use iterators and/or range-for on cargo related loops. 11 months ago
console_func.h Codechange: let IConsoleCmdExec accept std::string 1 year ago
console_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
console_gui.h
console_internal.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
console_type.h
cpu.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
cpu.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
crashlog.cpp Change: store crash logs in JSON format (#11232) 1 year ago
crashlog.h Change: store crash logs in JSON format (#11232) 1 year ago
currency.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
currency.h Codechange: Use proper date types in various places (#11177) 1 year ago
date_gui.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
date_gui.h
debug.cpp Codechange: use std::string to return the debug level information 1 year ago
debug.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
dedicated.cpp
depot.cpp
depot_base.h Codechange: Shuffle Depot members to reduce padding. 1 year ago
depot_cmd.cpp
depot_cmd.h
depot_func.h
depot_gui.cpp Cleanup: Remove unnecessary pressed button offset code. 10 months ago
depot_map.h
depot_type.h Codechange: Invalid depot value is unrelated to invalid station value. (#11227) 1 year ago
direction_func.h
direction_type.h
disaster_vehicle.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
disaster_vehicle.h Codechange: Add missing override specifiers. 1 year ago
dock_cmd.h
dock_gui.cpp Change: Bring dock picker inline with other pickers. 11 months ago
driver.cpp Codechange: replace x.size() == 0 with x.empty() 11 months ago
driver.h Fix: disable hardware acceleration when GPU driver crashed the game last attempt (#10928) 1 year ago
economy.cpp Fix 67d071d: WC_STATION_LIST should be invalidated by owner, not station index. (#11530) 10 months ago
economy_base.h Codechange: Shuffle CargoPayment members to reduce padding. 1 year ago
economy_cmd.h Feature: allow to do a hostile takeover of an AI company (in singleplayer) (#10914) 1 year ago
economy_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
economy_type.h Codechange: Using alias and std::array for company expense storage. (#11273) 1 year ago
effectvehicle.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
effectvehicle_base.h Codechange: Add missing override specifiers. 1 year ago
effectvehicle_func.h
elrail.cpp Codechange: Rename *Railtype* to *RailType* for consistency. (#11287) 1 year ago
elrail_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
engine.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
engine_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
engine_cmd.h
engine_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
engine_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
engine_gui.h Codechange: Optionally allow passing state to GUIList sorter function. 10 months ago
engine_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
error.cpp
error.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
error_func.h
error_gui.cpp Codechange: Use maxdim instead of setting width/height separately. (#11535) 10 months ago
fileio.cpp Fix cda6f24f: don't ignore binary-dir if it happens to be working-dir (#11431) 11 months ago
fileio_func.h Codechange: let GenerateDefaultSaveName return std::string 1 year ago
fileio_type.h
fios.cpp Cleanup: missing spaces before continuation * in some comments 11 months ago
fios.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
fios_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
fontcache.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
fontcache.h Add: MockFontCache for testing GUI code that only needs to know font sizes. 11 months ago
fontdetection.h Codechange: Pass language for font detection as std::string. (#10964) 1 year ago
framerate_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
framerate_type.h Cleanup: missing spaces before continuation * in some comments 11 months ago
gamelog.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
gamelog.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
gamelog_internal.h
genworld.cpp Codechange: use fmt::format to create desync dump savegames 1 year ago
genworld.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
genworld_gui.cpp Change: Use CRTP-mixins to compose dropdown list items. 10 months ago
gfx.cpp Fix: Don't implicitly ReInit all windows after updating the character width cache. 10 months ago
gfx_func.h Cleanup: Remove unnecessary pressed button offset code. 10 months ago
gfx_layout.cpp Change: Text Layouter support querying all lines for character at pixel 1 year ago
gfx_layout.h Change: Text Layouter support querying all lines for character at pixel 1 year ago
gfx_layout_fallback.cpp Codechange: replace x.size() == 0 with x.empty() 11 months ago
gfx_layout_fallback.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
gfx_layout_icu.cpp Codechange: Ensure function opening `{` is on new line. 11 months ago
gfx_layout_icu.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
gfx_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
gfxinit.cpp Feature: Base graphics can offer parameters for additional settings. 11 months ago
gfxinit.h
goal.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year 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 1 year ago
goal_gui.cpp Codechange: Remove unnecessary SetMinimalTextLines for text buttons alongside captions. (#11549) 10 months ago
goal_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
graph_gui.cpp Codechange: Remove unnecessary SetMinimalTextLines for text buttons alongside captions. (#11549) 10 months ago
graph_gui.h
ground_vehicle.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
ground_vehicle.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
group.h Cleanup: Remove some unused functions. (#11429) 11 months ago
group_cmd.cpp Cleanup: Remove some unused functions. (#11429) 11 months ago
group_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
group_gui.cpp Change: Hide unused cargos from vehicle cargo filter. (#11533) 10 months ago
group_gui.h
group_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
gui.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
heightmap.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
heightmap.h
help_gui.cpp Codechange: pass std::string references to OpenBrowser 10 months ago
help_gui.h Feature: Help and manuals access window 1 year ago
highscore.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
highscore.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
highscore_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
hotkeys.cpp Codechange: Add const versions of GetItem/GetGroup, and sprinkle liberally. 11 months ago
hotkeys.h Codechange: Add const versions of GetItem/GetGroup, and sprinkle liberally. 11 months ago
house.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
house_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
industry.h Codechange: Document Industry::GetCargoProduced/Accepted and add const-variant. 11 months ago
industry_cmd.cpp Codechange: Use std::array for industry tile cargo acceptance. (#11498) 10 months ago
industry_cmd.h Add: [Script] Custom news message text for industry SetProductionLevel. 1 year ago
industry_gui.cpp Codechange: Optionally allow passing state to GUIList sorter function. 10 months ago
industry_map.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
industry_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
industrytype.h Codechange: Use std::array for industry tile cargo acceptance. (#11498) 10 months ago
ini.cpp Codechange: Use std::list instead of C-linked list for ini files. 11 months ago
ini_load.cpp Fix 233aac5: Set newline default comment for new groups. (#11411) 11 months ago
ini_type.h Codechange: Add const versions of GetItem/GetGroup, and sprinkle liberally. 11 months ago
intro_gui.cpp Change: Add extra padding to climate buttons to match pre-#11464. (#11525) 10 months ago
landscape.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
landscape.h
landscape_cmd.h
landscape_type.h
language.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
league_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
league_cmd.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
league_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
league_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
league_gui.h
league_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
livery.h
main_gui.cpp Codechange: Add __FILE__/__LINE__ of WindowDesc to WindowDesc. 11 months ago
map.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
map_func.h Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
map_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
misc.cpp Cleanup: remove MD5SumToString in lieu of FormatArrayAsHex 1 year ago
misc_cmd.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
misc_cmd.h
misc_gui.cpp Cleanup: Remove unnecessary pressed button offset code. 10 months ago
mixer.cpp Codechange: Template input buffer type in audio mixer. (#11505) 10 months ago
mixer.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
music.cpp Codechange: Add const versions of GetItem/GetGroup, and sprinkle liberally. 11 months ago
music_gui.cpp Fix ab1a4c6c: Crash if the "No Music" set is loaded because there is no current set_index. (#11511) 10 months ago
newgrf.cpp Codechange: Use std::array for industry tile cargo acceptance. (#11498) 10 months ago
newgrf.h Codechange: Simplify usage of GRFFile cargo_map. (#11349) 11 months ago
newgrf_airport.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_airport.h Codechange: Add missing override specifiers. 1 year ago
newgrf_airporttiles.cpp Cleanup: Remove unneeded parameters. 1 year ago
newgrf_airporttiles.h Cleanup: Remove unneeded parameters. 1 year ago
newgrf_animation_base.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_animation_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
newgrf_callbacks.h Feature: Randomize direction of rail vehicle on build based on probability callback. (#11489) 10 months ago
newgrf_canal.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_canal.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
newgrf_cargo.cpp Codechange: replace x.size() > 0 with !x.empty() 11 months ago
newgrf_cargo.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
newgrf_class.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
newgrf_class_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
newgrf_commons.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
newgrf_commons.h Codechange: Add missing override specifiers. 1 year ago
newgrf_config.cpp Add: store base graphics parameters in openttd.cfg. 11 months ago
newgrf_config.h Feature: Base graphics can offer parameters for additional settings. 11 months ago
newgrf_debug.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
newgrf_debug_gui.cpp Change: Add outline of sprite to sprite aligner. 10 months ago
newgrf_engine.cpp Feature: Randomize direction of rail vehicle on build based on probability callback. (#11489) 10 months ago
newgrf_engine.h Feature: Randomize direction of rail vehicle on build based on probability callback. (#11489) 10 months ago
newgrf_generic.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_generic.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
newgrf_gui.cpp Codechange: Optionally allow passing state to GUIList sorter function. 10 months ago
newgrf_house.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
newgrf_house.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_industries.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
newgrf_industries.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_industrytiles.cpp Cleanup: Remove unneeded parameters. 1 year ago
newgrf_industrytiles.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_object.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
newgrf_object.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_profiling.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
newgrf_profiling.h Codechange: Delete date_type.h 1 year ago
newgrf_properties.h
newgrf_railtype.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
newgrf_railtype.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_roadstop.cpp Doc: Don't use other names for road vehicle bay stops (#11418) 11 months ago
newgrf_roadstop.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_roadtype.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
newgrf_roadtype.h Cleanup: missing spaces before continuation * in some comments 11 months ago
newgrf_sound.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
newgrf_sound.h
newgrf_spritegroup.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_spritegroup.h Codechange: Add missing override specifiers. 1 year ago
newgrf_station.cpp Codechange: Use iterators and/or range-for on cargo related loops. 11 months ago
newgrf_station.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_storage.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_storage.h Codechange: Add missing override specifiers. 1 year ago
newgrf_text.cpp Cleanup: Remove some unused functions. (#11429) 11 months ago
newgrf_text.h Cleanup: Remove some unused functions. (#11429) 11 months ago
newgrf_town.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
newgrf_town.h Codechange: Add missing override specifiers. 1 year ago
newgrf_townname.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
newgrf_townname.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
news_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
news_func.h Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
news_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
news_gui.h
news_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
object.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
object_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
object_cmd.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
object_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
object_gui.cpp Codechange: Optionally allow passing state to GUIList sorter function. 10 months ago
object_map.h
object_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
openttd.cpp Codechange: pass std::string references to OpenBrowser 10 months ago
openttd.h Codechange: pass std::string references to OpenBrowser 10 months ago
order_backup.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
order_backup.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
order_base.h Cleanup: Remove some unused functions. (#11429) 11 months ago
order_cmd.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
order_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
order_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
order_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
order_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
osk_gui.cpp Codechange: Add __FILE__/__LINE__ of WindowDesc to WindowDesc. 11 months ago
pbs.cpp
pbs.h
progress.cpp
progress.h
querystring_gui.h Codechange: use Textbuf directly, instead via several virtual functions in Window 1 year ago
rail.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
rail.h Codechange: Rename *Railtype* to *RailType* for consistency. (#11287) 1 year ago
rail_cmd.cpp Codechange: Ensure space between `for`/`if` and `(`. 11 months ago
rail_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
rail_gui.cpp Codechange: Optionally allow passing state to GUIList sorter function. 10 months ago
rail_gui.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
rail_map.h Feature: Orientation of rail and road depots can be changed (#9642) 1 year ago
rail_type.h Codechange: Reword rail/road type label constants (#11451) 11 months ago
random_access_file.cpp Fix: crash when opening a damaged base-graphics (#11275) 1 year ago
random_access_file_type.h Fix: crash when opening a damaged base-graphics (#11275) 1 year ago
rev.cpp.in Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
rev.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
road.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
road.h Doc: Don't use other names for road vehicle bay stops (#11418) 11 months ago
road_cmd.cpp Codechange: Use consistent name for bay road stops 10 months ago
road_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
road_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
road_gui.cpp Codechange: Optionally allow passing state to GUIList sorter function. 10 months ago
road_gui.h
road_internal.h
road_map.cpp
road_map.h Codechange: Rename RoadType parameter of MakeRoadDepot 1 year ago
road_type.h Codechange: Reword rail/road type label constants (#11451) 11 months ago
roadstop.cpp Codechange: Use consistent name for bay road stops 10 months ago
roadstop_base.h
roadveh.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
roadveh_cmd.cpp Codechange: Use consistent name for bay road stops 10 months ago
roadveh_cmd.h
roadveh_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
safeguards.h Remove: now unused stredup 1 year ago
screenshot.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
screenshot.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
screenshot_gui.cpp Codechange: Add __FILE__/__LINE__ of WindowDesc to WindowDesc. 11 months ago
screenshot_gui.h
settings.cpp Codechange: Redundant use of char * and c_str(). (#11454) 11 months ago
settings_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
settings_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
settings_gui.cpp Change: Remember the active game option window tab (#11547) 10 months ago
settings_gui.h Change: Move baseset missing/corrupted files label to list item. (#11455) 11 months ago
settings_internal.h Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
settings_table.cpp Fix: Don't implicitly ReInit all windows after updating the character width cache. 10 months ago
settings_table.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
settings_type.h Codechange: Ensure function opening `{` is on new line. 11 months ago
ship.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
ship_cmd.cpp Codechange: Rename ship docking tile related functions. 1 year ago
ship_cmd.h
ship_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
signal.cpp
signal_func.h
signal_type.h
signs.cpp
signs_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
signs_cmd.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
signs_cmd.h
signs_func.h
signs_gui.cpp Codechange: Optionally allow passing state to GUIList sorter function. 10 months ago
signs_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
slope_func.h
slope_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
smallmap_gui.cpp Fix: Restore original cargo legend 'blob' dimensions. (#11480) 10 months ago
smallmap_gui.h Codechange: Move includes to correct place. 11 months ago
sortlist_type.h Codechange: Optionally allow passing state to GUIList sorter function. 10 months ago
sound.cpp Remove: ZOOM_LVL_COUNT 10 months ago
sound_func.h
sound_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
sprite.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
sprite.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
spritecache.cpp Remove: ZOOM_LVL_COUNT 10 months ago
spritecache.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
spritecache_internal.h Add: Mock sprite cache intialization. 11 months ago
station.cpp Codechange: Use consistent name for bay road stops 10 months ago
station_base.h Feature: Cheat to fix station ratings at 100% (#11346) 11 months ago
station_cmd.cpp Fix 67d071d: WC_STATION_LIST should be invalidated by owner, not station index. (#11530) 10 months ago
station_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
station_func.h Change: Store station blocked/wires/pylons flags in map. (#11337) 1 year ago
station_gui.cpp Cleanup: Remove unnecessary pressed button offset code. 10 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 1 year ago
station_map.h Codechange: Use consistent name for bay road stops 10 months ago
station_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
statusbar_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
statusbar_gui.h
stdafx.h Remove: unused include of cstdarg/stdarg.h 1 year ago
story.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
story_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
story_cmd.h Codechange: Delete date_type.h 1 year ago
story_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
story_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
string.cpp Fix #11402: Make string filter locale-aware. 11 months ago
string_base.h
string_func.h Fix #11402: Make string filter locale-aware. 11 months ago
string_type.h Cleanup: remove typedefs for non _t (u)int types and WChar 1 year ago
stringfilter.cpp Fix #11402: Make string filter locale-aware. 11 months ago
stringfilter_type.h Fix #11402: Make string filter locale-aware. 11 months ago
strings.cpp Codechange: Replace AllocatedStringParameters with ArrayStringParameters (#11452) 11 months ago
strings_func.h Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
strings_internal.h Fix #11521, e404ba0: size for remaining span determined incorrectly 10 months ago
strings_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
subsidy.cpp Codechange: Move date consts and functions to CalendarTime and TimerGameCalendar classes 1 year ago
subsidy_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
subsidy_cmd.h
subsidy_func.h
subsidy_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
subsidy_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
survey.cpp Change: store crash logs in JSON format (#11232) 1 year ago
survey.h Change: store crash logs in JSON format (#11232) 1 year ago
tar_type.h
terraform_cmd.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
terraform_cmd.h
terraform_gui.cpp Codechange: Add __FILE__/__LINE__ of WindowDesc to WindowDesc. 11 months ago
terraform_gui.h
textbuf.cpp Fix: marked text was not updated during text deletion (#11293) 1 year ago
textbuf_gui.h Fix #11115: Focus the abandon game/exit game windows (#11125) 1 year ago
textbuf_type.h Codechange: use Textbuf directly, instead via several virtual functions in Window 1 year ago
texteff.cpp Codechange: Don't allocate a text effect with INVALID_TE_ID. 1 year ago
texteff.hpp Codechange: Reduce size of TextEffectMode and TextEffectID. 1 year ago
textfile_gui.cpp Codechange: pass std::string references to OpenBrowser 10 months ago
textfile_gui.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
textfile_type.h Feature: Help and manuals access window 1 year ago
tgp.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
tgp.h
thread.h Cleanup: unused NO_THREADS #ifdefs 1 year ago
tile_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
tile_map.cpp
tile_map.h
tile_type.h Codechange: make explicit when a TileIndex is cast to its basetype (#11190) 1 year ago
tilearea.cpp
tilearea_type.h Codechange: Add missing override specifiers. 1 year ago
tilehighlight_func.h
tilehighlight_type.h
tilematrix_type.hpp
timetable.h Codechange: Use ticks for timetable start date 10 months ago
timetable_cmd.cpp Codechange: Use ticks for timetable start date 10 months ago
timetable_cmd.h Codechange: Use ticks for timetable start date 10 months ago
timetable_gui.cpp Codechange: Use ticks for timetable start date 10 months ago
toolbar_gui.cpp Change: Use CRTP-mixins to compose dropdown list items. 10 months ago
toolbar_gui.h Add: Debug tool to draw widget outlines. (#11401) 11 months ago
town.h Codechange: Ensure function opening `{` is on new line. 11 months ago
town_cmd.cpp Fix: Deleting towns did not check for waypoints referencing the town 10 months ago
town_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
town_gui.cpp Codechange: Remove unnecessary SetMinimalTextLines for text buttons alongside captions. (#11549) 10 months ago
town_kdtree.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
town_map.h
town_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
townname.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
townname_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
townname_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
track_func.h
track_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
train.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
train_cmd.cpp Feature: Randomize direction of rail vehicle on build based on probability callback. (#11489) 10 months ago
train_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
train_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
transparency.h Feature: Transparency option for cost and income indicators (#11001) 1 year ago
transparency_gui.cpp Codechange: Add __FILE__/__LINE__ of WindowDesc to WindowDesc. 11 months ago
transparency_gui.h
transport_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
tree_cmd.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
tree_cmd.h
tree_gui.cpp Codechange: Add __FILE__/__LINE__ of WindowDesc to WindowDesc. 11 months ago
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp Codechange: Rename *Railtype* to *RailType* for consistency. (#11287) 1 year ago
tunnelbridge_cmd.h
tunnelbridge_map.h
vehicle.cpp Codechange: Use consistent name for bay road stops 10 months ago
vehicle_base.h Codechange: Define a TickCounter variable type for TimerGameTick::counter 10 months ago
vehicle_cmd.cpp Fix #10926: New free wagons no longer split by type. (#11507) 10 months ago
vehicle_cmd.h Codechange: Use iterators and/or range-for on cargo related loops. 11 months ago
vehicle_func.h Codechange: Delete date_type.h 1 year ago
vehicle_gui.cpp Cleanup: Remove unnecessary pressed button offset code. 10 months ago
vehicle_gui.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
vehicle_gui_base.h Codechange: Optionally allow passing state to GUIList sorter function. 10 months ago
vehicle_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
vehiclelist.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
vehiclelist.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
vehiclelist_cmd.h Feature: Create group of vehicles from manage vehicle list button. (#10890) 1 year ago
viewport.cpp Remove: ZOOM_LVL_COUNT 10 months ago
viewport_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
viewport_func.h Codechange: use std::variant instead of using bitflags in the value (#11191) 1 year ago
viewport_gui.cpp Codechange: Add __FILE__/__LINE__ of WindowDesc to WindowDesc. 11 months ago
viewport_kdtree.h Cleanup: missing spaces before continuation * in some comments 11 months ago
viewport_sprite_sorter.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
viewport_sprite_sorter_sse4.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
viewport_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
void_cmd.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
void_map.h
water.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
water_cmd.cpp Codechange: Ensure function opening `{` is on new line. 11 months ago
water_cmd.h
water_map.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
waypoint.cpp
waypoint_base.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
waypoint_cmd.cpp Change: Store station blocked/wires/pylons flags in map. (#11337) 1 year ago
waypoint_cmd.h
waypoint_func.h
waypoint_gui.cpp Codechange: Add __FILE__/__LINE__ of WindowDesc to WindowDesc. 11 months ago
widget.cpp Codechange: Add specific WidgetDimension for dropdown list window. (#11554) 10 months ago
widget_type.h Codechange: Add method to guess the width/height required for a multiline string. 10 months ago
window.cpp Fix #11516: Adjust window size by interface scale during ReInit. 10 months ago
window_func.h Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
window_gui.h Fix #11516: Adjust window size by interface scale during ReInit. 10 months ago
window_type.h Feature: Help and manuals access window 1 year ago
zoom_func.h
zoom_type.h Remove: ZOOM_LVL_COUNT 10 months ago