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 cccf4953f7 Fix: Incorrect padding on industry cargo window. 1 year ago
..
3rdparty Feature: drop ICU-lx in favour of directly interfacing with harfbuzz 1 year ago
ai Codechange: use std::string for text file name resolution 1 year ago
blitter Codechange: introduce StrEqualsIgnoreCase/StrCompareIgnoreCase to replace strcasecmp 1 year ago
core Change: include fmt.h C++ headers in stdafx.h 1 year ago
fontcache Feature: drop ICU-lx in favour of directly interfacing with harfbuzz 1 year ago
game Change: include fmt.h C++ headers in stdafx.h 1 year ago
lang Update: Translations from eints 1 year ago
linkgraph Change: include fmt.h C++ headers in stdafx.h 1 year ago
misc Change: include fmt.h C++ headers in stdafx.h 1 year ago
music Change: include fmt.h C++ headers in stdafx.h 1 year ago
network Change: include fmt.h C++ headers in stdafx.h 1 year ago
os Change: include fmt.h C++ headers in stdafx.h 1 year ago
pathfinder Change: include fmt.h C++ headers in stdafx.h 1 year ago
saveload Change: include fmt.h C++ headers in stdafx.h 1 year ago
script Change: include fmt.h C++ headers in stdafx.h 1 year ago
settingsgen Fix: Make all settingsgen 'warnings' fatal. (#10766) 1 year ago
sound
spriteloader Fix: conversion to smaller type warnings 1 year ago
strgen Change: include fmt.h C++ headers in stdafx.h 1 year ago
table Codechange: Don't use macros for DAYS_TILL and friends (#10746) 1 year ago
tests Codechange: introduce generic ClampTo function to clamp to the range of a type 1 year ago
timer Change: include fmt.h C++ headers in stdafx.h 1 year ago
video Codechange: C++-ify the Layouter and related functions 1 year ago
widgets Codechange: Scrollbar methods now accept size_t. 1 year ago
CMakeLists.txt Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
aircraft.h
aircraft_cmd.cpp Cleanup: Remove unnecessary hangar check. 1 year ago
aircraft_cmd.h
aircraft_gui.cpp
airport.cpp
airport.h
airport_cmd.h
airport_gui.cpp Codechange: Remove various STRING strings. 1 year ago
animated_tile.cpp Cleanup: Unused alloca definitions and includes 1 year ago
animated_tile_func.h
articulated_vehicles.cpp Cleanup: Remove unnecessary VehicleRandomBits() 1 year ago
articulated_vehicles.h
autoreplace.cpp
autoreplace_base.h
autoreplace_cmd.cpp
autoreplace_cmd.h
autoreplace_func.h
autoreplace_gui.cpp Codechange: Scrollbar methods now accept size_t. 1 year ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_consist.cpp
base_consist.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
base_media_base.h Codechange: use std::string for text file name resolution 1 year ago
base_media_func.h Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
base_station_base.h Change: Extend entity override manager and station spec lists to support 16 bit IDs. 1 year ago
bitmap_type.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
bmp.cpp
bmp.h
bootstrap_gui.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
bridge.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
bridge_gui.cpp Codechange: Scrollbar methods now accept size_t. 1 year ago
bridge_map.cpp
bridge_map.h
build_vehicle_gui.cpp Change: Add padding to build vehicle text filter (#10792) 1 year ago
cargo_type.h Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 1 year ago
cargoaction.cpp
cargoaction.h
cargomonitor.cpp Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 1 year ago
cargomonitor.h
cargopacket.cpp Fix #10707: Incorrect type of days_in_transit in CargoPacket constructor (#10715) 1 year ago
cargopacket.h Fix #10707: Incorrect type of days_in_transit in CargoPacket constructor (#10715) 1 year ago
cargotype.cpp Codechange: replace strnatcmp with C++ string capable version 1 year ago
cargotype.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
cheat.cpp
cheat_func.h
cheat_gui.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
cheat_type.h
clear_cmd.cpp Codechange: pass "ground vehicle" to GetTileSlopeZ since for tunnel/bridges there are two states 1 year ago
clear_func.h
clear_map.h
command.cpp Change: base autosaves intervals on real time (instead of game time) (#10655) 1 year ago
command_func.h
command_type.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
company_base.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
company_cmd.cpp Codechange: pass (uint) money as Money for CmdGiveMoney 1 year ago
company_cmd.h Codechange: pass (uint) money as Money for CmdGiveMoney 1 year ago
company_func.h
company_gui.cpp Codechange: Don't use macros for DAYS_TILL and friends (#10746) 1 year ago
company_gui.h
company_manager_face.h Change: Centre company face in scaled widget. (#10688) 1 year ago
company_type.h Remove: buying/selling/owning company shares (#10709) 1 year ago
console.cpp Codechange: Use std::strto* variants everywhere (#10720) 1 year ago
console_cmds.cpp Codechange: Don't use macros for DAYS_TILL and friends (#10746) 1 year ago
console_func.h
console_gui.cpp Codechange: C++-ify the Layouter and related functions 1 year ago
console_gui.h
console_internal.h
console_type.h
cpu.cpp
cpu.h
crashlog.cpp Codechange: use fmt::format_to for gamelog message creation over seprintf 1 year ago
crashlog.h Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
currency.cpp Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
currency.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
date_gui.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
date_gui.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
date_type.h Codechange: Don't use macros for DAYS_TILL and friends (#10746) 1 year ago
debug.cpp Codechange: Use std::strto* variants everywhere (#10720) 1 year ago
debug.h Codechange: use string/fmt instead of printf for ShowInfo(F) 1 year ago
dedicated.cpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
depot.cpp
depot_base.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
depot_cmd.cpp
depot_cmd.h
depot_func.h
depot_gui.cpp Codechange: Scrollbar methods now accept size_t. 1 year ago
depot_map.h
depot_type.h
direction_func.h
direction_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
disaster_vehicle.cpp Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
disaster_vehicle.h
dock_cmd.h
dock_gui.cpp Codechange: migrate all game-time-related timers to the new framework 1 year ago
driver.cpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
driver.h
economy.cpp Codechange: replace some min/clamp constructs to ClampTo 1 year ago
economy_base.h
economy_cmd.h Remove: buying/selling/owning company shares (#10709) 1 year ago
economy_func.h Change: Increase max cargo age and let min cargo payment approach zero. (#10596) 1 year ago
economy_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
effectvehicle.cpp
effectvehicle_base.h
effectvehicle_func.h
elrail.cpp Codechange: pass "ground vehicle" to GetTileSlopeZ since for tunnel/bridges there are two states 1 year ago
elrail_func.h
engine.cpp Fix: Engine age is in months, not days (#10773) 1 year ago
engine_base.h Fix: Engine age is in months, not days (#10773) 1 year ago
engine_cmd.h
engine_func.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
engine_gui.cpp Feature: Separate rail/road and sea/air velocity units, and add knots. (#10594) 1 year ago
engine_gui.h
engine_type.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
error.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
error.h Codechange: migrate all Window-related timers to the new framework 1 year ago
error_func.h Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
error_gui.cpp Change: Centre company face in scaled widget. (#10688) 1 year ago
fileio.cpp Codechange: replace strncasecmp with case ignoring variant of StrStarts/EndsWith 1 year ago
fileio_func.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
fileio_type.h
fios.cpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
fios.h Codechange: Place gamelog into its own class, along with internal data. 1 year ago
fios_gui.cpp Codechange: Scrollbar methods now accept size_t. 1 year ago
fontcache.cpp
fontcache.h
fontdetection.h
framerate_gui.cpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
framerate_type.h
gamelog.cpp Codechange: make md5sumToString std::string compatible 1 year ago
gamelog.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
gamelog_internal.h Codechange: Place gamelog into its own class, along with internal data. 1 year ago
genworld.cpp Codechange: move tick-counter into TimerGameTick (#10712) 1 year ago
genworld.h
genworld_gui.cpp Codechange: Remove various STRING strings. 1 year ago
gfx.cpp Codechange: C++-ify the Layouter and related functions 1 year ago
gfx_func.h Codechange: C++-ify the Layouter and related functions 1 year ago
gfx_layout.cpp Codechange: simplify how GetCharPosition() works 1 year ago
gfx_layout.h Codechange: C++-ify the Layouter and related functions 1 year ago
gfx_layout_fallback.cpp Feature: drop ICU-lx in favour of directly interfacing with harfbuzz 1 year ago
gfx_layout_fallback.h Codechange: split implementations of ParagraphLayouterFactory into their own file 1 year ago
gfx_layout_icu.cpp Fix: [ICU] crash when trying to break a non-breaking run (#10791) 1 year ago
gfx_layout_icu.h Feature: drop ICU-lx in favour of directly interfacing with harfbuzz 1 year ago
gfx_type.h Fix: #10735: {POP_COLOUR} fails if string is drawn with extra flags. 1 year ago
gfxinit.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
gfxinit.h
goal.cpp Codechange: use std::string instead of stredup/free for goals 1 year ago
goal_base.h Codechange: use std::string instead of stredup/free for goals 1 year ago
goal_cmd.h
goal_gui.cpp Codechange: Remove various STRING strings. 1 year ago
goal_type.h
graph_gui.cpp Codechange: Scrollbar methods now accept size_t. 1 year ago
graph_gui.h
ground_vehicle.cpp Codechange: replace ClampToI32/U16 with ClampTo<int32_t/uint16_t> 1 year ago
ground_vehicle.hpp Change: make GetPartialZ consistent, meaning Z of adjacent slopes continue 1 year ago
group.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
group_cmd.cpp
group_cmd.h
group_gui.cpp Codechange: Scrollbar methods now accept size_t. 1 year ago
group_gui.h
group_type.h
gui.h Codechange: use std::string instead of stredup/free for goals 1 year ago
heightmap.cpp
heightmap.h
highscore.cpp Codechange: replace some min/clamp constructs to ClampTo 1 year ago
highscore.h
highscore_gui.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
hotkeys.cpp Fix 4dd5f994: hotkey parsing was broken 1 year ago
hotkeys.h
house.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
house_type.h
industry.h Codechange: Pass more std::string to StringFilter::AddLine() (#10743) 1 year ago
industry_cmd.cpp Codechange: replace some min/clamp constructs to ClampTo 1 year ago
industry_cmd.h
industry_gui.cpp Fix: Incorrect padding on industry cargo window. 1 year ago
industry_map.h
industry_type.h
industrytype.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
ini.cpp Codechange: use string/fmt instead of printf for ShowInfo(F) 1 year ago
ini_load.cpp
ini_type.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
intro_gui.cpp
landscape.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 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
league_base.h
league_cmd.cpp
league_cmd.h
league_gui.cpp Codechange: Remove STR_BLACK_RAW_STRING. 1 year ago
league_gui.h
league_type.h
livery.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
main_gui.cpp Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 1 year ago
map.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
map_func.h
map_type.h
misc.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
misc_cmd.cpp Change: base autosaves intervals on real time (instead of game time) (#10655) 1 year ago
misc_cmd.h
misc_gui.cpp Codechange: C++-ify the Layouter and related functions 1 year ago
mixer.cpp
mixer.h
music.cpp Codechange: use std::string for base media filename/warning storage 1 year ago
music_gui.cpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
newgrf.cpp Feature: Increase number of stations/roadstops per NewGRF. 1 year ago
newgrf.h Codechange: use std::string for the GRF filenames 1 year ago
newgrf_airport.cpp Codechange: replace some min/clamp constructs to ClampTo 1 year ago
newgrf_airport.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
newgrf_airporttiles.cpp Codechange: Use simple assignment to assign specs. 1 year ago
newgrf_airporttiles.h
newgrf_animation_base.h Codechange: move tick-counter into TimerGameTick (#10712) 1 year ago
newgrf_animation_type.h
newgrf_callbacks.h
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h
newgrf_class.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
newgrf_class_func.h Change: Extend entity override manager and station spec lists to support 16 bit IDs. 1 year ago
newgrf_commons.cpp Codechange: replace some min/clamp constructs to ClampTo 1 year ago
newgrf_commons.h Change: Extend entity override manager and station spec lists to support 16 bit IDs. 1 year ago
newgrf_config.cpp Codechange: use std::string for text file name resolution 1 year ago
newgrf_config.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
newgrf_debug.h
newgrf_debug_gui.cpp Codechange: Scrollbar methods now accept size_t. 1 year ago
newgrf_engine.cpp Codechange: replace some min/clamp constructs to ClampTo 1 year ago
newgrf_engine.h
newgrf_generic.cpp Fix: fmt's {:#04X} yields '0X00', not '0x0000' 1 year ago
newgrf_generic.h
newgrf_gui.cpp Codechange: Scrollbar methods now accept size_t. 1 year ago
newgrf_house.cpp Codechange: replace some min/clamp constructs to ClampTo 1 year ago
newgrf_house.h
newgrf_industries.cpp Codechange: replace some min/clamp constructs to ClampTo 1 year ago
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_object.cpp Codechange: replace some min/clamp constructs to ClampTo 1 year ago
newgrf_object.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
newgrf_profiling.cpp Codechange: Don't use macros for DAYS_TILL and friends (#10746) 1 year ago
newgrf_profiling.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
newgrf_properties.h
newgrf_railtype.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
newgrf_railtype.h
newgrf_roadstop.cpp Fix: Set up default station/waypoint classes properly. (#10789) 1 year ago
newgrf_roadstop.h Feature: Increase number of stations/roadstops per NewGRF. 1 year ago
newgrf_roadtype.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
newgrf_roadtype.h
newgrf_sound.cpp Codechange: Replace all usages of alloca/AllocaM with more modern/less discouraged alternatives 1 year ago
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
newgrf_station.cpp Fix: Set up default station/waypoint classes properly. (#10789) 1 year ago
newgrf_station.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
newgrf_storage.cpp
newgrf_storage.h Cleanup: Unused alloca definitions and includes 1 year ago
newgrf_text.cpp Fix: fmt's {:#04X} yields '0X00', not '0x0000' 1 year ago
newgrf_text.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
newgrf_town.cpp Codechange: replace ClampToI32/U16 with ClampTo<int32_t/uint16_t> 1 year ago
newgrf_town.h
newgrf_townname.cpp Codechange: Use std:: features for NewGRF town names (#10631) 1 year ago
newgrf_townname.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
news_cmd.h
news_func.h
news_gui.cpp Codechange: Remove STR_SHORT_DATE 1 year ago
news_gui.h
news_type.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
object.h
object_base.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
object_cmd.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
object_cmd.h
object_gui.cpp Codechange: Scrollbar methods now accept size_t. 1 year ago
object_map.h
object_type.h Feature: Remove limit of objects per NewGRF. 1 year ago
openttd.cpp Codechange: make md5sumToString std::string compatible 1 year ago
openttd.h Change: base autosaves intervals on real time (instead of game time) (#10655) 1 year ago
order_backup.cpp
order_backup.h
order_base.h
order_cmd.cpp
order_cmd.h
order_func.h Codechange: Use constants for service interval max/min/default values (#10611) 1 year ago
order_gui.cpp Codechange: Remove various COMMA strings. 1 year ago
order_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
osk_gui.cpp Codechange: Remove various STRING strings. 1 year ago
pbs.cpp
pbs.h
progress.cpp
progress.h
querystring_gui.h Codechange: C++-ify the Layouter and related functions 1 year ago
rail.cpp Codechange: Don't use macros for DAYS_TILL and friends (#10746) 1 year ago
rail.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
rail_cmd.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
rail_cmd.h
rail_gui.cpp Fix: Support more than 256 stations/waypoints/roadstops per class. (#10793) 1 year ago
rail_gui.h
rail_map.h
rail_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
random_access_file.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
random_access_file_type.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
rev.cpp.in
rev.h
road.cpp Codechange: Don't use macros for DAYS_TILL and friends (#10746) 1 year ago
road.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
road_cmd.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
road_cmd.h Fix: Support more than 256 stations/waypoints/roadstops per class. (#10793) 1 year ago
road_func.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
road_gui.cpp Fix: Support more than 256 stations/waypoints/roadstops per class. (#10793) 1 year ago
road_gui.h
road_internal.h
road_map.cpp
road_map.h
road_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
roadstop.cpp
roadstop_base.h
roadveh.h
roadveh_cmd.cpp Cleanup: Remove unnecessary VehicleRandomBits() 1 year ago
roadveh_cmd.h
roadveh_gui.cpp
safeguards.h Codechange: use fmt::format instead of vseprintf for midi command formatting 1 year ago
screenshot.cpp Codechange: make md5sumToString std::string compatible 1 year ago
screenshot.h
screenshot_gui.cpp
screenshot_gui.h
settings.cpp Codechange: make md5sumToString std::string compatible 1 year ago
settings_cmd.h
settings_func.h
settings_gui.cpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
settings_gui.h
settings_internal.h
settings_table.cpp Codechange: Replace some p1/p2 parameter names with better names (#10658) 1 year ago
settings_table.h
settings_type.h Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
ship.h
ship_cmd.cpp Cleanup: Remove unnecessary VehicleRandomBits() 1 year ago
ship_cmd.h
ship_gui.cpp
signal.cpp
signal_func.h
signal_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
signs.cpp
signs_base.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
signs_cmd.cpp
signs_cmd.h
signs_func.h
signs_gui.cpp Codechange: Scrollbar methods now accept size_t. 1 year ago
signs_type.h
slope_func.h Codechange: make a numer of Slope related functions constexpr 1 year ago
slope_type.h
smallmap_gui.cpp Codechange: migrate all Window-related timers to the new framework 1 year ago
smallmap_gui.h Codechange: migrate all Window-related timers to the new framework 1 year ago
sortlist_type.h
sound.cpp Codechange: use std::string for base media filename/warning storage 1 year ago
sound_func.h
sound_type.h
sprite.cpp Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 1 year ago
sprite.h
spritecache.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
spritecache.h Fix #10660: Sprite Font scale affected by viewport zoom level limits. (#10668) 1 year ago
station.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
station_base.h
station_cmd.cpp Fix: Support more than 256 stations/waypoints/roadstops per class. (#10793) 1 year ago
station_cmd.h Fix: Support more than 256 stations/waypoints/roadstops per class. (#10793) 1 year ago
station_func.h
station_gui.cpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
station_gui.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
station_kdtree.h
station_map.h
station_type.h
statusbar_gui.cpp Codechange: Remove various DATE_LONG strings. 1 year ago
statusbar_gui.h
stdafx.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
story.cpp Codechange: use std::string instead of stredup/free for stories 1 year ago
story_base.h Codechange: use std::string instead of stredup/free for stories 1 year ago
story_cmd.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
story_gui.cpp Codechange: Remove STR_BLACK_RAW_STRING. 1 year ago
story_type.h
string.cpp Codechange: make md5sumToString std::string compatible 1 year ago
string_base.h
string_func.h Codechange: make md5sumToString std::string compatible 1 year ago
string_type.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
stringfilter.cpp Codechange: Pass more std::string to StringFilter::AddLine() (#10743) 1 year ago
stringfilter_type.h Codechange: Pass more std::string to StringFilter::AddLine() (#10743) 1 year ago
strings.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
strings_func.h Feature: Separate rail/road and sea/air velocity units, and add knots. (#10594) 1 year ago
strings_type.h
subsidy.cpp Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 1 year ago
subsidy_base.h Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 1 year ago
subsidy_cmd.h
subsidy_func.h
subsidy_gui.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
subsidy_type.h
tar_type.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
terraform_cmd.cpp
terraform_cmd.h
terraform_gui.cpp
terraform_gui.h
textbuf.cpp Codechange: replace text-buf printf with fmt::format 1 year ago
textbuf_gui.h
textbuf_type.h Codechange: replace text-buf printf with fmt::format 1 year ago
texteff.cpp Codechange: migrate all Window-related timers to the new framework 1 year ago
texteff.hpp Codechange: migrate all Window-related timers to the new framework 1 year ago
textfile_gui.cpp Codechange: replace some min/clamp constructs to ClampTo 1 year ago
textfile_gui.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
textfile_type.h
tgp.cpp Fix: conversion to smaller type warnings 1 year ago
tgp.h
thread.h
tile_cmd.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
tile_map.cpp
tile_map.h
tile_type.h
tilearea.cpp
tilearea_type.h
tilehighlight_func.h
tilehighlight_type.h
tilematrix_type.hpp
timetable.h Codechange: Refactor timetable GUI (#10613) 1 year ago
timetable_cmd.cpp Codechange: Don't use macros for DAYS_TILL and friends (#10746) 1 year ago
timetable_cmd.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
timetable_gui.cpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
toolbar_gui.cpp Codechange: Remove various DATE_LONG strings. 1 year ago
toolbar_gui.h
town.h Codechange: Pass more std::string to StringFilter::AddLine() (#10743) 1 year ago
town_cmd.cpp Codechange: Don't use macros for DAYS_TILL and friends (#10746) 1 year ago
town_cmd.h
town_gui.cpp Codechange: Scrollbar methods now accept size_t. 1 year ago
town_kdtree.h
town_map.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
town_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
townname.cpp Codechange: Replace all usages of alloca/AllocaM with more modern/less discouraged alternatives 1 year ago
townname_func.h
townname_type.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
track_func.h
track_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
train.h
train_cmd.cpp Fix #10741: Rail platforms left partially reserved after train crash (#10751) 1 year ago
train_cmd.h
train_gui.cpp Codechange: Remove various STRING strings. 1 year ago
transparency.h
transparency_gui.cpp
transparency_gui.h
transport_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
tree_cmd.cpp Codechange: move tick-counter into TimerGameTick (#10712) 1 year ago
tree_cmd.h
tree_gui.cpp
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
tunnelbridge_cmd.h
tunnelbridge_map.h
vehicle.cpp Codechange: Don't use macros for DAYS_TILL and friends (#10746) 1 year ago
vehicle_base.h Change: Increase vehicle random data from 8 to 16 bits. 1 year ago
vehicle_cmd.cpp
vehicle_cmd.h
vehicle_func.h Cleanup: Remove unnecessary VehicleRandomBits() 1 year ago
vehicle_gui.cpp Codechange: Scrollbar methods now accept size_t. 1 year ago
vehicle_gui.h
vehicle_gui_base.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
vehicle_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
vehiclelist.cpp
vehiclelist.h
viewport.cpp Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 1 year ago
viewport_cmd.h
viewport_func.h
viewport_gui.cpp Fix: Extra viewport cannot be scrolled with right-click-close. (#10644) 1 year ago
viewport_kdtree.h
viewport_sprite_sorter.h
viewport_sprite_sorter_sse4.cpp
viewport_type.h Codechange: Use a shared_ptr for viewport overlay. (#10586) 2 years ago
void_cmd.cpp Codechange: pass "ground vehicle" to GetTileSlopeZ since for tunnel/bridges there are two states 1 year ago
void_map.h
walltime_func.h
water.h
water_cmd.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
water_cmd.h
water_map.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
waypoint.cpp
waypoint_base.h
waypoint_cmd.cpp Fix: Support more than 256 stations/waypoints/roadstops per class. (#10793) 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
widget.cpp Change: Rename text colour NWidgetPart to SetTextStyle and add font size. 1 year ago
widget_type.h Codechange: Use SetPosition() to clamp after changing count/capacity. 1 year ago
window.cpp Codechange: C++-ify the Layouter and related functions 1 year ago
window_func.h
window_gui.h Codechange: C++-ify the Layouter and related functions 1 year ago
window_type.h
zoom_func.h
zoom_type.h Fix #10660: Sprite Font scale affected by viewport zoom level limits. (#10668) 1 year ago