.. |
3rdparty
|
Fix: false positive warning in fmt library (backport ef55d4f of upstream fmt)
|
2023-06-02 11:57:23 +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
|
Codechange: use Tthis instead of StrongTypedef, so ==/= does not compare/assign different strong typedefs
|
2023-05-23 20:46:32 +02:00 |
fontcache
|
Change: Include font style in font name for Freetype.
|
2023-05-27 20:40:25 +01:00 |
game
|
Codechange: Use window parent association for dropdowns.
|
2023-06-03 14:17:05 +01:00 |
lang
|
Update: Translations from eints
|
2023-06-03 18:42:31 +00:00 |
linkgraph
|
Fix 646a7e62 : recalc_time was not scaled properly (#10901)
|
2023-06-01 12:21:33 +00:00 |
misc
|
Codechange: Move includes for common STL headers to stdafx.
|
2023-05-17 10:14:41 +01:00 |
music
|
Codechange: Remove duplicated includes. (#10888)
|
2023-05-29 14:29:00 +01:00 |
network
|
Codechange: use std::string GetString variant
|
2023-05-31 19:31:09 +02:00 |
os
|
Codechange: replace buffer + strecpy with std::string for getting clipboard contents
|
2023-06-03 20:14:33 +02:00 |
pathfinder
|
Codechange: replace printf with fmt::print
|
2023-05-21 15:12:02 +02:00 |
saveload
|
Codechange: use std::string GetString variant
|
2023-05-31 19:31:09 +02:00 |
script
|
Codechange: Use window parent association for dropdowns.
|
2023-06-03 14:17:05 +01:00 |
settingsgen
|
Cleanup: version of strgen/settingsgen was always $Revision$, so remove it
|
2023-05-21 19:39:09 +02:00 |
sound
|
|
|
spriteloader
|
Codechange: use default dtor instead of empty (#10826)
|
2023-05-14 23:31:03 +02:00 |
strgen
|
Fix: memory leak when parsing (strgen) commands by moving to C++ containers
|
2023-06-02 11:57:23 +02:00 |
table
|
Change: Reorganise industry accept/produce arrays. (#10853)
|
2023-05-25 21:25:46 +01:00 |
tests
|
Codechange: Move includes for common STL headers to stdafx.
|
2023-05-17 10:14:41 +01:00 |
timer
|
Codechange: Move includes for common STL headers to stdafx.
|
2023-05-17 10:14:41 +01:00 |
video
|
Codechange: Remove duplicated includes. (#10888)
|
2023-05-29 14:29:00 +01:00 |
widgets
|
Codechange: Close dropdowns by class instead of id.
|
2023-06-03 14:17:05 +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 #10811: Crash getting row from non-resizable widget. (#10833)
|
2023-05-15 18:57:50 +01: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: use fmt::format_to to format the help message
|
2023-05-20 16:50:03 +02: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
|
Fix: padding miscalculated for the network-relay and bootstrap-question GUI (#10827)
|
2023-05-14 15:32:45 +00: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: use std::string to cache engine/group/vehicle names
|
2023-05-31 19:31:09 +02: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
|
Codechange: use fmt::format and time conversions over "custom" implementation
|
2023-05-22 15:36:09 +02:00 |
command_func.h
|
|
|
command_type.h
|
Change: include fmt.h C++ headers in stdafx.h
|
2023-05-08 16:49:23 +02:00 |
command.cpp
|
Codechange: Move includes for common STL headers to stdafx.
|
2023-05-17 10:14:41 +01:00 |
company_base.h
|
Codechange: Base CargoArray off std::array.
|
2023-05-23 19:07:36 +01:00 |
company_cmd.cpp
|
Codechange: migrate from C-style GetString to C++-style GetString
|
2023-05-21 21:17:12 +02:00 |
company_cmd.h
|
Codechange: pass (uint) money as Money for CmdGiveMoney
|
2023-05-06 21:26:13 +02:00 |
company_func.h
|
|
|
company_gui.cpp
|
Codechange: use std::string to cache engine/group/vehicle names
|
2023-05-31 19:31:09 +02:00 |
company_gui.h
|
|
|
company_manager_face.h
|
|
|
company_type.h
|
|
|
console_cmds.cpp
|
Codechange: let FiosGetDiskFreeSpace only return disk space and split FiosGetCurrentPath off
|
2023-05-31 10:56:33 +02: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
|
Codechange: Move includes for common STL headers to stdafx.
|
2023-05-17 10:14:41 +01:00 |
console_gui.h
|
|
|
console_internal.h
|
Codechange: Move includes for common STL headers to stdafx.
|
2023-05-17 10:14:41 +01:00 |
console_type.h
|
|
|
console.cpp
|
Codechange: use std::string for executing the console aliases
|
2023-06-03 18:15:55 +02:00 |
cpu.cpp
|
|
|
cpu.h
|
|
|
crashlog.cpp
|
Codechange: replace crashlog filenames with std::string in Crashlog
|
2023-05-25 05:42:10 +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
|
|
|
depot_func.h
|
|
|
depot_gui.cpp
|
Codechange: Base CargoArray off std::array.
|
2023-05-23 19:07:36 +01: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
|
|
|
driver.cpp
|
Codechange: use fmt::format to create type prefixed driver names
|
2023-06-02 18:05:41 +02:00 |
driver.h
|
Codechange: use fmt::format_to to format the help message
|
2023-05-20 16:50:03 +02:00 |
economy_base.h
|
|
|
economy_cmd.h
|
|
|
economy_func.h
|
|
|
economy_type.h
|
|
|
economy.cpp
|
Change: Reorganise industry accept/produce arrays. (#10853)
|
2023-05-25 21:25:46 +01: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: rename smallvec_type to container_func and use only when needed
|
2023-05-20 16:53:10 +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: use default dtor instead of empty (#10826)
|
2023-05-14 23:31:03 +02:00 |
fileio_type.h
|
|
|
fileio.cpp
|
Codechange: use C++ strings/paths to resolve links in tars
|
2023-06-02 21:06:24 +02:00 |
fios_gui.cpp
|
Codechange: let FiosGetDiskFreeSpace only return disk space and split FiosGetCurrentPath off
|
2023-05-31 10:56:33 +02:00 |
fios.cpp
|
Codechange: let FiosGetDiskFreeSpace only return disk space and split FiosGetCurrentPath off
|
2023-05-31 10:56:33 +02:00 |
fios.h
|
Codechange: let FiosGetDiskFreeSpace only return disk space and split FiosGetCurrentPath off
|
2023-05-31 10:56:33 +02:00 |
fontcache.cpp
|
Fix: Don't rely on static initialization to set up sprite font caches.
|
2023-05-18 12:18:30 +01:00 |
fontcache.h
|
Codechange: Return fontcache font name as std::string.
|
2023-05-27 20:40:25 +01:00 |
fontdetection.h
|
|
|
framerate_gui.cpp
|
Codechange: use std::string for script config
|
2023-05-14 22:54:10 +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
|
Codechange: Use std::array for GRF(File|Config) parameters.
|
2023-05-19 16:53:56 +01:00 |
gamelog.h
|
Codechange: rework Gamelog changes from union to classes
|
2023-05-16 18:32:52 +02:00 |
genworld_gui.cpp
|
Codechange: Remove various STRING strings.
|
2023-05-05 07:07:54 +01:00 |
genworld.cpp
|
|
|
genworld.h
|
|
|
gfx_func.h
|
Codechange: C++-ify the Layouter and related functions
|
2023-05-08 19:21:42 +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
|
|
|
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
|
|
|
gfx_layout.cpp
|
Codechange: rename smallvec_type to container_func and use only when needed
|
2023-05-20 16:53:10 +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
|
|
|
gfx.cpp
|
Codechange: migrate from C-style GetString to C++-style GetString
|
2023-05-21 21:17:12 +02:00 |
gfxinit.cpp
|
Codechange: use std::string to create error message about external files
|
2023-05-25 05:43:00 +02:00 |
gfxinit.h
|
|
|
goal_base.h
|
|
|
goal_cmd.h
|
|
|
goal_gui.cpp
|
Codechange: Remove various STRING strings.
|
2023-05-05 07:07:54 +01:00 |
goal_type.h
|
|
|
goal.cpp
|
|
|
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
|
|
|
heightmap.cpp
|
|
|
heightmap.h
|
|
|
highscore_gui.cpp
|
|
|
highscore.cpp
|
Codechange: replace some min/clamp constructs to ClampTo
|
2023-05-06 21:26:13 +02:00 |
highscore.h
|
|
|
hotkeys.cpp
|
Codechange: replace std::vector + duplicate preventing include with std::set
|
2023-05-20 16:53:10 +02:00 |
hotkeys.h
|
Codechange: replace std::vector + duplicate preventing include with std::set
|
2023-05-20 16:53:10 +02:00 |
house_type.h
|
|
|
house.h
|
|
|
industry_cmd.cpp
|
Change: Reorganise industry accept/produce arrays. (#10853)
|
2023-05-25 21:25:46 +01: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
|
|
|
ini_type.h
|
Change: include fmt.h C++ headers in stdafx.h
|
2023-05-08 16:49:23 +02:00 |
ini.cpp
|
|
|
intro_gui.cpp
|
Feature: opt-in survey when exiting a game
|
2023-05-14 23:22:02 +02: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: rename smallvec_type to container_func and use only when needed
|
2023-05-20 16:53:10 +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
|
|
|
map_func.h
|
|
|
map_type.h
|
|
|
map.cpp
|
Codechange: replace fprintf(<FILE*> with fmt::print(<FILE*>
|
2023-05-21 15:12:02 +02:00 |
misc_cmd.cpp
|
|
|
misc_cmd.h
|
|
|
misc_gui.cpp
|
Fix: Land info window maximum width was not scaled. (#10894)
|
2023-05-31 08:54:39 +00: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
|
|
|
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
|
Codechange: Use window parent association for dropdowns.
|
2023-06-03 14:17:05 +01: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
|
|
|
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 std::map instead of custom SmallMap.
|
2023-05-18 12:18:30 +01:00 |
newgrf_text.h
|
Codechange: rename smallvec_type to container_func and use only when needed
|
2023-05-20 16:53:10 +02:00 |
newgrf_town.cpp
|
Codechange: Use range-for iteration.
|
2023-05-11 07:58:55 +01:00 |
newgrf_town.h
|
|
|
newgrf_townname.cpp
|
|
|
newgrf_townname.h
|
Change: include fmt.h C++ headers in stdafx.h
|
2023-05-08 16:49: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: simplify news string drawing by using StrMakeValid to replaces newlines with spaces
|
2023-05-21 21:17:12 +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
|
Fix #10880: Crash in object window due to incorrect parameter order. (#10881)
|
2023-05-26 21:29:52 +00: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: replace strstr with more appropriate function
|
2023-06-02 17:11:08 +02:00 |
openttd.h
|
Feature: opt-in survey when exiting a game
|
2023-05-14 23:22:02 +02:00 |
order_backup.cpp
|
|
|
order_backup.h
|
|
|
order_base.h
|
|
|
order_cmd.cpp
|
|
|
order_cmd.h
|
|
|
order_func.h
|
|
|
order_gui.cpp
|
Codechange: Use window parent association for dropdowns.
|
2023-06-03 14:17:05 +01:00 |
order_type.h
|
|
|
osk_gui.cpp
|
Codechange: use std::string GetString variant
|
2023-05-31 19:31:09 +02: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
|
Codechange: rename smallvec_type to container_func and use only when needed
|
2023-05-20 16:53:10 +02:00 |
rail_cmd.h
|
|
|
rail_gui.cpp
|
Fix: Rail waypoint selection window not closed
|
2023-05-26 08:41:13 +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 smallvec_type to container_func and use only when needed
|
2023-05-20 16:53:10 +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
|
|
|
road_gui.cpp
|
Codechange: Add and use GetScrolledItemFromWidget to get a list item.
|
2023-05-12 21:45:32 +01: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
|
Codechange: prevent using (f)printf/(f)puts over fmt::print
|
2023-05-21 15:12:02 +02:00 |
screenshot_gui.cpp
|
|
|
screenshot_gui.h
|
|
|
screenshot.cpp
|
Cleanup: remove MD5SumToString in lieu of FormatArrayAsHex
|
2023-05-19 11:24:44 +02:00 |
screenshot.h
|
|
|
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
|
Codechange: Use window parent association for dropdowns.
|
2023-06-03 14:17:05 +01: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: use std::string to create the GRF parameter list
|
2023-05-25 05:43:00 +02: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: Add and use GetScrolledItemFromWidget to get a list item.
|
2023-05-12 21:45:32 +01:00 |
signs_type.h
|
|
|
signs.cpp
|
|
|
slope_func.h
|
|
|
slope_type.h
|
|
|
smallmap_gui.cpp
|
|
|
smallmap_gui.h
|
|
|
sortlist_type.h
|
Codechange: rename smallvec_type to container_func and use only when needed
|
2023-05-20 16:53:10 +02: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
|
Change: Reorganise industry accept/produce arrays. (#10853)
|
2023-05-25 21:25:46 +01: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
|
Codechange: Move includes for common STL headers to stdafx.
|
2023-05-17 10:14:41 +01:00 |
station_gui.h
|
Change: include fmt.h C++ headers in stdafx.h
|
2023-05-08 16:49:23 +02: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
|
Codechange: simplify news string drawing by using StrMakeValid to replaces newlines with spaces
|
2023-05-21 21:17:12 +02:00 |
statusbar_gui.h
|
|
|
stdafx.h
|
Codechange: Base CargoArray off std::array.
|
2023-05-23 19:07:36 +01:00 |
story_base.h
|
|
|
story_cmd.h
|
|
|
story_gui.cpp
|
Codechange: Remove duplicated includes. (#10888)
|
2023-05-29 14:29:00 +01:00 |
story_type.h
|
|
|
story.cpp
|
|
|
string_base.h
|
Codechange: use default dtor instead of empty (#10826)
|
2023-05-14 23:31:03 +02:00 |
string_func.h
|
Cleanup: remove MD5SumToString in lieu of FormatArrayAsHex
|
2023-05-19 11:24:44 +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 MD5SumToString in lieu of FormatArrayAsHex
|
2023-05-19 11:24:44 +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: use default dtor instead of empty (#10826)
|
2023-05-14 23:31:03 +02:00 |
strings_type.h
|
|
|
strings.cpp
|
Codechange: Use IsValidCargoID/IsValidCargoType.
|
2023-05-22 20:43:40 +01: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
|
|
|
terraform_gui.h
|
|
|
textbuf_gui.h
|
|
|
textbuf_type.h
|
|
|
textbuf.cpp
|
Codechange: replace buffer + strecpy with std::string for getting clipboard contents
|
2023-06-03 20:14:33 +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
|
|
|
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
|
Codechange: Remove various DATE_LONG strings.
|
2023-05-05 07:07:54 +01:00 |
toolbar_gui.h
|
|
|
town_cmd.cpp
|
Codechange: Use IsValidCargoID/IsValidCargoType.
|
2023-05-22 20:43:40 +01:00 |
town_cmd.h
|
|
|
town_gui.cpp
|
Codechange: Add and use GetScrolledItemFromWidget to get a list item.
|
2023-05-12 21:45:32 +01: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
|
|
|
townname_type.h
|
Codechange: Move includes for common STL headers to stdafx.
|
2023-05-17 10:14:41 +01:00 |
townname.cpp
|
|
|
track_func.h
|
|
|
track_type.h
|
|
|
train_cmd.cpp
|
Change: Preserve orders and related settings where possible when moving engines around in a train.
|
2023-05-10 00:35:02 +02:00 |
train_cmd.h
|
|
|
train_gui.cpp
|
Cleanup: No need to cound actual cargo to get scroll count.
|
2023-05-23 19:07:36 +01:00 |
train.h
|
|
|
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
|
Codechange: Base CargoArray off std::array.
|
2023-05-23 19:07:36 +01:00 |
vehicle_cmd.h
|
|
|
vehicle_func.h
|
Cleanup: Remove unnecessary VehicleRandomBits()
|
2023-05-04 21:42:28 +01:00 |
vehicle_gui_base.h
|
Codechange: Remove duplicated includes. (#10888)
|
2023-05-29 14:29:00 +01:00 |
vehicle_gui.cpp
|
Codechange: Use window parent association for dropdowns.
|
2023-06-03 14:17:05 +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
|
|
|
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
|
Codechange: migrate from C-style GetString to C++-style GetString
|
2023-05-21 21:17:12 +02: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
|
|
|
waypoint.cpp
|
|
|
widget_type.h
|
Fix #10811: Crash getting row from non-resizable widget. (#10833)
|
2023-05-15 18:57:50 +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
|
Codechange: rename smallvec_type to container_func and use only when needed
|
2023-05-20 16:53:10 +02:00 |
window_type.h
|
Feature: opt-in survey when exiting a game
|
2023-05-14 23:22:02 +02:00 |
window.cpp
|
Codechange: Close dropdowns by class instead of id.
|
2023-06-03 14:17:05 +01:00 |
zoom_func.h
|
|
|
zoom_type.h
|
|
|