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 015fbafe34 Codechange: Add missing override specifiers to squirrel. 1 year ago
..
3rdparty Codechange: Add missing override specifiers to squirrel. 1 year ago
ai Codechange: Silence warnings about intentionally unused parameters. 1 year ago
blitter Codechange: Silence warnings about intentionally unused parameters. 1 year ago
core Codechange: Add missing override specifiers. 1 year ago
fontcache Codechange: Add missing 'override'. 1 year ago
game Codechange: Add missing override specifiers. 1 year ago
lang Update: Translations from eints 1 year ago
linkgraph Codechange: Add missing override specifiers. 1 year ago
misc Codechange: make explicit when a TileIndex is cast to its basetype (#11190) 1 year ago
music Cleanup: TransmitNotesOff is only called with buffer==_buffer. 1 year ago
network Codechange: Add missing override specifiers. 1 year ago
os Codechange: All ParagraphLayoutFactory::AppendToBuffer assume that the buffer has at least some space. 1 year ago
pathfinder Codechange: Silence warnings about intentionally unused parameters. 1 year ago
saveload Codechange: Add missing override specifiers. 1 year ago
script Codechange: Add missing override specifiers. 1 year ago
settingsgen Codechange: Add missing override specifiers. 1 year ago
sound Codechange: Add missing override specifiers. 1 year ago
spriteloader Codechange: Add missing override specifiers. 1 year ago
strgen Codechange: Add missing override specifiers. 1 year ago
table Fix: Allow NewGRF inspection of road tiles. (#11323) 1 year ago
tests Codechange: vendor the nlohmann-json library (#11290) 1 year ago
timer Codechange: Silence warnings about intentionally unused parameters. 1 year ago
video Cleanup: Remove unneeded parameters. 1 year ago
widgets Codechange: Add enum items for dynmically created setting dropdowns. 1 year ago
CMakeLists.txt Change: store crash logs in JSON format (#11232) 1 year ago
aircraft.h Codechange: Add missing override specifiers. 1 year ago
aircraft_cmd.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
aircraft_cmd.h
aircraft_gui.cpp Codechange: cleanup CargoPacket in terms of variable/function names (#11278) 1 year 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: Use parameters, which should be used. 1 year 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 #10334: Store separate newgrf-safe version of date_of_last_service. (#11124) 1 year ago
articulated_vehicles.h
autoreplace.cpp Add #7525: Allow autoreplace with same model vehicle 2 years ago
autoreplace_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
autoreplace_cmd.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
autoreplace_cmd.h
autoreplace_func.h
autoreplace_gui.cpp Fix #11326: Update autoreplace scrollbar count after clearing engine list. (#11327) 1 year ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_consist.cpp
base_consist.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
base_media_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
base_media_func.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
base_station_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year 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 Codechange: Use existing widget ids instead of raw numbers. 1 year ago
bridge.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
bridge_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
bridge_map.cpp
bridge_map.h Codechange: make use of Tile in for all direct map accesses 2 years ago
build_vehicle_gui.cpp Codechange: Don't pass GUI cargo filter constants to command system. (#11320) 1 year 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 Fix #11315: Sort industries and cargoes by name* in industry chain window. 1 year ago
cargotype.h Fix #11315: Sort industries and cargoes by name* in industry chain window. 1 year ago
cheat.cpp
cheat_func.h
cheat_gui.cpp Codechange: Use parameters, which should be used. 1 year ago
cheat_type.h
clear_cmd.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
clear_func.h
clear_map.h Codechange: make use of Tile in for all direct map accesses 2 years ago
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: Rename *Railtype* to *RailType* for consistency. (#11287) 1 year 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: Silence warnings about intentionally unused parameters. 1 year 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: Add missing override specifiers. 1 year ago
console_func.h Codechange: let IConsoleCmdExec accept std::string 1 year ago
console_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year 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: Silence warnings about intentionally unused parameters. 1 year ago
date_gui.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
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 Change: include fmt.h C++ headers in stdafx.h 1 year ago
depot.cpp
depot_base.h Codechange: Shuffle Depot members to reduce padding. 1 year ago
depot_cmd.cpp
depot_cmd.h
depot_func.h Codechange: do not declare functions in blocks 2 years ago
depot_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
depot_map.h Codechange: make use of Tile in for all direct map accesses 2 years ago
depot_type.h Codechange: Invalid depot value is unrelated to invalid station value. (#11227) 1 year ago
direction_func.h
direction_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
disaster_vehicle.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
disaster_vehicle.h Codechange: Add missing override specifiers. 1 year ago
dock_cmd.h
dock_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
driver.cpp Codechange: remove a number of unneeded c_str() calls 1 year ago
driver.h Fix: disable hardware acceleration when GPU driver crashed the game last attempt (#10928) 1 year ago
economy.cpp Fix: only count distance traveled in vehicles for cargo payment (#11283) 1 year 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: Rename *Railtype* to *RailType* for consistency. (#11287) 1 year 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: Silence warnings about intentionally unused parameters. 1 year ago
engine_gui.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
engine_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
error.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
error.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
error_func.h Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
error_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
fileio.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
fileio_func.h Codechange: let GenerateDefaultSaveName return std::string 1 year ago
fileio_type.h
fios.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
fios.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
fios_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
fontcache.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
fontcache.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
fontdetection.h Codechange: Pass language for font detection as std::string. (#10964) 1 year ago
framerate_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
framerate_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year 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 Codechange: Use std::map instead of custom SmallMap. 1 year ago
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 Codechange: Silence warnings about intentionally unused parameters. 1 year ago
gfx.cpp Change: Text Layouter support querying all lines for character at pixel 1 year ago
gfx_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year 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: All ParagraphLayoutFactory::AppendToBuffer assume that the buffer has at least some space. 1 year 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: All ParagraphLayoutFactory::AppendToBuffer assume that the buffer has at least some space. 1 year 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 Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year 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: Silence warnings about intentionally unused parameters. 1 year 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: Silence warnings about intentionally unused parameters. 1 year 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 Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
group_cmd.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
group_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
group_gui.cpp Codechange: Don't access cargo filter before it is initialized. (#11321) 1 year 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: Silence warnings about intentionally unused parameters. 1 year 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: Silence warnings about intentionally unused parameters. 1 year ago
hotkeys.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
hotkeys.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year 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 Add: [Script] Game script control of industry production level. 1 year ago
industry_cmd.cpp Cleanup: Remove unneeded parameters. 1 year ago
industry_cmd.h Add: [Script] Custom news message text for industry SetProductionLevel. 1 year ago
industry_gui.cpp Codechange: Don't access cargo filter before it is initialized. (#11321) 1 year 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: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
ini.cpp Codechange: use string/fmt instead of printf for ShowInfo(F) 1 year ago
ini_load.cpp Codechange: IniGroup::GetItem() can now be const. (#10966) 1 year ago
ini_type.h Codechange: Add missing override specifiers. 1 year ago
intro_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
landscape.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
landscape.h Codechange: pass "ground vehicle" to GetTileSlopeZ since for tunnel/bridges there are two states 1 year ago
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: Silence warnings about intentionally unused parameters. 1 year 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 Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
main_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
map.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
map_func.h Codechange: make explicit when a TileIndex is cast to its basetype (#11190) 1 year 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 Codechange: Use parameters, which should be used. 1 year ago
mixer.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
mixer.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
music.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
music_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year 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 Add: NewGRF road stops 2 years 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: automatic adding of _t to (u)int types, and WChar to char32_t 1 year 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 Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_config.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year 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 Fix: Allow NewGRF inspection of road tiles. (#11323) 1 year ago
newgrf_engine.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_engine.h Codechange: Silence warnings about intentionally unused parameters. 1 year 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: Add enum items for dynmically created setting dropdowns. 1 year ago
newgrf_house.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_house.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_industries.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year 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: Silence warnings about intentionally unused parameters. 1 year 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: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_railtype.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_roadstop.cpp Codechange: Use new function to get a bitmask of empty cargo types. 1 year ago
newgrf_roadstop.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_roadtype.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
newgrf_roadtype.h Codechange: Add missing override specifiers. 1 year 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 new function to get a bitmask of empty cargo types. 1 year 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 Codechange: Delete date_type.h 1 year ago
newgrf_text.h Codechange: Allow using more than 65536 NewGRF string IDs. 1 year ago
newgrf_town.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year 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 Add: [Script] Custom news message text for industry SetProductionLevel. 1 year ago
news_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year 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: Silence warnings about intentionally unused parameters. 1 year 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: Use parameters, which should be used. 1 year ago
object_map.h Codechange: make use of Tile in for all direct map accesses 2 years ago
object_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
openttd.cpp Codechange: Add missing override specifiers. 1 year ago
openttd.h Feature: opt-in survey when exiting a game 1 year 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 Codechange: Silence warnings about intentionally unused parameters. 1 year ago
order_cmd.cpp Codechange: Move date consts and functions to CalendarTime and TimerGameCalendar classes 1 year 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: Silence warnings about intentionally unused parameters. 1 year 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: Use parameters, which should be used. 1 year 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: Rename *Railtype* to *RailType* for consistency. (#11287) 1 year ago
rail.h Codechange: Rename *Railtype* to *RailType* for consistency. (#11287) 1 year ago
rail_cmd.cpp Cleanup: Remove unneeded parameters. 1 year 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: Use parameters, which should be used. 1 year 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: automatic adding of _t to (u)int types, and WChar to char32_t 1 year 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: Move date consts and functions to CalendarTime and TimerGameCalendar classes 1 year ago
road.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
road_cmd.cpp Cleanup: Remove unneeded parameters. 1 year 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: Use parameters, which should be used. 1 year ago
road_gui.h
road_internal.h
road_map.cpp Codechange: make use of Tile in for all direct map accesses 2 years ago
road_map.h Codechange: Rename RoadType parameter of MakeRoadDepot 1 year ago
road_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
roadstop.cpp Codechange: Use range-for iteration. 1 year ago
roadstop_base.h
roadveh.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
roadveh_cmd.cpp Codechange: Move date consts and functions to CalendarTime and TimerGameCalendar classes 1 year ago
roadveh_cmd.h Fix: Don't send unused tile field over the network (#10507) 2 years ago
roadveh_gui.cpp Codechange: cleanup CargoPacket in terms of variable/function names (#11278) 1 year 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: Use existing widget ids instead of raw numbers. 1 year ago
screenshot_gui.h
settings.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year 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 Codechange: Add missing override specifiers. 1 year ago
settings_gui.h Fix #11087: Disable base graphics/sound dropdown outside main menu 1 year ago
settings_internal.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
settings_table.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
settings_table.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
settings_type.h Feature: Setting to disallow level crossings with competitors (#10755) 1 year 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: cleanup CargoPacket in terms of variable/function names (#11278) 1 year ago
signal.cpp
signal_func.h
signal_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
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: Silence warnings about intentionally unused parameters. 1 year ago
signs_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
slope_func.h Codechange: make a numer of Slope related functions constexpr 1 year ago
slope_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
smallmap_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
smallmap_gui.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
sortlist_type.h Codechange: Delete date_type.h 1 year ago
sound.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year 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 Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
spritecache.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
station.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
station_base.h Codechange: Add missing override specifiers. 1 year ago
station_cmd.cpp Codechange: Use new function to get a bitmask of empty cargo types. 1 year ago
station_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
station_func.h Codechange: Use new function to get a bitmask of empty cargo types. 1 year ago
station_gui.cpp Codechange: Use GetAcceptanceMask() instead of duplicating it. 1 year 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: Rename ship docking tile related functions. 1 year 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: Silence warnings about intentionally unused parameters. 1 year ago
statusbar_gui.h
stdafx.h Remove: unused include of cstdarg/stdarg.h 1 year ago
story.cpp Codechange: make explicit when a TileIndex is cast to its basetype (#11190) 1 year 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: Silence warnings about intentionally unused parameters. 1 year ago
story_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
string.cpp Codechange: Add missing override specifiers. 1 year ago
string_base.h Codechange: use default dtor instead of empty (#10826) 1 year ago
string_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
string_type.h Cleanup: remove typedefs for non _t (u)int types and WChar 1 year ago
stringfilter.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
stringfilter_type.h Codechange: rename smallvec_type to container_func and use only when needed 1 year ago
strings.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
strings_func.h Codechange: make TimerGameCalendar Date and Year types strongly typed (#10761) 1 year ago
strings_internal.h Fix #11297, 4e9a871: SCC_GENDER_LIST tried to determine the gender from the wrong sub-string. (#11299) 1 year 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: Silence warnings about intentionally unused parameters. 1 year 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 Codechange: Move includes for common STL headers to stdafx. 1 year ago
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: Silence warnings about intentionally unused parameters. 1 year 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: Silence warnings about intentionally unused parameters. 1 year 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 Codechange: migrate size related functions to Map structure 2 years ago
tile_map.h Codechange: make use of Tile in for all direct map accesses 2 years ago
tile_type.h Codechange: make explicit when a TileIndex is cast to its basetype (#11190) 1 year ago
tilearea.cpp Codechange: migrate size related functions to Map structure 2 years ago
tilearea_type.h Codechange: Add missing override specifiers. 1 year ago
tilehighlight_func.h
tilehighlight_type.h
tilematrix_type.hpp Codechange: migrate size related functions to Map structure 2 years ago
timetable.h Codechange: Delete date_type.h 1 year ago
timetable_cmd.cpp Codechange: Move date consts and functions to CalendarTime and TimerGameCalendar classes 1 year ago
timetable_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
timetable_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
toolbar_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
toolbar_gui.h Codechange: move windows common to AI and GS out of ai_gui 2 years ago
town.h Cleanup: Remove unneeded parameters. 1 year ago
town_cmd.cpp Cleanup: Remove unneeded parameters. 1 year 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: Silence warnings about intentionally unused parameters. 1 year ago
town_kdtree.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
town_map.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
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 Fix #11307: Incorrect GroupStatistics after selling leading wagon 1 year 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: Silence warnings about intentionally unused parameters. 1 year ago
transparency.h Feature: Transparency option for cost and income indicators (#11001) 1 year ago
transparency_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year 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: Silence warnings about intentionally unused parameters. 1 year ago
tree_cmd.h Feature: Press Ctrl to build a diagonal area of trees (#10342) 2 years ago
tree_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
tree_map.h Codechange: make use of Tile in for all direct map accesses 2 years ago
tunnel_map.cpp Codechange: migrate size related functions to Map structure 2 years ago
tunnel_map.h Codechange: make use of Tile in for all direct map accesses 2 years ago
tunnelbridge.h
tunnelbridge_cmd.cpp Codechange: Rename *Railtype* to *RailType* for consistency. (#11287) 1 year ago
tunnelbridge_cmd.h
tunnelbridge_map.h Codechange: make use of Tile in for all direct map accesses 2 years ago
vehicle.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
vehicle_base.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
vehicle_cmd.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
vehicle_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
vehicle_func.h Codechange: Delete date_type.h 1 year ago
vehicle_gui.cpp Fix: #11329: Don't assert vehicle list length is non-zero when only asked to set string parameter. (#11330) 1 year 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 Feature: Create group of vehicles from manage vehicle list button. (#10890) 1 year 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 Codechange: use std::variant instead of using bitflags in the value (#11191) 1 year 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: Silence warnings about intentionally unused parameters. 1 year ago
viewport_kdtree.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year 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 Codechange: make use of Tile in for all direct map accesses 2 years ago
water.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
water_cmd.cpp Codechange: Rename ship docking tile related functions. 1 year 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 Cleanup: Remove unneeded parameters. 1 year ago
waypoint_cmd.h Fix: Support more than 256 stations/waypoints/roadstops per class. (#10793) 1 year ago
waypoint_func.h
waypoint_gui.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
widget.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
widget_type.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
window.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
window_func.h Codechange: make explicit when a TileIndex is cast to its basetype (#11190) 1 year ago
window_gui.h Codechange: Silence warnings about intentionally unused parameters. 1 year ago
window_type.h Feature: Help and manuals access window 1 year ago
zoom_func.h
zoom_type.h Fix #10660: Sprite Font scale affected by viewport zoom level limits. (#10668) 1 year ago