OpenTTD-patches/src
2024-02-03 09:15:03 +00:00
..
3rdparty Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
ai Change: Allow to configure AI slots above max_no_competitors (#11961) 2024-02-03 09:42:16 +01:00
blitter Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
core Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
fontcache
game Change: Improve ScriptSettings windows (#11958) 2024-02-02 18:08:05 +00:00
lang Change: [Script] replace easy/medium/hard values with default value (#11959) 2024-02-03 09:15:03 +00:00
linkgraph Codechange: Remove TKM string codes by duplicating strings. 2024-01-28 14:44:24 +01:00
misc
music Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
network Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
os Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
pathfinder Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
saveload Change: [Script] replace easy/medium/hard values with default value (#11959) 2024-02-03 09:15:03 +00:00
script Change: [Script] replace easy/medium/hard values with default value (#11959) 2024-02-03 09:15:03 +00:00
settingsgen Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
sound
spriteloader
strgen Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
table Change: [Script] replace easy/medium/hard values with default value (#11959) 2024-02-03 09:15:03 +00:00
tests Codechange: Simplify SetBitIterator 2024-02-01 23:05:57 +01:00
timer Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
video Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
widgets Change: Add dividers between signal groups (#11897) 2024-02-02 15:52:20 -05:00
aircraft_cmd.cpp Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
aircraft_cmd.h
aircraft_gui.cpp
aircraft.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
airport_cmd.h
airport_gui.cpp Codechange: Remove TKM string codes by duplicating strings. 2024-01-28 14:44:24 +01:00
airport.cpp
airport.h
animated_tile_func.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
animated_tile.cpp
articulated_vehicles.cpp
articulated_vehicles.h
autoreplace_base.h
autoreplace_cmd.cpp Codechange: Use vector and iterators to store old/new vehicles during autoreplace. (#11851) 2024-01-21 09:21:22 +00:00
autoreplace_cmd.h
autoreplace_func.h
autoreplace_gui.cpp
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp
autoslope.h
base_consist.cpp
base_consist.h
base_media_base.h
base_media_func.h
base_station_base.h
bitmap_type.h
bmp.cpp
bmp.h
bootstrap_gui.cpp
bridge_gui.cpp
bridge_map.cpp
bridge_map.h
bridge.h
build_vehicle_gui.cpp Codechange: Remove TKM string codes by duplicating strings. 2024-01-28 14:44:24 +01:00
cargo_type.h
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
cargomonitor.h
cargopacket.cpp
cargopacket.h
cargotype.cpp Codechange: Add town production effect type and assign to cargo types. 2024-02-02 20:37:49 +00:00
cargotype.h Codechange: Add town production effect type and assign to cargo types. 2024-02-02 20:37:49 +00:00
cheat_func.h
cheat_gui.cpp Fix: Sandbox window does not reduce height when interface scale is reduced. (#11924) 2024-01-29 22:01:22 +00:00
cheat_type.h
cheat.cpp
clear_cmd.cpp
clear_func.h
clear_map.h
CMakeLists.txt Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 2024-01-22 19:22:45 +00:00
command_func.h Feature: Infinite money mode (#11902) 2024-01-30 18:01:02 +00:00
command_type.h Add: [GS] Allow to set max loan for each company separately (#11224) 2024-01-30 19:15:19 +01:00
command.cpp Cleanup: Use standard comment format (#11929) 2024-01-30 18:43:42 +00:00
company_base.h Add: [GS] Allow to set max loan for each company separately (#11224) 2024-01-30 19:15:19 +01:00
company_cmd.cpp Add: [GS] Allow to set max loan for each company separately (#11224) 2024-01-30 19:15:19 +01:00
company_cmd.h
company_func.h Feature: Infinite money mode (#11902) 2024-01-30 18:01:02 +00:00
company_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
company_gui.h
company_manager_face.h Codechange: Store Colours in Colours type. (#11625) 2024-01-21 13:23:04 +00:00
company_type.h
console_cmds.cpp Add: list_[scenario|heightmap] and load_[scenario|height] console commands (#11867) 2024-01-23 14:01:25 +01:00
console_func.h
console_gui.cpp
console_gui.h
console_internal.h
console_type.h
console.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
cpu.cpp Remove: rdtsc and TIC/TOC based on CPU ticks (#11856) 2024-01-21 15:38:15 +00:00
cpu.h Remove: rdtsc and TIC/TOC based on CPU ticks (#11856) 2024-01-21 15:38:15 +00:00
crashlog.cpp Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 2024-01-22 19:22:45 +00:00
crashlog.h
currency.cpp
currency.h
date_gui.cpp Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
date_gui.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
debug.cpp Change: forcefully enable prefixing logs with date (#11930) 2024-01-30 22:02:16 +00:00
debug.h Codechange: wrap 'if' in macros into 'do { ... } while (false)', so it does not break on following 'else'. 2024-01-30 23:43:42 +01:00
dedicated.cpp
depot_base.h
depot_cmd.cpp
depot_cmd.h
depot_func.h
depot_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
depot_map.h Codechange: replace static inline with static for non-class functions 2024-01-06 13:37:33 +01:00
depot_type.h
depot.cpp
direction_func.h
direction_type.h
disaster_vehicle.cpp Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
disaster_vehicle.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
dock_cmd.h
dock_gui.cpp
driver.cpp
driver.h
economy_base.h
economy_cmd.h
economy_func.h Feature: Settings to scale cargo production of towns and industries (#10606) 2024-01-30 15:11:46 -05:00
economy_type.h Feature: Settings to scale cargo production of towns and industries (#10606) 2024-01-30 15:11:46 -05:00
economy.cpp Codechange: Rename TownEffect to TownAcceptanceEffect. 2024-02-02 20:37:49 +00:00
effectvehicle_base.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
effectvehicle_func.h
effectvehicle.cpp
elrail_func.h
elrail.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
engine_base.h
engine_cmd.h
engine_func.h
engine_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
engine_gui.h
engine_type.h Feature: [NewGRF] Allow higher max speeds for ships 2024-01-28 14:54:51 +01:00
engine.cpp Feature: [NewGRF] Allow higher max speeds for ships 2024-01-28 14:54:51 +01:00
error_func.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
error_gui.cpp Change: position error window closer to cursor on large screens (#11923) 2024-01-30 14:57:49 +01:00
error.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
error.h
fileio_func.h
fileio_type.h Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 2024-01-22 19:22:45 +00:00
fileio.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
fios_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
fios.cpp Add: list_[scenario|heightmap] and load_[scenario|height] console commands (#11867) 2024-01-23 14:01:25 +01:00
fios.h Add: list_[scenario|heightmap] and load_[scenario|height] console commands (#11867) 2024-01-23 14:01:25 +01:00
fontcache.cpp
fontcache.h
fontdetection.h
framerate_gui.cpp
framerate_type.h
gamelog_internal.h
gamelog.cpp
gamelog.h
genworld_gui.cpp
genworld.cpp Remove: "generation_seed" from config, as it was a write-only value (#11927) 2024-01-30 17:02:35 +00:00
genworld.h
gfx_func.h
gfx_layout_fallback.cpp
gfx_layout_fallback.h
gfx_layout_icu.cpp Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895) 2024-01-27 20:13:42 +00:00
gfx_layout_icu.h Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895) 2024-01-27 20:13:42 +00:00
gfx_layout.cpp Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895) 2024-01-27 20:13:42 +00:00
gfx_layout.h Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895) 2024-01-27 20:13:42 +00:00
gfx_type.h Codechange: allow certain enumeration to be added 2024-01-16 23:30:23 +01:00
gfx.cpp
gfxinit.cpp
gfxinit.h
goal_base.h
goal_cmd.h
goal_gui.cpp Codechange: Use templates to deduplicate goal widgets. (#11852) 2024-01-21 16:23:17 +00:00
goal_type.h
goal.cpp
graph_gui.cpp Fix #8253: allow rendering graphs with values over 2**31 / 10 (#11915) 2024-02-01 22:53:30 +01:00
graph_gui.h
ground_vehicle.cpp
ground_vehicle.hpp
group_cmd.cpp Codechange: Replace GroupStatistics' num_engines with std::map. (#11849) 2024-01-21 14:09:44 +00:00
group_cmd.h
group_gui.cpp Codechange: Remove TKM string codes by duplicating strings. 2024-01-28 14:44:24 +01:00
group_gui.h
group_type.h
group.h Codechange: Replace GroupStatistics' num_engines with std::map. (#11849) 2024-01-21 14:09:44 +00:00
gui.h Change: only open story-book in center when a GS does it (#11916) 2024-02-03 08:09:55 +01:00
heightmap.cpp Add: allow loading heightmaps from command-line (#11870) 2024-01-22 22:35:25 +00:00
heightmap.h Add: allow loading heightmaps from command-line (#11870) 2024-01-22 22:35:25 +00:00
help_gui.cpp Fix: TextfileWindow called virtual methods before constructor completed. (#11889) 2024-01-27 14:45:37 +00:00
help_gui.h
highscore_gui.cpp
highscore.cpp
highscore.h
hotkeys.cpp
hotkeys.h
house_type.h
house.h Codechange: Store Colours in Colours type. (#11625) 2024-01-21 13:23:04 +00:00
industry_cmd.cpp Feature: Settings to scale cargo production of towns and industries (#10606) 2024-01-30 15:11:46 -05:00
industry_cmd.h
industry_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
industry_map.h
industry_type.h
industry.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
industrytype.h
ini_load.cpp
ini_type.h
ini.cpp
intro_gui.cpp Change: make for smooth-scrolling based on actual time 2024-01-25 10:29:48 +01:00
landscape_cmd.h
landscape_type.h
landscape.cpp Add: allow loading heightmaps from command-line (#11870) 2024-01-22 22:35:25 +00:00
landscape.h Add: allow loading heightmaps from command-line (#11870) 2024-01-22 22:35:25 +00:00
language.h
league_base.h
league_cmd.cpp
league_cmd.h
league_gui.cpp Fix: Display rank correcly with more than 15 companies in a league table 2024-02-01 20:17:31 +01:00
league_gui.h
league_type.h
library_loader.h
livery.h Codechange: Store Colours in Colours type. (#11625) 2024-01-21 13:23:04 +00:00
main_gui.cpp Codechange: Store Colours in Colours type. (#11625) 2024-01-21 13:23:04 +00:00
map_func.h
map_type.h
map.cpp Change: simplified water region evaluation, removed savegame data (#11750) 2024-01-21 20:56:50 +00:00
misc_cmd.cpp Fix #11938: Check infinite money setting in cases where it was missed (#11939) 2024-01-31 20:11:48 +01:00
misc_cmd.h Add: [GS] Allow to set max loan for each company separately (#11224) 2024-01-30 19:15:19 +01:00
misc_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
misc.cpp Feature: Use real-time "wallclock" timekeeping units (#11341) 2024-01-23 11:36:09 -05:00
mixer.cpp
mixer.h
music_gui.cpp
music.cpp
newgrf_airport.cpp
newgrf_airport.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
newgrf_airporttiles.cpp
newgrf_airporttiles.h
newgrf_animation_base.h
newgrf_animation_type.h
newgrf_callbacks.h
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h
newgrf_class_func.h
newgrf_class.h
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp
newgrf_config.h
newgrf_debug_gui.cpp
newgrf_debug.h
newgrf_engine.cpp
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
newgrf_house.cpp Codechange: Store Colours in Colours type. (#11625) 2024-01-21 13:23:04 +00:00
newgrf_house.h
newgrf_industries.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
newgrf_industries.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_object.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
newgrf_object.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
newgrf_profiling.cpp
newgrf_profiling.h
newgrf_properties.h
newgrf_railtype.cpp
newgrf_railtype.h
newgrf_roadstop.cpp
newgrf_roadstop.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
newgrf_roadtype.cpp
newgrf_roadtype.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
newgrf_station.cpp
newgrf_station.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp
newgrf_text.h
newgrf_town.cpp Codechange: Rename TownEffect to TownAcceptanceEffect. 2024-02-02 20:37:49 +00:00
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
newgrf.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
newgrf.h
news_cmd.h
news_func.h
news_gui.cpp Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
news_gui.h
news_type.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
object_base.h
object_cmd.cpp Feature: Settings to scale cargo production of towns and industries (#10606) 2024-01-30 15:11:46 -05:00
object_cmd.h
object_gui.cpp
object_map.h
object_type.h
object.h
openttd.cpp Remove: "generation_seed" from config, as it was a write-only value (#11927) 2024-01-30 17:02:35 +00:00
openttd.h
order_backup.cpp
order_backup.h
order_base.h
order_cmd.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
order_cmd.h
order_func.h Feature: Use real-time "wallclock" timekeeping units (#11341) 2024-01-23 11:36:09 -05:00
order_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
order_type.h
osk_gui.cpp
palette_func.h
palette.cpp
pbs.cpp
pbs.h
progress.cpp
progress.h
querystring_gui.h
rail_cmd.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
rail_cmd.h Codechange: Make command constant names consistent with command proc (#11920) 2024-01-29 13:41:36 +01:00
rail_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
rail_gui.h Fix #10118: Cycle through current signal group, not just path signals (#11798) 2024-02-02 15:51:57 -05:00
rail_map.h
rail_type.h
rail.cpp
rail.h Codechange: Split bit numbers from values in RailTypeFlags, RoadTypeFlags enums (#11877) 2024-01-24 22:24:34 +01:00
random_access_file_type.h
random_access_file.cpp
rev.cpp.in
rev.h
road_cmd.cpp Feature: Infinite money mode (#11902) 2024-01-30 18:01:02 +00:00
road_cmd.h
road_func.h
road_gui.cpp
road_gui.h
road_internal.h
road_map.cpp
road_map.h Codechange: replace static inline with static for non-class functions 2024-01-06 13:37:33 +01:00
road_type.h
road.cpp
road.h Codechange: Split bit numbers from values in RailTypeFlags, RoadTypeFlags enums (#11877) 2024-01-24 22:24:34 +01:00
roadstop_base.h
roadstop.cpp
roadveh_cmd.cpp Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
roadveh_cmd.h
roadveh_gui.cpp
roadveh.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
safeguards.h
screenshot_gui.cpp
screenshot_gui.h
screenshot.cpp
screenshot.h
settings_cmd.h
settings_func.h
settings_gui.cpp Change: [Script] replace easy/medium/hard values with default value (#11959) 2024-02-03 09:15:03 +00:00
settings_gui.h
settings_internal.h Codechange: Replace SF_GUI_NEGATIVE_IS_SPECIAL with a settings value callback. 2024-01-28 14:44:24 +01:00
settings_table.cpp Codechange: Replace SF_GUI_NEGATIVE_IS_SPECIAL with a settings value callback. 2024-01-28 14:44:24 +01:00
settings_table.h
settings_type.h Change: [Script] replace easy/medium/hard values with default value (#11959) 2024-02-03 09:15:03 +00:00
settings.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
ship_cmd.cpp Feature: [NewGRF] Allow higher max speeds for ships 2024-01-28 14:54:51 +01:00
ship_cmd.h
ship_gui.cpp
ship.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
signal_func.h
signal_type.h
signal.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
signature.cpp Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 2024-01-22 19:22:45 +00:00
signature.h Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 2024-01-22 19:22:45 +00:00
signs_base.h
signs_cmd.cpp
signs_cmd.h
signs_func.h
signs_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
signs_type.h
signs.cpp
slope_func.h
slope_type.h
smallmap_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
smallmap_gui.h
social_integration.cpp Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 2024-01-22 19:22:45 +00:00
social_integration.h Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 2024-01-22 19:22:45 +00:00
sortlist_type.h
sound_func.h
sound_type.h
sound.cpp
sprite.cpp
sprite.h
spritecache_internal.h
spritecache.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
spritecache.h
station_base.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
station_cmd.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
station_cmd.h
station_func.h
station_gui.cpp Codechange: Remove TKM string codes by duplicating strings. 2024-01-28 14:44:24 +01:00
station_gui.h
station_kdtree.h
station_map.h
station_type.h
station.cpp Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
statusbar_gui.cpp Feature: Infinite money mode (#11902) 2024-01-30 18:01:02 +00:00
statusbar_gui.h
stdafx.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
story_base.h
story_cmd.h
story_gui.cpp Change: only open story-book in center when a GS does it (#11916) 2024-02-03 08:09:55 +01:00
story_type.h
story.cpp Change: only open story-book in center when a GS does it (#11916) 2024-02-03 08:09:55 +01:00
string_base.h
string_func.h Codechange: refactor DecodeHexText to a generic purpose ConvertHexToBytes (#11866) 2024-01-22 19:42:47 +01:00
string_type.h
string.cpp Codechange: refactor DecodeHexText to a generic purpose ConvertHexToBytes (#11866) 2024-01-22 19:42:47 +01:00
stringfilter_type.h
stringfilter.cpp
strings_func.h
strings_internal.h Fix: don't use non-owning string pointer in StringParameter (#11952) 2024-02-02 23:01:54 +01:00
strings_type.h
strings.cpp Add: {CURRENCY_SHORT} only did k / m suffix. Add bn / tn and make translatable. (#11921) 2024-01-29 20:20:35 +00:00
subsidy_base.h
subsidy_cmd.h
subsidy_func.h
subsidy_gui.cpp Feature: Use real-time "wallclock" timekeeping units (#11341) 2024-01-23 11:36:09 -05:00
subsidy_type.h
subsidy.cpp Change: Passenger subsidies are generated for any TPE_PASSENGER cargo type. 2024-02-02 20:37:49 +00:00
survey.cpp Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 2024-01-22 19:22:45 +00:00
survey.h Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 2024-01-22 19:22:45 +00:00
tar_type.h
terraform_cmd.cpp
terraform_cmd.h
terraform_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
terraform_gui.h
textbuf_gui.h
textbuf_type.h
textbuf.cpp
texteff.cpp
texteff.hpp
textfile_gui.cpp Fix: TextfileWindow called virtual methods before constructor completed. (#11889) 2024-01-27 14:45:37 +00:00
textfile_gui.h Fix: TextfileWindow called virtual methods before constructor completed. (#11889) 2024-01-27 14:45:37 +00:00
textfile_type.h
tgp.cpp
tgp.h
thread.h
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h
tilearea_type.h Fix: use correct size parameter type in TileArea constructors (#11869) 2024-01-22 22:06:42 +00:00
tilearea.cpp
tilehighlight_func.h
tilehighlight_type.h
tilematrix_type.hpp
timetable_cmd.cpp Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
timetable_cmd.h
timetable_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
timetable.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
toolbar_gui.cpp Change: rebrand Cheats as Sandbox Options (#11874) 2024-01-26 19:56:01 +01:00
toolbar_gui.h
town_cmd.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
town_cmd.h Codechange: Rename TownEffect to TownAcceptanceEffect. 2024-02-02 20:37:49 +00:00
town_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
town_kdtree.h
town_map.h
town_type.h
town.h Codechange: Rename TownEffect to TownAcceptanceEffect. 2024-02-02 20:37:49 +00:00
townname_func.h
townname_type.h
townname.cpp
track_func.h
track_type.h
train_cmd.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
train_cmd.h
train_gui.cpp
train.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
transparency_gui.cpp
transparency_gui.h
transparency.h
transport_type.h
tree_cmd.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
tree_cmd.h
tree_gui.cpp
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge_cmd.cpp Change: simplified water region evaluation, removed savegame data (#11750) 2024-01-21 20:56:50 +00:00
tunnelbridge_cmd.h
tunnelbridge_map.h
tunnelbridge.h
vehicle_base.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
vehicle_cmd.cpp
vehicle_cmd.h
vehicle_func.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
vehicle_gui_base.h Codechange: Remove TKM from vehicle list sorting dropdowns. 2024-01-28 14:44:24 +01:00
vehicle_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
vehicle_gui.h
vehicle_type.h
vehicle.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
vehiclelist_cmd.h
vehiclelist_func.h
vehiclelist.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
vehiclelist.h
viewport_cmd.h
viewport_func.h Change: make for smooth-scrolling based on actual time 2024-01-25 10:29:48 +01:00
viewport_gui.cpp
viewport_kdtree.h
viewport_sprite_sorter_sse4.cpp
viewport_sprite_sorter.h
viewport_type.h
viewport.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
void_cmd.cpp
void_map.h
water_cmd.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
water_cmd.h
water_map.h
water.h
waypoint_base.h Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
waypoint_cmd.cpp Change: simplified water region evaluation, removed savegame data (#11750) 2024-01-21 20:56:50 +00:00
waypoint_cmd.h
waypoint_func.h
waypoint_gui.cpp
waypoint.cpp
widget_type.h
widget.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
window_func.h Codechange: Replace mishmash of types for widget index with WidgetID. 2023-12-30 00:23:57 +00:00
window_gui.h Fix #11894: Defer window OnResize event to avoid processing multiple times per input tick. (#11900) 2024-01-27 18:44:27 +00:00
window_type.h
window.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
zoom_func.h
zoom_type.h