.. |
3rdparty
|
|
|
ai
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
blitter
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
core
|
Codechange: introduce ReferenceThroughBaseContainer
|
2025-02-09 15:28:03 +01:00 |
fontcache
|
|
|
game
|
Codechange: introduce ReferenceThroughBaseContainer
|
2025-02-09 15:28:03 +01:00 |
lang
|
Add: Press Ctrl to build diagonal canals in game mode (#13432)
|
2025-02-09 15:30:00 +01:00 |
linkgraph
|
Codechange: strongly type LinkGraphID and LinkGraphJobID
|
2025-02-09 15:07:29 +01:00 |
misc
|
Codechange: Use EnumBitSet for EndSegmentReasons. (#13490)
|
2025-02-07 23:53:23 +00:00 |
music
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
network
|
Codechange: implement operator<=> and remove operators that are synthesized
|
2025-02-08 06:37:36 +01:00 |
os
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
pathfinder
|
Codechange: remove operator!=s that are synthesized
|
2025-02-08 06:37:36 +01:00 |
saveload
|
Codechange: change Source into a class with conversion helpers
|
2025-02-09 15:28:35 +01:00 |
script
|
Codechange: change Source into a class with conversion helpers
|
2025-02-09 15:28:35 +01:00 |
settingsgen
|
|
|
sound
|
Codefix 043d1ac : [Win32] Restore virtual destructor of StreamingVoiceContext (#13496)
|
2025-02-08 17:43:34 +01:00 |
spriteloader
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
strgen
|
Codechange: Use EnumBitSet for strgen's CmdFlags. (#13428)
|
2025-02-01 15:45:55 +00:00 |
table
|
Codechange: Change internal format of encoded strings to improve robustness and allow expansion. (#13499)
|
2025-02-09 12:45:50 +00:00 |
tests
|
Codechange: add unit test against over optimisation of enum-bitmasks
|
2025-02-09 14:44:23 +01:00 |
timer
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
video
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
widgets
|
Change: Add fonts document to help window
|
2025-02-01 23:51:26 +01:00 |
aircraft_cmd.cpp
|
Codechange: use C++ constructs over MallocT/free
|
2025-02-07 22:49:03 +01:00 |
aircraft_cmd.h
|
|
|
aircraft_gui.cpp
|
Codechange: Use EnumBitSet for FrameFlags.
|
2025-01-30 08:40:42 +00:00 |
aircraft.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
airport_cmd.h
|
|
|
airport_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
airport.cpp
|
Codechange: use C++ constructs over MallocT/free
|
2025-02-07 22:49:03 +01:00 |
airport.h
|
Codechange: use C++ constructs over MallocT/free
|
2025-02-07 22:49:03 +01:00 |
animated_tile_func.h
|
|
|
animated_tile_map.h
|
|
|
animated_tile.cpp
|
|
|
articulated_vehicles.cpp
|
Codechange: Use EnumBitSet for GRFBug enum.
|
2025-02-02 10:49:45 +00:00 |
articulated_vehicles.h
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
autocompletion.cpp
|
Codechange: use Textbuf::GetText() to access the buffer / hide Textbuf::buf
|
2025-01-19 23:01:35 +01:00 |
autocompletion.h
|
|
|
autoreplace_base.h
|
Codechange: strongly type EngineRenew
|
2025-02-09 15:07:29 +01:00 |
autoreplace_cmd.cpp
|
Codechange: ToWindowNumber describes better what is the intent than Pack
|
2025-02-02 15:57:18 +01:00 |
autoreplace_cmd.h
|
|
|
autoreplace_func.h
|
|
|
autoreplace_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
autoreplace_gui.h
|
|
|
autoreplace_type.h
|
|
|
autoreplace.cpp
|
Codechange: Use EnumBitSet for GroupFlags.
|
2025-01-29 21:46:39 +00:00 |
autoslope.h
|
|
|
base_consist.cpp
|
|
|
base_consist.h
|
|
|
base_media_base.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
base_media_func.h
|
|
|
base_station_base.h
|
Codechange: prepare the pool for strongly typed pool element IDs
|
2025-02-09 15:07:29 +01:00 |
bitmap_type.h
|
|
|
bmp.cpp
|
|
|
bmp.h
|
|
|
bootstrap_gui.cpp
|
Codechange: Use EnumBitSet for WindowDefaultFlags.
|
2025-01-30 08:40:42 +00:00 |
bridge_gui.cpp
|
Codechange: Use EnumBitSet for WindowDefaultFlags.
|
2025-01-30 08:40:42 +00:00 |
bridge_map.cpp
|
|
|
bridge_map.h
|
|
|
bridge.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
build_vehicle_gui.cpp
|
Codechange: Pass raw string to editable query window. (#13481)
|
2025-02-07 17:03:53 +00:00 |
cachecheck.cpp
|
|
|
cargo_type.h
|
Codechange: change Source into a class with conversion helpers
|
2025-02-09 15:28:35 +01:00 |
cargoaction.cpp
|
Codechange: Space between template and < (#13278)
|
2025-01-04 17:56:14 +00:00 |
cargoaction.h
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
cargomonitor.cpp
|
Codechange: change Source into a class with conversion helpers
|
2025-02-09 15:28:35 +01:00 |
cargomonitor.h
|
Codechange: put SourceType and SourceID into Source struct
|
2025-02-08 06:37:23 +01:00 |
cargopacket.cpp
|
Codechange: change Source into a class with conversion helpers
|
2025-02-09 15:28:35 +01:00 |
cargopacket.h
|
Codechange: change Source into a class with conversion helpers
|
2025-02-09 15:28:35 +01:00 |
cargotype.cpp
|
Codechange: Use EnumBitSet for CargoClasses. (#13491)
|
2025-02-08 08:46:38 +00:00 |
cargotype.h
|
Codechange: Use EnumBitSet for CargoClasses. (#13491)
|
2025-02-08 08:46:38 +00:00 |
cheat_func.h
|
|
|
cheat_gui.cpp
|
Codechange: Use local parameters for formatting settings values. (#13487)
|
2025-02-07 20:18:03 +00:00 |
cheat_type.h
|
|
|
cheat.cpp
|
|
|
clear_cmd.cpp
|
Codechange: Use EnumBitSet for LandscapeTypes and remove LandscapeID. (#13436)
|
2025-02-01 23:09:18 +00:00 |
clear_func.h
|
|
|
clear_map.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
CMakeLists.txt
|
Codechange: change Source into a class with conversion helpers
|
2025-02-09 15:28:35 +01:00 |
command_func.h
|
Codechange: Space between template and < (#13278)
|
2025-01-04 17:56:14 +00:00 |
command_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
command.cpp
|
Codechange: Space between template and < (#13278)
|
2025-01-04 17:56:14 +00:00 |
company_base.h
|
|
|
company_cmd.cpp
|
Codechange: Use enum class for NewsReferenceType.
|
2025-02-07 19:36:52 +00:00 |
company_cmd.h
|
|
|
company_func.h
|
|
|
company_gui.cpp
|
Codechange: Pass raw string to editable query window. (#13481)
|
2025-02-07 17:03:53 +00:00 |
company_gui.h
|
|
|
company_manager_face.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
company_type.h
|
Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS
|
2025-01-28 18:56:58 +01:00 |
console_cmds.cpp
|
Codechange: Use EnumBitSet for CargoClasses. (#13491)
|
2025-02-08 08:46:38 +00:00 |
console_func.h
|
|
|
console_gui.cpp
|
Codechange: Use EnumBitSet for WindowDefaultFlags.
|
2025-01-30 08:40:42 +00:00 |
console_gui.h
|
|
|
console_internal.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
console_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
console.cpp
|
|
|
cpu.cpp
|
|
|
cpu.h
|
|
|
crashlog.cpp
|
|
|
crashlog.h
|
|
|
currency.cpp
|
Codechange: Use enum class for NewsType.
|
2025-02-07 19:36:52 +00:00 |
currency.h
|
Add: Ukrainian Hryvnia currency (#12877)
|
2025-01-31 19:37:58 +00:00 |
date_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
date_gui.h
|
|
|
debug.cpp
|
|
|
debug.h
|
|
|
dedicated.cpp
|
|
|
depot_base.h
|
|
|
depot_cmd.cpp
|
Codechange: ToWindowNumber describes better what is the intent than Pack
|
2025-02-02 15:57:18 +01:00 |
depot_cmd.h
|
|
|
depot_func.h
|
|
|
depot_gui.cpp
|
Codechange: add and use GetDepotDestinationIndex map accessor
|
2025-02-09 14:27:51 +01:00 |
depot_map.h
|
Codechange: add and use GetDepotDestinationIndex map accessor
|
2025-02-09 14:27:51 +01:00 |
depot_type.h
|
|
|
depot.cpp
|
Codechange: ToWindowNumber describes better what is the intent than Pack
|
2025-02-02 15:57:18 +01:00 |
direction_func.h
|
|
|
direction_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
disaster_vehicle.cpp
|
Codechange: Use enum class for NewsType.
|
2025-02-07 19:36:52 +00:00 |
disaster_vehicle.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
dock_cmd.h
|
|
|
dock_gui.cpp
|
Add: Press Ctrl to build diagonal canals in game mode (#13432)
|
2025-02-09 15:30:00 +01:00 |
driver.cpp
|
|
|
driver.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
dropdown_common_type.h
|
Add: Ability to toggle visibility of station signs by facility. (#13207)
|
2025-01-14 21:23:35 +00:00 |
dropdown_func.h
|
Add: Ability to toggle visibility of station signs by facility. (#13207)
|
2025-01-14 21:23:35 +00:00 |
dropdown_type.h
|
|
|
dropdown.cpp
|
Codechange: Use EnumBitSet for NWidgetDisplayFlags.
|
2025-02-06 19:43:35 +00:00 |
economy_base.h
|
Codechange: strongly type CargoPayment
|
2025-02-09 15:07:29 +01:00 |
economy_cmd.h
|
|
|
economy_func.h
|
Codechange: change Source into a class with conversion helpers
|
2025-02-09 15:28:35 +01:00 |
economy_type.h
|
Codechange: strongly type CargoPayment
|
2025-02-09 15:07:29 +01:00 |
economy.cpp
|
Codechange: change Source into a class with conversion helpers
|
2025-02-09 15:28:35 +01:00 |
effectvehicle_base.h
|
|
|
effectvehicle_func.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
effectvehicle.cpp
|
|
|
elrail_func.h
|
Codechange: Use EnumBitSet for RoadTypeFlags and RailTypeFlags. (#13415)
|
2025-01-30 22:08:51 +00:00 |
elrail.cpp
|
|
|
engine_base.h
|
Codechange: Use EnumBitSet for EngineFlags.
|
2025-01-31 18:55:31 +00:00 |
engine_cmd.h
|
|
|
engine_func.h
|
|
|
engine_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
engine_gui.h
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
engine_type.h
|
Codechange: Use EnumBitSet for LandscapeTypes and remove LandscapeID. (#13436)
|
2025-02-01 23:09:18 +00:00 |
engine.cpp
|
Codechange: Use EnumBitSet for CargoClasses. (#13491)
|
2025-02-08 08:46:38 +00:00 |
error_func.h
|
|
|
error_gui.cpp
|
Codechange: Use EnumBitSet for WindowDefaultFlags.
|
2025-01-30 08:40:42 +00:00 |
error.cpp
|
|
|
error.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
fileio_func.h
|
Codechange: Use EnumBitSet for Scanner::Modes. (#13471)
|
2025-02-05 20:08:12 +00:00 |
fileio_type.h
|
Change: Add fonts document to help window
|
2025-02-01 23:51:26 +01:00 |
fileio.cpp
|
Codechange: Use EnumBitSet for Scanner::Modes. (#13471)
|
2025-02-05 20:08:12 +00:00 |
fios_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
fios.cpp
|
Codechange: remove operator!=s that are synthesized
|
2025-02-08 06:37:36 +01:00 |
fios.h
|
Codechange: Use std::vector for GRFConfig lists. (#10835)
|
2025-01-31 17:09:09 +00:00 |
fontcache.cpp
|
Codechange: [WIN32] Use language isocode for fallback font detection (#13310)
|
2025-01-21 15:57:09 +01:00 |
fontcache.h
|
|
|
fontdetection.h
|
Codechange: [WIN32] Use language isocode for fallback font detection (#13310)
|
2025-01-21 15:57:09 +01:00 |
framerate_gui.cpp
|
Codechange: change 'return existing window' to a template parameter
|
2025-02-02 15:57:18 +01:00 |
framerate_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
gamelog_internal.h
|
Codechange: Use EnumBitSet for GRFBug enum.
|
2025-02-02 10:49:45 +00:00 |
gamelog.cpp
|
Codechange: Use EnumBitSet for GRFConfigFlags.
|
2025-02-02 10:49:45 +00:00 |
gamelog.h
|
Codechange: Use EnumBitSet for GRFBug enum.
|
2025-02-02 10:49:45 +00:00 |
genworld_gui.cpp
|
Codechange: Pass raw string to editable query window. (#13481)
|
2025-02-07 17:03:53 +00:00 |
genworld.cpp
|
Fix: Rail/road type conversion data is not populated on new game. (#13403)
|
2025-01-29 21:45:16 +00:00 |
genworld.h
|
Fix: Too many trees when generating trees at same height. (#13460)
|
2025-02-03 19:35:05 +00:00 |
gfx_func.h
|
|
|
gfx_layout_fallback.cpp
|
|
|
gfx_layout_fallback.h
|
|
|
gfx_layout_icu.cpp
|
|
|
gfx_layout_icu.h
|
|
|
gfx_layout.cpp
|
|
|
gfx_layout.h
|
Codechange: Space between template and < (#13278)
|
2025-01-04 17:56:14 +00:00 |
gfx_type.h
|
Codechange: replace MAX_UVALUE with std::numeric_limits::max
|
2025-02-01 01:29:02 +01:00 |
gfx.cpp
|
Codechange: Use enum class for BlitterMode.
|
2025-01-25 21:42:21 +00:00 |
gfxinit.cpp
|
Codechange: Use EnumBitSet for GRFConfigFlags.
|
2025-02-02 10:49:45 +00:00 |
gfxinit.h
|
|
|
goal_base.h
|
Codechange: strongly type GoalID
|
2025-02-09 15:07:29 +01:00 |
goal_cmd.h
|
|
|
goal_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
goal_type.h
|
Codechange: strongly type GoalID
|
2025-02-09 15:07:29 +01:00 |
goal.cpp
|
Codechange: do not use ScriptCompany::CompanyID outside of the script API
|
2025-02-09 12:04:42 +01:00 |
graph_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
graph_gui.h
|
|
|
ground_vehicle.cpp
|
|
|
ground_vehicle.hpp
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
group_cmd.cpp
|
Codechange: ToWindowNumber describes better what is the intent than Pack
|
2025-02-02 15:57:18 +01:00 |
group_cmd.h
|
Codechange: Use EnumBitSet for GroupFlags.
|
2025-01-29 21:46:39 +00:00 |
group_gui.cpp
|
Codechange: set VLI.index through accessor function
|
2025-02-08 10:09:02 +01:00 |
group_gui.h
|
Codechange: change 'return existing window' to a template parameter
|
2025-02-02 15:57:18 +01:00 |
group_type.h
|
|
|
group.h
|
Codechange: Use EnumBitSet for GroupFlags.
|
2025-01-29 21:46:39 +00:00 |
gui.h
|
Codechange: use StoryPageID instead of uint16_t
|
2025-01-21 01:57:05 +01:00 |
heightmap.cpp
|
|
|
heightmap.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
help_gui.cpp
|
Change: Add fonts document to help window
|
2025-02-01 23:51:26 +01:00 |
help_gui.h
|
|
|
highscore_gui.cpp
|
Codechange: Use EnumBitSet for WindowDefaultFlags.
|
2025-01-30 08:40:42 +00:00 |
highscore.cpp
|
|
|
highscore.h
|
|
|
hotkeys.cpp
|
|
|
hotkeys.h
|
|
|
house_type.h
|
|
|
house.h
|
Codechange: Use EnumBitSet for BuildingFlags.
|
2025-02-01 14:16:25 +00:00 |
industry_cmd.cpp
|
Codechange: put SourceType and SourceID into Source struct
|
2025-02-08 06:37:23 +01:00 |
industry_cmd.h
|
Codechange: Use EnumBitSet for IndustryControlFlags.
|
2025-02-07 22:01:59 +00:00 |
industry_gui.cpp
|
Codechange: use IndustryID instead of int
|
2025-02-07 19:26:34 +01:00 |
industry_map.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
industry_type.h
|
Fix #13299: Merge IT_INVALID and INVALID_INDUSTRYTYPE (#13300)
|
2025-01-10 01:17:11 +01:00 |
industry.h
|
Codechange: Use EnumBitSet for IndustryControlFlags.
|
2025-02-07 22:01:59 +00:00 |
industrytype.h
|
Codechange: Use EnumBitSet for IndustryTileSpecialFlags.
|
2025-02-07 12:30:06 +00:00 |
ini_load.cpp
|
|
|
ini_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
ini.cpp
|
|
|
intro_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
landscape_cmd.h
|
|
|
landscape_type.h
|
Codechange: Use EnumBitSet for LandscapeTypes and remove LandscapeID. (#13436)
|
2025-02-01 23:09:18 +00:00 |
landscape.cpp
|
Codechange: Use EnumBitSet for LandscapeTypes and remove LandscapeID. (#13436)
|
2025-02-01 23:09:18 +00:00 |
landscape.h
|
Codechange: use unique_ptr over CallocT and avoid copying table
|
2025-01-13 23:13:28 +01:00 |
language.h
|
|
|
league_base.h
|
Codechange: strongly type LeagueTableID and LeagueTableElementID
|
2025-02-09 15:07:29 +01:00 |
league_cmd.cpp
|
|
|
league_cmd.h
|
|
|
league_gui.cpp
|
Codechange: strongly type LeagueTableID and LeagueTableElementID
|
2025-02-09 15:07:29 +01:00 |
league_gui.h
|
|
|
league_type.h
|
Codechange: strongly type LeagueTableID and LeagueTableElementID
|
2025-02-09 15:07:29 +01:00 |
library_loader.h
|
|
|
livery.h
|
Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS
|
2025-01-28 18:56:58 +01:00 |
main_gui.cpp
|
Codechange: Use EnumBitSet for WindowDefaultFlags.
|
2025-01-30 08:40:42 +00:00 |
map_func.h
|
Codechange: remove operator!=s that are synthesized
|
2025-02-08 06:37:36 +01:00 |
map_type.h
|
|
|
map.cpp
|
Codechange: use std::unique_ptr over CallocT for tiles
|
2025-01-13 23:13:53 +01:00 |
misc_cmd.cpp
|
|
|
misc_cmd.h
|
|
|
misc_gui.cpp
|
Codechange: Pass raw string to editable query window. (#13481)
|
2025-02-07 17:03:53 +00:00 |
misc.cpp
|
Codechange: Use EnumBitSet for pool types
|
2025-02-01 17:04:04 +01:00 |
mixer.cpp
|
|
|
mixer.h
|
|
|
music_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
music.cpp
|
|
|
newgrf_act5.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
newgrf_airport.cpp
|
|
|
newgrf_airport.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
newgrf_airporttiles.cpp
|
Codechange: replace MAX_UVALUE with std::numeric_limits::max
|
2025-02-01 01:29:02 +01:00 |
newgrf_airporttiles.h
|
Codechange: Use EnumBitSet for callback masks.
|
2025-01-31 17:08:24 +00:00 |
newgrf_animation_base.h
|
Codechange: Use EnumBitSet for callback masks.
|
2025-01-31 17:08:24 +00:00 |
newgrf_animation_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
newgrf_callbacks.h
|
Codechange: Use EnumBitSet for callback masks.
|
2025-01-31 17:08:24 +00:00 |
newgrf_canal.cpp
|
Codechange: Use EnumBitSet for callback masks.
|
2025-01-31 17:08:24 +00:00 |
newgrf_canal.h
|
Codechange: Use EnumBitSet for callback masks.
|
2025-01-31 17:08:24 +00:00 |
newgrf_cargo.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
newgrf_cargo.h
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
newgrf_class_func.h
|
|
|
newgrf_class.h
|
|
|
newgrf_commons.cpp
|
Codechange: Use EnumBitSet for GRFBug enum.
|
2025-02-02 10:49:45 +00:00 |
newgrf_commons.h
|
Fix: Rail/road type conversion data is not populated on new game. (#13403)
|
2025-01-29 21:45:16 +00:00 |
newgrf_config.cpp
|
Codechange: Use EnumBitSet for Scanner::Modes. (#13471)
|
2025-02-05 20:08:12 +00:00 |
newgrf_config.h
|
Codechange: Use EnumBitSet for GRFConfigFlags.
|
2025-02-02 10:49:45 +00:00 |
newgrf_debug_gui.cpp
|
Codechange: Pass raw string to editable query window. (#13481)
|
2025-02-07 17:03:53 +00:00 |
newgrf_debug.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
newgrf_engine.cpp
|
Codechange: Use EnumBitSet for CargoClasses. (#13491)
|
2025-02-08 08:46:38 +00:00 |
newgrf_engine.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
newgrf_generic.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
newgrf_generic.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
newgrf_gui.cpp
|
Codechange: Pass raw string to editable query window. (#13481)
|
2025-02-07 17:03:53 +00:00 |
newgrf_house.cpp
|
Codechange: Use EnumBitSet for BuildingFlags.
|
2025-02-01 14:16:25 +00:00 |
newgrf_house.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
newgrf_industries.cpp
|
Codechange: Use EnumBitSet for IndustryControlFlags.
|
2025-02-07 22:01:59 +00:00 |
newgrf_industries.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
newgrf_industrytiles.cpp
|
Codechange: Use EnumBitSet for IndustryTileSpecialFlags.
|
2025-02-07 12:30:06 +00:00 |
newgrf_industrytiles.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
newgrf_object.cpp
|
Codechange: Use EnumBitSet for ObjectFlags. (#13441)
|
2025-02-02 21:15:03 +00:00 |
newgrf_object.h
|
Codechange: Use EnumBitSet for ObjectFlags. (#13441)
|
2025-02-02 21:15:03 +00:00 |
newgrf_profiling.cpp
|
Codechange: replace BSWAP32/BSWAP16 with std::byteswap
|
2025-01-28 19:22:12 +01:00 |
newgrf_profiling.h
|
|
|
newgrf_properties.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
newgrf_railtype.cpp
|
Fix: Rail/road type conversion data is not populated on new game. (#13403)
|
2025-01-29 21:45:16 +00:00 |
newgrf_railtype.h
|
Fix: Rail/road type conversion data is not populated on new game. (#13403)
|
2025-01-29 21:45:16 +00:00 |
newgrf_roadstop.cpp
|
Codechange: Use EnumBitSet for RoadStopDrawModes.
|
2025-02-04 18:52:08 +00:00 |
newgrf_roadstop.h
|
Codechange: Use EnumBitSet for RoadStopDrawModes.
|
2025-02-04 18:52:08 +00:00 |
newgrf_roadtype.cpp
|
Fix: Rail/road type conversion data is not populated on new game. (#13403)
|
2025-01-29 21:45:16 +00:00 |
newgrf_roadtype.h
|
Fix: Rail/road type conversion data is not populated on new game. (#13403)
|
2025-01-29 21:45:16 +00:00 |
newgrf_sound.cpp
|
Codechange: Use EnumBitSet for callback masks.
|
2025-01-31 17:08:24 +00:00 |
newgrf_sound.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
newgrf_spritegroup.cpp
|
|
|
newgrf_spritegroup.h
|
Codechange: strongly type SpriteGroupID
|
2025-02-09 15:07:29 +01:00 |
newgrf_station.cpp
|
Codechange: Use EnumBitSet for StationSpecFlags.
|
2025-02-04 18:52:08 +00:00 |
newgrf_station.h
|
Codechange: Use EnumBitSet for StationSpecFlags.
|
2025-02-04 18:52:08 +00:00 |
newgrf_storage.cpp
|
Codechange: replace BSWAP32/BSWAP16 with std::byteswap
|
2025-01-28 19:22:12 +01:00 |
newgrf_storage.h
|
Codechange: strongly type PersistentStorageID
|
2025-02-09 15:07:29 +01:00 |
newgrf_text_type.h
|
|
|
newgrf_text.cpp
|
Codechange: introduce ReferenceThroughBaseContainer
|
2025-02-09 15:28:03 +01:00 |
newgrf_text.h
|
|
|
newgrf_town.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
newgrf_town.h
|
|
|
newgrf_townname.cpp
|
Codechange: prefer SPECSTR_TOWNNAME_START over _ENGLISH
|
2025-01-04 21:06:07 +01:00 |
newgrf_townname.h
|
|
|
newgrf.cpp
|
Codechange: Use EnumBitSet for CargoClasses. (#13491)
|
2025-02-08 08:46:38 +00:00 |
newgrf.h
|
Codechange: Use std::vector for GRFConfig lists. (#10835)
|
2025-01-31 17:09:09 +00:00 |
news_cmd.h
|
|
|
news_func.h
|
Codechange: Use enum class for NewsReferenceType.
|
2025-02-07 19:36:52 +00:00 |
news_gui.cpp
|
Codechange: Use enum class for NewsReferenceType.
|
2025-02-07 19:36:52 +00:00 |
news_gui.h
|
|
|
news_type.h
|
Codechange: Use enum class for NewsReferenceType.
|
2025-02-07 19:36:52 +00:00 |
object_base.h
|
Codechange: strongly type ObjectID
|
2025-02-09 15:07:29 +01:00 |
object_cmd.cpp
|
Codechange: put SourceType and SourceID into Source struct
|
2025-02-08 06:37:23 +01:00 |
object_cmd.h
|
|
|
object_gui.cpp
|
Codechange: replace MAX_UVALUE with std::numeric_limits::max
|
2025-02-01 01:29:02 +01:00 |
object_map.h
|
Codechange: strongly type ObjectID
|
2025-02-09 15:07:29 +01:00 |
object_type.h
|
Codechange: strongly type ObjectID
|
2025-02-09 15:07:29 +01:00 |
object.h
|
|
|
openttd.cpp
|
Codechange: Use EnumBitSet for Scanner::Modes. (#13471)
|
2025-02-05 20:08:12 +00:00 |
openttd.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
order_backup.cpp
|
|
|
order_backup.h
|
Codechange: strongly type OrderBackupID
|
2025-02-09 15:07:29 +01:00 |
order_base.h
|
Codechange: strongly type OrderID and OrderListID
|
2025-02-09 15:07:29 +01:00 |
order_cmd.cpp
|
Codechange: add and use GetDepotDestinationIndex map accessor
|
2025-02-09 14:27:51 +01:00 |
order_cmd.h
|
Codechange: change DestinationID into class with conversion helpers
|
2025-02-06 21:03:24 +01:00 |
order_func.h
|
|
|
order_gui.cpp
|
Codechange: strongly type OrderID and OrderListID
|
2025-02-09 15:07:29 +01:00 |
order_type.h
|
Codechange: strongly type OrderID and OrderListID
|
2025-02-09 15:07:29 +01:00 |
osk_gui.cpp
|
Codechange: Use EnumBitSet for WindowDefaultFlags.
|
2025-01-30 08:40:42 +00:00 |
palette_func.h
|
Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS
|
2025-01-28 18:56:58 +01:00 |
palette.cpp
|
Codechange: Use EnumBitSet for LandscapeTypes and remove LandscapeID. (#13436)
|
2025-02-01 23:09:18 +00:00 |
pbs.cpp
|
|
|
pbs.h
|
|
|
picker_func.h
|
|
|
picker_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
picker_gui.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
progress.cpp
|
|
|
progress.h
|
|
|
provider_manager.h
|
|
|
querystring_gui.h
|
|
|
rail_cmd.cpp
|
Codechange: Use EnumBitSet for LandscapeTypes and remove LandscapeID. (#13436)
|
2025-02-01 23:09:18 +00:00 |
rail_cmd.h
|
|
|
rail_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
rail_gui.h
|
|
|
rail_map.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
rail_type.h
|
Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS
|
2025-01-28 18:56:58 +01:00 |
rail.cpp
|
Codechange: Use EnumBitSet for LandscapeTypes and remove LandscapeID. (#13436)
|
2025-02-01 23:09:18 +00:00 |
rail.h
|
Codechange: Use EnumBitSet for RoadTypeFlags and RailTypeFlags. (#13415)
|
2025-01-30 22:08:51 +00:00 |
random_access_file_type.h
|
|
|
random_access_file.cpp
|
|
|
rev.cpp.in
|
|
|
rev.h
|
|
|
road_cmd.cpp
|
Codechange: Use EnumBitSet for LandscapeTypes and remove LandscapeID. (#13436)
|
2025-02-01 23:09:18 +00:00 |
road_cmd.h
|
|
|
road_func.h
|
Codechange: Use EnumBitSet for RoadTypeFlags and RailTypeFlags. (#13415)
|
2025-01-30 22:08:51 +00:00 |
road_gui.cpp
|
Codechange: Use EnumBitSet for RoadStopSpecFlags.
|
2025-02-04 18:52:08 +00:00 |
road_gui.h
|
|
|
road_internal.h
|
|
|
road_map.cpp
|
|
|
road_map.h
|
Codechange: use TownID instead of uint
|
2025-02-07 19:41:19 +01:00 |
road_type.h
|
Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS
|
2025-01-28 18:56:58 +01:00 |
road.cpp
|
Codechange: Use EnumBitSet for LandscapeTypes and remove LandscapeID. (#13436)
|
2025-02-01 23:09:18 +00:00 |
road.h
|
Codechange: Use EnumBitSet for RoadTypeFlags and RailTypeFlags. (#13415)
|
2025-01-30 22:08:51 +00:00 |
roadstop_base.h
|
Codechange: strongly type RoadStopID
|
2025-02-09 15:07:29 +01:00 |
roadstop.cpp
|
|
|
roadveh_cmd.cpp
|
Codechange: Use EnumBitSet for CargoClasses. (#13491)
|
2025-02-08 08:46:38 +00:00 |
roadveh_cmd.h
|
|
|
roadveh_gui.cpp
|
Codechange: Use EnumBitSet for FrameFlags.
|
2025-01-30 08:40:42 +00:00 |
roadveh.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
safeguards.h
|
|
|
screenshot_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
screenshot_gui.h
|
|
|
screenshot.cpp
|
Codechange: Use std::vector for GRFConfig lists. (#10835)
|
2025-01-31 17:09:09 +00:00 |
screenshot.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
settings_cmd.h
|
|
|
settings_func.h
|
Codechange: Use std::vector for GRFConfig lists. (#10835)
|
2025-01-31 17:09:09 +00:00 |
settings_gui.cpp
|
Codechange: Use local parameters for formatting settings values. (#13487)
|
2025-02-07 20:18:03 +00:00 |
settings_gui.h
|
|
|
settings_internal.h
|
Codechange: Use local parameters for formatting settings values. (#13487)
|
2025-02-07 20:18:03 +00:00 |
settings_table.cpp
|
Codechange: Use local parameters for formatting settings values. (#13487)
|
2025-02-07 20:18:03 +00:00 |
settings_table.h
|
|
|
settings_type.h
|
Codechange: Use EnumBitSet for CargoClasses. (#13491)
|
2025-02-08 08:46:38 +00:00 |
settings.cpp
|
Codechange: Use local parameters for formatting settings values. (#13487)
|
2025-02-07 20:18:03 +00:00 |
ship_cmd.cpp
|
Codechange: Use enum class for NewsType.
|
2025-02-07 19:36:52 +00:00 |
ship_cmd.h
|
|
|
ship_gui.cpp
|
Codechange: Use EnumBitSet for FrameFlags.
|
2025-01-30 08:40:42 +00:00 |
ship.h
|
|
|
signal_func.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
signal_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
signal.cpp
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
signature.cpp
|
|
|
signature.h
|
|
|
signs_base.h
|
|
|
signs_cmd.cpp
|
|
|
signs_cmd.h
|
|
|
signs_func.h
|
|
|
signs_gui.cpp
|
Codechange: Pass raw string to editable query window. (#13481)
|
2025-02-07 17:03:53 +00:00 |
signs_type.h
|
|
|
signs.cpp
|
Codechange: Pass preformatted string when updating sign positions. (#13480)
|
2025-02-07 13:19:00 +00:00 |
slider_func.h
|
Codechange: Use preformatted strings for slider marks. (#13484)
|
2025-02-07 18:14:53 +00:00 |
slider.cpp
|
Codechange: Use preformatted strings for slider marks. (#13484)
|
2025-02-07 18:14:53 +00:00 |
slope_func.h
|
|
|
slope_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
smallmap_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
smallmap_gui.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
social_integration.cpp
|
|
|
social_integration.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
sortlist_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
sound_func.h
|
|
|
sound_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
sound.cpp
|
|
|
soundloader_func.h
|
|
|
soundloader_opus.cpp
|
|
|
soundloader_raw.cpp
|
|
|
soundloader_type.h
|
|
|
soundloader_wav.cpp
|
Codechange: replace BSWAP32/BSWAP16 with std::byteswap
|
2025-01-28 19:22:12 +01:00 |
soundloader.cpp
|
|
|
source_type.h
|
Codechange: change Source into a class with conversion helpers
|
2025-02-09 15:28:35 +01:00 |
sprite.cpp
|
|
|
sprite.h
|
|
|
spritecache_internal.h
|
|
|
spritecache.cpp
|
Codechange: use std::vector to store SpriteCache instances in
|
2025-01-26 18:00:07 +01:00 |
spritecache.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
station_base.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
station_cmd.cpp
|
Codechange: Use EnumBitSet for CargoClasses. (#13491)
|
2025-02-08 08:46:38 +00:00 |
station_cmd.h
|
|
|
station_func.h
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
station_gui.cpp
|
Codechange: Use EnumBitSet for CargoClasses. (#13491)
|
2025-02-08 08:46:38 +00:00 |
station_gui.h
|
Codechange: Pass rect to DrawStationCoverageAreaText. (#13442)
|
2025-02-02 17:15:47 +00:00 |
station_kdtree.h
|
|
|
station_map.h
|
Codechange: Make RoadStopType an enum class. (#13340)
|
2025-01-19 21:43:17 +00:00 |
station_type.h
|
Codechange: strongly type RoadStopID
|
2025-02-09 15:07:29 +01:00 |
station.cpp
|
Codechange: ToWindowNumber describes better what is the intent than Pack
|
2025-02-02 15:57:18 +01:00 |
statusbar_gui.cpp
|
Codechange: Use EnumBitSet for WindowDefaultFlags.
|
2025-01-30 08:40:42 +00:00 |
statusbar_gui.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
stdafx.h
|
Codechange: replace MAX_UVALUE with std::numeric_limits::max
|
2025-02-01 01:29:02 +01:00 |
story_base.h
|
Codechange: strongly type StoryPageID and StoryPageElementID
|
2025-02-09 15:07:29 +01:00 |
story_cmd.h
|
|
|
story_gui.cpp
|
Codechange: strongly type StoryPageID and StoryPageElementID
|
2025-02-09 15:07:29 +01:00 |
story_type.h
|
Codechange: strongly type StoryPageID and StoryPageElementID
|
2025-02-09 15:07:29 +01:00 |
story.cpp
|
Codechange: strongly type GoalID
|
2025-02-09 15:07:29 +01:00 |
string_base.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
string_func.h
|
|
|
string_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
string.cpp
|
Codechange: Change internal format of encoded strings to improve robustness and allow expansion. (#13499)
|
2025-02-09 12:45:50 +00:00 |
stringfilter_type.h
|
|
|
stringfilter.cpp
|
|
|
strings_func.h
|
Codechange: Add version of GetString() that takes parameters directly.
|
2025-02-07 12:30:34 +00:00 |
strings_internal.h
|
Codechange: Detemplatise uint64_t version of GetNextParameters(). (#13488)
|
2025-02-07 18:54:40 +00:00 |
strings_type.h
|
Codechange: Use std::array as simple string parameter container.
|
2025-02-07 12:30:34 +00:00 |
strings.cpp
|
Codechange: Change internal format of encoded strings to improve robustness and allow expansion. (#13499)
|
2025-02-09 12:45:50 +00:00 |
subsidy_base.h
|
Codechange: change Source into a class with conversion helpers
|
2025-02-09 15:28:35 +01:00 |
subsidy_cmd.h
|
Codechange: change Source into a class with conversion helpers
|
2025-02-09 15:28:35 +01:00 |
subsidy_func.h
|
Codechange: put SourceType and SourceID into Source struct
|
2025-02-08 06:37:23 +01:00 |
subsidy_gui.cpp
|
Codechange: change Source into a class with conversion helpers
|
2025-02-09 15:28:35 +01:00 |
subsidy_type.h
|
Codechange: strongly type Subsidy
|
2025-02-09 15:07:29 +01:00 |
subsidy.cpp
|
Codechange: change Source into a class with conversion helpers
|
2025-02-09 15:28:35 +01:00 |
survey.cpp
|
Codechange: Use EnumBitSet for GRFConfigFlags.
|
2025-02-02 10:49:45 +00:00 |
survey.h
|
|
|
tar_type.h
|
|
|
terraform_cmd.cpp
|
|
|
terraform_cmd.h
|
|
|
terraform_gui.cpp
|
Codechange: Use EnumBitSet for LandscapeTypes and remove LandscapeID. (#13436)
|
2025-02-01 23:09:18 +00:00 |
terraform_gui.h
|
|
|
textbuf_gui.h
|
Codechange: Pass raw string to editable query window. (#13481)
|
2025-02-07 17:03:53 +00:00 |
textbuf_type.h
|
Codechange: Pass raw string to editable query window. (#13481)
|
2025-02-07 17:03:53 +00:00 |
textbuf.cpp
|
Codechange: Pass raw string to editable query window. (#13481)
|
2025-02-07 17:03:53 +00:00 |
texteff.cpp
|
Codechange: Pass preformatted string when updating sign positions. (#13480)
|
2025-02-07 13:19:00 +00:00 |
texteff.hpp
|
|
|
textfile_gui.cpp
|
Codechange: Use EnumBitSet for WindowDefaultFlags.
|
2025-01-30 08:40:42 +00:00 |
textfile_gui.h
|
|
|
textfile_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
tgp.cpp
|
Codechange: Refactor AllocHeightMap to return void since it always returns true (#13379)
|
2025-02-04 18:52:52 +00:00 |
tgp.h
|
|
|
thread.h
|
Codechange: Space between template and < (#13278)
|
2025-01-04 17:56:14 +00:00 |
tile_cmd.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
tile_map.cpp
|
|
|
tile_map.h
|
|
|
tile_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
tilearea_type.h
|
Codechange: remove operator!=s that are synthesized
|
2025-02-08 06:37:36 +01:00 |
tilearea.cpp
|
|
|
tilehighlight_func.h
|
|
|
tilehighlight_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
timetable_cmd.cpp
|
|
|
timetable_cmd.h
|
|
|
timetable_gui.cpp
|
Codechange: strongly type OrderID and OrderListID
|
2025-02-09 15:07:29 +01:00 |
timetable.h
|
|
|
toolbar_gui.cpp
|
Codechange: strongly type LeagueTableID and LeagueTableElementID
|
2025-02-09 15:07:29 +01:00 |
toolbar_gui.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
town_cmd.cpp
|
Codechange: do not use ScriptCompany::CompanyID outside of the script API
|
2025-02-09 12:04:42 +01:00 |
town_cmd.h
|
|
|
town_gui.cpp
|
Codechange: Pass raw string to editable query window. (#13481)
|
2025-02-07 17:03:53 +00:00 |
town_kdtree.h
|
|
|
town_map.h
|
|
|
town_type.h
|
Codechange: use INVALID_TOWN instead of 0 to denote 'not applicable'
|
2025-01-19 16:54:42 +01:00 |
town.h
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
townname_func.h
|
|
|
townname_type.h
|
Codechange: change SPECSTR_ to StringID and remove unused enumeration
|
2025-01-04 21:06:07 +01:00 |
townname.cpp
|
Codechange: prefer SPECSTR_TOWNNAME_START over _ENGLISH
|
2025-01-04 21:06:07 +01:00 |
track_func.h
|
|
|
track_type.h
|
Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS
|
2025-01-28 18:56:58 +01:00 |
train_cmd.cpp
|
Codechange: Use enum class for NewsType.
|
2025-02-07 19:36:52 +00:00 |
train_cmd.h
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
train_gui.cpp
|
Codechange: remove operator!=s that are synthesized
|
2025-02-08 06:37:36 +01:00 |
train.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
transparency_gui.cpp
|
Codechange: Use EnumBitSet for FrameFlags.
|
2025-01-30 08:40:42 +00:00 |
transparency_gui.h
|
|
|
transparency.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
transport_type.h
|
|
|
tree_cmd.cpp
|
Fix: Too many trees when generating trees at same height. (#13460)
|
2025-02-03 19:35:05 +00:00 |
tree_cmd.h
|
|
|
tree_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
tree_map.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
tunnel_map.cpp
|
|
|
tunnel_map.h
|
|
|
tunnelbridge_cmd.cpp
|
Codechange: Use EnumBitSet for ObjectFlags. (#13441)
|
2025-02-02 21:15:03 +00:00 |
tunnelbridge_cmd.h
|
|
|
tunnelbridge_map.h
|
|
|
tunnelbridge.h
|
|
|
vehicle_base.h
|
Codechange: prepare the pool for strongly typed pool element IDs
|
2025-02-09 15:07:29 +01:00 |
vehicle_cmd.cpp
|
Codechange: Use EnumBitSet for CargoClasses. (#13491)
|
2025-02-08 08:46:38 +00:00 |
vehicle_cmd.h
|
Codechange: Use EnumBitSet for DepotCommand(Flag)s.
|
2025-01-29 21:46:39 +00:00 |
vehicle_func.h
|
Fix: Missing error messages with sell- and autoreplace-all commands. (#13469)
|
2025-02-04 22:30:42 +00:00 |
vehicle_gui_base.h
|
Codechange: allow passing extra constructor arguments via AllocateWindowDescFront
|
2025-02-02 15:57:18 +01:00 |
vehicle_gui.cpp
|
Codechange: add and use GetDepotDestinationIndex map accessor
|
2025-02-09 14:27:51 +01:00 |
vehicle_gui.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
vehicle_type.h
|
Codechange: Use EnumBitSet for DepotCommand(Flag)s.
|
2025-01-29 21:46:39 +00:00 |
vehicle.cpp
|
Codechange: Use EnumBitSet for CargoClasses. (#13491)
|
2025-02-08 08:46:38 +00:00 |
vehiclelist_cmd.h
|
|
|
vehiclelist_func.h
|
|
|
vehiclelist.cpp
|
Codechange: read VLI.index through wrapper to get the right type
|
2025-02-08 10:09:02 +01:00 |
vehiclelist.h
|
Codechange: set VLI.index through accessor function
|
2025-02-08 10:09:02 +01:00 |
viewport_cmd.h
|
|
|
viewport_func.h
|
Codechange: Space between template and < (#13278)
|
2025-01-04 17:56:14 +00:00 |
viewport_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
viewport_kdtree.h
|
|
|
viewport_sprite_sorter_sse4.cpp
|
|
|
viewport_sprite_sorter.h
|
|
|
viewport_type.h
|
Codechange: Pass preformatted string when updating sign positions. (#13480)
|
2025-02-07 13:19:00 +00:00 |
viewport.cpp
|
Codechange: Pass preformatted string when updating sign positions. (#13480)
|
2025-02-07 13:19:00 +00:00 |
void_cmd.cpp
|
|
|
void_map.h
|
|
|
water_cmd.cpp
|
Codechange: Use enum class for NewsType.
|
2025-02-07 19:36:52 +00:00 |
water_cmd.h
|
|
|
water_map.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
water.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
waypoint_base.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
waypoint_cmd.cpp
|
Codechange: Pass preformatted string when updating sign positions. (#13480)
|
2025-02-07 13:19:00 +00:00 |
waypoint_cmd.h
|
|
|
waypoint_func.h
|
|
|
waypoint_gui.cpp
|
Codechange: Pass raw string to editable query window. (#13481)
|
2025-02-07 17:03:53 +00:00 |
waypoint.cpp
|
Codechange: Make StationType an enum class. (#13339)
|
2025-01-19 20:53:08 +00:00 |
widget_type.h
|
Codechange: Use EnumBitSet for NWidgetDisplayFlags.
|
2025-02-06 19:43:35 +00:00 |
widget.cpp
|
Codechange: Use EnumBitSet for NWidgetDisplayFlags.
|
2025-02-06 19:43:35 +00:00 |
window_func.h
|
Codechange: strongly type StoryPageID and StoryPageElementID
|
2025-02-09 15:07:29 +01:00 |
window_gui.h
|
Codechange: remove operator!=s that are synthesized
|
2025-02-08 06:37:36 +01:00 |
window_type.h
|
Codechange: make WindowNumber accept ConvertibleThroughBase types
|
2025-02-02 19:45:17 +01:00 |
window.cpp
|
Codechange: Use EnumBitSet for NWidgetDisplayFlags.
|
2025-02-06 19:43:35 +00:00 |
zoom_func.h
|
|
|
zoom_type.h
|
Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS
|
2025-01-28 18:56:58 +01:00 |