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
SamuXarick a7625b8ae0 Fix #12280: Allow ships 90 degree turns if only choice
If there is no path found, a random path is created which forbids 90 degrees.
Allow 90 degrees if they're the only choice.
3 months ago
..
3rdparty Codechange: Replace type-punning with `std::bit_cast` in squirrel. (#12224) 3 months ago
ai Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
blitter Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
core Codechange: use std::source_location over __FILE__ and __LINE__ for Random 3 months ago
fontcache Feature: Scalable OpenTTD TrueType font made by Zephyris. 5 months ago
game Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
lang Update: Translations from eints 3 months ago
linkgraph Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
misc Remove: replace custom span with std::span 4 months ago
music Codefix: Fully initialise `MidiFile::DataBlock` to avoid gcc warning. (#12240) 3 months ago
network Add: Basic autocompletion on tab for console commands (#12163) 3 months ago
os Fix #12037: Blurry OpenTTD font on Mac OS. (#12047) 4 months ago
pathfinder Fix #12280: Allow ships 90 degree turns if only choice 3 months ago
saveload Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
script Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
settingsgen Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
sound Change: Use same audio buffer size (and config parameter) for all sound drivers. (#12227) 3 months ago
spriteloader Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580) 5 months ago
strgen Revert #11993: new number format system does not and cannot work for CJK languages 3 months ago
table Add: Portuguese Escudo currency (#12108) 3 months ago
tests Add: Basic autocompletion on tab for console commands (#12163) 3 months ago
timer Fix #12154: Incorrect calendar day lengths with minutes per year setting (#12158) 3 months ago
video Add: Basic autocompletion on tab for console commands (#12163) 3 months ago
widgets Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
CMakeLists.txt Add: Basic autocompletion on tab for console commands (#12163) 3 months ago
aircraft.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
aircraft_cmd.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 3 months ago
aircraft_cmd.h
aircraft_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 6 months ago
airport.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
airport.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
airport_cmd.h
airport_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
animated_tile.cpp Codechange: rename smallvec_type to container_func and use only when needed 1 year ago
animated_tile_func.h
articulated_vehicles.cpp Change: Decouple and remove landscape-dependent cargo types. (#11719) 4 months ago
articulated_vehicles.h Fix: Trivial autoreplace of mixed cargo articulated engines (#11253) 6 months ago
autocompletion.cpp Add: Basic autocompletion on tab for console commands (#12163) 3 months ago
autocompletion.h Add: Basic autocompletion on tab for console commands (#12163) 3 months ago
autoreplace.cpp
autoreplace_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
autoreplace_cmd.cpp Fix: Don't issue autoreplace failed news message for command test mode. (#12026) 4 months ago
autoreplace_cmd.h
autoreplace_func.h Codechange: replace static inline with static for non-class functions 5 months ago
autoreplace_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h Codechange: replace static inline with static for non-class functions 5 months ago
base_consist.cpp Feature: Order flag to unbunch vehicles at depot (#11945) 4 months ago
base_consist.h Feature: Order flag to unbunch vehicles at depot (#11945) 4 months ago
base_media_base.h Add: Website button to Game Options window for basesets. 6 months ago
base_media_func.h Add: Website button to Game Options window for basesets. 6 months ago
base_station_base.h Codechange: Templatise SlStationSpecList to reduce duplication. 3 months ago
bitmap_type.h Codechange: Add missing override specifiers. 8 months ago
bmp.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
bmp.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
bootstrap_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
bridge.h Codechange: replace static inline with static for non-class functions 5 months ago
bridge_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
bridge_map.cpp Codechange: Use references for non-optional in/out values of slope functions 3 months ago
bridge_map.h Codechange: replace static inline with static for non-class functions 5 months ago
build_vehicle_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
cargo_type.h Change: Limit cargo types in station cargo filter, with "More..." option to show all. 4 months ago
cargoaction.cpp Fix: only count distance traveled in vehicles for cargo payment (#11283) 8 months ago
cargoaction.h Fix: only count distance traveled in vehicles for cargo payment (#11283) 8 months ago
cargomonitor.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
cargomonitor.h Codechange: replace static inline with static for non-class functions 5 months ago
cargopacket.cpp Fix: only count distance traveled in vehicles for cargo payment (#11283) 8 months ago
cargopacket.h Fix: only count distance traveled in vehicles for cargo payment (#11283) 8 months ago
cargotype.cpp Change: Decouple and remove landscape-dependent cargo types. (#11719) 4 months ago
cargotype.h Change: Decouple and remove landscape-dependent cargo types. (#11719) 4 months ago
cheat.cpp
cheat_func.h
cheat_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
cheat_type.h Feature: Cheat to fix station ratings at 100% (#11346) 7 months ago
clear_cmd.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
clear_func.h
clear_map.h Codechange: replace static inline with static for non-class functions 5 months ago
command.cpp Cleanup: Use standard comment format (#11929) 4 months ago
command_func.h Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 3 months ago
command_type.h Add: [GS] Allow to set max loan for each company separately (#11224) 4 months ago
company_base.h Change: Use bitmap for free unit ID generation. (#12165) 3 months ago
company_cmd.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 3 months ago
company_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
company_func.h Feature: Infinite money mode (#11902) 4 months ago
company_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
company_gui.h
company_manager_face.h Codechange: Store Colours in Colours type. (#11625) 4 months ago
company_type.h Codechange: allow certain enumeration to be added 4 months ago
console.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
console_cmds.cpp Fix #12076: Do not allow 'join' command on dedicated servers 3 months ago
console_func.h Codechange: compile-time validate the string format of IConsolePrint (#11804) 4 months ago
console_gui.cpp Add: Basic autocompletion on tab for console commands (#12163) 3 months ago
console_gui.h
console_internal.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
console_type.h
cpu.cpp Remove: rdtsc and TIC/TOC based on CPU ticks (#11856) 4 months ago
cpu.h Remove: rdtsc and TIC/TOC based on CPU ticks (#11856) 4 months ago
crashlog.cpp Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 4 months ago
crashlog.h Change: store crash logs in JSON format (#11232) 9 months ago
currency.cpp Add: Portuguese Escudo currency (#12108) 3 months ago
currency.h Add: Portuguese Escudo currency (#12108) 3 months ago
date_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
date_gui.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 4 months ago
debug.cpp Change: forcefully enable prefixing logs with date (#11930) 4 months ago
debug.h Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 3 months ago
dedicated.cpp
depot.cpp
depot_base.h Codechange: Shuffle Depot members to reduce padding. 9 months ago
depot_cmd.cpp
depot_cmd.h
depot_func.h Codechange: replace static inline with static for non-class functions 5 months ago
depot_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
depot_map.h Codechange: replace static inline with static for non-class functions 5 months ago
depot_type.h Codechange: Invalid depot value is unrelated to invalid station value. (#11227) 9 months ago
direction_func.h Fix #11815, bb491127: Missing brackets prevented vehicles turning properly. (#11816) 4 months ago
direction_type.h Codechange: allow certain enumeration to be added 4 months ago
disaster_vehicle.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 3 months ago
disaster_vehicle.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
dock_cmd.h
dock_gui.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
driver.cpp Codechange: replace x.size() == 0 with x.empty() 7 months ago
driver.h Fix: disable hardware acceleration when GPU driver crashed the game last attempt (#10928) 12 months ago
economy.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 3 months ago
economy_base.h Codechange: Shuffle CargoPayment members to reduce padding. 9 months ago
economy_cmd.h Feature: allow to do a hostile takeover of an AI company (in singleplayer) (#10914) 12 months ago
economy_func.h Feature: Settings to scale cargo production of towns and industries (#10606) 4 months ago
economy_type.h Feature: Settings to scale cargo production of towns and industries (#10606) 4 months ago
effectvehicle.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
effectvehicle_base.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
effectvehicle_func.h
elrail.cpp Codechange: Use references for non-optional in/out values of slope functions 3 months ago
elrail_func.h Codechange: replace static inline with static for non-class functions 5 months ago
engine.cpp Change: Decouple and remove landscape-dependent cargo types. (#11719) 4 months ago
engine_base.h Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 5 months ago
engine_cmd.h
engine_func.h Fix: Calculation of initial engine age was inaccurate. (#11660) 5 months ago
engine_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
engine_gui.h Codechange: Missing some conversions to WidgetID. (#11773) 5 months ago
engine_type.h Fix 2fd90960: Missing default vehicles and industry acceptance/production. (#12000) 4 months ago
error.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for NOT_REACHED 3 months ago
error.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
error_func.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
error_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
fileio.cpp Fix #12041, 0c81579: Tarball extraction failing due to incorrect filename (#12044) 4 months ago
fileio_func.h Codechange: replace static inline with static for non-class functions 5 months ago
fileio_type.h Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 4 months ago
fios.cpp Add: list_[scenario|heightmap] and load_[scenario|height] console commands (#11867) 4 months ago
fios.h Add: list_[scenario|heightmap] and load_[scenario|height] console commands (#11867) 4 months ago
fios_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
fontcache.cpp Add: GUI options to select sprite font and AA mode for all fonts. 5 months ago
fontcache.h Add: GUI options to select sprite font and AA mode for all fonts. 5 months ago
fontdetection.h Codechange: Pass language for font detection as std::string. (#10964) 12 months ago
framerate_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
framerate_type.h Cleanup: missing spaces before continuation * in some comments 7 months ago
gamelog.cpp Codechange: minor bits and pieces related to fmt::format() (#11806) 4 months ago
gamelog.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
gamelog_internal.h Codechange: Use std::map instead of custom SmallMap. 1 year ago
genworld.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 3 months ago
genworld.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
genworld_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
gfx.cpp Codechange: Use std::make_unique instead of passing new into a unique_ptr. (#12263) 3 months ago
gfx_func.h Codechange: replace static inline with static for non-class functions 5 months ago
gfx_layout.cpp Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895) 4 months ago
gfx_layout.h Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895) 4 months ago
gfx_layout_fallback.cpp Codechange: Store text run positions in vector of points. 4 months ago
gfx_layout_fallback.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
gfx_layout_icu.cpp Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895) 4 months ago
gfx_layout_icu.h Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895) 4 months ago
gfx_type.h Codechange: Remove direct access to _colour_gradient. 3 months ago
gfxinit.cpp Codechange: Split palette handling to separate file. 5 months ago
gfxinit.h
goal.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
goal_base.h Feature: [GS] Goal destination can be updated (#10817) 12 months ago
goal_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
goal_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
goal_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
graph_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
graph_gui.h
ground_vehicle.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
ground_vehicle.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
group.h Codechange: Replace GroupStatistics' num_engines with std::map. (#11849) 4 months ago
group_cmd.cpp Fix #12010: Use economy timer for vehicle stats minimum age, not calendar (#12142) 3 months ago
group_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
group_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
group_gui.h
group_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
gui.h Change: only open story-book in center when a GS does it (#11916) 4 months ago
heightmap.cpp Add: allow loading heightmaps from command-line (#11870) 4 months ago
heightmap.h Add: allow loading heightmaps from command-line (#11870) 4 months ago
help_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
help_gui.h Feature: Help and manuals access window 9 months ago
highscore.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
highscore.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
highscore_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
hotkeys.cpp Codechange: Add const versions of GetItem/GetGroup, and sprinkle liberally. 7 months ago
hotkeys.h Codechange: Add const versions of GetItem/GetGroup, and sprinkle liberally. 7 months ago
house.h Change: Decouple and remove landscape-dependent cargo types. (#11719) 4 months ago
house_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
industry.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 4 months ago
industry_cmd.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
industry_cmd.h Add: [Script] Custom news message text for industry SetProductionLevel. 9 months ago
industry_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
industry_map.h Codechange: replace static inline with static for non-class functions 5 months ago
industry_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
industrytype.h Fix 2fd90960: Missing default vehicles and industry acceptance/production. (#12000) 4 months ago
ini.cpp Codechange: Use std::list instead of C-linked list for ini files. 7 months ago
ini_load.cpp Fix #11644: Off by one error/buffer over-read in StrMakeValid (#11645) 5 months ago
ini_type.h Codechange: Add const versions of GetItem/GetGroup, and sprinkle liberally. 7 months ago
intro_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
landscape.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
landscape.h Codechange: Use references for non-optional in/out values of slope functions 3 months ago
landscape_cmd.h
landscape_type.h
language.h Revert #11993: new number format system does not and cannot work for CJK languages 3 months ago
league_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
league_cmd.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
league_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
league_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
league_gui.h
league_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
library_loader.h Codechange: refactor the Windows-only DllLoader in a cross-platform LibraryLoader (#11751) 5 months ago
livery.h Codechange: Store Colours in Colours type. (#11625) 4 months ago
main_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
map.cpp Codechange: simplify TileAdd by using simple asserts 3 months ago
map_func.h Codechange: replace macro with function for TileAdd(XY) 3 months ago
map_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
misc.cpp Feature: Use real-time "wallclock" timekeeping units (#11341) 4 months ago
misc_cmd.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 3 months ago
misc_cmd.h Add: [GS] Allow to set max loan for each company separately (#11224) 4 months ago
misc_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
mixer.cpp Codechange: Template input buffer type in audio mixer. (#11505) 6 months ago
mixer.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
music.cpp Codechange: Add const versions of GetItem/GetGroup, and sprinkle liberally. 7 months ago
music_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
newgrf.cpp Fix: Maximum permitted sound volume from NewGRF is 128. (#12222) 3 months ago
newgrf.h Codechange: replace static inline with static for non-class functions 5 months ago
newgrf_airport.cpp Codechange: Silence warnings about intentionally unused parameters. 8 months ago
newgrf_airport.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
newgrf_airporttiles.cpp Cleanup: Remove unneeded parameters. 8 months ago
newgrf_airporttiles.h Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 5 months ago
newgrf_animation_base.h Codechange: Silence warnings about intentionally unused parameters. 8 months ago
newgrf_animation_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
newgrf_callbacks.h Feature: Randomize direction of rail vehicle on build based on probability callback. (#11489) 6 months ago
newgrf_canal.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
newgrf_canal.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
newgrf_cargo.cpp Change: Decouple and remove landscape-dependent cargo types. (#11719) 4 months ago
newgrf_cargo.h Codechange: Rename and move SpriteGroup-specific cargo types into a namespace. 5 months ago
newgrf_class.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
newgrf_class_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
newgrf_commons.cpp Codechange: Use std::tuple for slope functions with two return values 3 months ago
newgrf_commons.h Codechange: replace static inline with static for non-class functions 5 months ago
newgrf_config.cpp Add: store base graphics parameters in openttd.cfg. 7 months ago
newgrf_config.h Feature: Base graphics can offer parameters for additional settings. 7 months ago
newgrf_debug.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
newgrf_debug_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
newgrf_engine.cpp Codechange: Rename and move SpriteGroup-specific cargo types into a namespace. 5 months ago
newgrf_engine.h Feature: Randomize direction of rail vehicle on build based on probability callback. (#11489) 6 months ago
newgrf_generic.cpp Codechange: Silence warnings about intentionally unused parameters. 8 months ago
newgrf_generic.h Codechange: replace static inline with static for non-class functions 5 months ago
newgrf_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
newgrf_house.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
newgrf_house.h Codechange: Silence warnings about intentionally unused parameters. 8 months ago
newgrf_industries.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
newgrf_industries.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
newgrf_industrytiles.cpp Cleanup: Remove unneeded parameters. 8 months ago
newgrf_industrytiles.h Codechange: Silence warnings about intentionally unused parameters. 8 months ago
newgrf_object.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
newgrf_object.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
newgrf_profiling.cpp Codechange: minor bits and pieces related to fmt::format() (#11806) 4 months ago
newgrf_profiling.h Codechange: Delete date_type.h 9 months ago
newgrf_properties.h
newgrf_railtype.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 months ago
newgrf_railtype.h Codechange: Silence warnings about intentionally unused parameters. 8 months ago
newgrf_roadstop.cpp Codechange: Use range-for when iterating station speclists. (#12212) 3 months ago
newgrf_roadstop.h Cleanup: Remove declaration of non-existent function. (#12091) 3 months ago
newgrf_roadtype.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 months ago
newgrf_roadtype.h Cleanup: missing spaces before continuation * in some comments 7 months ago
newgrf_sound.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
newgrf_sound.h
newgrf_spritegroup.cpp Codechange: replace ROR/ROL with std::rotr/rotl 4 months ago
newgrf_spritegroup.h Codechange: replace static inline with static for non-class functions 5 months ago
newgrf_station.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
newgrf_station.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
newgrf_storage.cpp Codechange: Silence warnings about intentionally unused parameters. 8 months ago
newgrf_storage.h Codechange: Add missing override specifiers. 8 months ago
newgrf_text.cpp Cleanup: Remove some unused functions. (#11429) 7 months ago
newgrf_text.h Cleanup: Remove some unused functions. (#11429) 7 months ago
newgrf_town.cpp Change: Decouple and remove landscape-dependent cargo types. (#11719) 4 months ago
newgrf_town.h Codechange: Add missing override specifiers. 8 months ago
newgrf_townname.cpp Codechange: coding style fixes 5 months ago
newgrf_townname.h Codechange: coding style fixes 5 months ago
news_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
news_func.h Codechange: replace static inline with static for non-class functions 5 months ago
news_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
news_gui.h
news_type.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 4 months ago
object.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
object_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
object_cmd.cpp Codechange: Use std::tuple for slope functions with two return values 3 months ago
object_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
object_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
object_map.h Codechange: replace static inline with static for non-class functions 5 months ago
object_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
openttd.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 3 months ago
openttd.h Add: "restart current" console command to regenerate the map based on current settings (#11963) 4 months ago
order_backup.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
order_backup.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
order_base.h Feature: Order flag to unbunch vehicles at depot (#11945) 4 months ago
order_cmd.cpp Fix #12118: When adding an unbunching order, properly check for unsafe conditions (#12136) 3 months ago
order_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
order_func.h Feature: Use real-time "wallclock" timekeeping units (#11341) 4 months ago
order_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
order_type.h Feature: Order flag to unbunch vehicles at depot (#11945) 4 months ago
osk_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
palette.cpp Codechange: Add ColourShade enum. 3 months ago
palette_func.h Codechange: Off-by-one in colour gradient initialisation. 3 months ago
pbs.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
pbs.h Codechange: replace static inline with static for non-class functions 5 months ago
progress.cpp
progress.h Codechange: replace static inline with static for non-class functions 5 months ago
querystring_gui.h Codechange: Replace mishmash of types for widget index with WidgetID. 5 months ago
rail.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 months ago
rail.h Codechange: Split bit numbers from values in RailTypeFlags, RoadTypeFlags enums (#11877) 4 months ago
rail_cmd.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 3 months ago
rail_cmd.h Codechange: Make command constant names consistent with command proc (#11920) 4 months ago
rail_gui.cpp Change: Use (at least) standard toolbar button size for signal selection buttons. (#12265) 3 months ago
rail_gui.h Fix #10118: Cycle through current signal group, not just path signals (#11798) 4 months ago
rail_map.h Codechange: replace static inline with static for non-class functions 5 months ago
rail_type.h Codechange: Reword rail/road type label constants (#11451) 7 months ago
random_access_file.cpp Fix: crash when opening a damaged base-graphics (#11275) 9 months ago
random_access_file_type.h Fix: crash when opening a damaged base-graphics (#11275) 9 months ago
rev.cpp.in Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
rev.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
road.cpp Codechange: Use std::tuple for slope functions with two return values 3 months ago
road.h Codechange: Split bit numbers from values in RailTypeFlags, RoadTypeFlags enums (#11877) 4 months ago
road_cmd.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
road_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
road_func.h Codechange: replace static inline with static for non-class functions 5 months ago
road_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
road_gui.h
road_internal.h
road_map.cpp
road_map.h Codechange: replace static inline with static for non-class functions 5 months ago
road_type.h Codechange: Reword rail/road type label constants (#11451) 7 months ago
roadstop.cpp Codechange: Use consistent name for bay road stops 6 months ago
roadstop_base.h
roadveh.h Codechange: Don't scan vehicle pool to find targeting disaster vehicle when deleting any vehicle. (#12064) 4 months ago
roadveh_cmd.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 3 months ago
roadveh_cmd.h
roadveh_gui.cpp Codechange: Add Rect version of FillDrawPixelInfo(). 5 months ago
safeguards.h Remove: now unused stredup 11 months ago
screenshot.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
screenshot.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
screenshot_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
screenshot_gui.h
settings.cpp Fix #12147: reset all saved settings to their default before loading a game (#12210) 3 months ago
settings_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
settings_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
settings_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
settings_gui.h Change: Move baseset missing/corrupted files label to list item. (#11455) 7 months ago
settings_internal.h Fix #12147: reset all saved settings to their default before loading a game (#12210) 3 months ago
settings_table.cpp Revert #11993: new number format system does not and cannot work for CJK languages 3 months ago
settings_table.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
settings_type.h Codechange: replace "byte" with "uint8_t" in settings (#12179) 3 months ago
ship.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
ship_cmd.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
ship_cmd.h
ship_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 6 months ago
signal.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
signal_func.h Codechange: replace static inline with static for non-class functions 5 months ago
signal_type.h Codechange: allow certain enumeration to be added 4 months ago
signature.cpp Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 4 months ago
signature.h Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 4 months ago
signs.cpp
signs_base.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
signs_cmd.cpp Codechange: Silence warnings about intentionally unused parameters. 8 months ago
signs_cmd.h
signs_func.h
signs_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
signs_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
slope_func.h Codechange: switch our codebase to C++20 4 months ago
slope_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
smallmap_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
smallmap_gui.h Codechange: Move includes to correct place. 7 months ago
social_integration.cpp Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 4 months ago
social_integration.h Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 4 months ago
sortlist_type.h Codechange: coding style fixes 5 months ago
sound.cpp Remove: ZOOM_LVL_COUNT 6 months ago
sound_func.h
sound_type.h Fix: Maximum permitted sound volume from NewGRF is 128. (#12222) 3 months ago
sprite.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
sprite.h Codechange: replace static inline with static for non-class functions 5 months ago
spritecache.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
spritecache.h Codechange: replace static inline with static for non-class functions 5 months ago
spritecache_internal.h Codechange: replace static inline with static for non-class functions 5 months ago
station.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
station_base.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
station_cmd.cpp Codechange: Use references for non-optional in/out values of slope functions 3 months ago
station_cmd.h Fix #11629: AirportGetNearestTown for rotated airports (#11631) 5 months ago
station_func.h Codechange: replace static inline with static for non-class functions 5 months ago
station_gui.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
station_gui.h Feature: Highlight waypoint tiles when adjacent or distant joining 12 months ago
station_kdtree.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
station_map.h Codechange: replace static inline with static for non-class functions 5 months ago
station_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
statusbar_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
statusbar_gui.h
stdafx.h Codechange: use std::source_location over __FILE__ and __LINE__ for NOT_REACHED 3 months ago
story.cpp Change: only open story-book in center when a GS does it (#11916) 4 months ago
story_base.h Codechange: replace static inline with static for non-class functions 5 months ago
story_cmd.h Codechange: Delete date_type.h 9 months ago
story_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
story_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
string.cpp Add: Basic autocompletion on tab for console commands (#12163) 3 months ago
string_base.h Codechange: use default dtor instead of empty (#10826) 1 year ago
string_func.h Add: Basic autocompletion on tab for console commands (#12163) 3 months ago
string_type.h Codechange: remove all u8 prefix in favour of compile-time option (#11807) 4 months ago
stringfilter.cpp Fix #11402: Make string filter locale-aware. 7 months ago
stringfilter_type.h Fix #11402: Make string filter locale-aware. 7 months ago
strings.cpp Revert #11993: new number format system does not and cannot work for CJK languages 3 months ago
strings_func.h Remove: replace custom span with std::span 4 months ago
strings_internal.h Fix: don't use non-owning string pointer in StringParameter (#11952) 4 months ago
strings_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
subsidy.cpp Change: Passenger subsidies are generated for any TPE_PASSENGER cargo type. 4 months ago
subsidy_base.h Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 5 months ago
subsidy_cmd.h
subsidy_func.h
subsidy_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
subsidy_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
survey.cpp Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 4 months ago
survey.h Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 4 months ago
tar_type.h Codechange: Move includes for common STL headers to stdafx. 1 year ago
terraform_cmd.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 3 months ago
terraform_cmd.h
terraform_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
terraform_gui.h
textbuf.cpp Codefix #12162, 3105d0b: Textbuf::Assign read beyond std::string_view (#12177) 3 months ago
textbuf_gui.h Fix #11115: Focus the abandon game/exit game windows (#11125) 11 months ago
textbuf_type.h Codechange: use Textbuf directly, instead via several virtual functions in Window 9 months ago
texteff.cpp Codechange: Don't allocate a text effect with INVALID_TE_ID. 9 months ago
texteff.hpp Codechange: Reduce size of TextEffectMode and TextEffectID. 9 months ago
textfile_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
textfile_gui.h Fix: TextfileWindow called virtual methods before constructor completed. (#11889) 4 months ago
textfile_type.h Codechange: allow certain enumeration to be added 4 months ago
tgp.cpp Codechange: Silence warnings about intentionally unused parameters. 8 months ago
tgp.h
thread.h Codechange: Don't use NOT_REACHED() when catching unhandled thread exceptions (#12199) 3 months ago
tile_cmd.h Codechange: replace static inline with static for non-class functions 5 months ago
tile_map.cpp Codechange: Use std::tuple for slope functions with two return values 3 months ago
tile_map.h Codechange: Use std::tuple for slope functions with two return values 3 months ago
tile_type.h Codechange: replace static inline with static for non-class functions 5 months ago
tilearea.cpp
tilearea_type.h Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
tilehighlight_func.h Codechange: Replace mishmash of types for widget index with WidgetID. 5 months ago
tilehighlight_type.h
tilematrix_type.hpp Codechange: coding style fixes 5 months ago
timetable.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 4 months ago
timetable_cmd.cpp Feature: Order flag to unbunch vehicles at depot (#11945) 4 months ago
timetable_cmd.h Codechange: Use ticks for timetable start date 6 months ago
timetable_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
toolbar_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
toolbar_gui.h Add: Debug tool to draw widget outlines. (#11401) 7 months ago
town.h Change: Decouple and remove landscape-dependent cargo types. (#11719) 4 months ago
town_cmd.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
town_cmd.h Codechange: Rename TownEffect to TownAcceptanceEffect. 4 months ago
town_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
town_kdtree.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
town_map.h Codechange: replace static inline with static for non-class functions 5 months ago
town_type.h Codechange: allow certain enumeration to be added 4 months ago
townname.cpp Codechange: remove all u8 prefix in favour of compile-time option (#11807) 4 months ago
townname_func.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
townname_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
track_func.h Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 4 months ago
track_type.h Feature: Region-based pathfinder for ships (#10543) 5 months ago
train.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
train_cmd.cpp Fix #12010: Use economy timer for vehicle stats minimum age, not calendar (#12142) 3 months ago
train_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
train_gui.cpp Codechange: Give ColourShade values names instead of numbers. 3 months ago
transparency.h Codechange: replace static inline with static for non-class functions 5 months ago
transparency_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
transparency_gui.h
transport_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
tree_cmd.cpp Codechange: Use std::tuple for slope functions with two return values 3 months ago
tree_cmd.h
tree_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
tree_map.h Codechange: replace static inline with static for non-class functions 5 months ago
tunnel_map.cpp
tunnel_map.h Codechange: replace static inline with static for non-class functions 5 months ago
tunnelbridge.h Codechange: replace static inline with static for non-class functions 5 months ago
tunnelbridge_cmd.cpp Codechange: Use references for non-optional in/out values of slope functions 3 months ago
tunnelbridge_cmd.h
tunnelbridge_map.h Codechange: replace static inline with static for non-class functions 5 months ago
vehicle.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 3 months ago
vehicle_base.h Fix #12010: Use economy timer for vehicle stats minimum age, not calendar (#12142) 3 months ago
vehicle_cmd.cpp Codechange: Use range-for instead of indexed loop. (#12191) 3 months ago
vehicle_cmd.h Codechange: Use iterators and/or range-for on cargo related loops. 7 months ago
vehicle_func.h Fix #12010: Use economy timer for vehicle stats minimum age, not calendar (#12142) 3 months ago
vehicle_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
vehicle_gui.h Codechange: allow certain enumeration to be added 4 months ago
vehicle_gui_base.h Fix #12010: Use economy timer for vehicle stats minimum age, not calendar (#12142) 3 months ago
vehicle_type.h Codechange: allow certain enumeration to be added 4 months ago
vehiclelist.cpp Codechange: Use vehicle tile hash to build depot vehicle list. (#12186) 3 months ago
vehiclelist.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
vehiclelist_cmd.h Feature: Create group of vehicles from manage vehicle list button. (#10890) 12 months ago
vehiclelist_func.h Codechange: Build station and depot vehicle lists from shared order lists. (#11676) 5 months ago
viewport.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
viewport_cmd.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
viewport_func.h Change: make for smooth-scrolling based on actual time 4 months ago
viewport_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
viewport_kdtree.h Cleanup: missing spaces before continuation * in some comments 7 months ago
viewport_sprite_sorter.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
viewport_sprite_sorter_sse4.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
viewport_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
void_cmd.cpp Codechange: Use std::tuple for slope functions with two return values 3 months ago
void_map.h Codechange: replace static inline with static for non-class functions 5 months ago
water.h Codechange: replace static inline with static for non-class functions 5 months ago
water_cmd.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
water_cmd.h
water_map.h Codechange: replace static inline with static for non-class functions 5 months ago
waypoint.cpp
waypoint_base.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
waypoint_cmd.cpp Codechange: Use vector for waypoint layout. (#12264) 3 months ago
waypoint_cmd.h
waypoint_func.h
waypoint_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
widget.cpp Codechange: Give ColourShade values names instead of numbers. 3 months ago
widget_type.h Codechange: Add `GetVisibleRangeIterators()` to `Scrollbar`. 3 months ago
window.cpp Fix: Off-by-one in EnsureVisibleCaption. (#12261) 3 months ago
window_func.h Fix d3c673e: Don't defer OnResize() after ReInit() (#12174) 3 months ago
window_gui.h Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
window_type.h Codechange: Replace mishmash of types for widget index with WidgetID. 5 months ago
zoom_func.h Codechange: replace static inline with static for non-class functions 5 months ago
zoom_type.h Codechange: allow certain enumeration to be added 4 months ago