.. |
3rdparty
|
Codechange: Use EncodeUtf8 and DecodeUtf8 directly, when dealing with a single character.
|
2025-04-03 18:43:41 +02:00 |
ai
|
Codechange: Pass ContentInfo by reference.
|
2025-04-11 23:08:59 +01:00 |
blitter
|
Codechange: Use unique_ptr to manage blitters. (#13904)
|
2025-03-27 08:38:58 +00:00 |
core
|
Codechange: Generalize StringBuilder.
|
2025-04-08 23:10:58 +02:00 |
fontcache
|
Codechange: Rename _library to _ft_library.
|
2025-04-11 22:11:28 +02:00 |
game
|
Codechange: Pass ContentInfo by reference.
|
2025-04-11 23:08:59 +01:00 |
lang
|
Update: Translations from eints
|
2025-04-13 05:04:53 +00:00 |
linkgraph
|
Codechange: Pass Viewport by reference.
|
2025-04-09 22:03:23 +01:00 |
misc
|
Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964)
|
2025-04-08 20:57:50 +00:00 |
music
|
Fix #13921, d95422561b: [Win32] Don't try close an already closed event handle during destruction.
|
2025-03-30 19:01:45 +02:00 |
network
|
Change: Queue content ID information requests. (#13990)
|
2025-04-12 12:50:36 +01:00 |
newgrf
|
Codechange: Rename _cur to _cur_gps.
|
2025-04-11 22:11:28 +02:00 |
os
|
Codechange: Rename _library to _ft_library.
|
2025-04-11 22:11:28 +02:00 |
pathfinder
|
Codefix: Avoid uppercase characters in variable names. (#13985)
|
2025-04-10 07:19:27 +01:00 |
saveload
|
Codechange: Rename _current_data to _current_gamestrings_data.
|
2025-04-11 22:11:28 +02:00 |
script
|
Remove: Drop support for UCS2/UTF-16 encoded scripts. (#13992)
|
2025-04-13 15:52:01 +02:00 |
settingsgen
|
Codechange: Generalize StringBuilder.
|
2025-04-08 23:10:58 +02:00 |
sound
|
Codechange: Use unique_ptr to manage drivers.
|
2025-03-28 17:44:07 +00:00 |
spriteloader
|
Codechange: Include table/strings.h in files that use StringIDs.
|
2025-03-21 12:53:40 +00:00 |
strgen
|
Codechange: Move global strgen state into a single struct.
|
2025-04-11 22:11:28 +02:00 |
table
|
Add #12939: [NewGRF] Add road-/tram-/rail-type variable 0x45 to get mutual road-/tram-/rail-type on same tile. (#13934)
|
2025-04-13 13:23:10 +02:00 |
tests
|
Codechange: Replace remaining Utf8Encode usages with StringBuilder.
|
2025-04-08 23:10:58 +02:00 |
timer
|
Change: Queue content ID information requests. (#13990)
|
2025-04-12 12:50:36 +01:00 |
video
|
Codechange: Use EncodeUtf8 and DecodeUtf8 directly, when dealing with a single character.
|
2025-04-03 18:43:41 +02:00 |
widgets
|
Feature: Prevent towns from upgrading individually-placed houses (#13270)
|
2025-02-09 20:37:06 +00:00 |
CMakeLists.txt
|
Codechange: Split baseset type definitions into separate files.
|
2025-03-27 18:57:53 +00:00 |
aircraft.h
|
Codechange: Use EnumBitSet for VehStates. (#13755)
|
2025-03-08 18:24:21 +00:00 |
aircraft_cmd.cpp
|
Codechange: Add vehicle owner to crash event (#13878)
|
2025-03-25 22:53:44 +01:00 |
aircraft_cmd.h
|
Codechange: Use EnumBitSet for DoCommandFlags
|
2025-02-14 00:28:57 +01:00 |
aircraft_gui.cpp
|
Codechange: Use EnumBitSet for VehStates. (#13755)
|
2025-03-08 18:24:21 +00:00 |
airport.cpp
|
Codechange: Include table/strings.h in files that use StringIDs.
|
2025-03-21 12:53:40 +00:00 |
airport.h
|
Codechange: Use EnumBitSet for AirportMovingDataFlags. (#13754)
|
2025-03-06 19:03:41 +00:00 |
airport_cmd.h
|
…
|
|
airport_gui.cpp
|
Codefix: Avoid uppercase characters in variable names. (#13985)
|
2025-04-10 07:19:27 +01:00 |
animated_tile.cpp
|
Fix 6a07f28103: Clearing animated tiles may lead to invalid state. (#13192)
|
2024-12-23 22:35:43 +01:00 |
animated_tile_func.h
|
Fix 6a07f28103: Clearing animated tiles may lead to invalid state. (#13192)
|
2024-12-23 22:35:43 +01:00 |
animated_tile_map.h
|
Codechange: Store animated tile state in map to improve performance.
|
2024-12-01 21:19:28 +00:00 |
articulated_vehicles.cpp
|
Codechange: Use EnumBitSet for VehStates. (#13755)
|
2025-03-08 18:24:21 +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
|
Add: Basic autocompletion on tab for console commands (#12163)
|
2024-03-13 21:43:08 +01:00 |
autoreplace.cpp
|
Codechange: explicitly initialise EngineRenew member variables
|
2025-02-18 07:21:11 +01:00 |
autoreplace_base.h
|
Codechange: explicitly initialise EngineRenew member variables
|
2025-02-18 07:21:11 +01:00 |
autoreplace_cmd.cpp
|
Codechange: Use EnumBitSet for RailTypes.
|
2025-03-25 20:15:48 +00:00 |
autoreplace_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
autoreplace_func.h
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
autoreplace_gui.cpp
|
Fix: Not enough parameters supplied for Autoreplace window caption. (#13886)
|
2025-03-24 23:01:04 +00:00 |
autoreplace_gui.h
|
…
|
|
autoreplace_type.h
|
…
|
|
autoslope.h
|
Codechange: split GetRoadDir as bays have DiagDir and drive throughs have Axis
|
2024-10-24 20:40:32 +02:00 |
base_consist.cpp
|
Codechange: Use EnumBitSet for VehicleFlags. (#13793)
|
2025-03-13 08:38:54 +00:00 |
base_consist.h
|
Codechange: Use EnumBitSet for VehicleFlags. (#13793)
|
2025-03-13 08:38:54 +00:00 |
base_media_base.h
|
Codechange: Pass ContentInfo by reference.
|
2025-04-11 23:08:59 +01:00 |
base_media_func.h
|
Codechange: Pass ContentInfo by reference.
|
2025-04-11 23:08:59 +01:00 |
base_media_graphics.h
|
Codechange: Use template specialisation and instantiation for BaseMedia methods.
|
2025-03-27 18:57:53 +00:00 |
base_media_music.h
|
Codechange: Use traits to define BaseSet parameters.
|
2025-03-27 18:57:53 +00:00 |
base_media_sounds.h
|
Codechange: Use traits to define BaseSet parameters.
|
2025-03-27 18:57:53 +00:00 |
base_station_base.h
|
Codechange: explicitly initialise (Base)Station related member variables
|
2025-02-18 20:02:23 +01:00 |
bitmap_type.h
|
…
|
|
bmp.cpp
|
Codechange: Replace BmpBuffer with RandomAccessFile.
|
2024-08-24 22:11:04 +01:00 |
bmp.h
|
Codechange: Replace BmpBuffer with RandomAccessFile.
|
2024-08-24 22:11:04 +01:00 |
bootstrap_gui.cpp
|
Codechange: Pass ContentInfo by reference.
|
2025-04-11 23:08:59 +01:00 |
bridge.h
|
Codechange: use std::vector/std::span over MallocT for NewGRF bridge sprites
|
2025-02-22 15:34:32 +01:00 |
bridge_gui.cpp
|
Codechange: Use parameterised GetString() for various build windows. (#13676)
|
2025-03-01 11:08:46 +00:00 |
bridge_map.cpp
|
Codechange: Use references for non-optional in/out values of slope functions
|
2024-03-08 18:08:55 +01:00 |
bridge_map.h
|
Fix: MayHaveRoad claimed rail station tiles had road, so the custom stationspec index would be read as roadtype. (#13949)
|
2025-04-04 11:49:10 +02:00 |
build_vehicle_gui.cpp
|
Codechange: Rename short CargoType parameters `cargo`. (#13848)
|
2025-03-24 18:18:21 +00:00 |
cachecheck.cpp
|
Codechange: Use EnumBitSet for VehStates. (#13755)
|
2025-03-08 18:24:21 +00:00 |
cargo_type.h
|
Codechange: Rename short CargoType parameters `cargo`. (#13848)
|
2025-03-24 18:18:21 +00: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: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
cargopacket.cpp
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
cargopacket.h
|
Codechange: initialise instance members
|
2025-03-09 20:41:03 +01:00 |
cargotype.cpp
|
Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964)
|
2025-04-08 20:57:50 +00:00 |
cargotype.h
|
Codechange: Rename short CargoType parameters `cargo`. (#13848)
|
2025-03-24 18:18:21 +00:00 |
cheat.cpp
|
Fix #12973: Don't exclude high score after using sandbox
|
2024-10-24 08:38:16 +02:00 |
cheat_func.h
|
Codechange: Remove unused extern declarations.
|
2025-04-11 22:11:28 +02:00 |
cheat_gui.cpp
|
Codechange: Include table/strings.h in files that use StringIDs.
|
2025-03-21 12:53:40 +00:00 |
cheat_type.h
|
…
|
|
clear_cmd.cpp
|
Codechange: Use EnumBitSet for GrfMiscBits. (#13873)
|
2025-03-22 21:07:59 +00:00 |
clear_func.h
|
Codechange: rename byte to uint8_t (#12308)
|
2024-03-16 23:59:32 +01:00 |
clear_map.h
|
Codechange: Handle SnowTile state separately from ClearGround.
|
2025-02-25 08:22:46 +00:00 |
command.cpp
|
Fix #13838: Formatted error message of sub-errors may be lost. (#13840)
|
2025-03-18 08:39:40 +00:00 |
command_func.h
|
Fix #13760: Store encoded error message inside CommandCost. (#13764)
|
2025-03-15 20:09:11 +00:00 |
command_type.h
|
Fix #13838: Formatted error message of sub-errors may be lost. (#13840)
|
2025-03-18 08:39:40 +00:00 |
company_base.h
|
Codechange: Avoid STR_NULL in header file.
|
2025-03-21 12:53:40 +00:00 |
company_cmd.cpp
|
Codechange: Use std::swap() instead of Swap() (#13883)
|
2025-03-24 23:47:34 +00:00 |
company_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
company_func.h
|
Codechange: use ReferenceThroughBaseContainer for containers that are index by CompanyID
|
2025-02-16 14:02:18 +01:00 |
company_gui.cpp
|
Fix: Numbers were left-aligned for RTL languages in several windows. (#13959)
|
2025-04-04 11:48:50 +02:00 |
company_gui.h
|
…
|
|
company_manager_face.h
|
Fix: Improve manager face randomisation
|
2025-03-09 19:22:25 +01:00 |
company_type.h
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
console.cpp
|
Codechange: Use EnumBitSet for StringValidationSettings. (#13974)
|
2025-04-08 21:19:17 +01:00 |
console_cmds.cpp
|
Codechange: Use unique_ptr to manage ContentInfo lifetime.
|
2025-04-11 23:08:59 +01:00 |
console_func.h
|
Codefix: First format argument of IConsolePrint not passed by reference (#12966)
|
2024-10-01 14:12:19 +01:00 |
console_gui.cpp
|
Codechange: Use parameterised GetString() for remaining windows.
|
2025-03-02 07:29:25 +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 |
cpu.cpp
|
…
|
|
cpu.h
|
…
|
|
crashlog.cpp
|
Codechange: use std::move when appropriate
|
2025-03-13 13:00:24 +01:00 |
crashlog.h
|
…
|
|
currency.cpp
|
Codechange: Use EncodedStrings for News messages. (#13654)
|
2025-02-23 20:24:02 +00:00 |
currency.h
|
Add: Ukrainian Hryvnia currency (#12877)
|
2025-01-31 19:37:58 +00:00 |
date_gui.cpp
|
Codechange: Include table/strings.h in files that use StringIDs.
|
2025-03-21 12:53:40 +00:00 |
date_gui.h
|
…
|
|
debug.cpp
|
Codechange: Use emplace_back instead of push_back. (#13855)
|
2025-03-20 17:39:10 +00:00 |
debug.h
|
Codechange: Use emplace_back instead of push_back. (#13855)
|
2025-03-20 17:39:10 +00:00 |
dedicated.cpp
|
Codechange: Replace all FILE * with FileHandle RAII class. (#12718)
|
2024-09-16 08:45:26 +01:00 |
depot.cpp
|
Codechange: ToWindowNumber describes better what is the intent than Pack
|
2025-02-02 15:57:18 +01:00 |
depot_base.h
|
Codechange: explicitly initialise Depot member variables
|
2025-02-18 07:21:04 +01:00 |
depot_cmd.cpp
|
Codechange: Use EnumBitSet for DoCommandFlags
|
2025-02-14 00:28:57 +01:00 |
depot_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
depot_func.h
|
…
|
|
depot_gui.cpp
|
Fix: Numbers were left-aligned for RTL languages in several windows. (#13959)
|
2025-04-04 11:48:50 +02:00 |
depot_map.h
|
Codechange: strongly type DepotID
|
2025-02-09 16:52:21 +01:00 |
depot_type.h
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +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: Add vehicle owner to crash event (#13878)
|
2025-03-25 22:53:44 +01:00 |
disaster_vehicle.h
|
Codechange: explicitly initialise Vehicle related member variables
|
2025-02-18 22:11:04 +01:00 |
dock_cmd.h
|
…
|
|
dock_gui.cpp
|
Codechange: explicitly initialise member variables of Windows
|
2025-02-23 14:53:42 +01:00 |
driver.cpp
|
Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964)
|
2025-04-08 20:57:50 +00:00 |
driver.h
|
Codechange: Use unique_ptr to manage drivers.
|
2025-03-28 17:44:07 +00:00 |
dropdown.cpp
|
Codechange: Move template class implementation includes.
|
2025-03-21 12:53:40 +00:00 |
dropdown_common_type.h
|
Codechange: Move template class implementation includes.
|
2025-03-21 12:53:40 +00:00 |
dropdown_func.h
|
Codechange: Use only raw strings in drop down lists. (#13667)
|
2025-02-27 21:11:16 +00:00 |
dropdown_type.h
|
Codechange: Move drop down list item definitions to separate header.
|
2024-04-01 22:33:16 +01:00 |
economy.cpp
|
Codechange: Use EnumBitSet for GoodsEntry status. (#13899)
|
2025-03-26 21:22:33 +00:00 |
economy_base.h
|
Codechange: explicitly initialise CargoPayment member variables
|
2025-02-18 07:20:49 +01:00 |
economy_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
economy_func.h
|
Codechange: Rename short CargoType parameters `cargo`. (#13848)
|
2025-03-24 18:18:21 +00:00 |
economy_type.h
|
Codechange: remove ZeroedMemoryAllocator from GRFFile
|
2025-02-22 14:58:26 +01:00 |
effectvehicle.cpp
|
Codechange: Use EnumBitSet for VehStates. (#13755)
|
2025-03-08 18:24:21 +00:00 |
effectvehicle_base.h
|
Codechange: initialise instance members
|
2025-03-09 20:41:03 +01:00 |
effectvehicle_func.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
elrail.cpp
|
Codefix: Avoid uppercase characters in variable names. (#13985)
|
2025-04-10 07:19:27 +01:00 |
elrail_func.h
|
Codechange: Use EnumBitSet for RoadTypeFlags and RailTypeFlags. (#13415)
|
2025-01-30 22:08:51 +00:00 |
engine.cpp
|
Codechange: Use EnumBitSet for RailTypes.
|
2025-03-25 20:15:48 +00:00 |
engine_base.h
|
Fix #13795: size_t mayn't be the same size as uint64_t. (#13796)
|
2025-03-11 17:55:33 +00:00 |
engine_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
engine_func.h
|
…
|
|
engine_gui.cpp
|
Codechange: explicitly initialise member variables of Windows
|
2025-02-23 14:53:42 +01:00 |
engine_gui.h
|
Add: NewGRF Badges.
|
2025-02-16 22:24:25 +00:00 |
engine_type.h
|
Fix #13729, f8b1e30: Incorrect conversion of EngineFlags to EngineFlag (#13743)
|
2025-03-05 09:12:06 +00:00 |
error.cpp
|
Codechange: use std::source_location over __FILE__ and __LINE__ for NOT_REACHED
|
2024-03-10 10:14:20 +01:00 |
error.h
|
Fix #13760: Store encoded error message inside CommandCost. (#13764)
|
2025-03-15 20:09:11 +00:00 |
error_func.h
|
Codechange: Use `__VA_OPT__(,)` instead of `, ##` (#12921)
|
2024-09-12 07:06:15 +01:00 |
error_gui.cpp
|
Fix: Error message window timeout doesn't match setting
|
2025-03-15 22:08:19 +01:00 |
fileio.cpp
|
Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964)
|
2025-04-08 20:57:50 +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 |
fios.cpp
|
Codechange: Pass ContentInfo by reference.
|
2025-04-11 23:08:59 +01:00 |
fios.h
|
Codechange: Pass ContentInfo by reference.
|
2025-04-11 23:08:59 +01:00 |
fios_gui.cpp
|
Codechange: Load check data is only interested in landscape and starting_year.
|
2025-03-26 10:54:11 +00:00 |
fontcache.cpp
|
Codechange: use std::move when appropriate
|
2025-03-13 13:00:24 +01:00 |
fontcache.h
|
Fix #12735: Default fonts should use default font size as-is. (#12814)
|
2024-06-26 12:45:39 +01:00 |
fontdetection.h
|
Codechange: [WIN32] Use language isocode for fallback font detection (#13310)
|
2025-01-21 15:57:09 +01:00 |
framerate_gui.cpp
|
Fix: Numbers were left-aligned for RTL languages in several windows. (#13959)
|
2025-04-04 11:48:50 +02: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.cpp
|
Cleanup: Fix various spelling errors
|
2025-02-12 22:44:51 +01:00 |
gamelog.h
|
Codechange: Use EnumBitSet for GRFBug enum.
|
2025-02-02 10:49:45 +00:00 |
gamelog_internal.h
|
Codechange: initialise instance members
|
2025-03-09 20:41:03 +01:00 |
genworld.cpp
|
Change: [Script] Start GS (but don't run it) when generating world in scenario editor (#13961)
|
2025-04-04 12:52:02 +02:00 |
genworld.h
|
Codefix: 'Short global name'
|
2025-02-15 21:06:28 +01:00 |
genworld_gui.cpp
|
Codechange: Move template class implementation includes.
|
2025-03-21 12:53:40 +00:00 |
gfx.cpp
|
Codechange: Use a std::span as input for GfxFillPolygon (#13866)
|
2025-03-22 15:16:14 +00:00 |
gfx_func.h
|
Codechange: Use a std::span as input for GfxFillPolygon (#13866)
|
2025-03-22 15:16:14 +00:00 |
gfx_layout.cpp
|
Codechange: Use Utf8View to const-iterate over strings, if no particular error handling is needed.
|
2025-04-03 18:43:41 +02:00 |
gfx_layout.h
|
Codechange: manage the ParagraphLayouter's buffer with std::unique_ptr
|
2025-03-03 16:42:48 +01:00 |
gfx_layout_fallback.cpp
|
Codefix: Use snake_case instead of camelCase in layouters.
|
2024-12-20 19:05:08 +00:00 |
gfx_layout_fallback.h
|
Codefix: Use snake_case instead of camelCase in layouters.
|
2024-12-20 19:05:08 +00:00 |
gfx_layout_icu.cpp
|
Codefix: possible out-of-bounds array indexing
|
2025-03-10 07:09:49 +01:00 |
gfx_layout_icu.h
|
Codefix: Use snake_case instead of camelCase in layouters.
|
2024-12-20 19:05:08 +00:00 |
gfx_type.h
|
Codechange: remove uses of MemCmpT (and MemMoveT)
|
2025-03-18 21:18:37 +01:00 |
gfxinit.cpp
|
Fix: Reference to the correct section of the README, if a graphics or a sound set is incomplete. (#13946)
|
2025-04-03 13:40:16 +02:00 |
gfxinit.h
|
…
|
|
goal.cpp
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
goal_base.h
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
goal_cmd.h
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
goal_gui.cpp
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
goal_type.h
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
graph_gui.cpp
|
Fix #13955: Make graphs respect RTL (#13957)
|
2025-04-03 21:17:34 +02:00 |
graph_gui.h
|
Feature: Industry production graph (#10541)
|
2024-10-31 22:35:04 +00:00 |
ground_vehicle.cpp
|
Codefix: potential integer overflow before widening integer
|
2025-03-12 22:00:44 +01:00 |
ground_vehicle.hpp
|
Codechange: explicitly initialise Vehicle related member variables
|
2025-02-18 22:11:04 +01:00 |
group.h
|
Codechange: explicitly initialise Group member variables
|
2025-02-18 18:17:56 +01:00 |
group_cmd.cpp
|
Codechange: explicitly initialise Group member variables
|
2025-02-18 18:17:56 +01:00 |
group_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
group_gui.cpp
|
Codechange: Include table/strings.h in files that use StringIDs.
|
2025-03-21 12:53:40 +00:00 |
group_gui.h
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
group_type.h
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
gui.h
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
heightmap.cpp
|
Codechange: Use EncodedString for error messages. (#13569)
|
2025-02-16 10:04:32 +00:00 |
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
|
Codefix: std::string_view::data() is not necessarily null terminated. (#13891)
|
2025-03-25 20:32:19 +01:00 |
help_gui.h
|
…
|
|
highscore.cpp
|
Codechange: Include table/strings.h in files that use StringIDs.
|
2025-03-21 12:53:40 +00:00 |
highscore.h
|
…
|
|
highscore_gui.cpp
|
Codechange: Include table/strings.h in files that use StringIDs.
|
2025-03-21 12:53:40 +00:00 |
hotkeys.cpp
|
Codechange: Use std::ranges::find where possible.
|
2024-11-24 10:36:03 +00:00 |
hotkeys.h
|
…
|
|
house.h
|
Codefix: Avoid using override keyword as member name.
|
2025-04-09 22:02:35 +01:00 |
house_type.h
|
…
|
|
industry.h
|
Codechange: Use EnumBitSet for PartsOfSubsidy. (#13791)
|
2025-03-10 18:59:21 +00:00 |
industry_cmd.cpp
|
Codechange: Rename _ignore_restrictions to _ignore_industry_restrictions.
|
2025-04-11 22:11:28 +02:00 |
industry_cmd.h
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
industry_gui.cpp
|
Codechange: Rename _ignore_restrictions to _ignore_industry_restrictions.
|
2025-04-11 22:11:28 +02:00 |
industry_map.h
|
Codechange: strongly type IndustryID
|
2025-02-16 14:50:15 +01:00 |
industry_type.h
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
industrytype.h
|
Codefix: Avoid using override keyword as member name.
|
2025-04-09 22:02:35 +01:00 |
ini.cpp
|
Codefix: do not pass invalid file descriptor to fdatasync
|
2025-03-09 19:10:33 +01:00 |
ini_load.cpp
|
Codefix: std::move string leaves the old one in an undefined state
|
2025-03-09 22:19:54 +01:00 |
ini_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
intro_gui.cpp
|
Codechange: Pass Viewport by reference.
|
2025-04-09 22:03:23 +01:00 |
landscape.cpp
|
Codechange: Use std::swap() instead of Swap() (#13883)
|
2025-03-24 23:47:34 +00:00 |
landscape.h
|
Codechange: use unique_ptr over CallocT and avoid copying table
|
2025-01-13 23:13:28 +01:00 |
landscape_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
landscape_type.h
|
Codechange: Use EnumBitSet for LandscapeTypes and remove LandscapeID. (#13436)
|
2025-02-01 23:09:18 +00:00 |
language.h
|
Codechange: Use std::string and std::string_view instead of C strings.
|
2025-03-24 23:10:13 +01:00 |
league_base.h
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
league_cmd.cpp
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
league_cmd.h
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
league_gui.cpp
|
Fix: Numbers were left-aligned for RTL languages in several windows. (#13959)
|
2025-04-04 11:48:50 +02:00 |
league_gui.h
|
…
|
|
league_type.h
|
Codechange: explicitly initialise LeaugeTable and LeagueTableElement member variables
|
2025-02-18 18:41:14 +01:00 |
library_loader.h
|
…
|
|
livery.h
|
Codechange: explicitly initialise Company member variables
|
2025-02-22 16:33:05 +01:00 |
main_gui.cpp
|
Codechange: Pass Viewport by reference.
|
2025-04-09 22:03:23 +01:00 |
map.cpp
|
Codechange: remove unused alloc_func.hpp includes
|
2025-02-24 20:00:19 +01:00 |
map_func.h
|
Cleanup: Fix various spelling errors
|
2025-02-12 22:44:51 +01:00 |
map_type.h
|
Cleanup: remove some unused #defines
|
2024-10-14 21:37:00 +02:00 |
misc.cpp
|
Codechange: Use EnumBitSet for PauseMode. (#13553)
|
2025-02-14 08:30:04 +00:00 |
misc_cmd.cpp
|
Codechange: Use EncodedString for error messages. (#13569)
|
2025-02-16 10:04:32 +00:00 |
misc_cmd.h
|
Fix #13562: Removed cost estimation message from money cheat
|
2025-03-22 20:28:55 +01:00 |
misc_gui.cpp
|
Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964)
|
2025-04-08 20:57:50 +00:00 |
mixer.cpp
|
Codechange: Implement SoundLoader interface and cache loaded sounds in memory.
|
2024-12-06 18:41:35 +00:00 |
mixer.h
|
Codechange: Implement SoundLoader interface and cache loaded sounds in memory.
|
2024-12-06 18:41:35 +00:00 |
music.cpp
|
Codechange: Use template specialisation and instantiation for BaseMedia methods.
|
2025-03-27 18:57:53 +00:00 |
music_gui.cpp
|
Fix: Draw the bevel around the music track name as inset. (#13935)
|
2025-03-31 18:54:02 +02:00 |
newgrf.cpp
|
Fix: Make GrfMsg() behave like Debug() when not loading NewGRFs. (#13991)
|
2025-04-12 13:05:33 +01:00 |
newgrf.h
|
Codechange: Store loaded GRFFiles in vector directly. (#13940)
|
2025-04-06 20:16:57 +01:00 |
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
|
Codefix: Avoid using override keyword as member name.
|
2025-04-09 22:02:35 +01:00 |
newgrf_airport.h
|
Add: NewGRF Badges.
|
2025-02-16 22:24:25 +00:00 |
newgrf_airporttiles.cpp
|
Codefix: Avoid using override keyword as member name.
|
2025-04-09 22:02:35 +01:00 |
newgrf_airporttiles.h
|
Add: NewGRF Badges.
|
2025-02-16 22:24:25 +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_badge.cpp
|
Codechange: Move template class implementation includes.
|
2025-03-21 12:53:40 +00:00 |
newgrf_badge.h
|
Codechange: Use only raw strings in drop down lists. (#13667)
|
2025-02-27 21:11:16 +00:00 |
newgrf_badge_type.h
|
Add: NewGRF Badges.
|
2025-02-16 22:24:25 +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
|
Cleanup: Fix various spelling errors
|
2025-02-12 22:44:51 +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.h
|
Codefix: "maybe uninitialized" warnings for linux generic release build (#12838)
|
2024-07-02 11:04:07 +02:00 |
newgrf_class_func.h
|
Codechange: Move template class implementation includes.
|
2025-03-21 12:53:40 +00:00 |
newgrf_commons.cpp
|
Codefix: Avoid using override keyword as member name.
|
2025-04-09 22:02:35 +01:00 |
newgrf_commons.h
|
Codefix: Avoid using override keyword as member name.
|
2025-04-09 22:02:35 +01:00 |
newgrf_config.cpp
|
Fix #13925, 667d0137: Ancient NewGRF have empty name and description, show the filename instead. (#13932)
|
2025-03-31 14:25:47 +02:00 |
newgrf_config.h
|
Codechange: Pass GRF name as std::string to UpdateNewGRFScanStatus. (#13870)
|
2025-03-23 16:58:43 +01:00 |
newgrf_debug.h
|
Codechange: introduce ConvertibleThroughBase helpers
|
2025-02-16 14:02:18 +01:00 |
newgrf_debug_gui.cpp
|
Codechange: Use EnumBitSet for QueryStringFlags. (#13792)
|
2025-03-10 18:59:35 +00:00 |
newgrf_engine.cpp
|
Codechange: remove uses of MemCmpT (and MemMoveT)
|
2025-03-18 21:18:37 +01: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: Use EnumBitSet for GrfMiscBits. (#13873)
|
2025-03-22 21:07:59 +00:00 |
newgrf_gui.cpp
|
Codechange: Use unique_ptr to manage ContentInfo lifetime.
|
2025-04-11 23:08:59 +01:00 |
newgrf_house.cpp
|
Codechange: Use EnumBitSet for GoodsEntry status. (#13899)
|
2025-03-26 21:22:33 +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
|
Codefix: Avoid uppercase characters in variable names. (#13985)
|
2025-04-10 07:19:27 +01: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
|
Add: NewGRF Badges.
|
2025-02-16 22:24:25 +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: Move template class implementation includes.
|
2025-03-21 12:53:40 +00:00 |
newgrf_object.h
|
Add: NewGRF Badges.
|
2025-02-16 22:24:25 +00:00 |
newgrf_profiling.cpp
|
Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964)
|
2025-04-08 20:57:50 +00:00 |
newgrf_profiling.h
|
Codechange: initialise instance members
|
2025-03-09 20:41:03 +01:00 |
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
|
Add #12939: [NewGRF] Add road-/tram-/rail-type variable 0x45 to get mutual road-/tram-/rail-type on same tile. (#13934)
|
2025-04-13 13:23:10 +02: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
|
Codefix: GRF-local cargo id is not a CargoType. (#13888)
|
2025-03-25 17:12:43 +00:00 |
newgrf_roadstop.h
|
Codechange: initialise instance members
|
2025-03-09 20:41:03 +01:00 |
newgrf_roadtype.cpp
|
Add #12939: [NewGRF] Add road-/tram-/rail-type variable 0x45 to get mutual road-/tram-/rail-type on same tile. (#13934)
|
2025-04-13 13:23:10 +02:00 |
newgrf_roadtype.h
|
Add #12939: [NewGRF] Add road-/tram-/rail-type variable 0x45 to get mutual road-/tram-/rail-type on same tile. (#13934)
|
2025-04-13 13:23:10 +02: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
|
Codechange: use std::vector/std::span for DrawTileSprites over malloc-ed table
|
2025-02-14 16:01:45 +01:00 |
newgrf_spritegroup.h
|
Codechange: explicitly initialise NewGRF-pool-object member variables
|
2025-02-22 15:34:44 +01:00 |
newgrf_station.cpp
|
Codechange: Use EnumBitSet for GoodsEntry status. (#13899)
|
2025-03-26 21:22:33 +00:00 |
newgrf_station.h
|
Add: NewGRF Badges.
|
2025-02-16 22:24:25 +00:00 |
newgrf_storage.cpp
|
Codechange: replace BSWAP32/BSWAP16 with std::byteswap
|
2025-01-28 19:22:12 +01:00 |
newgrf_storage.h
|
Codechange: remove unused alloc_func.hpp includes
|
2025-02-24 20:00:19 +01:00 |
newgrf_text.cpp
|
Codefix: Avoid uppercase characters in variable names. (#13985)
|
2025-04-10 07:19:27 +01:00 |
newgrf_text.h
|
Codechange: Pass unformatted strings from GetStringPtr as std::string_view. (#13871)
|
2025-03-23 19:23:31 +01:00 |
newgrf_text_type.h
|
Codechange: Make non-generic GRF string ids unique per feature.
|
2025-02-16 22:24:25 +00:00 |
newgrf_town.cpp
|
Codechange: strongly type TownID
|
2025-02-16 14:50:15 +01:00 |
newgrf_town.h
|
Codechange: Pass avail(able) as reference instead of pointer since they are never nullptr (#12696)
|
2024-05-18 17:04:16 +02:00 |
newgrf_townname.cpp
|
Codechange: remove unused alloc_func.hpp includes
|
2025-02-24 20:00:19 +01:00 |
newgrf_townname.h
|
Codechange: rename byte to uint8_t (#12308)
|
2024-03-16 23:59:32 +01:00 |
news_cmd.h
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
news_func.h
|
Codechange: Use EncodedStrings for News messages. (#13654)
|
2025-02-23 20:24:02 +00:00 |
news_gui.cpp
|
Codefix: Avoid uppercase characters in variable names. (#13985)
|
2025-04-10 07:19:27 +01:00 |
news_gui.h
|
Codechange: Use std::list for News Items. (#12338)
|
2024-04-04 07:53:14 +01:00 |
news_type.h
|
Codechange: Use EncodedStrings for News messages. (#13654)
|
2025-02-23 20:24:02 +00:00 |
object.h
|
…
|
|
object_base.h
|
Codechange: explicitly initialise Object member variables
|
2025-02-18 18:51:44 +01:00 |
object_cmd.cpp
|
Codechange: Use emplace_back instead of push_back. (#13855)
|
2025-03-20 17:39:10 +00:00 |
object_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
object_gui.cpp
|
Codechange: Move to GetWidgetString for object window.
|
2025-03-03 21:19:44 +00:00 |
object_map.h
|
Codechange: strongly type ObjectID
|
2025-02-09 15:07:29 +01:00 |
object_type.h
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
openttd.cpp
|
Fix: [Script] Only run the Game::GameLoop() in-game (#13896)
|
2025-04-04 17:29:48 +02:00 |
openttd.h
|
Codechange: Use EnumBitSet for PauseMode. (#13553)
|
2025-02-14 08:30:04 +00:00 |
order_backup.cpp
|
Codechange: Include table/strings.h in files that use StringIDs.
|
2025-03-21 12:53:40 +00:00 |
order_backup.h
|
Codechange: explicitly initialise OrderBackup and OrderList member variables
|
2025-02-18 20:02:09 +01:00 |
order_base.h
|
Codechange: explicitly initialise OrderBackup and OrderList member variables
|
2025-02-18 20:02:09 +01:00 |
order_cmd.cpp
|
Codefix: Avoid uppercase characters in variable names. (#13985)
|
2025-04-10 07:19:27 +01:00 |
order_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
order_func.h
|
…
|
|
order_gui.cpp
|
Fix #13908: Require double click on order to change stop location. (#13913)
|
2025-03-28 20:23:18 +00:00 |
order_type.h
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
osk_gui.cpp
|
Codechange: Move to GetWidgetString for osk window.
|
2025-03-03 21:19:44 +00:00 |
palette.cpp
|
Cleanup: Fix various spelling errors
|
2025-02-12 22:44:51 +01:00 |
palette_func.h
|
Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS
|
2025-01-28 18:56:58 +01:00 |
pbs.cpp
|
Codechange: Use EnumBitSet for VehStates. (#13755)
|
2025-03-08 18:24:21 +00:00 |
pbs.h
|
…
|
|
picker_func.h
|
Fix #13459, Fix #13546: Crash when changing NewGRFs in game with picker window open.
|
2025-02-13 21:07:37 +00:00 |
picker_gui.cpp
|
Codefix: Avoid uppercase characters in variable names. (#13985)
|
2025-04-10 07:19:27 +01:00 |
picker_gui.h
|
Fix 8f14894024: Badge widths were not updated on interface scale change. (#13630)
|
2025-02-22 13:29:52 +00:00 |
progress.cpp
|
…
|
|
progress.h
|
…
|
|
provider_manager.h
|
Codechange: ProviderManager class to support self-registration of providers.
|
2024-12-06 18:41:35 +00:00 |
querystring_gui.h
|
Codechange: initialise instance members
|
2025-03-09 20:41:03 +01:00 |
rail.cpp
|
Codechange: Use EnumBitSet for RailTypes.
|
2025-03-25 20:15:48 +00:00 |
rail.h
|
Add #12939: [NewGRF] Add road-/tram-/rail-type variable 0x45 to get mutual road-/tram-/rail-type on same tile. (#13934)
|
2025-04-13 13:23:10 +02:00 |
rail_cmd.cpp
|
Fix 42fbcec76f41: Fixed accidental changes to autorail/road AI behavior (#13968)
|
2025-04-12 16:09:10 +02:00 |
rail_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
rail_gui.cpp
|
Codechange: Use EnumBitSet for RailTypes.
|
2025-03-25 20:15:48 +00:00 |
rail_gui.h
|
Codechange: Move dropdown and slider out of widgets directory. (#12403)
|
2024-03-31 19:37:16 +01:00 |
rail_map.h
|
Codechange: remove unused INVALID_TRACK_BIT
|
2025-03-15 22:03:17 +01:00 |
rail_type.h
|
Codechange: Use EnumBitSet for RailTypes.
|
2025-03-25 20:15:48 +00:00 |
random_access_file.cpp
|
Codechange: Avoid unnecessary re-reads/seeks in RandomAccessFile::ReadBlock
|
2024-11-23 21:48:22 +10:00 |
random_access_file_type.h
|
Codechange: use default virtual destructors over empty destructors
|
2024-12-06 22:30:19 +10:00 |
rev.cpp.in
|
Codechange: no longer add "src" to the include-path (#13511)
|
2025-02-09 19:43:15 +00:00 |
rev.h
|
Codechange: rename byte to uint8_t (#12308)
|
2024-03-16 23:59:32 +01:00 |
road.cpp
|
Codechange: Use EnumBitSet for RoadTypes.
|
2025-03-25 20:15:48 +00:00 |
road.h
|
Add #12939: [NewGRF] Add road-/tram-/rail-type variable 0x45 to get mutual road-/tram-/rail-type on same tile. (#13934)
|
2025-04-13 13:23:10 +02:00 |
road_cmd.cpp
|
Fix #13980: Allow diagonal selection for road convert (#13983)
|
2025-04-12 18:50:11 +01:00 |
road_cmd.h
|
Fix #13980: Allow diagonal selection for road convert (#13983)
|
2025-04-12 18:50:11 +01:00 |
road_func.h
|
Codechange: Use EnumBitSet for RoadTypeFlags and RailTypeFlags. (#13415)
|
2025-01-30 22:08:51 +00:00 |
road_gui.cpp
|
Fix #13980: Allow diagonal selection for road convert (#13983)
|
2025-04-12 18:50:11 +01:00 |
road_gui.h
|
Codechange: Move dropdown and slider out of widgets directory. (#12403)
|
2024-03-31 19:37:16 +01:00 |
road_internal.h
|
Codechange: Use EnumBitSet for DoCommandFlags
|
2025-02-14 00:28:57 +01:00 |
road_map.cpp
|
Fix: MayHaveRoad claimed rail station tiles had road, so the custom stationspec index would be read as roadtype. (#13949)
|
2025-04-04 11:49:10 +02:00 |
road_map.h
|
Fix: MayHaveRoad claimed rail station tiles had road, so the custom stationspec index would be read as roadtype. (#13949)
|
2025-04-04 11:49:10 +02:00 |
road_type.h
|
Codechange: Use EnumBitSet for RoadTypes.
|
2025-03-25 20:15:48 +00:00 |
roadstop.cpp
|
Codechange: Use EnumBitSet for VehStates. (#13755)
|
2025-03-08 18:24:21 +00:00 |
roadstop_base.h
|
Codechange: explicitly initialise (Base)Station related member variables
|
2025-02-18 20:02:23 +01:00 |
roadveh.h
|
Codechange: Use EnumBitSet for VehStates. (#13755)
|
2025-03-08 18:24:21 +00:00 |
roadveh_cmd.cpp
|
Codechange: Add vehicle owner to crash event (#13878)
|
2025-03-25 22:53:44 +01:00 |
roadveh_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
roadveh_gui.cpp
|
Codechange: Use EnumBitSet for VehStates. (#13755)
|
2025-03-08 18:24:21 +00:00 |
safeguards.h
|
Codechange: remove MallocT, CallocT and ReallocT
|
2025-03-04 00:10:01 +01:00 |
screenshot.cpp
|
Codechange: Pass Viewport by reference.
|
2025-04-09 22:03:23 +01:00 |
screenshot.h
|
Codechange: Return screenshot viewport instead of using out parameter.
|
2025-04-09 22:03:23 +01:00 |
screenshot_bmp.cpp
|
Codechange: Use ProviderManager to define screenshot generators. (#13526)
|
2025-02-11 21:38:20 +00:00 |
screenshot_gui.cpp
|
Codechange: Use EnumBitSet for NWidContainerFlags.
|
2025-02-06 19:43:35 +00:00 |
screenshot_gui.h
|
…
|
|
screenshot_pcx.cpp
|
Codechange: Use ProviderManager to define screenshot generators. (#13526)
|
2025-02-11 21:38:20 +00:00 |
screenshot_png.cpp
|
Codechange: Split baseset type definitions into separate files.
|
2025-03-27 18:57:53 +00:00 |
screenshot_type.h
|
Codechange: Use ProviderManager to define screenshot generators. (#13526)
|
2025-02-11 21:38:20 +00:00 |
settingentry_gui.cpp
|
Codechange: Rename _circle_size to _setting_circle_size.
|
2025-04-11 22:11:28 +02:00 |
settingentry_gui.h
|
Codechange: Rename _circle_size to _setting_circle_size.
|
2025-04-11 22:11:28 +02:00 |
settings.cpp
|
Codechange: Use EnumBitSet for StringValidationSettings. (#13974)
|
2025-04-08 21:19:17 +01:00 |
settings_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
settings_func.h
|
Codechange: Use std::vector for GRFConfig lists. (#10835)
|
2025-01-31 17:09:09 +00:00 |
settings_gui.cpp
|
Codechange: Rename _circle_size to _setting_circle_size.
|
2025-04-11 22:11:28 +02:00 |
settings_gui.h
|
Codechange: Use functions to create common drop down list items.
|
2024-04-01 22:33:16 +01:00 |
settings_internal.h
|
Fix #13849: Settings in old saves could be overridden by defaults. (#13874)
|
2025-03-23 15:55:55 +00:00 |
settings_table.cpp
|
Codechange: Split baseset type definitions into separate files.
|
2025-03-27 18:57:53 +00:00 |
settings_table.h
|
…
|
|
settings_type.h
|
Codechange: Use std::unique_ptr for ai/game config.
|
2025-03-26 10:54:11 +00:00 |
ship.h
|
Codechange: explicitly initialise Vehicle related member variables
|
2025-02-18 22:11:04 +01:00 |
ship_cmd.cpp
|
Codefix: Avoid uppercase characters in variable names. (#13985)
|
2025-04-10 07:19:27 +01:00 |
ship_cmd.h
|
Codechange: Use EnumBitSet for DoCommandFlags
|
2025-02-14 00:28:57 +01:00 |
ship_gui.cpp
|
Codechange: Use parameterised-GetString for vehicle related windows.
|
2025-02-22 10:33:22 +00:00 |
signal.cpp
|
Codechange: Use EnumBitSet for SigFlags. (#13784)
|
2025-03-09 18:01:52 +00:00 |
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 |
signature.cpp
|
Codechange: Replace all FILE * with FileHandle RAII class. (#12718)
|
2024-09-16 08:45:26 +01:00 |
signature.h
|
…
|
|
signs.cpp
|
Codechange: explicitly initialise Sign member variables
|
2025-02-18 22:41:20 +01:00 |
signs_base.h
|
Codechange: explicitly initialise Sign member variables
|
2025-02-18 22:41:20 +01:00 |
signs_cmd.cpp
|
Codechange: explicitly initialise Sign member variables
|
2025-02-18 22:41:20 +01:00 |
signs_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
signs_func.h
|
…
|
|
signs_gui.cpp
|
Codechange: Move to GetWidgetString for sign windows.
|
2025-03-03 21:23:13 +00:00 |
signs_type.h
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
slider.cpp
|
Codechange: Use a std::span as input for GfxFillPolygon (#13866)
|
2025-03-22 15:16:14 +00:00 |
slider_func.h
|
Codechange: Use preformatted strings for slider marks. (#13484)
|
2025-02-07 18:14:53 +00:00 |
slope_func.h
|
Codechange: rename byte to uint8_t (#12308)
|
2024-03-16 23:59:32 +01:00 |
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: Pass Viewport by reference.
|
2025-04-09 22:03:23 +01: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
|
Codechange: use std::move when appropriate
|
2025-03-13 13:00:24 +01:00 |
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
|
Fix #13814, 2824e790: A Set() became Reset() preventing initial sorting of lists (#13816)
|
2025-03-14 21:15:42 +01:00 |
sound.cpp
|
Codechange: Pass Viewport by reference.
|
2025-04-09 22:03:23 +01:00 |
sound_func.h
|
Feature: Allow base sounds set to be changed mid-game. (#12399)
|
2024-04-01 17:54:42 +01:00 |
sound_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
soundloader.cpp
|
Codechange: Implement SoundLoader interface and cache loaded sounds in memory.
|
2024-12-06 18:41:35 +00:00 |
soundloader_func.h
|
Codechange: Implement SoundLoader interface and cache loaded sounds in memory.
|
2024-12-06 18:41:35 +00:00 |
soundloader_opus.cpp
|
Add: Support sound effects in Ogg Opus format.
|
2024-12-06 18:41:35 +00:00 |
soundloader_raw.cpp
|
Codechange: Implement SoundLoader interface and cache loaded sounds in memory.
|
2024-12-06 18:41:35 +00:00 |
soundloader_type.h
|
Codechange: Implement SoundLoader interface and cache loaded sounds in memory.
|
2024-12-06 18:41:35 +00:00 |
soundloader_wav.cpp
|
Codechange: replace BSWAP32/BSWAP16 with std::byteswap
|
2025-01-28 19:22:12 +01:00 |
source_type.h
|
Codechange: Use EncodedStrings for News messages. (#13654)
|
2025-02-23 20:24:02 +00:00 |
sprite.cpp
|
Codechange: use span size over terminator object
|
2025-02-16 11:19:12 +01:00 |
sprite.h
|
Codechange: do not use ZeroedMemoryAllocator for NewGRFSpriteLayout
|
2025-02-16 13:44:46 +01:00 |
spritecache.cpp
|
Codechange: remove MallocT, CallocT and ReallocT
|
2025-03-04 00:10:01 +01:00 |
spritecache.h
|
Codechange: remove SimpleSpriteAllocator
|
2025-02-23 14:44:11 +01:00 |
spritecache_internal.h
|
Change: Treat recolour sprites as regular sprites in the SpriteCache. (#13107)
|
2024-11-23 12:14:46 +00:00 |
station.cpp
|
Codechange: Rename short CargoType parameters `cargo`. (#13848)
|
2025-03-24 18:18:21 +00:00 |
station_base.h
|
Codechange: Use EnumBitSet for GoodsEntry status. (#13899)
|
2025-03-26 21:22:33 +00:00 |
station_cmd.cpp
|
Fix #13928, 35e58f6: BuildOilRig did not properly set airport rotation (#13929)
|
2025-03-30 22:33:01 +00:00 |
station_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
station_func.h
|
Codechange: Rename short CargoType parameters `cargo`. (#13848)
|
2025-03-24 18:18:21 +00:00 |
station_gui.cpp
|
Codechange: Rename short CargoType parameters `cargo`. (#13848)
|
2025-03-24 18:18:21 +00:00 |
station_gui.h
|
Codechange: Pass rect to DrawStationCoverageAreaText. (#13442)
|
2025-02-02 17:15:47 +00:00 |
station_kdtree.h
|
Codechange: Use functor for Kdtree's XYFunc. (#13074)
|
2024-11-19 20:29:56 +00:00 |
station_map.h
|
Codechange: strongly type StationID
|
2025-02-16 18:25:51 +01:00 |
station_type.h
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
statusbar_gui.cpp
|
Codechange: Use EnumBitSet for StringValidationSettings. (#13974)
|
2025-04-08 21:19:17 +01: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: Remove broken and unused StrMakeValidInPlace overload. (#13960)
|
2025-04-04 11:48:32 +02:00 |
story.cpp
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
story_base.h
|
Codechange: initialise instance members
|
2025-03-09 20:41:03 +01:00 |
story_cmd.h
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
story_gui.cpp
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
story_type.h
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
string.cpp
|
Codechange: Replace strcasestr with StrContainsIgnoreCase.
|
2025-04-09 17:19:11 +02:00 |
string_base.h
|
Codechange: Use Utf8View::iterator in StringIterator.
|
2025-04-03 18:43:41 +02:00 |
string_func.h
|
Codechange: Replace last usage of Utf8CharLen with Utf8View.
|
2025-04-09 17:19:11 +02:00 |
string_type.h
|
Codechange: Use EnumBitSet for StringValidationSettings. (#13974)
|
2025-04-08 21:19:17 +01:00 |
stringfilter.cpp
|
Fix: StringFilter included quotes in the search and failed.
|
2025-04-08 23:10:58 +02:00 |
stringfilter_type.h
|
Codechange: StringFilter now uses std::string_view entirely (#13869)
|
2025-03-22 20:35:31 +01:00 |
strings.cpp
|
Codechange: Replace remaining Utf8Encode usages with StringBuilder.
|
2025-04-08 23:10:58 +02:00 |
strings_func.h
|
Codechange: Pass unformatted strings from GetStringPtr as std::string_view. (#13871)
|
2025-03-23 19:23:31 +01:00 |
strings_internal.h
|
Codechange: Generalize StringBuilder.
|
2025-04-08 23:10:58 +02:00 |
strings_type.h
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
subsidy.cpp
|
Codechange: Use EnumBitSet for PartsOfSubsidy. (#13791)
|
2025-03-10 18:59:21 +00:00 |
subsidy_base.h
|
Codechange: Use EncodedStrings for News messages. (#13654)
|
2025-02-23 20:24:02 +00:00 |
subsidy_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
subsidy_func.h
|
Codechange: Use EncodedStrings for News messages. (#13654)
|
2025-02-23 20:24:02 +00:00 |
subsidy_gui.cpp
|
Codechange: explicitly initialise member variables of Windows
|
2025-02-27 20:06:06 +01:00 |
subsidy_type.h
|
Codechange: Use EnumBitSet for PartsOfSubsidy. (#13791)
|
2025-03-10 18:59:21 +00:00 |
survey.cpp
|
Codechange: Split baseset type definitions into separate files.
|
2025-03-27 18:57:53 +00:00 |
survey.h
|
Add: track savegame size to report with survey (#12304)
|
2024-03-16 08:58:56 +01:00 |
tar_type.h
|
…
|
|
terraform_cmd.cpp
|
Fix #13838: Formatted error message of sub-errors may be lost. (#13840)
|
2025-03-18 08:39:40 +00:00 |
terraform_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
terraform_gui.cpp
|
Codechange: explicitly initialise member variables of Windows
|
2025-02-27 21:19:28 +01:00 |
terraform_gui.h
|
…
|
|
textbuf.cpp
|
Codechange: Replace last usage of Utf8CharLen with Utf8View.
|
2025-04-09 17:19:11 +02:00 |
textbuf_gui.h
|
Codechange: Use EnumBitSet for QueryStringFlags. (#13792)
|
2025-03-10 18:59:35 +00:00 |
textbuf_type.h
|
Codechange: use std::string as backing for textbuf
|
2025-02-15 21:52:55 +01:00 |
texteff.cpp
|
Codechange: Use EnumBitSet for PauseMode. (#13553)
|
2025-02-14 08:30:04 +00:00 |
texteff.hpp
|
Codechange: Store EncodedString for text effects.
|
2025-02-10 22:49:14 +00:00 |
textfile_gui.cpp
|
Codechange: Replace remaining Utf8Encode usages with StringBuilder.
|
2025-04-08 23:10:58 +02:00 |
textfile_gui.h
|
Add: Show hyperlink destination tooltips in text window. (#13742)
|
2025-03-10 18:12:42 +00:00 |
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
|
Cleanup: Fix various spelling errors
|
2025-02-12 22:44:51 +01:00 |
tgp.h
|
…
|
|
thread.h
|
Codechange: Space between `template` and `<` (#13278)
|
2025-01-04 17:56:14 +00:00 |
tile_cmd.h
|
Codechange: Return name, description and URL as std::string from GRFConfig. (#13868)
|
2025-03-22 20:30:40 +01:00 |
tile_map.cpp
|
Cleanup: Fix various spelling errors
|
2025-02-12 22:44:51 +01:00 |
tile_map.h
|
Codechange: strongly type CompanyID
|
2025-02-16 14:02:18 +01:00 |
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.cpp
|
Codechange: Use std::swap() instead of Swap() (#13883)
|
2025-03-24 23:47:34 +00:00 |
tilearea_type.h
|
Codechange: remove operator!=s that are synthesized
|
2025-02-08 06:37:36 +01:00 |
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.h
|
Codechange: Use local string parameters for order and timetable windows.
|
2025-02-23 13:52:13 +00:00 |
timetable_cmd.cpp
|
Codechange: Use EnumBitSet for VehicleFlags. (#13793)
|
2025-03-13 08:38:54 +00:00 |
timetable_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
timetable_gui.cpp
|
Codefix: Avoid uppercase characters in variable names. (#13985)
|
2025-04-10 07:19:27 +01:00 |
toolbar_gui.cpp
|
Codechange: Pass Viewport by reference.
|
2025-04-09 22:03:23 +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.h
|
Codechange: Use EnumBitSet for PartsOfSubsidy. (#13791)
|
2025-03-10 18:59:21 +00:00 |
town_cmd.cpp
|
Codefix: Avoid uppercase characters in variable names. (#13985)
|
2025-04-10 07:19:27 +01:00 |
town_cmd.h
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
town_gui.cpp
|
Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964)
|
2025-04-08 20:57:50 +00:00 |
town_kdtree.h
|
Codechange: Use functor for Kdtree's XYFunc. (#13074)
|
2024-11-19 20:29:56 +00:00 |
town_map.h
|
Codechange: strongly type TownID
|
2025-02-16 14:50:15 +01:00 |
town_type.h
|
Codechange: explicitly initialise Town member variables
|
2025-02-18 22:10:31 +01:00 |
townname.cpp
|
Codechange: Generalize StringBuilder.
|
2025-04-08 23:10:58 +02:00 |
townname_func.h
|
…
|
|
townname_type.h
|
Codechange: change SPECSTR_ to StringID and remove unused enumeration
|
2025-01-04 21:06:07 +01:00 |
track_func.h
|
Codechange: remove unused INVALID_TRACK_BIT
|
2025-03-15 22:03:17 +01:00 |
track_type.h
|
Codechange: remove unused INVALID_TRACK_BIT
|
2025-03-15 22:03:17 +01:00 |
train.h
|
Codechange: Use EnumBitSet for ConsistChangeFlags. (#13788)
|
2025-03-09 21:13:57 +00:00 |
train_cmd.cpp
|
Codechange: Add vehicle owner to crash event (#13878)
|
2025-03-25 22:53:44 +01:00 |
train_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
train_gui.cpp
|
Codechange: Use EnumBitSet for VehStates. (#13755)
|
2025-03-08 18:24:21 +00:00 |
transparency.h
|
Codechange: Use EnumBitSet for StationFacility.
|
2025-02-13 18:03:13 +00:00 |
transparency_gui.cpp
|
Codechange: Use EnumBitSet for StationFacility.
|
2025-02-13 18:03:13 +00:00 |
transparency_gui.h
|
…
|
|
transport_type.h
|
Codechange: rename byte to uint8_t (#12308)
|
2024-03-16 23:59:32 +01:00 |
tree_cmd.cpp
|
Fix #13838: Formatted error message of sub-errors may be lost. (#13840)
|
2025-03-18 08:39:40 +00:00 |
tree_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
tree_gui.cpp
|
Codechange: explicitly initialise member variables of Windows
|
2025-02-27 21:19:28 +01: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
|
Fix: MayHaveRoad claimed rail station tiles had road, so the custom stationspec index would be read as roadtype. (#13949)
|
2025-04-04 11:49:10 +02:00 |
tunnelbridge.h
|
…
|
|
tunnelbridge_cmd.cpp
|
Fix 8846f347f2: Check bridge/tunnel transport type before querying road type (#13969)
|
2025-04-06 15:01:23 +02:00 |
tunnelbridge_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
tunnelbridge_map.h
|
Codechange: Add AssignBit function to assign the value of a single bit (#12934)
|
2024-09-10 08:36:58 -04:00 |
vehicle.cpp
|
Codefix: Avoid uppercase characters in variable names. (#13985)
|
2025-04-10 07:19:27 +01:00 |
vehicle_base.h
|
Codechange: remove uses of MemCmpT (and MemMoveT)
|
2025-03-18 21:18:37 +01:00 |
vehicle_cmd.cpp
|
Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964)
|
2025-04-08 20:57:50 +00:00 |
vehicle_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +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.cpp
|
Codechange: Remove unused extern declarations.
|
2025-04-11 22:11:28 +02:00 |
vehicle_gui.h
|
Codechange: Pass Viewport by reference.
|
2025-04-09 22:03:23 +01:00 |
vehicle_gui_base.h
|
Codechange: Remove unused extern declarations.
|
2025-04-11 22:11:28 +02:00 |
vehicle_type.h
|
Cleanup: Remove unused DepotCommandFlag::LocateHangar flag (#13775)
|
2025-03-09 18:07:47 +00:00 |
vehiclelist.cpp
|
Codechange: strongly type CompanyID
|
2025-02-16 14:02:18 +01:00 |
vehiclelist.h
|
Codechange: add helpers to VehicleListIdentifier for ConvertibleThroughBase
|
2025-02-09 16:52:21 +01:00 |
vehiclelist_cmd.h
|
…
|
|
vehiclelist_func.h
|
Codechange: Use FindVehiclesWithOrder when removing a road stop. (#12144)
|
2024-03-28 23:22:37 +01:00 |
viewport.cpp
|
Codechange: Manage window viewport via unique_ptr.
|
2025-04-09 22:03:23 +01:00 |
viewport_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
viewport_func.h
|
Codechange: Manage window viewport via unique_ptr.
|
2025-04-09 22:03:23 +01:00 |
viewport_gui.cpp
|
Codechange: Pass Viewport by reference.
|
2025-04-09 22:03:23 +01:00 |
viewport_kdtree.h
|
Codechange: replace union with std::variant for ViewportSignKdtreeItem::id
|
2025-02-09 18:05:01 +01:00 |
viewport_sprite_sorter.h
|
…
|
|
viewport_sprite_sorter_sse4.cpp
|
Cleanup: Fix various spelling errors
|
2025-02-12 22:44:51 +01:00 |
viewport_type.h
|
Codechange: Remove table/strings include from header files.
|
2025-03-21 12:53:40 +00:00 |
void_cmd.cpp
|
Codechange: Pass TileDesc by reference.
|
2025-02-23 23:00:51 +00:00 |
void_map.h
|
…
|
|
water.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
water_cmd.cpp
|
Codechange: Add vehicle owner to crash event (#13878)
|
2025-03-25 22:53:44 +01:00 |
water_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
water_map.h
|
Codechange: strongly type DepotID
|
2025-02-09 16:52:21 +01:00 |
waypoint.cpp
|
Codechange: Make StationType an enum class. (#13339)
|
2025-01-19 20:53:08 +00:00 |
waypoint_base.h
|
Codechange: explicitly initialise (Base)Station related member variables
|
2025-02-18 20:02:23 +01:00 |
waypoint_cmd.cpp
|
Fix #13838: Formatted error message of sub-errors may be lost. (#13840)
|
2025-03-18 08:39:40 +00:00 |
waypoint_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
waypoint_func.h
|
Codechange: Use EnumBitSet for DoCommandFlags
|
2025-02-14 00:28:57 +01:00 |
waypoint_gui.cpp
|
Codechange: Use EnumBitSet for QueryStringFlags. (#13792)
|
2025-03-10 18:59:35 +00:00 |
widget.cpp
|
Codechange: Pass Viewport by reference.
|
2025-04-09 22:03:23 +01:00 |
widget_type.h
|
Fix 51fd2853cb: Different news widget layouts require different font sizes. (#13752)
|
2025-03-08 12:00:56 +00:00 |
window.cpp
|
Codechange: Manage window viewport via unique_ptr.
|
2025-04-09 22:03:23 +01:00 |
window_func.h
|
Codechange: introduce ConvertibleThroughBase helpers
|
2025-02-16 14:02:18 +01:00 |
window_gui.h
|
Codechange: Manage window viewport via unique_ptr.
|
2025-04-09 22:03:23 +01:00 |
window_type.h
|
Codechange: introduce ConvertibleThroughBase helpers
|
2025-02-16 14:02:18 +01:00 |
zoom_func.h
|
Codechange: Redefine ZOOM_LVL so that ZOOM_LVL_NORMAL is 1x zoom.
|
2024-04-04 22:27:03 +01:00 |
zoom_type.h
|
Codechange: rename DECLARE_POSTFIX_INCREMENT to DECLARE_INCREMENT_DECREMENT_OPERATORS
|
2025-01-28 18:56:58 +01:00 |