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
Kuhnovic b38d3c2208
Change: simplified water region evaluation, removed savegame data (#11750)
8 months ago
..
3rdparty Codechange: MacOS already has MIN/MAX macros defined 8 months ago
ai Codechange: prevent out-of-bound read (even if the result is never used) (#11853) 8 months ago
blitter Codechange: switch our codebase to C++20 9 months ago
core Fix bd85f61a: [Linux] don't include sys/random.h on older glibc systems (#11844) 8 months ago
fontcache Feature: Scalable OpenTTD TrueType font made by Zephyris. 9 months ago
game Fix: [Script] Improve ScriptText validation (#11721) 9 months ago
lang Cleanup: Describe modifier keys more consistently in tooltips (#11716) 8 months ago
linkgraph Codechange: Store Colours in Colours type. (#11625) 8 months ago
misc Remove: replace custom span with std::span 9 months ago
music Change: Invalidate music volume when restarting music playback on Windows. (#11836) 8 months ago
network Codechange: use std::shared_ptr for vector of TCPConnecters 8 months ago
os Fix 09f585b: Crash if font name ends with comma or comma and whitespace on Linux. (#11838) 8 months ago
pathfinder Change: simplified water region evaluation, removed savegame data (#11750) 8 months ago
saveload Change: simplified water region evaluation, removed savegame data (#11750) 8 months ago
script Codechange: Replace GroupStatistics' num_engines with std::map. (#11849) 8 months ago
settingsgen
sound Codechange: coding style fixes 9 months ago
spriteloader Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580) 9 months ago
strgen Codechange: replace ROR/ROL with std::rotr/rotl 9 months ago
table Codechange: Store Colours in Colours type. (#11625) 8 months ago
tests Remove: LeastCommonMultiple / GreatestCommonDivisor 8 months ago
timer Codechange: Simplify ConvertDateToYMD by returning YearMonthDay instead of outputting to a pointer. (#11637) 9 months ago
video Fix: [SDL] remove hint to avoid hardware acceleration (#11790) 9 months ago
widgets Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
CMakeLists.txt Codechange: refactor the Windows-only DllLoader in a cross-platform LibraryLoader (#11751) 9 months ago
aircraft.h
aircraft_cmd.cpp
aircraft_cmd.h
aircraft_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
airport.cpp
airport.h
airport_cmd.h
airport_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
animated_tile.cpp
animated_tile_func.h
articulated_vehicles.cpp Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 9 months ago
articulated_vehicles.h Fix: Trivial autoreplace of mixed cargo articulated engines (#11253) 10 months ago
autoreplace.cpp
autoreplace_base.h
autoreplace_cmd.cpp Codechange: Use vector and iterators to store old/new vehicles during autoreplace. (#11851) 8 months ago
autoreplace_cmd.h
autoreplace_func.h Codechange: replace static inline with static for non-class functions 9 months ago
autoreplace_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h Codechange: replace static inline with static for non-class functions 9 months ago
base_consist.cpp
base_consist.h Codechange: Use Ticks for BaseConsist timetable fields 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
bmp.cpp
bmp.h
bootstrap_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
bridge.h Codechange: replace static inline with static for non-class functions 9 months ago
bridge_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
bridge_map.cpp
bridge_map.h Codechange: replace static inline with static for non-class functions 9 months ago
build_vehicle_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
cargo_type.h Codechange: Redefine some cargo-related values in terms of CargoID instead of CargoType. 9 months ago
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
cargomonitor.h Codechange: replace static inline with static for non-class functions 9 months ago
cargopacket.cpp
cargopacket.h
cargotype.cpp Remove: replace custom span with std::span 9 months ago
cargotype.h Fix 9602de4: FinaliseCargoArray did nothing. (#11839) 8 months ago
cheat.cpp
cheat_func.h
cheat_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
cheat_type.h Feature: Cheat to fix station ratings at 100% (#11346) 11 months ago
clear_cmd.cpp
clear_func.h
clear_map.h Codechange: replace static inline with static for non-class functions 9 months ago
command.cpp Fix: Compilation with DEBUG_DUMP_COMMANDS enabled (#11607) 9 months ago
command_func.h Fix: Compilation with DEBUG_DUMP_COMMANDS enabled (#11607) 9 months ago
command_type.h
company_base.h Codechange: Store Colours in Colours type. (#11625) 8 months ago
company_cmd.cpp Codechange: Store Colours in Colours type. (#11625) 8 months ago
company_cmd.h
company_func.h Codechange: replace static inline with static for non-class functions 9 months ago
company_gui.cpp Codechange: Store Colours in Colours type. (#11625) 8 months ago
company_gui.h
company_manager_face.h Codechange: Store Colours in Colours type. (#11625) 8 months ago
company_type.h Codechange: allow certain enumeration to be added 9 months ago
console.cpp Fix #11646: Non-thread safe shared buffer returned from GetLogPrefix(). 9 months ago
console_cmds.cpp Codechange: compile-time validate the string format of IConsolePrint (#11804) 9 months ago
console_func.h Codechange: compile-time validate the string format of IConsolePrint (#11804) 9 months ago
console_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
console_gui.h
console_internal.h
console_type.h
cpu.cpp Remove: rdtsc and TIC/TOC based on CPU ticks (#11856) 8 months ago
cpu.h Remove: rdtsc and TIC/TOC based on CPU ticks (#11856) 8 months ago
crashlog.cpp Codechange: Simplify ConvertDateToYMD by returning YearMonthDay instead of outputting to a pointer. (#11637) 9 months ago
crashlog.h
currency.cpp Codechange: remove all u8 prefix in favour of compile-time option (#11807) 9 months ago
currency.h Add: Latvian Lats currency (#11691) 9 months ago
date_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
date_gui.h
debug.cpp Fix #11646: Non-thread safe shared buffer returned from GetLogPrefix(). 9 months ago
debug.h Codechange: Replace C-style TICC/TOCC macros with C++ RAII implementation. (#11857) 8 months ago
dedicated.cpp
depot.cpp
depot_base.h
depot_cmd.cpp
depot_cmd.h
depot_func.h Codechange: replace static inline with static for non-class functions 9 months ago
depot_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
depot_map.h Codechange: replace static inline with static for non-class functions 9 months ago
depot_type.h
direction_func.h Fix #11815, bb491127: Missing brackets prevented vehicles turning properly. (#11816) 9 months ago
direction_type.h Codechange: allow certain enumeration to be added 9 months ago
disaster_vehicle.cpp Codechange: Get count of road vehicles by summing company group statistics data in small UFO handler. (#11690) 9 months ago
disaster_vehicle.h
dock_cmd.h
dock_gui.cpp Codechange: allow certain enumeration to be added 9 months ago
driver.cpp Codechange: replace x.size() == 0 with x.empty() 11 months ago
driver.h
economy.cpp Codechange: Redefine some cargo-related values in terms of CargoID instead of CargoType. 9 months ago
economy_base.h
economy_cmd.h
economy_func.h Codechange: replace static inline with static for non-class functions 9 months ago
economy_type.h
effectvehicle.cpp
effectvehicle_base.h
effectvehicle_func.h
elrail.cpp
elrail_func.h Codechange: replace static inline with static for non-class functions 9 months ago
engine.cpp Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 9 months ago
engine_base.h Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 9 months ago
engine_cmd.h
engine_func.h Fix: Calculation of initial engine age was inaccurate. (#11660) 9 months ago
engine_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
engine_gui.h Codechange: Missing some conversions to WidgetID. (#11773) 9 months ago
engine_type.h
error.cpp
error.h
error_func.h
error_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
fileio.cpp Fix #6377: two tarballs with the same folder in them were considered as one (#11855) 8 months ago
fileio_func.h Codechange: replace static inline with static for non-class functions 9 months ago
fileio_type.h Codechange: switch our codebase to C++20 9 months ago
fios.cpp Codechange: replace StrStartsWith/StrEndsWith with starts_with and ends_with 9 months ago
fios.h
fios_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
fontcache.cpp Add: GUI options to select sprite font and AA mode for all fonts. 9 months ago
fontcache.h Add: GUI options to select sprite font and AA mode for all fonts. 9 months ago
fontdetection.h
framerate_gui.cpp Fix: Excessive switching of horizontal scale for FPS graph 60 Hz categories 9 months ago
framerate_type.h Cleanup: missing spaces before continuation * in some comments 11 months ago
gamelog.cpp Codechange: minor bits and pieces related to fmt::format() (#11806) 9 months ago
gamelog.h
gamelog_internal.h
genworld.cpp Change: simplified water region evaluation, removed savegame data (#11750) 8 months ago
genworld.h
genworld_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
gfx.cpp Codechange: Store text run positions in vector of points. 8 months ago
gfx_func.h Codechange: replace static inline with static for non-class functions 9 months ago
gfx_layout.cpp Fix #11827: Make Layouter::GetCharPosition() aware of ligatures. (#11831) 8 months ago
gfx_layout.h Codechange: Store text run positions in vector of points. 8 months ago
gfx_layout_fallback.cpp Codechange: Store text run positions in vector of points. 8 months ago
gfx_layout_fallback.h
gfx_layout_icu.cpp Codechange: Store text run positions in vector of points. 8 months ago
gfx_layout_icu.h
gfx_type.h Codechange: allow certain enumeration to be added 9 months ago
gfxinit.cpp Codechange: Split palette handling to separate file. 9 months ago
gfxinit.h
goal.cpp
goal_base.h
goal_cmd.h
goal_gui.cpp Codechange: Use templates to deduplicate goal widgets. (#11852) 8 months ago
goal_type.h
graph_gui.cpp Codechange: replace hand written function to find first/last bit with C++ variant 8 months ago
graph_gui.h
ground_vehicle.cpp
ground_vehicle.hpp
group.h Codechange: Replace GroupStatistics' num_engines with std::map. (#11849) 8 months ago
group_cmd.cpp Codechange: Replace GroupStatistics' num_engines with std::map. (#11849) 8 months ago
group_cmd.h
group_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
group_gui.h
group_type.h
gui.h Codechange: List functions in gui.h under correct source file. (#11775) 9 months ago
heightmap.cpp
heightmap.h
help_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
help_gui.h
highscore.cpp
highscore.h
highscore_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
hotkeys.cpp
hotkeys.h
house.h Codechange: Store Colours in Colours type. (#11625) 8 months ago
house_type.h
industry.h Codechange: Store Colours in Colours type. (#11625) 8 months ago
industry_cmd.cpp Codechange: Store Colours in Colours type. (#11625) 8 months ago
industry_cmd.h
industry_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
industry_map.h Codechange: replace static inline with static for non-class functions 9 months ago
industry_type.h
industrytype.h Codechange: replace static inline with static for non-class functions 9 months ago
ini.cpp
ini_load.cpp Fix #11644: Off by one error/buffer over-read in StrMakeValid (#11645) 9 months ago
ini_type.h
intro_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
landscape.cpp Change: simplified water region evaluation, removed savegame data (#11750) 8 months ago
landscape.h Codechange: replace static inline with static for non-class functions 9 months ago
landscape_cmd.h
landscape_type.h
language.h
league_base.h
league_cmd.cpp
league_cmd.h
league_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
league_gui.h
league_type.h
library_loader.h Codechange: refactor the Windows-only DllLoader in a cross-platform LibraryLoader (#11751) 9 months ago
livery.h Codechange: Store Colours in Colours type. (#11625) 8 months ago
main_gui.cpp Codechange: Store Colours in Colours type. (#11625) 8 months ago
map.cpp Change: simplified water region evaluation, removed savegame data (#11750) 8 months ago
map_func.h Codechange: replace static inline with static for non-class functions 9 months ago
map_type.h
misc.cpp Change: use a stronger hash and actual random information to generate Uids 8 months ago
misc_cmd.cpp
misc_cmd.h
misc_gui.cpp Change: Remove extra padding from query text. (#11823) 9 months ago
mixer.cpp Codechange: Template input buffer type in audio mixer. (#11505) 10 months ago
mixer.h
music.cpp
music_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
newgrf.cpp Codechange: Store Colours in Colours type. (#11625) 8 months ago
newgrf.h Codechange: replace static inline with static for non-class functions 9 months ago
newgrf_airport.cpp
newgrf_airport.h
newgrf_airporttiles.cpp
newgrf_airporttiles.h Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 9 months ago
newgrf_animation_base.h
newgrf_animation_type.h
newgrf_callbacks.h Feature: Randomize direction of rail vehicle on build based on probability callback. (#11489) 10 months ago
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 9 months ago
newgrf_cargo.h Codechange: Rename and move SpriteGroup-specific cargo types into a namespace. 9 months ago
newgrf_class.h
newgrf_class_func.h
newgrf_commons.cpp
newgrf_commons.h Codechange: replace static inline with static for non-class functions 9 months 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
newgrf_debug_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
newgrf_engine.cpp Codechange: Rename and move SpriteGroup-specific cargo types into a namespace. 9 months ago
newgrf_engine.h Feature: Randomize direction of rail vehicle on build based on probability callback. (#11489) 10 months ago
newgrf_generic.cpp
newgrf_generic.h Codechange: replace static inline with static for non-class functions 9 months ago
newgrf_gui.cpp Codechange: replace LeastCommonMultiple with std::lcm 8 months ago
newgrf_house.cpp Codechange: Store Colours in Colours type. (#11625) 8 months ago
newgrf_house.h
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
newgrf_industrytiles.cpp
newgrf_industrytiles.h
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 Cleanup: iif should be iff (if-and-only-if) (#11570) 10 months ago
newgrf_profiling.cpp Codechange: minor bits and pieces related to fmt::format() (#11806) 9 months ago
newgrf_profiling.h
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
newgrf_roadstop.cpp Codechange: Rename and move SpriteGroup-specific cargo types into a namespace. 9 months ago
newgrf_roadstop.h Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 9 months 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
newgrf_sound.h
newgrf_spritegroup.cpp Codechange: replace ROR/ROL with std::rotr/rotl 9 months ago
newgrf_spritegroup.h Codechange: replace static inline with static for non-class functions 9 months ago
newgrf_station.cpp Codechange: Rename and move SpriteGroup-specific cargo types into a namespace. 9 months ago
newgrf_station.h Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 9 months ago
newgrf_storage.cpp
newgrf_storage.h
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: Use town zone constants instead of magic numbers 10 months ago
newgrf_town.h
newgrf_townname.cpp Codechange: coding style fixes 9 months ago
newgrf_townname.h Codechange: coding style fixes 9 months ago
news_cmd.h
news_func.h Codechange: replace static inline with static for non-class functions 9 months ago
news_gui.cpp Remove: replace custom span with std::span 9 months ago
news_gui.h
news_type.h Codechange: Store Colours in Colours type. (#11625) 8 months ago
object.h
object_base.h
object_cmd.cpp Change: simplified water region evaluation, removed savegame data (#11750) 8 months ago
object_cmd.h
object_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
object_map.h Codechange: replace static inline with static for non-class functions 9 months ago
object_type.h
openttd.cpp Revert #6923: start_date parameter is no longer in use 8 months ago
openttd.h Codechange: pass std::string references to OpenBrowser 10 months ago
order_backup.cpp
order_backup.h
order_base.h Codechange: Redefine some cargo-related values in terms of CargoID instead of CargoType. 9 months ago
order_cmd.cpp Fix #11748: Incorrect clamping of negative service interval values (#11749) 9 months ago
order_cmd.h
order_func.h Fix #11748: Incorrect clamping of negative service interval values (#11749) 9 months ago
order_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
order_type.h
osk_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
palette.cpp Add: 32bpp-to-8bpp palette index lookup. 9 months ago
palette_func.h Codechange: replace static inline with static for non-class functions 9 months ago
pbs.cpp
pbs.h Codechange: replace static inline with static for non-class functions 9 months ago
progress.cpp
progress.h Codechange: replace static inline with static for non-class functions 9 months ago
querystring_gui.h Codechange: Replace mishmash of types for widget index with WidgetID. 9 months 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: replace static inline with static for non-class functions 9 months ago
rail_cmd.cpp Codechange: Rename SIGTYPE_NORMAL to SIGTYPE_BLOCK (#11788) 9 months ago
rail_cmd.h
rail_gui.cpp Change: Disable building rail infrastructure if train build limit is zero. (#11847) 8 months ago
rail_gui.h
rail_map.h Codechange: replace static inline with static for non-class functions 9 months ago
rail_type.h Codechange: Reword rail/road type label constants (#11451) 11 months ago
random_access_file.cpp
random_access_file_type.h
rev.cpp.in
rev.h
road.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
road.h Codechange: replace static inline with static for non-class functions 9 months ago
road_cmd.cpp Fix: Clear one way state when removing road from road+tram tile 9 months ago
road_cmd.h
road_func.h Codechange: replace static inline with static for non-class functions 9 months ago
road_gui.cpp Codechange: allow certain enumeration to be added 9 months ago
road_gui.h
road_internal.h
road_map.cpp
road_map.h Codechange: replace static inline with static for non-class functions 9 months 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
roadveh_cmd.cpp Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 8 months ago
roadveh_cmd.h
roadveh_gui.cpp Codechange: Add Rect version of FillDrawPixelInfo(). 9 months ago
safeguards.h
screenshot.cpp Codechange: replace StrStartsWith/StrEndsWith with starts_with and ends_with 9 months ago
screenshot.h
screenshot_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
screenshot_gui.h
settings.cpp Codechange: replace StrStartsWith/StrEndsWith with starts_with and ends_with 9 months ago
settings_cmd.h
settings_func.h
settings_gui.cpp Change: Mark whole screen dirty when toggling font AA. (#11825) 9 months ago
settings_gui.h Change: Move baseset missing/corrupted files label to list item. (#11455) 11 months ago
settings_internal.h Remove: replace custom span with std::span 9 months ago
settings_table.cpp Fix #11618: Don't try to display unavailable zoom levels in sprite aligner. (#11619) 9 months ago
settings_table.h
settings_type.h Codechange: Store Colours in Colours type. (#11625) 8 months ago
ship.h
ship_cmd.cpp
ship_cmd.h
ship_gui.cpp Codechange: Remove FONT_HEIGHT_... macros. (#11481) 10 months ago
signal.cpp Codechange: replace hand written function to find first/last bit with C++ variant 8 months ago
signal_func.h Codechange: replace static inline with static for non-class functions 9 months ago
signal_type.h Codechange: allow certain enumeration to be added 9 months ago
signs.cpp
signs_base.h
signs_cmd.cpp
signs_cmd.h
signs_func.h
signs_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
signs_type.h
slope_func.h Codechange: switch our codebase to C++20 9 months ago
slope_type.h
smallmap_gui.cpp Codechange: allow certain enumeration to be added 9 months ago
smallmap_gui.h Codechange: Move includes to correct place. 11 months ago
sortlist_type.h Codechange: coding style fixes 9 months ago
sound.cpp Remove: ZOOM_LVL_COUNT 10 months ago
sound_func.h
sound_type.h
sprite.cpp
sprite.h Codechange: replace static inline with static for non-class functions 9 months ago
spritecache.cpp Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 8 months ago
spritecache.h Codechange: replace static inline with static for non-class functions 9 months ago
spritecache_internal.h Codechange: replace static inline with static for non-class functions 9 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 Codechange: coding style fixes 9 months ago
station_cmd.h Fix #11629: AirportGetNearestTown for rotated airports (#11631) 9 months ago
station_func.h Codechange: replace static inline with static for non-class functions 9 months ago
station_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
station_gui.h
station_kdtree.h
station_map.h Codechange: replace static inline with static for non-class functions 9 months ago
station_type.h
statusbar_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
statusbar_gui.h
stdafx.h Codechange: replace ROR/ROL with std::rotr/rotl 9 months ago
story.cpp Codechange: Store Colours in Colours type. (#11625) 8 months ago
story_base.h Codechange: replace static inline with static for non-class functions 9 months ago
story_cmd.h
story_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
story_type.h
string.cpp Codechange: replace StrStartsWith/StrEndsWith with starts_with and ends_with 9 months ago
string_base.h
string_func.h Codechange: replace StrStartsWith/StrEndsWith with starts_with and ends_with 9 months ago
string_type.h Codechange: remove all u8 prefix in favour of compile-time option (#11807) 9 months 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: use TO_LE16 directly when reading language file offsets 8 months ago
strings_func.h Remove: replace custom span with std::span 9 months ago
strings_internal.h Remove: replace custom span with std::span 9 months ago
strings_type.h
subsidy.cpp
subsidy_base.h Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 9 months ago
subsidy_cmd.h
subsidy_func.h
subsidy_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
subsidy_type.h
survey.cpp Remove: replace custom span with std::span 9 months ago
survey.h
tar_type.h
terraform_cmd.cpp
terraform_cmd.h
terraform_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
terraform_gui.h
textbuf.cpp
textbuf_gui.h
textbuf_type.h
texteff.cpp
texteff.hpp
textfile_gui.cpp Codechange: replace StrStartsWith/StrEndsWith with starts_with and ends_with 9 months ago
textfile_gui.h Codechange: Replace mishmash of types for widget index with WidgetID. 9 months ago
textfile_type.h Codechange: allow certain enumeration to be added 9 months ago
tgp.cpp
tgp.h
thread.h Codechange: coding style fixes 9 months ago
tile_cmd.h Codechange: replace static inline with static for non-class functions 9 months ago
tile_map.cpp
tile_map.h Codechange: replace static inline with static for non-class functions 9 months ago
tile_type.h Codechange: replace static inline with static for non-class functions 9 months ago
tilearea.cpp
tilearea_type.h
tilehighlight_func.h Codechange: Replace mishmash of types for widget index with WidgetID. 9 months ago
tilehighlight_type.h
tilematrix_type.hpp Codechange: coding style fixes 9 months ago
timetable.h Feature: Mode to display timetable in seconds 10 months ago
timetable_cmd.cpp Feature: Mode to display timetable in seconds 10 months ago
timetable_cmd.h Codechange: Use ticks for timetable start date 10 months ago
timetable_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
toolbar_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
toolbar_gui.h Add: Debug tool to draw widget outlines. (#11401) 11 months ago
town.h Codechange: replace static inline with static for non-class functions 9 months ago
town_cmd.cpp Codechange: Use town zone constants instead of magic numbers 10 months ago
town_cmd.h
town_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
town_kdtree.h
town_map.h Codechange: replace static inline with static for non-class functions 9 months ago
town_type.h Codechange: allow certain enumeration to be added 9 months ago
townname.cpp Codechange: remove all u8 prefix in favour of compile-time option (#11807) 9 months ago
townname_func.h
townname_type.h
track_func.h Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 8 months ago
track_type.h Feature: Region-based pathfinder for ships (#10543) 9 months ago
train.h
train_cmd.cpp Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit 8 months ago
train_cmd.h
train_gui.cpp Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 9 months ago
transparency.h Codechange: replace static inline with static for non-class functions 9 months ago
transparency_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
transparency_gui.h
transport_type.h
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: Make all NWidgetPart arrays constexpr. 9 months ago
tree_map.h Codechange: replace static inline with static for non-class functions 9 months ago
tunnel_map.cpp
tunnel_map.h Codechange: replace static inline with static for non-class functions 9 months ago
tunnelbridge.h Codechange: replace static inline with static for non-class functions 9 months ago
tunnelbridge_cmd.cpp Change: simplified water region evaluation, removed savegame data (#11750) 8 months ago
tunnelbridge_cmd.h
tunnelbridge_map.h Codechange: replace static inline with static for non-class functions 9 months ago
vehicle.cpp Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 9 months ago
vehicle_base.h Codechange: coding style fixes 9 months ago
vehicle_cmd.cpp Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 9 months ago
vehicle_cmd.h
vehicle_func.h Codechange: replace static inline with static for non-class functions 9 months ago
vehicle_gui.cpp Codechange: allow certain enumeration to be added 9 months ago
vehicle_gui.h Codechange: allow certain enumeration to be added 9 months ago
vehicle_gui_base.h Codechange: Redefine some cargo-related values in terms of CargoID instead of CargoType. 9 months ago
vehicle_type.h Codechange: allow certain enumeration to be added 9 months ago
vehiclelist.cpp Codechange: Build station and depot vehicle lists from shared order lists. (#11676) 9 months ago
vehiclelist.h
vehiclelist_cmd.h
vehiclelist_func.h Codechange: Build station and depot vehicle lists from shared order lists. (#11676) 9 months ago
viewport.cpp Fix: smooth-scrolling large distances didn't got smoothly in one direction (#11861) 8 months ago
viewport_cmd.h
viewport_func.h Codechange: replace static inline with static for non-class functions 9 months ago
viewport_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
viewport_kdtree.h Cleanup: missing spaces before continuation * in some comments 11 months ago
viewport_sprite_sorter.h
viewport_sprite_sorter_sse4.cpp
viewport_type.h
void_cmd.cpp
void_map.h Codechange: replace static inline with static for non-class functions 9 months ago
water.h Codechange: replace static inline with static for non-class functions 9 months ago
water_cmd.cpp Change: simplified water region evaluation, removed savegame data (#11750) 8 months ago
water_cmd.h
water_map.h Codechange: replace static inline with static for non-class functions 9 months ago
waypoint.cpp
waypoint_base.h
waypoint_cmd.cpp Change: simplified water region evaluation, removed savegame data (#11750) 8 months ago
waypoint_cmd.h
waypoint_func.h
waypoint_gui.cpp Codechange: Make all NWidgetPart arrays constexpr. 9 months ago
widget.cpp Codechange: replace LeastCommonMultiple with std::lcm 8 months ago
widget_type.h Codechange: Allow constexpr NWidgetPart construction. 9 months ago
window.cpp Codechange: coding style fixes 9 months ago
window_func.h Codechange: Replace mishmash of types for widget index with WidgetID. 9 months ago
window_gui.h Codechange: Use named initialization for unscaled WidgetDimensions. (#11859) 8 months ago
window_type.h Codechange: Replace mishmash of types for widget index with WidgetID. 9 months ago
zoom_func.h Codechange: replace static inline with static for non-class functions 9 months ago
zoom_type.h Codechange: allow certain enumeration to be added 9 months ago