OpenTTD/src
2025-05-07 18:41:48 +02:00
..
3rdparty
ai
blitter Codechange: use std::fill_n/copy_n over MemSetT/MemCpyT 2025-05-06 20:03:35 +02:00
core
fontcache
game
lang Change: Rearrange buttons in the intro screen, remove unnecessary ones. 2025-05-07 18:41:48 +02:00
linkgraph
misc Codechange: Use LRUCache for layouted LineCache. 2025-05-06 18:09:00 +01:00
music
network
newgrf
os
pathfinder
saveload Codechange: Use FlatSet for per-industry type industry lists. 2025-05-05 14:00:38 +01:00
script
settingsgen
sound
spriteloader
strgen
table
tests
timer
video Codefix: remove unused mem_func includes 2025-05-06 20:03:35 +02:00
widgets Change: Rearrange buttons in the intro screen, remove unnecessary ones. 2025-05-07 18:41:48 +02:00
aircraft_cmd.cpp
aircraft_cmd.h Codechange: Use EnumBitSet for DoCommandFlags 2025-02-14 00:28:57 +01:00
aircraft_gui.cpp
aircraft.h
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 Codechange: Use EnumBitSet for AirportMovingDataFlags. (#13754) 2025-03-06 19:03:41 +00: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
animated_tile.cpp
articulated_vehicles.cpp
articulated_vehicles.h
autocompletion.cpp
autocompletion.h
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
autoreplace_gui.cpp
autoreplace_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
autoreplace_type.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
autoreplace.cpp Codechange: explicitly initialise EngineRenew member variables 2025-02-18 07:21:11 +01:00
autoslope.h
base_consist.cpp
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 Codechange: Use more std::string_view. 2025-04-30 19:33:56 +02:00
base_media_graphics.h
base_media_music.h
base_media_sounds.h Codechange: Use traits to define BaseSet parameters. 2025-03-27 18:57:53 +00:00
base_station_base.h
bitmap_type.h
bmp.cpp
bmp.h Codechange: Replace BmpBuffer with RandomAccessFile. 2024-08-24 22:11:04 +01:00
bootstrap_gui.cpp Codechange: use std::string_view for ini_key 2025-05-01 23:24:43 +02:00
bridge_gui.cpp
bridge_map.cpp
bridge_map.h
bridge.h
build_vehicle_gui.cpp Codechange: Remove direct access to temporary storage from TextRefStack. 2025-05-06 22:24:41 +02:00
cachecheck.cpp
cargo_type.h Codechange: Rename short CargoType parameters cargo. (#13848) 2025-03-24 18:18:21 +00:00
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
cargomonitor.h Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
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 Codechange: Rename short CargoType parameters cargo. (#13848) 2025-03-24 18:18:21 +00:00
cheat_func.h
cheat_gui.cpp
cheat_type.h
cheat.cpp
clear_cmd.cpp
clear_func.h
clear_map.h Codechange: Handle SnowTile state separately from ClearGround. 2025-02-25 08:22:46 +00:00
CMakeLists.txt Codechange: Move GUI parts of badges to a separate file. (#14023) 2025-04-18 17:20:31 +01:00
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 Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
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
console_gui.h
console_internal.h
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
date_gui.cpp
date_gui.h
debug.cpp Codechange: Add format_append as short-hand to format_to + back_inserter. 2025-04-29 20:26:23 +02:00
debug.h
dedicated.cpp
depot_base.h
depot_cmd.cpp
depot_cmd.h
depot_func.h
depot_gui.cpp
depot_map.h Codechange: strongly type DepotID 2025-02-09 16:52:21 +01:00
depot_type.h
depot.cpp
direction_func.h
direction_type.h
disaster_vehicle.cpp
disaster_vehicle.h
dock_cmd.h
dock_gui.cpp
driver.cpp Codechange: remove char* from base driver code 2025-04-29 21:09:18 +02:00
driver.h
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 Codechange: remove ZeroedMemoryAllocator from GRFFile 2025-02-22 14:58:26 +01:00
economy.cpp
effectvehicle_base.h
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
engine.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
error_func.h
error_gui.cpp Codefix: remove unused mem_func includes 2025-05-06 20:03:35 +02:00
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 Codechange: make some saveload functions work natively with std::string_view 2025-04-30 23:49:06 +02:00
fontcache.cpp
fontcache.h Fix #12735: Default fonts should use default font size as-is. (#12814) 2024-06-26 12:45:39 +01:00
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
gfx_type.h
gfx.cpp
gfxinit.cpp Codechange: Improve debug/error messages when reading baseset metadata. 2025-04-30 15:23:27 +02:00
gfxinit.h
goal_base.h
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
goal.cpp
graph_gui.cpp
graph_gui.h
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 Codechange: replace INVALID_X with XID::Invalid() for PoolIDs 2025-02-16 20:23:00 +01:00
group.h
gui.h
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
highscore.h
hotkeys.cpp
hotkeys.h
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 Codechange: Remove direct access to temporary storage from TextRefStack. 2025-05-06 22:24:41 +02:00
industry_map.h
industry_type.h
industry.h
industrytype.h
ini_load.cpp
ini_type.h
ini.cpp Codechange: rewrite ini file parsing with the StringConsumer 2025-05-03 17:13:33 +02:00
intro_gui.cpp
landscape_cmd.h
landscape_type.h
landscape.cpp
landscape.h
language.h
league_base.h
league_cmd.cpp
league_cmd.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
league_gui.cpp
league_gui.h
league_type.h
library_loader.h Codechange: refactor the Windows-only DllLoader in a cross-platform LibraryLoader (#11751) 2024-01-10 21:38:58 +00:00
livery.h
main_gui.cpp
map_func.h
map_type.h Cleanup: remove some unused #defines 2024-10-14 21:37:00 +02:00
map.cpp
misc_cmd.cpp
misc_cmd.h Fix #13562: Removed cost estimation message from money cheat 2025-03-22 20:28:55 +01:00
misc_gui.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
misc.cpp
mixer.cpp Codechange: Implement SoundLoader interface and cache loaded sounds in memory. 2024-12-06 18:41:35 +00:00
mixer.h
music_gui.cpp Codechange: use std::fill_n/copy_n over MemSetT/MemCpyT 2025-05-06 20:03:35 +02:00
music.cpp
newgrf_act5.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
newgrf_airport.cpp
newgrf_airport.h
newgrf_airporttiles.cpp
newgrf_airporttiles.h Codechange: Rename GRFFileProps to SubstituteGRFFileProps. 2025-04-28 13:44:46 +02:00
newgrf_animation_base.h Codechange: Turn AnimationStatus into an enum class. 2025-04-15 20:42:44 +02:00
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
newgrf_badge.cpp Codechange: Use FlatSet when filtering and drawing badge names. 2025-05-05 14:00:38 +01:00
newgrf_badge.h
newgrf_callbacks.h Codechange: Unify naming of NewGRF animation callbacks. 2025-04-21 19:06:13 +02:00
newgrf_canal.cpp Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
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 Codechange: Use FlatSet for sprite picker list. 2025-05-05 14:00:38 +01:00
newgrf_engine.cpp
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp
newgrf_house.cpp Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_house.h
newgrf_industries.cpp
newgrf_industries.h Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_object.cpp Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_object.h
newgrf_profiling.cpp
newgrf_profiling.h
newgrf_properties.h
newgrf_railtype.cpp
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
newgrf_roadstop.h Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
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
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
newgrf_station.cpp Codechange: Integrate ResolverObject::ResetState() into DoResolve(), no need to call it manually. 2025-05-06 22:24:41 +02:00
newgrf_station.h Codechange: Remove global GetRegister(), instead return 100+ registers directly from GetXxxCallback(). 2025-05-06 22:24:41 +02:00
newgrf_storage.cpp
newgrf_storage.h
newgrf_text_type.h
newgrf_text.cpp
newgrf_text.h
newgrf_town.cpp Codechange: Access temporary storage through ResolverObject during Resolve. 2025-05-06 22:24:41 +02:00
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 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
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
order_backup.cpp
order_backup.h
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
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 Codechange: use std::string_view for ini_key 2025-05-01 23:24:43 +02:00
palette_func.h Codechange: Turn GREY_SCALE macro into constexpr function. 2025-04-18 23:41:37 +02:00
palette.cpp
pbs.cpp
pbs.h
picker_func.h
picker_gui.cpp
picker_gui.h Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
progress.cpp
progress.h Codechange: replace static inline with static for non-class functions 2024-01-06 13:37:33 +01:00
provider_manager.h
querystring_gui.h
rail_cmd.cpp
rail_cmd.h
rail_gui.cpp
rail_gui.h
rail_map.h Codechange: remove unused INVALID_TRACK_BIT 2025-03-15 22:03:17 +01:00
rail_type.h
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
road_type.h
road.cpp
road.h
roadstop_base.h
roadstop.cpp
roadveh_cmd.cpp
roadveh_cmd.h
roadveh_gui.cpp Codechange: Rename CenterBounds to CentreBounds and move to geometry header. (#14002) 2025-04-14 23:55:40 +01:00
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 Codechange: Turn ZoomLevel into enum class. 2025-05-03 23:21:09 +02:00
screenshot.h Codechange: replace char* with std::string_view 2025-04-28 21:31:12 +02:00
settingentry_gui.cpp
settingentry_gui.h
settings_cmd.h
settings_func.h
settings_gui.cpp
settings_gui.h
settings_internal.h
settings_table.cpp Codechange: Add 'const' to static variables, which are only initialised once. 2025-05-06 18:29:41 +02:00
settings_table.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
settings_type.h
settings.cpp
ship_cmd.cpp
ship_cmd.h
ship_gui.cpp Codechange: Rename CenterBounds to CentreBounds and move to geometry header. (#14002) 2025-04-14 23:55:40 +01:00
ship.h
signal_func.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
signal_type.h
signal.cpp
signature.cpp Codechange: use std::string_view for FS2OTTD and OTTD2FS 2025-04-29 22:33:32 +02:00
signature.h
signs_base.h
signs_cmd.cpp
signs_cmd.h
signs_func.h
signs_gui.cpp
signs_type.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
signs.cpp
slider_func.h Change: Slider widget can now be colourful. 2025-04-23 19:07:52 +01:00
slider.cpp Change: Slider widget can now be colourful. 2025-04-23 19:07:52 +01:00
slope_func.h
slope_type.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
smallmap_gui.cpp
smallmap_gui.h
social_integration.cpp
social_integration.h
sortlist_type.h
sound_func.h
sound_type.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
sound.cpp
soundloader_func.h
soundloader_opus.cpp
soundloader_raw.cpp
soundloader_type.h
soundloader_wav.cpp
soundloader.cpp
source_type.h
sprite.cpp Codechange: use span size over terminator object 2025-02-16 11:19:12 +01:00
sprite.h Codechange: Make TileLayoutSpriteGroup::ProcessRegisters return a DrawTileSpriteSpan on the stack, instead of a reference to a global. 2025-05-06 18:30:42 +02:00
spritecache_internal.h
spritecache.cpp
spritecache.h Codechange: Use std::byte for generic buffers. 2025-05-03 18:43:20 +02:00
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
station_kdtree.h
station_map.h
station_type.h
station.cpp
statusbar_gui.cpp
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: 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
story.cpp
string_base.h
string_func.h Codechange: remove unused function 2025-05-04 10:43:56 +02:00
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 Codechange: replace char* where out-of-date 2025-05-04 10:43:56 +02:00
stringfilter_type.h
stringfilter.cpp
strings_func.h
strings_internal.h
strings_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
strings.cpp
subsidy_base.h
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 Codechange: Use EnumBitSet for QueryStringFlags. (#13792) 2025-03-10 18:59:35 +00:00
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 Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
tgp.cpp
tgp.h Feature: auto-detect map height limit based on generated map 2021-03-26 12:22:32 +01:00
thread.h Codefix: StartNewThread uses char* after returning 2025-05-04 14:05:15 +02:00
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h
tilearea_type.h
tilearea.cpp
tilehighlight_func.h
tilehighlight_type.h
timetable_cmd.cpp Fix #14104, 67a0fcc: Don't base timetable timing decisions on client settings. (#14105) 2025-04-26 22:39:01 +01:00
timetable_cmd.h
timetable_gui.cpp
timetable.h
toolbar_gui.cpp Codechange: Declare all IntervalTimers const, which can be const. 2025-05-06 18:29:41 +02:00
toolbar_gui.h Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383) 2025-01-28 22:17:34 +00:00
town_cmd.cpp
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 Codechange: remove unused INVALID_TRACK_BIT 2025-03-15 22:03:17 +01:00
train_cmd.cpp
train_cmd.h
train_gui.cpp
train.h
transparency_gui.cpp Codechange: Use EnumBitSet for StationFacility. 2025-02-13 18:03:13 +00:00
transparency_gui.h
transparency.h
transport_type.h
tree_cmd.cpp
tree_cmd.h
tree_gui.cpp Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
tree_map.h
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_cmd.cpp
tunnelbridge_cmd.h
tunnelbridge_map.h
tunnelbridge.h Codechange: replace static inline with static for non-class functions 2024-01-06 13:37:33 +01:00
vehicle_base.h Codechange: Unify random trigger enums and turn them into enum classes. (#14066) 2025-04-21 20:03:34 +02:00
vehicle_cmd.cpp
vehicle_cmd.h
vehicle_func.h
vehicle_gui_base.h Codechange: Remove unused extern declarations. 2025-04-11 22:11:28 +02:00
vehicle_gui.cpp
vehicle_gui.h Codechange: Pass Viewport by reference. 2025-04-09 22:03:23 +01:00
vehicle_type.h
vehicle.cpp
vehiclelist_cmd.h
vehiclelist_func.h
vehiclelist.cpp Codechange: Replace FindVehicleOnPos with 'for' loop. 2025-04-22 22:12:59 +02:00
vehiclelist.h
viewport_cmd.h
viewport_func.h
viewport_gui.cpp
viewport_kdtree.h
viewport_sprite_sorter_sse4.cpp
viewport_sprite_sorter.h
viewport_type.h
viewport.cpp
void_cmd.cpp
void_map.h
water_cmd.cpp
water_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
water_map.h
water.h
waypoint_base.h Codechange: explicitly initialise (Base)Station related member variables 2025-02-18 20:02:23 +01:00
waypoint_cmd.cpp Codechange: Turn AnimationTrigger enums into enum classes. (#14067) 2025-04-21 20:53:31 +02: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
waypoint.cpp
widget_type.h Add: WWT_IMGTEXTBTN, WWT_PUSHIMGTEXTBTN 2025-05-07 18:41:48 +02:00
widget.cpp
window_func.h Codechange: introduce ConvertibleThroughBase helpers 2025-02-16 14:02:18 +01:00
window_gui.h
window_type.h
window.cpp
zoom_func.h Codechange: Turn ZoomLevel into enum class. 2025-05-03 23:21:09 +02:00
zoom_type.h