OpenTTD/src
2025-05-06 18:29:41 +02:00
..
3rdparty
ai
blitter
core
fontcache
game
lang
linkgraph
misc
music Fix #14098: Use 64-bit type for MIDI realtime information. (#14144) 2025-05-02 22:20:44 +01:00
network
newgrf Codechange: remove char* StringConsumer 2025-05-04 15:32:52 +02:00
os
pathfinder
saveload
script Fix: Closing the Game Options window closes all textfile windows. 2025-05-04 19:36:46 +01:00
settingsgen Codechange: rewrite ini file parsing with the StringConsumer 2025-05-03 17:13:33 +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 Codechange: Add 'const' to static variables, which are only initialised once. 2025-05-06 18:29:41 +02:00
widgets
aircraft_cmd.cpp
aircraft_cmd.h
aircraft_gui.cpp Codechange: Rename CenterBounds to CentreBounds and move to geometry header. (#14002) 2025-04-14 23:55:40 +01:00
aircraft.h Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
airport_cmd.h
airport_gui.cpp
airport.cpp Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
airport.h
animated_tile_func.h
animated_tile_map.h
animated_tile.cpp
articulated_vehicles.cpp Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
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
autoreplace_func.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
autoreplace_gui.cpp
autoreplace_gui.h
autoreplace_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
autoreplace.cpp
autoslope.h
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
base_media_func.h
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: Turn AnimationTrigger enums into enum classes. (#14067) 2025-04-21 20:53:31 +02:00
bitmap_type.h Codechange: Add missing override specifiers. 2023-09-25 21:27:45 +01:00
bmp.cpp Codechange: Replace BmpBuffer with RandomAccessFile. 2024-08-24 22:11:04 +01:00
bmp.h
bootstrap_gui.cpp Codechange: use std::string_view for ini_key 2025-05-01 23:24:43 +02:00
bridge_gui.cpp Codechange: Add version of DrawStringMultiLine that performs clipping test. (#14189) 2025-05-02 22:59:55 +01:00
bridge_map.cpp
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
bridge.h
build_vehicle_gui.cpp Codechange: Move GUI parts of badges to a separate file. (#14023) 2025-04-18 17:20:31 +01:00
cachecheck.cpp
cargo_type.h
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
cargomonitor.h
cargopacket.cpp
cargopacket.h
cargotype.cpp Codechange: Use fmt::format instead of stringstream with iomanip flags. (#13964) 2025-04-08 20:57:50 +00:00
cargotype.h
cheat_func.h
cheat_gui.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
cheat_type.h
cheat.cpp
clear_cmd.cpp
clear_func.h Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +01:00
clear_map.h
CMakeLists.txt
command_func.h
command_type.h
command.cpp Codechange: replace char* with std::string_view 2025-04-27 20:08:02 +02:00
company_base.h
company_cmd.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
company_cmd.h
company_func.h
company_gui.cpp
company_gui.h
company_manager_face.h
company_type.h
console_cmds.cpp
console_func.h
console_gui.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
console_gui.h
console_internal.h Codechange: use std::string_view for console commands 2025-04-26 14:15:10 +02:00
console_type.h
console.cpp
cpu.cpp
cpu.h
crashlog.cpp Codechange: replace char* with std::string_view 2025-04-27 20:08:02 +02:00
crashlog.h Codechange: replace char* with std::string_view 2025-04-27 20:08:02 +02:00
currency.cpp
currency.h Codechange: replace char* with std::string_view 2025-04-27 20:08:02 +02:00
date_gui.cpp Codechange: use std::string_view for ini_key 2025-05-01 23:24:43 +02:00
date_gui.h
debug.cpp
debug.h
dedicated.cpp
depot_base.h
depot_cmd.cpp Codechange: Use EnumBitSet for DoCommandFlags 2025-02-14 00:28:57 +01:00
depot_cmd.h
depot_func.h
depot_gui.cpp
depot_map.h
depot_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
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 Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
disaster_vehicle.h
dock_cmd.h
dock_gui.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
driver.cpp
driver.h Codechange: remove char* from base driver code 2025-04-29 21:09:18 +02:00
dropdown_common_type.h
dropdown_func.h
dropdown_type.h
dropdown.cpp
economy_base.h
economy_cmd.h
economy_func.h Codechange: Rename short CargoType parameters cargo. (#13848) 2025-03-24 18:18:21 +00:00
economy_type.h
economy.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
effectvehicle_base.h
effectvehicle_func.h
effectvehicle.cpp Codechange: Add 'const' to static variables, which are only initialised once. 2025-05-06 18:29:41 +02:00
elrail_func.h
elrail.cpp
engine_base.h Codechange: Use proper enum type to index sprite groups in VariableGRFFileProps. 2025-04-27 19:50:51 +02:00
engine_cmd.h
engine_func.h Fix: Calculation of initial engine age was inaccurate. (#11660) 2023-12-31 15:47:32 +00:00
engine_gui.cpp
engine_gui.h Codechange: Move GUI parts of badges to a separate file. (#14023) 2025-04-18 17:20:31 +01:00
engine_type.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
engine.cpp
error_func.h Codechange: Use __VA_OPT__(,) instead of , ## (#12921) 2024-09-12 07:06:15 +01:00
error_gui.cpp
error.cpp
error.h Fix #13760: Store encoded error message inside CommandCost. (#13764) 2025-03-15 20:09:11 +00:00
fileio_func.h
fileio_type.h
fileio.cpp
fios_gui.cpp
fios.cpp
fios.h
fontcache.cpp Fix: Changing monospace font didn't refresh the monospace width cache. (#14185) 2025-05-03 18:34:45 +01:00
fontcache.h
fontdetection.h
framerate_gui.cpp
framerate_type.h
gamelog_internal.h
gamelog.cpp
gamelog.h
genworld_gui.cpp
genworld.cpp
genworld.h
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: Cache layouted text for the last used width. (#14177) 2025-05-03 18:33:47 +01:00
gfx_type.h
gfx.cpp Codechange: Use FlatSet for sprite picker list. 2025-05-05 14:00:38 +01:00
gfxinit.cpp
gfxinit.h
goal_base.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
goal_cmd.h
goal_gui.cpp Codechange: use std::string_view for ini_key 2025-05-01 23:24:43 +02:00
goal_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
goal.cpp
graph_gui.cpp
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 Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
group_gui.cpp
group_gui.h
group_type.h
group.h Codechange: explicitly initialise Group member variables 2025-02-18 18:17:56 +01:00
gui.h Change: Merge Game Options and Game Settings together. 2025-04-23 19:07:52 +01:00
heightmap.cpp Codechange: replace char* with std::string_view 2025-04-27 20:08:02 +02:00
heightmap.h
help_gui.cpp
help_gui.h
highscore_gui.cpp
highscore.cpp Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
highscore.h
hotkeys.cpp
hotkeys.h
house_type.h
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 Codechange: rewrite ini file parsing with the StringConsumer 2025-05-03 17:13:33 +02:00
ini_type.h Codechange: Add 'const' to static variables, which are only initialised once. 2025-05-06 18:29:41 +02:00
ini.cpp
intro_gui.cpp
landscape_cmd.h
landscape_type.h
landscape.cpp
landscape.h
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
league_cmd.cpp
league_cmd.h
league_gui.cpp
league_gui.h
league_type.h
library_loader.h
livery.h
main_gui.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
map_func.h
map_type.h
map.cpp
misc_cmd.cpp
misc_cmd.h
misc_gui.cpp
misc.cpp
mixer.cpp
mixer.h Codechange: Implement SoundLoader interface and cache loaded sounds in memory. 2024-12-06 18:41:35 +00:00
music_gui.cpp
music.cpp
newgrf_act5.h
newgrf_airport.cpp Add: [NewGRF] Add purchase list Action3 CID for houses, industries, industry tiles, airports and airport tiles. (#14121) 2025-05-03 17:50:20 +02:00
newgrf_airport.h
newgrf_airporttiles.cpp
newgrf_airporttiles.h
newgrf_animation_base.h
newgrf_animation_type.h
newgrf_badge_gui.cpp Codechange: Use FlatSet when filtering and drawing badge names. 2025-05-05 14:00:38 +01:00
newgrf_badge_gui.h
newgrf_badge_type.h Add: NewGRF Badges. 2025-02-16 22:24:25 +00:00
newgrf_badge.cpp
newgrf_badge.h Codechange: Use FlatSet when filtering and drawing badge names. 2025-05-05 14:00:38 +01:00
newgrf_callbacks.h Codechange: Unify naming of NewGRF animation callbacks. 2025-04-21 19:06:13 +02:00
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp Codechange: Remove virtual functions SpriteGroup::GetResult and GetNumResults. They are only implemented in and called via ResultSpriteGroup. 2025-04-29 10:35:10 +02:00
newgrf_cargo.h
newgrf_class_func.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
newgrf_class.h
newgrf_commons.cpp Codechange: Use proper enum type to index sprite groups in VariableGRFFileProps. 2025-04-27 19:50:51 +02:00
newgrf_commons.h
newgrf_config.cpp
newgrf_config.h
newgrf_debug_gui.cpp
newgrf_debug.h
newgrf_engine.cpp
newgrf_engine.h
newgrf_generic.cpp Fix: [NewGRF] AI station construction callback did not work for stations with ID >= 0x100. 2025-04-28 20:50:13 +02:00
newgrf_generic.h
newgrf_gui.cpp
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_object.cpp
newgrf_object.h Codechange: Use enums as keys for the spritegroups in FixedGRFFileProps. 2025-04-27 19:50:51 +02:00
newgrf_profiling.cpp
newgrf_profiling.h
newgrf_properties.h
newgrf_railtype.cpp Codechange: Remove virtual functions SpriteGroup::GetResult and GetNumResults. They are only implemented in and called via ResultSpriteGroup. 2025-04-29 10:35:10 +02:00
newgrf_railtype.h
newgrf_roadstop.cpp
newgrf_roadstop.h
newgrf_roadtype.cpp Codechange: Remove virtual functions SpriteGroup::GetResult and GetNumResults. They are only implemented in and called via ResultSpriteGroup. 2025-04-29 10:35: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
newgrf_sound.h
newgrf_spritegroup.cpp Fix #14216, d030d17: RealSpriteGroups referencing CallbackResultSpriteGroups were always treated as callback-failure. (#14218) 2025-05-05 16:13:41 +02:00
newgrf_spritegroup.h Fix #14216, d030d17: RealSpriteGroups referencing CallbackResultSpriteGroups were always treated as callback-failure. (#14218) 2025-05-05 16:13:41 +02:00
newgrf_station.cpp Codechange: Make station variable cache a member of StationScopeResolver. 2025-05-06 18:29:41 +02:00
newgrf_station.h
newgrf_storage.cpp
newgrf_storage.h
newgrf_text_type.h
newgrf_text.cpp Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
newgrf_text.h Codechange: Pass unformatted strings from GetStringPtr as std::string_view. (#13871) 2025-03-23 19:23:31 +01:00
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
newgrf.cpp
newgrf.h
news_cmd.h
news_func.h Codechange: Use EncodedStrings for News messages. (#13654) 2025-02-23 20:24:02 +00:00
news_gui.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
news_gui.h
news_type.h
object_base.h
object_cmd.cpp Codechange: Turn AnimationTrigger enums into enum classes. (#14067) 2025-04-21 20:53:31 +02:00
object_cmd.h
object_gui.cpp
object_map.h
object_type.h
object.h
openttd.cpp Codechange: Turn ZoomLevel into enum class. 2025-05-03 23:21:09 +02:00
openttd.h
order_backup.cpp
order_backup.h Codechange: explicitly initialise OrderBackup and OrderList member variables 2025-02-18 20:02:09 +01:00
order_base.h
order_cmd.cpp
order_cmd.h
order_func.h Feature: Use real-time "wallclock" timekeeping units (#11341) 2024-01-23 11:36:09 -05:00
order_gui.cpp
order_type.h
osk_gui.cpp
palette_func.h
palette.cpp
pbs.cpp
pbs.h
picker_func.h
picker_gui.cpp
picker_gui.h
progress.cpp
progress.h
provider_manager.h
querystring_gui.h Codechange: Use std::string_view in IME input handling. 2025-04-30 19:33:56 +02:00
rail_cmd.cpp
rail_cmd.h
rail_gui.cpp
rail_gui.h
rail_map.h
rail_type.h Codechange: Use EnumBitSet for RailTypes. 2025-03-25 20:15:48 +00:00
rail.cpp
rail.h
random_access_file_type.h
random_access_file.cpp
rev.cpp.in
rev.h
road_cmd.cpp
road_cmd.h
road_func.h
road_gui.cpp
road_gui.h
road_internal.h Codechange: Use EnumBitSet for DoCommandFlags 2025-02-14 00:28:57 +01:00
road_map.cpp
road_map.h Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
road_type.h
road.cpp Codechange: Use EnumBitSet for RoadTypes. 2025-03-25 20:15:48 +00:00
road.h
roadstop_base.h Codechange: Restructure RoadStop Entries to reduce pointers. (#14069) 2025-04-23 08:29:34 +01:00
roadstop.cpp Codefix: checking unsigned int >= 0 is pointless, check before subtraction 2025-04-26 18:31:36 +02:00
roadveh_cmd.cpp Fix: Road vehicle blocking and train collissions used slightly inconsistent distance thresholds. 2025-04-26 19:32:59 +02:00
roadveh_cmd.h
roadveh_gui.cpp
roadveh.h Codechange: Use EnumBitSet for VehStates. (#13755) 2025-03-08 18:24:21 +00:00
safeguards.h
screenshot_bmp.cpp
screenshot_gui.cpp
screenshot_gui.h
screenshot_pcx.cpp
screenshot_png.cpp
screenshot_type.h
screenshot.cpp
screenshot.h
settingentry_gui.cpp
settingentry_gui.h Codechange: replace char* with C++ style strings 2025-04-30 12:05:04 +02:00
settings_cmd.h
settings_func.h
settings_gui.cpp
settings_gui.h
settings_internal.h
settings_table.cpp
settings_table.h
settings_type.h Codechange: Use std::unique_ptr for ai/game config. 2025-03-26 10:54:11 +00:00
settings.cpp Codechange: Add 'const' to static variables, which are only initialised once. 2025-05-06 18:29:41 +02:00
ship_cmd.cpp
ship_cmd.h
ship_gui.cpp
ship.h
signal_func.h
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
signature.cpp
signature.h
signs_base.h
signs_cmd.cpp
signs_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
signs_func.h
signs_gui.cpp
signs_type.h
signs.cpp
slider_func.h Change: Slider widget can now be colourful. 2025-04-23 19:07:52 +01:00
slider.cpp
slope_func.h
slope_type.h
smallmap_gui.cpp
smallmap_gui.h
social_integration.cpp Codechange: store revision information in C++ style strings 2025-04-28 23:48:32 +02: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 Codechange: replace char* where out-of-date 2025-05-04 10:43:56 +02:00
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
source_type.h
sprite.cpp
sprite.h
spritecache_internal.h
spritecache.cpp Codechange: Turn ZoomLevel into enum class. 2025-05-03 23:21:09 +02:00
spritecache.h
station_base.h
station_cmd.cpp
station_cmd.h
station_func.h
station_gui.cpp Fix: Crash/Undefined behaviour in station view window. (#14183) 2025-05-02 08:02:35 +01:00
station_gui.h Codechange: Pass rect to DrawStationCoverageAreaText. (#13442) 2025-02-02 17:15:47 +00:00
station_kdtree.h
station_map.h
station_type.h
station.cpp
statusbar_gui.cpp
statusbar_gui.h
stdafx.h Codechange: move definition of getcwd for Windows to where it is used 2025-05-04 15:32:52 +02:00
story_base.h
story_cmd.h
story_gui.cpp
story_type.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
story.cpp
string_base.h
string_func.h
string_type.h Codechange: remove const char* overloads when there are std::string_view and std::string& overloads 2025-04-29 10:14:53 +02:00
string.cpp
stringfilter_type.h
stringfilter.cpp
strings_func.h Codechange: replace C-style strings with std::string_view related to strings functions 2025-04-27 17:57:42 +02:00
strings_internal.h Codechange: remove const char* overloads when there are std::string_view and std::string& overloads 2025-04-29 10:14:53 +02:00
strings_type.h
strings.cpp
subsidy_base.h Codechange: Use EncodedStrings for News messages. (#13654) 2025-02-23 20:24:02 +00:00
subsidy_cmd.h
subsidy_func.h
subsidy_gui.cpp
subsidy_type.h
subsidy.cpp
survey.cpp
survey.h
tar_type.h
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 Codechange: Add 'const' to static variables, which are only initialised once. 2025-05-06 18:29:41 +02:00
textfile_gui.h
textfile_type.h
tgp.cpp
tgp.h
thread.h Codefix: StartNewThread uses char* after returning 2025-05-04 14:05:15 +02:00
tile_cmd.h Codechange: Replace bitstuffed VehicleEnterTileStatus. (#14027) 2025-04-20 21:10:02 +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_type.h
tilearea.cpp Codechange: Add SpiralTileSequence to iterate over a tile area the same ways as CircularTileSearch. 2025-04-20 12:50:45 +02:00
tilehighlight_func.h Codechange: Replace mishmash of types for widget index with WidgetID. 2023-12-30 00:23:57 +00:00
tilehighlight_type.h
timetable_cmd.cpp
timetable_cmd.h
timetable_gui.cpp
timetable.h Codechange: Use local string parameters for order and timetable windows. 2025-02-23 13:52:13 +00:00
toolbar_gui.cpp
toolbar_gui.h
town_cmd.cpp
town_cmd.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
town_gui.cpp
town_kdtree.h
town_map.h
town_type.h Codechange: explicitly initialise Town member variables 2025-02-18 22:10:31 +01:00
town.h
townname_func.h
townname_type.h
townname.cpp Codechange: Add 'const' to static variables, which are only initialised once. 2025-05-06 18:29:41 +02:00
track_func.h
track_type.h
train_cmd.cpp
train_cmd.h
train_gui.cpp
train.h Codechange: Use EnumBitSet for ConsistChangeFlags. (#13788) 2025-03-09 21:13:57 +00:00
transparency_gui.cpp
transparency_gui.h
transparency.h Codechange: Use EnumBitSet for StationFacility. 2025-02-13 18:03:13 +00:00
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 Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02: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
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
vehicle_gui_base.h
vehicle_gui.cpp
vehicle_gui.h
vehicle_type.h
vehicle.cpp
vehiclelist_cmd.h
vehiclelist_func.h
vehiclelist.cpp
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 Fix: Zoom-scroll extra viewports only if the mouse cursor is over the viewport. (#14209) 2025-05-04 14:16:05 +01:00
viewport_kdtree.h
viewport_sprite_sorter_sse4.cpp
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
void_cmd.cpp
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
waypoint_base.h
waypoint_cmd.cpp
waypoint_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
waypoint_func.h
waypoint_gui.cpp Codechange: Turn ZoomLevel into enum class. 2025-05-03 23:21:09 +02:00
waypoint.cpp
widget_type.h Change: Add alternate_colour widget data for boolean button. 2025-04-23 19:07:52 +01:00
widget.cpp
window_func.h
window_gui.h Change: Add methods to close child windows with a specific window number. 2025-05-04 19:36:46 +01:00
window_type.h Codechange: introduce ConvertibleThroughBase helpers 2025-02-16 14:02:18 +01:00
window.cpp
zoom_func.h
zoom_type.h Codechange: Turn ZoomLevel into enum class. 2025-05-03 23:21:09 +02:00