..
3rdparty
Codechange: use fmt::format to build Squirrel error message
2023-06-07 08:02:58 +02:00
ai
Codechange: use fmt::format_to to format the help message
2023-05-20 16:50:03 +02:00
blitter
Codechange: use fmt::format_to to format the help message
2023-05-20 16:50:03 +02:00
core
Fix: crash when window can't be placed on low resolution screens. ( #10932 )
2023-06-04 15:39:57 +00:00
fontcache
Codechange: Remove Freetype bits on Win32/OSX. ( #10960 )
2023-06-06 19:43:27 +01:00
game
Fix: do not use {STRING} when {STRING1} or {STRING2} is needed
2023-06-14 09:44:06 +02:00
lang
Fix: do not use {STRING} when {STRING1} or {STRING2} is needed
2023-06-14 09:44:06 +02:00
linkgraph
Codechange: use std::string and concatenation when combining multiple formatted strings
2023-06-04 20:47:41 +02:00
misc
Codechange: use std::string for parameters in the dbg_helpers
2023-06-04 15:56:53 +02:00
music
Codechange: use std::string for midi filenames
2023-06-04 15:57:05 +02:00
network
Codechange: use std::filesystem::path for the language file's path
2023-06-08 23:20:28 +02:00
os
Codechange: use std::string for Windows' ISO code mangling
2023-06-07 08:27:18 +02:00
pathfinder
Codechange: replace printf with fmt::print
2023-05-21 15:12:02 +02:00
saveload
Codechange: move saveload string fixing code to saveload
2023-06-08 20:36:27 +02:00
script
Fix: do not use {STRING} when {STRING1} or {STRING2} is needed
2023-06-14 09:44:06 +02:00
settingsgen
Codechange: Split GetItem with GetOrCreateItem. ( #10952 )
2023-06-05 18:29:52 +00:00
sound
spriteloader
Codechange: use default dtor instead of empty ( #10826 )
2023-05-14 23:31:03 +02:00
strgen
Codechange: let ReadLine return a string instead of passing a buffer
2023-06-09 19:58:29 +02:00
table
Remove: obsolete NewGRF text unprinting. ( #10884 )
2023-06-04 13:14:56 +02:00
tests
Fix: crash when window can't be placed on low resolution screens. ( #10932 )
2023-06-04 15:39:57 +00:00
timer
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
video
Fix 07add7a9
: [Win32] use full monitor resolution for fullscreen ( #10985 )
2023-06-11 12:00:02 +02:00
widgets
Fix #10987 : Double-close of dropdown stopped land-info tool working as default. ( #11000 )
2023-06-12 08:42:02 +01:00
aircraft_cmd.cpp
Cleanup: Remove unnecessary hangar check.
2023-05-08 17:30:21 +02:00
aircraft_cmd.h
aircraft_gui.cpp
aircraft.h
airport_cmd.h
airport_gui.cpp
Fix: do not use {STRING} when {STRING1} or {STRING2} is needed
2023-06-14 09:44:06 +02:00
airport.cpp
airport.h
animated_tile_func.h
animated_tile.cpp
Codechange: rename smallvec_type to container_func and use only when needed
2023-05-20 16:53:10 +02:00
articulated_vehicles.cpp
Codechange: Base CargoArray off std::array.
2023-05-23 19:07:36 +01:00
articulated_vehicles.h
autoreplace_base.h
autoreplace_cmd.cpp
Codechange: Use IsValidCargoID/IsValidCargoType.
2023-05-22 20:43:40 +01:00
autoreplace_cmd.h
autoreplace_func.h
autoreplace_gui.cpp
Codechange: Pass reference instead of pointer to GUI*Lists. ( #10822 )
2023-05-14 09:17:44 +01:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp
autoslope.h
base_consist.cpp
base_consist.h
Codechange: use default dtor instead of empty ( #10826 )
2023-05-14 23:31:03 +02:00
base_media_base.h
Codechange: use fmt::format_to to format the help message
2023-05-20 16:50:03 +02:00
base_media_func.h
Codechange: Split GetItem with GetOrCreateItem. ( #10952 )
2023-06-05 18:29:52 +00:00
base_station_base.h
Change: Extend entity override manager and station spec lists to support 16 bit IDs.
2023-05-05 07:08:40 +01:00
bitmap_type.h
Change: include fmt.h C++ headers in stdafx.h
2023-05-08 16:49:23 +02:00
bmp.cpp
bmp.h
bootstrap_gui.cpp
Change: Add window description flag to disallow interactive window closing. ( #11008 )
2023-06-14 17:24:14 +01:00
bridge_gui.cpp
Codechange: Pass bridge type instead of display row to BuildBridge. ( #10828 )
2023-05-14 19:12:26 +00:00
bridge_map.cpp
bridge_map.h
bridge.h
build_vehicle_gui.cpp
Codechange: Reorganise hotkey initialisation. ( #10951 )
2023-06-05 18:12:30 +01:00
cargo_type.h
Codechange: Base CargoArray off std::array.
2023-05-23 19:07:36 +01:00
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
Codechange: Use standard iterator-erase-loop pattern.
2023-05-11 07:58:55 +01:00
cargomonitor.h
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
cargopacket.cpp
Fix: multiplication result converted to larger type
2023-05-14 22:09:58 +02:00
cargopacket.h
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
cargotype.cpp
Codechange: Use IsValidCargoID/IsValidCargoType.
2023-05-22 20:43:40 +01:00
cargotype.h
Change: include fmt.h C++ headers in stdafx.h
2023-05-08 16:49:23 +02:00
cheat_func.h
cheat_gui.cpp
Codechange: Remove redundant char buffer. ( #10808 )
2023-05-11 21:36:11 +00:00
cheat_type.h
cheat.cpp
clear_cmd.cpp
clear_func.h
clear_map.h
CMakeLists.txt
Add: helper output iterator for formatting strings
2023-06-04 12:24:37 +02:00
command_func.h
command_type.h
Feature: [GS] Goal destination can be updated ( #10817 )
2023-06-08 18:00:31 +01:00
command.cpp
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
company_base.h
Feature: allow to do a hostile takeover of an AI company (in singleplayer) ( #10914 )
2023-06-05 19:32:22 +02:00
company_cmd.cpp
Codechange: rename function to better describe what it is doing
2023-06-12 09:12:11 +02:00
company_cmd.h
Codechange: pass (uint) money as Money for CmdGiveMoney
2023-05-06 21:26:13 +02:00
company_func.h
Codechange: rename function to better describe what it is doing
2023-06-12 09:12:11 +02:00
company_gui.cpp
Fix: do not use {STRING} when {STRING1} or {STRING2} is needed
2023-06-14 09:44:06 +02:00
company_gui.h
company_manager_face.h
company_type.h
Remove: buying/selling/owning company shares ( #10709 )
2023-04-29 10:16:49 +02:00
console_cmds.cpp
Fix #10982 : No help text for gamelog command ( #10984 )
2023-06-13 08:33:33 +00:00
console_func.h
Codechange: fmt (and std::format) do explicitly not support enums out-of-the-box
2023-05-22 14:42:18 +02:00
console_gui.cpp
Fix #10987 : Double-close of dropdown stopped land-info tool working as default. ( #11000 )
2023-06-12 08:42:02 +01:00
console_gui.h
console_internal.h
Codechange: replace stredup + StrMakeValidInPlace with std::string + StrMakeValid
2023-06-08 19:32:15 +02:00
console_type.h
console.cpp
Codechange: replace stredup + StrMakeValidInPlace with std::string + StrMakeValid
2023-06-08 19:32:15 +02:00
cpu.cpp
cpu.h
crashlog.cpp
Codechange: use std::filesystem::path for the language file's path
2023-06-08 23:20:28 +02:00
crashlog.h
Codechange: replace crashlog filenames with std::string in Crashlog
2023-05-25 05:42:10 +02:00
currency.cpp
currency.h
date_gui.cpp
Codechange: Move calendar date functions inside TimerGameCalendar ( #10753 )
2023-05-04 13:14:12 +00:00
date_gui.h
date_type.h
Codechange: Don't use macros for DAYS_TILL and friends ( #10746 )
2023-05-07 05:25:24 -04:00
debug.cpp
Codechange: use std::string to return the debug level information
2023-06-02 17:07:18 +02:00
debug.h
Codechange: use std::string to return the debug level information
2023-06-02 17:07:18 +02:00
dedicated.cpp
Change: include fmt.h C++ headers in stdafx.h
2023-05-08 16:49:23 +02:00
depot_base.h
depot_cmd.cpp
depot_cmd.h
Codechange: Don't use globals for return values from vehicle command procs.
2021-12-16 22:28:32 +01:00
depot_func.h
depot_gui.cpp
Codechange: use std::string and concatenation when combining multiple formatted strings
2023-06-04 20:47:41 +02:00
depot_map.h
depot_type.h
depot.cpp
direction_func.h
direction_type.h
disaster_vehicle.cpp
Codechange: Use a dedicated variable for disaster vehicle action state. ( #10798 )
2023-05-12 21:41:36 +02:00
disaster_vehicle.h
Codechange: use default dtor instead of empty ( #10826 )
2023-05-14 23:31:03 +02:00
dock_cmd.h
dock_gui.cpp
Codechange: Reorganise hotkey initialisation. ( #10951 )
2023-06-05 18:12:30 +01:00
driver.cpp
Fix: disable hardware acceleration when GPU driver crashed the game last attempt ( #10928 )
2023-06-04 14:40:17 +00:00
driver.h
Fix: disable hardware acceleration when GPU driver crashed the game last attempt ( #10928 )
2023-06-04 14:40:17 +00:00
economy_base.h
economy_cmd.h
Feature: allow to do a hostile takeover of an AI company (in singleplayer) ( #10914 )
2023-06-05 19:32:22 +02:00
economy_func.h
economy_type.h
economy.cpp
Feature: allow to do a hostile takeover of an AI company (in singleplayer) ( #10914 )
2023-06-05 19:32:22 +02:00
effectvehicle_base.h
Codechange: use default dtor instead of empty ( #10826 )
2023-05-14 23:31:03 +02:00
effectvehicle_func.h
effectvehicle.cpp
elrail_func.h
elrail.cpp
engine_base.h
Fix: Engine age is in months, not days ( #10773 )
2023-05-06 11:54:38 -04:00
engine_cmd.h
engine_func.h
engine_gui.cpp
Codechange: Pass reference instead of pointer to GUI*Lists. ( #10822 )
2023-05-14 09:17:44 +01:00
engine_gui.h
Codechange: Pass reference instead of pointer to GUI*Lists. ( #10822 )
2023-05-14 09:17:44 +01:00
engine_type.h
engine.cpp
Codechange: Use IsValidCargoID/IsValidCargoType.
2023-05-22 20:43:40 +01:00
error_func.h
error_gui.cpp
Codechange: remove need for GetDParamX
2023-06-12 09:12:11 +02:00
error.cpp
error.h
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
fileio_func.h
Codechange: let GenerateDefaultSaveName return std::string
2023-06-04 14:11:13 +02:00
fileio_type.h
fileio.cpp
Codechange: use std::string to find the executable's working directory
2023-06-09 19:58:18 +02:00
fios_gui.cpp
Codechange: let GenerateDefaultSaveName return std::string
2023-06-04 14:11:13 +02:00
fios.cpp
Codechange: replace C-style string processing with C++-style for the listing callbacks
2023-06-05 23:25:49 +02:00
fios.h
Codechange: replace C-style string processing with C++-style for the listing callbacks
2023-06-05 23:25:49 +02:00
fontcache.cpp
Codechange: Pass language for font detection as std::string. ( #10964 )
2023-06-06 20:55:56 +00:00
fontcache.h
Codechange: Return fontcache font name as std::string.
2023-05-27 20:40:25 +01:00
fontdetection.h
Codechange: Pass language for font detection as std::string. ( #10964 )
2023-06-06 20:55:56 +00:00
framerate_gui.cpp
Codechange: replace seprintf with C++ style formatting
2023-06-05 23:25:59 +02:00
framerate_type.h
gamelog_internal.h
Codechange: Use std::map instead of custom SmallMap.
2023-05-18 12:18:30 +01:00
gamelog.cpp
Fix #10982 : No help text for gamelog command ( #10984 )
2023-06-13 08:33:33 +00:00
gamelog.h
Fix #10982 : No help text for gamelog command ( #10984 )
2023-06-13 08:33:33 +00:00
genworld_gui.cpp
Fix: do not use {STRING} when {STRING1} or {STRING2} is needed
2023-06-14 09:44:06 +02:00
genworld.cpp
Codechange: use fmt::format to create desync dump savegames
2023-06-07 08:02:58 +02:00
genworld.h
gfx_func.h
Cleanup: remove DRAW_STRING_BUFFER constant
2023-06-06 18:08:11 +02:00
gfx_layout_fallback.cpp
Codechange: Use std::map instead of custom SmallMap.
2023-05-18 12:18:30 +01:00
gfx_layout_fallback.h
Codechange: split implementations of ParagraphLayouterFactory into their own file
2023-05-01 22:17:56 +02:00
gfx_layout_icu.cpp
Codechange: initialize all values of ICURun on construction ( #10892 )
2023-05-30 19:17:30 +00:00
gfx_layout_icu.h
Feature: drop ICU-lx in favour of directly interfacing with harfbuzz
2023-05-01 22:17:56 +02:00
gfx_layout.cpp
Codechange: allocate enough memory to layout the strings
2023-06-06 18:08:11 +02:00
gfx_layout.h
Codechange: Use unique_ptr for text layout font mapping.
2023-05-18 12:18:30 +01:00
gfx_type.h
Codechange: remove queue_wrap / last_position from mouse movement
2023-06-04 00:40:56 +02:00
gfx.cpp
Codechange: remove queue_wrap / last_position from mouse movement
2023-06-04 00:40:56 +02:00
gfxinit.cpp
Codechange: Split GetItem with GetOrCreateItem. ( #10952 )
2023-06-05 18:29:52 +00:00
gfxinit.h
goal_base.h
Feature: [GS] Goal destination can be updated ( #10817 )
2023-06-08 18:00:31 +01:00
goal_cmd.h
Feature: [GS] Goal destination can be updated ( #10817 )
2023-06-08 18:00:31 +01:00
goal_gui.cpp
Fix: do not use {STRING} when {STRING1} or {STRING2} is needed
2023-06-14 09:44:06 +02:00
goal_type.h
goal.cpp
Feature: [GS] Goal destination can be updated ( #10817 )
2023-06-08 18:00:31 +01:00
graph_gui.cpp
Codechange: Remove duplicated includes. ( #10888 )
2023-05-29 14:29:00 +01:00
graph_gui.h
ground_vehicle.cpp
Codechange: replace ClampToI32/U16 with ClampTo<int32_t/uint16_t>
2023-05-06 21:26:13 +02:00
ground_vehicle.hpp
group_cmd.cpp
group_cmd.h
group_gui.cpp
Codechange: Use window parent association for dropdowns.
2023-06-03 14:17:05 +01:00
group_gui.h
group_type.h
group.h
Change: include fmt.h C++ headers in stdafx.h
2023-05-08 16:49:23 +02:00
gui.h
Codechange: use std::string instead of stredup/free for goals
2023-05-01 16:23:24 +02:00
heightmap.cpp
heightmap.h
highscore_gui.cpp
Codechange: use std::array and std::string for high scores
2023-06-04 23:49:43 +02:00
highscore.cpp
Codechange: use std::array and std::string for high scores
2023-06-04 23:49:43 +02:00
highscore.h
Codechange: use std::array and std::string for high scores
2023-06-04 23:49:43 +02:00
hotkeys.cpp
Codechange: Split GetItem with GetOrCreateItem. ( #10952 )
2023-06-05 18:29:52 +00:00
hotkeys.h
Codechange: Reorganise hotkey initialisation. ( #10951 )
2023-06-05 18:12:30 +01:00
house_type.h
house.h
industry_cmd.cpp
Codechange: pass string parameters by reference
2023-06-14 06:14:08 +02:00
industry_cmd.h
industry_gui.cpp
Change: Reorganise industry accept/produce arrays. ( #10853 )
2023-05-25 21:25:46 +01:00
industry_map.h
industry_type.h
industry.h
Change: Reorganise industry accept/produce arrays. ( #10853 )
2023-05-25 21:25:46 +01:00
industrytype.h
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
ini_load.cpp
Codechange: IniGroup::GetItem() can now be const. ( #10966 )
2023-06-06 22:39:37 +00:00
ini_type.h
Codechange: IniGroup::GetItem() can now be const. ( #10966 )
2023-06-06 22:39:37 +00:00
ini.cpp
intro_gui.cpp
Change: Add window description flag to disallow interactive window closing. ( #11008 )
2023-06-14 17:24:14 +01:00
landscape_cmd.h
landscape_type.h
landscape.cpp
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
landscape.h
language.h
Codechange: use std::filesystem::path for the language file's path
2023-06-08 23:20:28 +02:00
league_base.h
league_cmd.cpp
league_cmd.h
league_gui.cpp
Codechange: Remove STR_BLACK_RAW_STRING.
2023-05-05 07:07:54 +01:00
league_gui.h
league_type.h
livery.h
main_gui.cpp
Change: Add window description flag to disallow interactive window closing. ( #11008 )
2023-06-14 17:24:14 +01:00
map_func.h
map_type.h
map.cpp
Codechange: use fmt::format to construct error message
2023-06-07 08:02:58 +02:00
misc_cmd.cpp
misc_cmd.h
misc_gui.cpp
Change: Add window description flag to disallow interactive window closing. ( #11008 )
2023-06-14 17:24:14 +01:00
misc.cpp
Cleanup: remove MD5SumToString in lieu of FormatArrayAsHex
2023-05-19 11:24:44 +02:00
mixer.cpp
Codechange: Remove duplicated includes. ( #10888 )
2023-05-29 14:29:00 +01:00
mixer.h
music_gui.cpp
Codechange: rename smallvec_type to container_func and use only when needed
2023-05-20 16:53:10 +02:00
music.cpp
Codechange: Split GetItem with GetOrCreateItem. ( #10952 )
2023-06-05 18:29:52 +00:00
newgrf_airport.cpp
Codechange: replace some min/clamp constructs to ClampTo
2023-05-06 21:26:13 +02:00
newgrf_airport.h
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
Change: Extend entity override manager and station spec lists to support 16 bit IDs.
2023-05-05 07:08:40 +01:00
newgrf_class.h
Change: include fmt.h C++ headers in stdafx.h
2023-05-08 16:49:23 +02:00
newgrf_commons.cpp
Codechange: use GetString + StrMakeValid to pass string without colours/font sizes to Debug
2023-05-21 21:17:12 +02:00
newgrf_commons.h
Codechange: rename smallvec_type to container_func and use only when needed
2023-05-20 16:53:10 +02:00
newgrf_config.cpp
Codechange: use std::string to create the GRF parameter list
2023-05-25 05:43:00 +02:00
newgrf_config.h
Codechange: use std::string to create the GRF parameter list
2023-05-25 05:43:00 +02:00
newgrf_debug_gui.cpp
Codechange: use std::string GetString variant
2023-05-31 19:31:09 +02:00
newgrf_debug.h
Codechange: rename smallvec_type to container_func and use only when needed
2023-05-20 16:53:10 +02:00
newgrf_engine.cpp
Codechange: Use IsValidCargoID/IsValidCargoType.
2023-05-22 20:43:40 +01:00
newgrf_engine.h
newgrf_generic.cpp
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
newgrf_generic.h
newgrf_gui.cpp
Fix: do not use {STRING} when {STRING1} or {STRING2} is needed
2023-06-14 09:44:06 +02:00
newgrf_house.cpp
Codechange: Use IsValidCargoID/IsValidCargoType.
2023-05-22 20:43:40 +01:00
newgrf_house.h
newgrf_industries.cpp
Change: Reorganise industry accept/produce arrays. ( #10853 )
2023-05-25 21:25:46 +01:00
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_object.cpp
Codechange: Sprite mapping for objects doesn't involve cargo types. ( #10905 )
2023-06-02 08:25:13 +00:00
newgrf_object.h
Codechange: Sprite mapping for objects doesn't involve cargo types. ( #10905 )
2023-06-02 08:25:13 +00:00
newgrf_profiling.cpp
Codechange: use fmt::format and time conversions over "custom" implementation
2023-05-22 15:36:09 +02:00
newgrf_profiling.h
Codechange: rework NewGRFProfiler to use ticks instead of calendar-days ( #10815 )
2023-05-13 23:17:11 +02:00
newgrf_properties.h
Feature: [NewGRF] Maximum curve speed modifier for rail vehicles ( #9346 )
2021-08-15 11:17:05 +02:00
newgrf_railtype.cpp
Codechange: rename smallvec_type to container_func and use only when needed
2023-05-20 16:53:10 +02:00
newgrf_railtype.h
newgrf_roadstop.cpp
Codechange: Use IsValidCargoID/IsValidCargoType.
2023-05-22 20:43:40 +01:00
newgrf_roadstop.h
Feature: Increase number of stations/roadstops per NewGRF.
2023-05-05 07:08:40 +01:00
newgrf_roadtype.cpp
Codechange: rename smallvec_type to container_func and use only when needed
2023-05-20 16:53:10 +02:00
newgrf_roadtype.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
Codechange: use default dtor instead of empty ( #10826 )
2023-05-14 23:31:03 +02:00
newgrf_station.cpp
Codechange: Use IsValidCargoID/IsValidCargoType.
2023-05-22 20:43:40 +01:00
newgrf_station.h
newgrf_storage.cpp
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
newgrf_storage.h
newgrf_text.cpp
Codechange: use StringParameters for remapping the NewGRF string control codes
2023-06-13 22:11:21 +02:00
newgrf_text.h
Codechange: use StringParameters for remapping the NewGRF string control codes
2023-06-13 22:11:21 +02:00
newgrf_town.cpp
Codechange: Use range-for iteration.
2023-05-11 07:58:55 +01:00
newgrf_town.h
newgrf_townname.cpp
Codechange: let GetStringWithArgs use StringBuilder
2023-06-04 18:00:23 +02:00
newgrf_townname.h
Codechange: let GetStringWithArgs use StringBuilder
2023-06-04 18:00:23 +02:00
newgrf.cpp
Codechange: Sprite mapping for objects doesn't involve cargo types. ( #10905 )
2023-06-02 08:25:13 +00:00
newgrf.h
Codechange: rename smallvec_type to container_func and use only when needed
2023-05-20 16:53:10 +02:00
news_cmd.h
news_func.h
news_gui.cpp
Codechange: remove offset parameter for copying DParams in and out
2023-06-11 17:03:31 +02:00
news_gui.h
news_type.h
Codechange: use default dtor instead of empty ( #10826 )
2023-05-14 23:31:03 +02:00
object_base.h
object_cmd.cpp
object_cmd.h
object_gui.cpp
Codechange: Reorganise hotkey initialisation. ( #10951 )
2023-06-05 18:12:30 +01:00
object_map.h
object_type.h
Feature: Remove limit of objects per NewGRF.
2023-05-05 07:08:40 +01:00
object.h
openttd.cpp
Codechange: use fmt::format to create desync dump savegames
2023-06-07 08:02:58 +02:00
openttd.h
Feature: opt-in survey when exiting a game
2023-05-14 23:22:02 +02:00
order_backup.cpp
Fix: Don't restore backed up vehicle name if it's no longer unique. ( #10979 )
2023-06-09 21:18:55 +00:00
order_backup.h
order_base.h
order_cmd.cpp
order_cmd.h
order_func.h
order_gui.cpp
Codechange: Reorganise hotkey initialisation. ( #10951 )
2023-06-05 18:12:30 +01:00
order_type.h
osk_gui.cpp
Fix #10987 : Double-close of dropdown stopped land-info tool working as default. ( #11000 )
2023-06-12 08:42:02 +01:00
pbs.cpp
pbs.h
progress.cpp
progress.h
querystring_gui.h
Codechange: use std::string instead of char* for original editor strings
2023-05-10 23:15:09 +02:00
rail_cmd.cpp
Fix #10831 : Level crossing parts left barred after crossing tile removal ( #10874 )
2023-06-03 23:04:24 +02:00
rail_cmd.h
rail_gui.cpp
Fix: do not use {STRING} when {STRING1} or {STRING2} is needed
2023-06-14 09:44:06 +02:00
rail_gui.h
rail_map.h
rail_type.h
rail.cpp
Codechange: Don't use macros for DAYS_TILL and friends ( #10746 )
2023-05-07 05:25:24 -04:00
rail.h
random_access_file_type.h
Change: include fmt.h C++ headers in stdafx.h
2023-05-08 16:49:23 +02:00
random_access_file.cpp
rev.cpp.in
rev.h
road_cmd.cpp
Codechange: rename function to better describe what it is doing
2023-06-12 09:12:11 +02:00
road_cmd.h
Fix: Support more than 256 stations/waypoints/roadstops per class. ( #10793 )
2023-05-08 18:09:33 +00:00
road_func.h
Fix #10831 : Level crossing parts left barred after crossing tile removal ( #10874 )
2023-06-03 23:04:24 +02:00
road_gui.cpp
Fix: do not use {STRING} when {STRING1} or {STRING2} is needed
2023-06-14 09:44:06 +02:00
road_gui.h
road_internal.h
road_map.cpp
road_map.h
road_type.h
road.cpp
Fix: Road type is not available before its introduction date.
2023-05-12 21:03:13 +02:00
road.h
Revert 8fa61533
: "Fix 30ae072
: when a road type is hidden, towns may not build them even when that flag is set"
2023-05-12 21:03:13 +02:00
roadstop_base.h
roadstop.cpp
Codechange: Use range-for iteration.
2023-05-11 07:58:55 +01:00
roadveh_cmd.cpp
Cleanup: Remove unnecessary VehicleRandomBits()
2023-05-04 21:42:28 +01:00
roadveh_cmd.h
roadveh_gui.cpp
Codechange: use std::string over strecat to create the RV capacity string
2023-05-25 05:43:00 +02:00
roadveh.h
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
safeguards.h
Cleanup: remove seprintf and vsnprintf
2023-06-09 06:41:33 +02:00
screenshot_gui.cpp
screenshot_gui.h
screenshot.cpp
Codechange: use std::string for the screenshot name/path
2023-06-04 16:53:10 +02:00
screenshot.h
Codechange: use std::string for the screenshot name/path
2023-06-04 16:53:10 +02:00
settings_cmd.h
settings_func.h
Codechange: rename smallvec_type to container_func and use only when needed
2023-05-20 16:53:10 +02:00
settings_gui.cpp
Fix: do not use {STRING} when {STRING1} or {STRING2} is needed
2023-06-14 09:44:06 +02:00
settings_gui.h
settings_internal.h
Codechange: use std::string for formatting settings
2023-05-24 22:42:01 +02:00
settings_table.cpp
settings_table.h
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
settings_type.h
Feature: opt-in survey when exiting a game
2023-05-14 23:22:02 +02:00
settings.cpp
Codechange: Split GetItem with GetOrCreateItem. ( #10952 )
2023-06-05 18:29:52 +00:00
ship_cmd.cpp
Cleanup: Remove unnecessary VehicleRandomBits()
2023-05-04 21:42:28 +01:00
ship_cmd.h
ship_gui.cpp
ship.h
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
signal_func.h
signal_type.h
signal.cpp
signs_base.h
Change: include fmt.h C++ headers in stdafx.h
2023-05-08 16:49:23 +02:00
signs_cmd.cpp
signs_cmd.h
signs_func.h
signs_gui.cpp
Codechange: Reorganise hotkey initialisation. ( #10951 )
2023-06-05 18:12:30 +01:00
signs_type.h
signs.cpp
slope_func.h
slope_type.h
smallmap_gui.cpp
smallmap_gui.h
sortlist_type.h
Codechange: Use std::reverse instead of custom implementation. ( #10918 )
2023-06-03 23:25:01 +01:00
sound_func.h
sound_type.h
sound.cpp
sprite.cpp
sprite.h
spritecache.cpp
spritecache.h
station_base.h
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
station_cmd.cpp
Codechange: pass string parameters by reference
2023-06-14 06:14:08 +02:00
station_cmd.h
Fix: Support more than 256 stations/waypoints/roadstops per class. ( #10793 )
2023-05-08 18:09:33 +00:00
station_func.h
station_gui.cpp
Feature: Highlight waypoint tiles when adjacent or distant joining
2023-06-04 16:54:48 +01:00
station_gui.h
Feature: Highlight waypoint tiles when adjacent or distant joining
2023-06-04 16:54:48 +01:00
station_kdtree.h
station_map.h
station_type.h
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
station.cpp
Codechange: Add IsCargoAccepted/Produced() helpers.
2023-05-24 17:34:11 +01:00
statusbar_gui.cpp
Change: Add window description flag to disallow interactive window closing. ( #11008 )
2023-06-14 17:24:14 +01:00
statusbar_gui.h
stdafx.h
Cleanup: remove seprintf and vsnprintf
2023-06-09 06:41:33 +02:00
story_base.h
Codechange: use std::string instead of stredup/free for stories
2023-05-01 16:23:24 +02:00
story_cmd.h
story_gui.cpp
Fix: do not use {STRING} when {STRING1} or {STRING2} is needed
2023-06-14 09:44:06 +02:00
story_type.h
story.cpp
Codechange: use std::string instead of stredup/free for stories
2023-05-01 16:23:24 +02:00
string_base.h
Codechange: use default dtor instead of empty ( #10826 )
2023-05-14 23:31:03 +02:00
string_func.h
Cleanup: remove seprintf and vsnprintf
2023-06-09 06:41:33 +02:00
string_type.h
Codechange: replace C-style strings with C++-style strings in textfile ( #10772 )
2023-05-09 19:35:50 +00:00
string.cpp
Cleanup: remove seprintf and vsnprintf
2023-06-09 06:41:33 +02:00
stringfilter_type.h
Codechange: rename smallvec_type to container_func and use only when needed
2023-05-20 16:53:10 +02:00
stringfilter.cpp
Codechange: use std::string to store script GUI's break string
2023-05-14 22:54:10 +02:00
strings_func.h
Codechange: pass string parameters by reference
2023-06-14 06:14:08 +02:00
strings_internal.h
Codechange: pass string parameters by reference
2023-06-14 06:14:08 +02:00
strings_type.h
strings.cpp
Codechange: pass string parameters by reference
2023-06-14 06:14:08 +02:00
subsidy_base.h
subsidy_cmd.h
subsidy_func.h
subsidy_gui.cpp
Codechange: Move calendar date functions inside TimerGameCalendar ( #10753 )
2023-05-04 13:14:12 +00:00
subsidy_type.h
subsidy.cpp
Change: Reorganise industry accept/produce arrays. ( #10853 )
2023-05-25 21:25:46 +01:00
tar_type.h
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
terraform_cmd.cpp
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
terraform_cmd.h
terraform_gui.cpp
Codechange: Reorganise hotkey initialisation. ( #10951 )
2023-06-05 18:12:30 +01:00
terraform_gui.h
textbuf_gui.h
textbuf_type.h
textbuf.cpp
Change: move string validation (and assignment) to textbuf
2023-06-04 21:43:07 +02:00
texteff.cpp
Codechange: rename smallvec_type to container_func and use only when needed
2023-05-20 16:53:10 +02:00
texteff.hpp
textfile_gui.cpp
Feature: opt-in survey when exiting a game
2023-05-14 23:22:02 +02:00
textfile_gui.h
Feature: opt-in survey when exiting a game
2023-05-14 23:22:02 +02:00
textfile_type.h
Feature: opt-in survey when exiting a game
2023-05-14 23:22:02 +02:00
tgp.cpp
Codechange: Remove duplicated includes. ( #10888 )
2023-05-29 14:29:00 +01:00
tgp.h
thread.h
tile_cmd.h
Codechange: remove need for SetDParamX
2023-06-12 09:12:11 +02:00
tile_map.cpp
tile_map.h
tile_type.h
tilearea_type.h
tilearea.cpp
tilehighlight_func.h
tilehighlight_type.h
tilematrix_type.hpp
timetable_cmd.cpp
Codechange: Don't use macros for DAYS_TILL and friends ( #10746 )
2023-05-07 05:25:24 -04:00
timetable_cmd.h
timetable_gui.cpp
Codechange: Use GetScrolled(Row/Item)FromWidget in more places.
2023-05-12 21:45:32 +01:00
timetable.h
toolbar_gui.cpp
Change: Add window description flag to disallow interactive window closing. ( #11008 )
2023-06-14 17:24:14 +01:00
toolbar_gui.h
town_cmd.cpp
Codechange: remove need for SetDParamX
2023-06-12 09:12:11 +02:00
town_cmd.h
town_gui.cpp
Codechange: convert C-style GetTownName API to std::string returning API
2023-06-05 17:07:39 +02:00
town_kdtree.h
town_map.h
town_type.h
town.h
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
townname_func.h
Codechange: convert C-style GetTownName API to std::string returning API
2023-06-05 17:07:39 +02:00
townname_type.h
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
townname.cpp
Codechange: pass string parameters by reference
2023-06-14 06:14:08 +02:00
track_func.h
track_type.h
train_cmd.cpp
Fix #10975 : Clear a non-head engine's name ( #10976 )
2023-06-09 16:09:36 +01:00
train_cmd.h
Fix #10502 : Refit engine before attaching free wagons. ( #10926 )
2023-06-04 15:57:36 +01:00
train_gui.cpp
Cleanup: No need to cound actual cargo to get scroll count.
2023-05-23 19:07:36 +01:00
train.h
Fix #10502 : Refit engine before attaching free wagons. ( #10926 )
2023-06-04 15:57:36 +01:00
transparency_gui.cpp
transparency_gui.h
transparency.h
transport_type.h
tree_cmd.cpp
tree_cmd.h
tree_gui.cpp
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge_cmd.cpp
tunnelbridge_cmd.h
tunnelbridge_map.h
tunnelbridge.h
vehicle_base.h
Codechange: Remove unused CapacitiesMap typedef from struct Vehicle
2023-06-01 22:48:47 +02:00
vehicle_cmd.cpp
Fix: Don't restore backed up vehicle name if it's no longer unique. ( #10979 )
2023-06-09 21:18:55 +00:00
vehicle_cmd.h
vehicle_func.h
Fix: Don't restore backed up vehicle name if it's no longer unique. ( #10979 )
2023-06-09 21:18:55 +00:00
vehicle_gui_base.h
Codechange: Remove duplicated includes. ( #10888 )
2023-05-29 14:29:00 +01:00
vehicle_gui.cpp
Codechange: Reorganise hotkey initialisation. ( #10951 )
2023-06-05 18:12:30 +01:00
vehicle_gui.h
Codechange: Base CargoArray off std::array.
2023-05-23 19:07:36 +01:00
vehicle_type.h
vehicle.cpp
Codechange: Use IsValidCargoID/IsValidCargoType.
2023-05-22 20:43:40 +01:00
vehiclelist.cpp
vehiclelist.h
Codechange: rename smallvec_type to container_func and use only when needed
2023-05-20 16:53:10 +02:00
viewport_cmd.h
viewport_func.h
Feature: Highlight waypoint tiles when adjacent or distant joining
2023-06-04 16:54:48 +01:00
viewport_gui.cpp
viewport_kdtree.h
viewport_sprite_sorter_sse4.cpp
Codechange: Move includes for common STL headers to stdafx.
2023-05-17 10:14:41 +01:00
viewport_sprite_sorter.h
Codechange: rename smallvec_type to container_func and use only when needed
2023-05-20 16:53:10 +02:00
viewport_type.h
viewport.cpp
Feature: Highlight waypoint tiles when adjacent or distant joining
2023-06-04 16:54:48 +01:00
void_cmd.cpp
void_map.h
water_cmd.cpp
water_cmd.h
water_map.h
water.h
waypoint_base.h
waypoint_cmd.cpp
Fix: Support more than 256 stations/waypoints/roadstops per class. ( #10793 )
2023-05-08 18:09:33 +00:00
waypoint_cmd.h
Fix: Support more than 256 stations/waypoints/roadstops per class. ( #10793 )
2023-05-08 18:09:33 +00:00
waypoint_func.h
waypoint_gui.cpp
Feature: Add coverage button to waypoint window
2023-06-04 16:54:48 +01:00
waypoint.cpp
widget_type.h
Fix dec7ff6b0c
: Dropdowns couldn't be closed by pressing the parent button. ( #10954 )
2023-06-07 19:01:30 +01:00
widget.cpp
Fix #10811 : Crash getting row from non-resizable widget. ( #10833 )
2023-05-15 18:57:50 +01:00
window_func.h
window_gui.h
Change: Add window description flag to disallow interactive window closing. ( #11008 )
2023-06-14 17:24:14 +01:00
window_type.h
Feature: opt-in survey when exiting a game
2023-05-14 23:22:02 +02:00
window.cpp
Change: Add window description flag to disallow interactive window closing. ( #11008 )
2023-06-14 17:24:14 +01:00
zoom_func.h
zoom_type.h