.. |
3rdparty
|
|
|
ai
|
|
|
blitter
|
|
|
core
|
|
|
fontcache
|
|
|
game
|
Change: Draw boolean toggle as a slider widget.
|
2025-04-21 16:23:11 +01:00 |
lang
|
|
|
linkgraph
|
Codechange: Rename CenterBounds to CentreBounds and move to geometry header. (#14002)
|
2025-04-14 23:55:40 +01:00 |
misc
|
|
|
music
|
|
|
network
|
|
|
newgrf
|
|
|
os
|
|
|
pathfinder
|
|
|
saveload
|
|
|
script
|
|
|
settingsgen
|
Codechange: Add InPlaceReplacement to couple StringConsumer and Builder on the same buffer.
|
2025-04-14 18:07:23 +02:00 |
sound
|
|
|
spriteloader
|
|
|
strgen
|
|
|
table
|
|
|
tests
|
|
|
timer
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
video
|
Codefix: Comment style. (#14064)
|
2025-04-21 17:25:09 +02:00 |
widgets
|
|
|
aircraft_cmd.cpp
|
|
|
aircraft_cmd.h
|
|
|
aircraft_gui.cpp
|
|
|
aircraft.h
|
|
|
airport_cmd.h
|
|
|
airport_gui.cpp
|
|
|
airport.cpp
|
|
|
airport.h
|
Codechange: Use EnumBitSet for AirportMovingDataFlags. (#13754)
|
2025-03-06 19:03:41 +00:00 |
animated_tile_func.h
|
|
|
animated_tile_map.h
|
Codechange: Store animated tile state in map to improve performance.
|
2024-12-01 21:19:28 +00:00 |
animated_tile.cpp
|
Fix 6a07f28103 : Clearing animated tiles may lead to invalid state. (#13192)
|
2024-12-23 22:35:43 +01:00 |
articulated_vehicles.cpp
|
|
|
articulated_vehicles.h
|
|
|
autocompletion.cpp
|
|
|
autocompletion.h
|
Codefix: Comment style. (#14064)
|
2025-04-21 17:25:09 +02:00 |
autoreplace_base.h
|
|
|
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
|
|
|
autoreplace_gui.cpp
|
|
|
autoreplace_gui.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
autoreplace_type.h
|
|
|
autoreplace.cpp
|
|
|
autoslope.h
|
|
|
base_consist.cpp
|
|
|
base_consist.h
|
|
|
base_media_base.h
|
|
|
base_media_func.h
|
Codechange: Pass ContentInfo by reference.
|
2025-04-11 23:08:59 +01:00 |
base_media_graphics.h
|
|
|
base_media_music.h
|
Codechange: Use traits to define BaseSet parameters.
|
2025-03-27 18:57:53 +00:00 |
base_media_sounds.h
|
|
|
base_station_base.h
|
|
|
bitmap_type.h
|
|
|
bmp.cpp
|
Codechange: Replace BmpBuffer with RandomAccessFile.
|
2024-08-24 22:11:04 +01:00 |
bmp.h
|
|
|
bootstrap_gui.cpp
|
|
|
bridge_gui.cpp
|
|
|
bridge_map.cpp
|
|
|
bridge_map.h
|
|
|
bridge.h
|
|
|
build_vehicle_gui.cpp
|
|
|
cachecheck.cpp
|
Codechange: Use EnumBitSet for VehStates. (#13755)
|
2025-03-08 18:24:21 +00:00 |
cargo_type.h
|
|
|
cargoaction.cpp
|
|
|
cargoaction.h
|
|
|
cargomonitor.cpp
|
|
|
cargomonitor.h
|
|
|
cargopacket.cpp
|
|
|
cargopacket.h
|
|
|
cargotype.cpp
|
|
|
cargotype.h
|
|
|
cheat_func.h
|
Codechange: Remove unused extern declarations.
|
2025-04-11 22:11:28 +02:00 |
cheat_gui.cpp
|
|
|
cheat_type.h
|
|
|
cheat.cpp
|
Fix #12973: Don't exclude high score after using sandbox
|
2024-10-24 08:38:16 +02:00 |
clear_cmd.cpp
|
|
|
clear_func.h
|
|
|
clear_map.h
|
|
|
CMakeLists.txt
|
|
|
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 |
command.cpp
|
Fix #13838: Formatted error message of sub-errors may be lost. (#13840)
|
2025-03-18 08:39:40 +00:00 |
company_base.h
|
|
|
company_cmd.cpp
|
|
|
company_cmd.h
|
|
|
company_func.h
|
Codechange: Replace macros GENERAL_SPRITE_COLOUR and COMPANY_SPRITE_COLOUR with functions GetColourPalette and GetCompanyPalette.
|
2025-04-18 23:41:37 +02:00 |
company_gui.cpp
|
|
|
company_gui.h
|
Codechange: Rename window related DeleteXXX to match new behaviour
|
2021-05-29 21:08:25 +02:00 |
company_manager_face.h
|
|
|
company_type.h
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
console_cmds.cpp
|
Codechange: use std::string_view in IConsole settings API
|
2025-04-22 19:52:37 +02: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
|
|
|
console_gui.h
|
|
|
console_internal.h
|
|
|
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
|
Remove: rdtsc and TIC/TOC based on CPU ticks (#11856)
|
2024-01-21 15:38:15 +00:00 |
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
|
|
|
date_gui.cpp
|
|
|
date_gui.h
|
|
|
debug.cpp
|
|
|
debug.h
|
|
|
dedicated.cpp
|
Codechange: Replace all FILE * with FileHandle RAII class. (#12718)
|
2024-09-16 08:45:26 +01:00 |
depot_base.h
|
|
|
depot_cmd.cpp
|
|
|
depot_cmd.h
|
|
|
depot_func.h
|
|
|
depot_gui.cpp
|
|
|
depot_map.h
|
|
|
depot_type.h
|
|
|
depot.cpp
|
|
|
direction_func.h
|
Fix #11815, bb491127 : Missing brackets prevented vehicles turning properly. (#11816)
|
2024-01-17 13:23:55 +00:00 |
direction_type.h
|
|
|
disaster_vehicle.cpp
|
|
|
disaster_vehicle.h
|
|
|
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_common_type.h
|
|
|
dropdown_func.h
|
|
|
dropdown_type.h
|
|
|
dropdown.cpp
|
|
|
economy_base.h
|
|
|
economy_cmd.h
|
|
|
economy_func.h
|
|
|
economy_type.h
|
|
|
economy.cpp
|
Codechange: Turn AnimationTrigger enums into enum classes. (#14067)
|
2025-04-21 20:53:31 +02:00 |
effectvehicle_base.h
|
Codechange: initialise instance members
|
2025-03-09 20:41:03 +01:00 |
effectvehicle_func.h
|
|
|
effectvehicle.cpp
|
|
|
elrail_func.h
|
|
|
elrail.cpp
|
|
|
engine_base.h
|
|
|
engine_cmd.h
|
|
|
engine_func.h
|
|
|
engine_gui.cpp
|
|
|
engine_gui.h
|
|
|
engine_type.h
|
Codefix: Add missing header includes.
|
2025-04-20 22:06:18 +02:00 |
engine.cpp
|
|
|
error_func.h
|
|
|
error_gui.cpp
|
Fix: Error message window timeout doesn't match setting
|
2025-03-15 22:08:19 +01:00 |
error.cpp
|
|
|
error.h
|
|
|
fileio_func.h
|
|
|
fileio_type.h
|
|
|
fileio.cpp
|
|
|
fios_gui.cpp
|
|
|
fios.cpp
|
Codechange: Turn bit-stuffed FiosType enum into a struct. (#14019)
|
2025-04-18 15:20:55 +02:00 |
fios.h
|
Codechange: Pass ContentInfo by reference.
|
2025-04-11 23:08:59 +01:00 |
fontcache.cpp
|
|
|
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
|
|
|
framerate_type.h
|
|
|
gamelog_internal.h
|
|
|
gamelog.cpp
|
|
|
gamelog.h
|
Codechange: Use EnumBitSet for GRFBug enum.
|
2025-02-02 10:49:45 +00:00 |
genworld_gui.cpp
|
|
|
genworld.cpp
|
Codechange: Replace CircularTileSearch with SpiralTileSequence.
|
2025-04-20 12:50:45 +02:00 |
genworld.h
|
|
|
gfx_func.h
|
Codechange: Rename CenterBounds to CentreBounds and move to geometry header. (#14002)
|
2025-04-14 23:55:40 +01:00 |
gfx_layout_fallback.cpp
|
|
|
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
|
|
|
gfx_layout.cpp
|
|
|
gfx_layout.h
|
|
|
gfx_type.h
|
|
|
gfx.cpp
|
|
|
gfxinit.cpp
|
|
|
gfxinit.h
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
goal_base.h
|
|
|
goal_cmd.h
|
|
|
goal_gui.cpp
|
|
|
goal_type.h
|
|
|
goal.cpp
|
|
|
graph_gui.cpp
|
Codechange: Rename CenterBounds to CentreBounds and move to geometry header. (#14002)
|
2025-04-14 23:55:40 +01:00 |
graph_gui.h
|
Feature: Industry production graph (#10541)
|
2024-10-31 22:35:04 +00:00 |
ground_vehicle.cpp
|
|
|
ground_vehicle.hpp
|
|
|
group_cmd.cpp
|
|
|
group_cmd.h
|
|
|
group_gui.cpp
|
|
|
group_gui.h
|
Codefix: Add missing header includes.
|
2025-04-20 22:06:18 +02:00 |
group_type.h
|
|
|
group.h
|
|
|
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
|
Feature: Help and manuals access window
|
2023-09-13 16:11:08 +02:00 |
highscore_gui.cpp
|
|
|
highscore.cpp
|
|
|
highscore.h
|
|
|
hotkeys.cpp
|
|
|
hotkeys.h
|
Codechange: Add const versions of GetItem/GetGroup, and sprinkle liberally.
|
2023-10-20 18:37:27 +01:00 |
house_type.h
|
Codechange: Unify random trigger enums and turn them into enum classes. (#14066)
|
2025-04-21 20:03:34 +02:00 |
house.h
|
|
|
industry_cmd.cpp
|
|
|
industry_cmd.h
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
industry_gui.cpp
|
|
|
industry_map.h
|
|
|
industry_type.h
|
|
|
industry.h
|
|
|
industrytype.h
|
|
|
ini_load.cpp
|
|
|
ini_type.h
|
|
|
ini.cpp
|
|
|
intro_gui.cpp
|
Codechange: Pass Viewport by reference.
|
2025-04-09 22:03:23 +01:00 |
landscape_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
landscape_type.h
|
|
|
landscape.cpp
|
|
|
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
|
|
|
league_cmd.cpp
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
league_cmd.h
|
|
|
league_gui.cpp
|
|
|
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
|
|
|
map_func.h
|
|
|
map_type.h
|
|
|
map.cpp
|
Codechange: Remove CircularTileSearch.
|
2025-04-20 12:50:45 +02:00 |
misc_cmd.cpp
|
|
|
misc_cmd.h
|
|
|
misc_gui.cpp
|
Codechange: Rename CenterBounds to CentreBounds and move to geometry header. (#14002)
|
2025-04-14 23:55:40 +01:00 |
misc.cpp
|
Codechange: Use EnumBitSet for PauseMode. (#13553)
|
2025-02-14 08:30:04 +00:00 |
mixer.cpp
|
|
|
mixer.h
|
|
|
music_gui.cpp
|
|
|
music.cpp
|
|
|
newgrf_act5.h
|
|
|
newgrf_airport.cpp
|
Codefix: Information for NewGRF specs remained duplicated after loading.
|
2025-04-16 19:43:07 +01:00 |
newgrf_airport.h
|
|
|
newgrf_airporttiles.cpp
|
|
|
newgrf_airporttiles.h
|
|
|
newgrf_animation_base.h
|
|
|
newgrf_animation_type.h
|
|
|
newgrf_badge_gui.cpp
|
|
|
newgrf_badge_gui.h
|
Codechange: Move GUI parts of badges to a separate file. (#14023)
|
2025-04-18 17:20:31 +01:00 |
newgrf_badge_type.h
|
|
|
newgrf_badge.cpp
|
Codechange: Move GUI parts of badges to a separate file. (#14023)
|
2025-04-18 17:20:31 +01:00 |
newgrf_badge.h
|
|
|
newgrf_callbacks.h
|
|
|
newgrf_canal.cpp
|
|
|
newgrf_canal.h
|
|
|
newgrf_cargo.cpp
|
|
|
newgrf_cargo.h
|
|
|
newgrf_class_func.h
|
|
|
newgrf_class.h
|
|
|
newgrf_commons.cpp
|
|
|
newgrf_commons.h
|
|
|
newgrf_config.cpp
|
|
|
newgrf_config.h
|
Codechange: Pass GRF name as std::string to UpdateNewGRFScanStatus. (#13870)
|
2025-03-23 16:58:43 +01:00 |
newgrf_debug_gui.cpp
|
|
|
newgrf_debug.h
|
|
|
newgrf_engine.cpp
|
|
|
newgrf_engine.h
|
Codechange: Unify random trigger enums and turn them into enum classes. (#14066)
|
2025-04-21 20:03:34 +02:00 |
newgrf_generic.cpp
|
|
|
newgrf_generic.h
|
|
|
newgrf_gui.cpp
|
|
|
newgrf_house.cpp
|
|
|
newgrf_house.h
|
|
|
newgrf_industries.cpp
|
|
|
newgrf_industries.h
|
Codechange: Rename storage of random triggers to include the term 'random'.
|
2025-04-21 19:06:13 +02:00 |
newgrf_industrytiles.cpp
|
Codechange: Turn AnimationTrigger enums into enum classes. (#14067)
|
2025-04-21 20:53:31 +02:00 |
newgrf_industrytiles.h
|
|
|
newgrf_object.cpp
|
Codechange: Turn AnimationTrigger enums into enum classes. (#14067)
|
2025-04-21 20:53:31 +02:00 |
newgrf_object.h
|
|
|
newgrf_profiling.cpp
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
newgrf_profiling.h
|
|
|
newgrf_properties.h
|
|
|
newgrf_railtype.cpp
|
|
|
newgrf_railtype.h
|
|
|
newgrf_roadstop.cpp
|
|
|
newgrf_roadstop.h
|
|
|
newgrf_roadtype.cpp
|
|
|
newgrf_roadtype.h
|
|
|
newgrf_sound.cpp
|
|
|
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
|
|
|
newgrf_station.cpp
|
|
|
newgrf_station.h
|
|
|
newgrf_storage.cpp
|
|
|
newgrf_storage.h
|
|
|
newgrf_text_type.h
|
|
|
newgrf_text.cpp
|
|
|
newgrf_text.h
|
|
|
newgrf_town.cpp
|
|
|
newgrf_town.h
|
|
|
newgrf_townname.cpp
|
|
|
newgrf_townname.h
|
Codechange: rename byte to uint8_t (#12308)
|
2024-03-16 23:59:32 +01:00 |
newgrf.cpp
|
|
|
newgrf.h
|
|
|
news_cmd.h
|
|
|
news_func.h
|
|
|
news_gui.cpp
|
|
|
news_gui.h
|
|
|
news_type.h
|
|
|
object_base.h
|
|
|
object_cmd.cpp
|
|
|
object_cmd.h
|
|
|
object_gui.cpp
|
|
|
object_map.h
|
|
|
object_type.h
|
|
|
object.h
|
|
|
openttd.cpp
|
|
|
openttd.h
|
Codechange: Use EnumBitSet for PauseMode. (#13553)
|
2025-02-14 08:30:04 +00:00 |
order_backup.cpp
|
|
|
order_backup.h
|
|
|
order_base.h
|
|
|
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
|
|
|
order_type.h
|
|
|
osk_gui.cpp
|
Codechange: Replace Utf8Decode usages with StringConsumer.
|
2025-04-13 21:59:10 +02:00 |
palette_func.h
|
|
|
palette.cpp
|
|
|
pbs.cpp
|
|
|
pbs.h
|
|
|
picker_func.h
|
|
|
picker_gui.cpp
|
|
|
picker_gui.h
|
Codechange: Move GUI parts of badges to a separate file. (#14023)
|
2025-04-18 17:20:31 +01:00 |
progress.cpp
|
Add: make modal windows update more smooth
|
2021-03-10 13:41:18 +01:00 |
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
|
|
|
rail_cmd.cpp
|
|
|
rail_cmd.h
|
|
|
rail_gui.cpp
|
|
|
rail_gui.h
|
|
|
rail_map.h
|
|
|
rail_type.h
|
|
|
rail.cpp
|
|
|
rail.h
|
|
|
random_access_file_type.h
|
|
|
random_access_file.cpp
|
Codechange: Avoid unnecessary re-reads/seeks in RandomAccessFile::ReadBlock
|
2024-11-23 21:48:22 +10:00 |
rev.cpp.in
|
|
|
rev.h
|
|
|
road_cmd.cpp
|
Codefix: Comment style. (#14064)
|
2025-04-21 17:25:09 +02:00 |
road_cmd.h
|
|
|
road_func.h
|
|
|
road_gui.cpp
|
|
|
road_gui.h
|
|
|
road_internal.h
|
|
|
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
|
|
|
road_type.h
|
|
|
road.cpp
|
Codechange: Use EnumBitSet for RoadTypes.
|
2025-03-25 20:15:48 +00:00 |
road.h
|
|
|
roadstop_base.h
|
|
|
roadstop.cpp
|
Codechange: Use EnumBitSet for RoadStopStatusFlags. (#14068)
|
2025-04-21 20:16:23 +01:00 |
roadveh_cmd.cpp
|
|
|
roadveh_cmd.h
|
|
|
roadveh_gui.cpp
|
|
|
roadveh.h
|
|
|
safeguards.h
|
Codechange: remove MallocT, CallocT and ReallocT
|
2025-03-04 00:10:01 +01:00 |
screenshot_bmp.cpp
|
|
|
screenshot_gui.cpp
|
|
|
screenshot_gui.h
|
Fix: Don't show screenshot GUI in screenshots (#9674)
|
2021-11-07 17:41:24 +01:00 |
screenshot_pcx.cpp
|
|
|
screenshot_png.cpp
|
|
|
screenshot_type.h
|
|
|
screenshot.cpp
|
|
|
screenshot.h
|
|
|
settingentry_gui.cpp
|
|
|
settingentry_gui.h
|
|
|
settings_cmd.h
|
|
|
settings_func.h
|
|
|
settings_gui.cpp
|
Change: Enhance visibility of disabled bool button. (#14071)
|
2025-04-22 17:37:30 +01:00 |
settings_gui.h
|
Change: Draw boolean toggle as a slider widget.
|
2025-04-21 16:23:11 +01:00 |
settings_internal.h
|
|
|
settings_table.cpp
|
|
|
settings_table.h
|
|
|
settings_type.h
|
|
|
settings.cpp
|
|
|
ship_cmd.cpp
|
|
|
ship_cmd.h
|
|
|
ship_gui.cpp
|
|
|
ship.h
|
|
|
signal_func.h
|
|
|
signal_type.h
|
|
|
signal.cpp
|
|
|
signature.cpp
|
|
|
signature.h
|
|
|
signs_base.h
|
|
|
signs_cmd.cpp
|
|
|
signs_cmd.h
|
|
|
signs_func.h
|
|
|
signs_gui.cpp
|
|
|
signs_type.h
|
|
|
signs.cpp
|
|
|
slider_func.h
|
|
|
slider.cpp
|
|
|
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: Rename CenterBounds to CentreBounds and move to geometry header. (#14002)
|
2025-04-14 23:55:40 +01:00 |
smallmap_gui.h
|
|
|
social_integration.cpp
|
|
|
social_integration.h
|
|
|
sortlist_type.h
|
|
|
sound_func.h
|
|
|
sound_type.h
|
|
|
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
|
Codechange: Implement SoundLoader interface and cache loaded sounds in memory.
|
2024-12-06 18:41:35 +00:00 |
source_type.h
|
Codechange: Use EncodedStrings for News messages. (#13654)
|
2025-02-23 20:24:02 +00:00 |
sprite.cpp
|
|
|
sprite.h
|
|
|
spritecache_internal.h
|
|
|
spritecache.cpp
|
|
|
spritecache.h
|
Codechange: remove SimpleSpriteAllocator
|
2025-02-23 14:44:11 +01:00 |
station_base.h
|
|
|
station_cmd.cpp
|
Codechange: Turn AnimationTrigger enums into enum classes. (#14067)
|
2025-04-21 20:53:31 +02:00 |
station_cmd.h
|
Codefix: Add missing header includes.
|
2025-04-20 22:06:18 +02:00 |
station_func.h
|
|
|
station_gui.cpp
|
|
|
station_gui.h
|
|
|
station_kdtree.h
|
Codechange: Use functor for Kdtree's XYFunc. (#13074)
|
2024-11-19 20:29:56 +00:00 |
station_map.h
|
|
|
station_type.h
|
|
|
station.cpp
|
Codechange: Replace CircularTileSearch with SpiralTileSequence.
|
2025-04-20 12:50:45 +02:00 |
statusbar_gui.cpp
|
|
|
statusbar_gui.h
|
|
|
stdafx.h
|
|
|
story_base.h
|
|
|
story_cmd.h
|
|
|
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 |
story.cpp
|
Codechange: Pass encoded script strings as EncodedString.
|
2025-03-04 21:40:39 +00:00 |
string_base.h
|
|
|
string_func.h
|
|
|
string_type.h
|
Codechange: Use EnumBitSet for StringValidationSettings. (#13974)
|
2025-04-08 21:19:17 +01:00 |
string.cpp
|
|
|
stringfilter_type.h
|
|
|
stringfilter.cpp
|
|
|
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
|
|
|
strings_type.h
|
|
|
strings.cpp
|
|
|
subsidy_base.h
|
|
|
subsidy_cmd.h
|
|
|
subsidy_func.h
|
|
|
subsidy_gui.cpp
|
|
|
subsidy_type.h
|
|
|
subsidy.cpp
|
Codechange: Use EnumBitSet for PartsOfSubsidy. (#13791)
|
2025-03-10 18:59:21 +00:00 |
survey.cpp
|
|
|
survey.h
|
Add: track savegame size to report with survey (#12304)
|
2024-03-16 08:58:56 +01:00 |
tar_type.h
|
Codechange: Move includes for common STL headers to stdafx.
|
2023-05-17 10:14:41 +01:00 |
terraform_cmd.cpp
|
|
|
terraform_cmd.h
|
|
|
terraform_gui.cpp
|
|
|
terraform_gui.h
|
|
|
textbuf_gui.h
|
|
|
textbuf_type.h
|
|
|
textbuf.cpp
|
|
|
texteff.cpp
|
|
|
texteff.hpp
|
|
|
textfile_gui.cpp
|
|
|
textfile_gui.h
|
|
|
textfile_type.h
|
|
|
tgp.cpp
|
|
|
tgp.h
|
|
|
thread.h
|
|
|
tile_cmd.h
|
Codechange: Replace bitstuffed VehicleEnterTileStatus. (#14027)
|
2025-04-20 21:10:02 +01:00 |
tile_map.cpp
|
|
|
tile_map.h
|
|
|
tile_type.h
|
|
|
tilearea_type.h
|
|
|
tilearea.cpp
|
|
|
tilehighlight_func.h
|
|
|
tilehighlight_type.h
|
|
|
timetable_cmd.cpp
|
Codechange: Use EnumBitSet for VehicleFlags. (#13793)
|
2025-03-13 08:38:54 +00:00 |
timetable_cmd.h
|
|
|
timetable_gui.cpp
|
Codechange: Change SetDateCallback into a std::function, so there is no need for void* user data.
|
2025-04-18 22:43:41 +02:00 |
timetable.h
|
|
|
toolbar_gui.cpp
|
|
|
toolbar_gui.h
|
|
|
town_cmd.cpp
|
|
|
town_cmd.h
|
|
|
town_gui.cpp
|
|
|
town_kdtree.h
|
|
|
town_map.h
|
|
|
town_type.h
|
|
|
town.h
|
|
|
townname_func.h
|
|
|
townname_type.h
|
|
|
townname.cpp
|
|
|
track_func.h
|
|
|
track_type.h
|
|
|
train_cmd.cpp
|
|
|
train_cmd.h
|
Codefix: Add missing header includes.
|
2025-04-20 22:06:18 +02:00 |
train_gui.cpp
|
|
|
train.h
|
|
|
transparency_gui.cpp
|
|
|
transparency_gui.h
|
|
|
transparency.h
|
|
|
transport_type.h
|
|
|
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
|
|
|
tree_gui.cpp
|
|
|
tree_map.h
|
|
|
tunnel_map.cpp
|
Codechange: migrate size related functions to Map structure
|
2023-01-21 17:11:40 +01:00 |
tunnel_map.h
|
|
|
tunnelbridge_cmd.cpp
|
|
|
tunnelbridge_cmd.h
|
|
|
tunnelbridge_map.h
|
|
|
tunnelbridge.h
|
|
|
vehicle_base.h
|
|
|
vehicle_cmd.cpp
|
|
|
vehicle_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
vehicle_func.h
|
Codechange: Add iterator for vehicles on a tile.
|
2025-04-22 22:12:59 +02:00 |
vehicle_gui_base.h
|
|
|
vehicle_gui.cpp
|
|
|
vehicle_gui.h
|
|
|
vehicle_type.h
|
|
|
vehicle.cpp
|
Codechange: Add iterator for vehicles on a tile.
|
2025-04-22 22:12:59 +02:00 |
vehiclelist_cmd.h
|
|
|
vehiclelist_func.h
|
Codechange: Use FindVehiclesWithOrder when removing a road stop. (#12144)
|
2024-03-28 23:22:37 +01:00 |
vehiclelist.cpp
|
Codechange: strongly type CompanyID
|
2025-02-16 14:02:18 +01:00 |
vehiclelist.h
|
|
|
viewport_cmd.h
|
Codechange: Use EnumBitSet for CommandFlags. (#13560)
|
2025-02-15 09:36:20 +00:00 |
viewport_func.h
|
|
|
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_sse4.cpp
|
Cleanup: Fix various spelling errors
|
2025-02-12 22:44:51 +01:00 |
viewport_sprite_sorter.h
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
viewport_type.h
|
|
|
viewport.cpp
|
Codechange: (re)set multiple bitset flags in one call. (#14017)
|
2025-04-18 14:07:57 +01:00 |
void_cmd.cpp
|
Codechange: Pass TileDesc by reference.
|
2025-02-23 23:00:51 +00:00 |
void_map.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
water_cmd.cpp
|
|
|
water_cmd.h
|
|
|
water_map.h
|
|
|
water.h
|
Codechange: Confusion of 'radius' and 'diameter' in variable names and comments.
|
2025-04-20 12:50:45 +02:00 |
waypoint_base.h
|
|
|
waypoint_cmd.cpp
|
|
|
waypoint_cmd.h
|
|
|
waypoint_func.h
|
|
|
waypoint_gui.cpp
|
|
|
waypoint.cpp
|
|
|
widget_type.h
|
|
|
widget.cpp
|
Codechange: Add dedicated widget for boolean toggle buttons.
|
2025-04-21 16:23:11 +01:00 |
window_func.h
|
|
|
window_gui.h
|
|
|
window_type.h
|
|
|
window.cpp
|
|
|
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
|
|
|