OpenTTD/src
2025-04-26 15:58:30 +02:00
..
3rdparty Codechange: Replace BufState with StringConsumer. 2025-04-13 21:59:10 +02:00
ai
blitter
core
fontcache
game Change: [Script] Reject scripts using negative version (#14096) 2025-04-26 14:02:36 +02:00
lang Update: Translations from eints 2025-04-26 04:44:12 +00:00
linkgraph
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 Codechange: use std::string_view to parse setting values 2025-04-22 19:52:37 +02:00
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 Codechange: Rename CenterBounds to CentreBounds and move to geometry header. (#14002) 2025-04-14 23:55:40 +01:00
aircraft.h
airport_cmd.h
airport_gui.cpp
airport.cpp
airport.h
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
animated_tile.cpp
articulated_vehicles.cpp
articulated_vehicles.h
autocompletion.cpp Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
autocompletion.h
autoreplace_base.h
autoreplace_cmd.cpp
autoreplace_cmd.h
autoreplace_func.h
autoreplace_gui.cpp
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp
autoslope.h
base_consist.cpp
base_consist.h
base_media_base.h
base_media_func.h
base_media_graphics.h
base_media_music.h
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
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
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
cargotype.h Codechange: Rename short CargoType parameters cargo. (#13848) 2025-03-24 18:18:21 +00:00
cheat_func.h Codechange: Remove unused extern declarations. 2025-04-11 22:11:28 +02:00
cheat_gui.cpp Change: Draw boolean toggle as a slider widget. 2025-04-21 16:23:11 +01:00
cheat_type.h Feature: Cheat to fix station ratings at 100% (#11346) 2023-10-21 08:35:52 -04:00
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
command_func.h
command_type.h
command.cpp
company_base.h
company_cmd.cpp Fix #14107: Mark the company value in the company view window dirty when it changes. (#14112) 2025-04-26 11:56:11 +00:00
company_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
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 Fix a4dc7249ee: Changing language or interface scale could hang. (#14087) 2025-04-24 00:29:54 +01:00
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 Codechange: use std::string_view for console commands 2025-04-26 14:15:10 +02:00
cpu.cpp Remove: rdtsc and TIC/TOC based on CPU ticks (#11856) 2024-01-21 15:38:15 +00:00
cpu.h
crashlog.cpp
crashlog.h Change: store crash logs in JSON format (#11232) 2023-09-14 20:13:27 +02:00
currency.cpp
currency.h
date_gui.cpp
date_gui.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
debug.cpp Codechange: make SetDebugString use C++-style strings and function types 2025-04-25 19:04:22 +02:00
debug.h
dedicated.cpp
depot_base.h
depot_cmd.cpp
depot_cmd.h
depot_func.h
depot_gui.cpp Change: Include dragged train in depot tile length display. (#14060) 2025-04-21 16:37:10 +01:00
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
driver.h
dropdown_common_type.h
dropdown_func.h
dropdown_type.h Codechange: Move drop down list item definitions to separate header. 2024-04-01 22:33:16 +01:00
dropdown.cpp
economy_base.h
economy_cmd.h
economy_func.h
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 Codefix: Avoid uppercase characters in variable names. (#13985) 2025-04-10 07:19:27 +01:00
engine_base.h
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 Codechange: explicitly initialise member variables of Windows 2025-02-23 14:53:42 +01:00
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
error.cpp
error.h
fileio_func.h
fileio_type.h
fileio.cpp
fios_gui.cpp
fios.cpp
fios.h
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 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
gamelog_internal.h Codechange: initialise instance members 2025-03-09 20:41:03 +01:00
gamelog.cpp
gamelog.h
genworld_gui.cpp Codechange: Turn bit-stuffed FiosType enum into a struct. (#14019) 2025-04-18 15:20:55 +02:00
genworld.cpp
genworld.h Codefix: 'Short global name' 2025-02-15 21:06:28 +01:00
gfx_func.h
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
gfx_layout_icu.h Codefix: Use snake_case instead of camelCase in layouters. 2024-12-20 19:05:08 +00:00
gfx_layout.cpp
gfx_layout.h Codechange: manage the ParagraphLayouter's buffer with std::unique_ptr 2025-03-03 16:42:48 +01:00
gfx_type.h
gfx.cpp
gfxinit.cpp Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
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
graph_gui.h
ground_vehicle.cpp
ground_vehicle.hpp
group_cmd.cpp
group_cmd.h
group_gui.cpp Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
group_gui.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
group_type.h
group.h
gui.h Change: Merge Game Options and Game Settings together. 2025-04-23 19:07:52 +01:00
heightmap.cpp
heightmap.h
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_gui.cpp Codechange: Include table/strings.h in files that use StringIDs. 2025-03-21 12:53:40 +00:00
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
industry_gui.cpp
industry_map.h
industry_type.h
industry.h
industrytype.h
ini_load.cpp
ini_type.h
ini.cpp
intro_gui.cpp Change: Merge Game Options and Game Settings together. 2025-04-23 19:07:52 +01:00
landscape_cmd.h
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 Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
league_cmd.cpp
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
main_gui.cpp
map_func.h
map_type.h
map.cpp
misc_cmd.cpp Codechange: Use EncodedString for error messages. (#13569) 2025-02-16 10:04:32 +00:00
misc_cmd.h
misc_gui.cpp
misc.cpp
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_gui.cpp
music.cpp
newgrf_act5.h
newgrf_airport.cpp
newgrf_airport.h
newgrf_airporttiles.cpp
newgrf_airporttiles.h Fix: [NewGRF] For animation-triggers which do not supply a cargo-type in var18, the var18 bits should remain empty. (#14091) 2025-04-26 14:44:07 +02:00
newgrf_animation_base.h
newgrf_animation_type.h Codechange: Turn AnimationTrigger enums into enum classes. (#14067) 2025-04-21 20:53:31 +02:00
newgrf_badge_gui.cpp
newgrf_badge_gui.h
newgrf_badge_type.h
newgrf_badge.cpp
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: 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
newgrf_cargo.h
newgrf_class_func.h
newgrf_class.h
newgrf_commons.cpp
newgrf_commons.h Codefix: Information for NewGRF specs remained duplicated after loading. 2025-04-16 19:43:07 +01:00
newgrf_config.cpp
newgrf_config.h
newgrf_debug_gui.cpp
newgrf_debug.h Codechange: introduce ConvertibleThroughBase helpers 2025-02-16 14:02:18 +01:00
newgrf_engine.cpp
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h Change: [NewGRF] Animation-trigger 'construction stage changed' of houses and industries now also triggers at construction start. (#14089) 2025-04-26 14:42:49 +02:00
newgrf_object.cpp Change: [NewGRF] Provide shared random bits in multi-tile animation-triggers of airport tiles and objects, just like for other features. (#14090) 2025-04-25 10:01:01 +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 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
newgrf_roadtype.cpp
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 Codechange: Unify random trigger enums and turn them into enum classes. (#14066) 2025-04-21 20:03:34 +02:00
newgrf_spritegroup.h Codechange: Unify random trigger enums and turn them into enum classes. (#14066) 2025-04-21 20:03:34 +02:00
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 Codechange: remove unused alloc_func.hpp includes 2025-02-24 20:00:19 +01:00
newgrf_townname.h
newgrf.cpp
newgrf.h
news_cmd.h
news_func.h
news_gui.cpp
news_gui.h Codechange: Use std::list for News Items. (#12338) 2024-04-04 07:53:14 +01:00
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
openttd.h
order_backup.cpp
order_backup.h
order_base.h
order_cmd.cpp
order_cmd.h
order_func.h
order_gui.cpp
order_type.h
osk_gui.cpp
palette_func.h
palette.cpp Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
pbs.cpp
pbs.h
picker_func.h
picker_gui.cpp
picker_gui.h
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 Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
rail_gui.cpp Codechange: Move GUI parts of badges to a separate file. (#14023) 2025-04-18 17:20:31 +01:00
rail_gui.h
rail_map.h
rail_type.h
rail.cpp
rail.h
random_access_file_type.h
random_access_file.cpp
rev.cpp.in Codechange: no longer add "src" to the include-path (#13511) 2025-02-09 19:43:15 +00:00
rev.h
road_cmd.cpp
road_cmd.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
road_func.h Codechange: Use EnumBitSet for RoadTypeFlags and RailTypeFlags. (#13415) 2025-01-30 22:08:51 +00:00
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 Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
road_type.h
road.cpp
road.h
roadstop_base.h
roadstop.cpp
roadveh_cmd.cpp
roadveh_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
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 Codechange: Use EnumBitSet for NWidContainerFlags. 2025-02-06 19:43:35 +00:00
screenshot_gui.h
screenshot_pcx.cpp
screenshot_png.cpp Codechange: Change ScreenshotCallback into a std::function, so there is no need for void* user data. 2025-04-18 22:43:41 +02:00
screenshot_type.h
screenshot.cpp Codechange: Change ScreenshotCallback into a std::function, so there is no need for void* user data. 2025-04-18 22:43:41 +02:00
screenshot.h
settingentry_gui.cpp
settingentry_gui.h Codechange: Rename _circle_size to _setting_circle_size. 2025-04-11 22:11:28 +02:00
settings_cmd.h Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
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
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 Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 2024-01-22 19:22:45 +00:00
signs_base.h Codechange: explicitly initialise Sign member variables 2025-02-18 22:41:20 +01:00
signs_cmd.cpp
signs_cmd.h
signs_func.h
signs_gui.cpp
signs_type.h
signs.cpp Codechange: explicitly initialise Sign member variables 2025-02-18 22:41:20 +01:00
slider_func.h
slider.cpp
slope_func.h
slope_type.h
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 Codechange: Implement SoundLoader interface and cache loaded sounds in memory. 2024-12-06 18:41:35 +00:00
soundloader_opus.cpp
soundloader_raw.cpp
soundloader_type.h
soundloader_wav.cpp
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
station_base.h
station_cmd.cpp
station_cmd.h
station_func.h
station_gui.cpp
station_gui.h
station_kdtree.h
station_map.h
station_type.h Add: [NewGRF] Station/roadstop animation-triggers 'tile loop' (bit 7) and 'path reservation' (bit 8). (#14080) 2025-04-26 14:44:55 +02:00
station.cpp
statusbar_gui.cpp
statusbar_gui.h
stdafx.h
story_base.h
story_cmd.h Codechange: Pass encoded script strings as EncodedString. 2025-03-04 21:40:39 +00:00
story_gui.cpp
story_type.h
story.cpp
string_base.h
string_func.h Codechange: Move IsUtf8Part to only file using it. 2025-04-14 18:56:23 +02:00
string_type.h
string.cpp
stringfilter_type.h
stringfilter.cpp Fix: StringFilter included quotes in the search and failed. 2025-04-08 23:10:58 +02:00
strings_func.h
strings_internal.h
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 Codechange: Use EnumBitSet for CommandFlags. (#13560) 2025-02-15 09:36:20 +00:00
terraform_gui.cpp
terraform_gui.h
textbuf_gui.h
textbuf_type.h Codechange: use std::string as backing for textbuf 2025-02-15 21:52:55 +01:00
textbuf.cpp
texteff.cpp
texteff.hpp
textfile_gui.cpp Codechange: Replace remaining Utf8Encode usages with StringBuilder. 2025-04-08 23:10:58 +02:00
textfile_gui.h
textfile_type.h
tgp.cpp Cleanup: Fix various spelling errors 2025-02-12 22:44:51 +01:00
tgp.h
thread.h
tile_cmd.h
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 Codechange: Use EnumBitSet for VehicleFlags. (#13793) 2025-03-13 08:38:54 +00:00
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
town.h Codechange: Use EnumBitSet for PartsOfSubsidy. (#13791) 2025-03-10 18:59:21 +00:00
townname_func.h
townname_type.h
townname.cpp Codechange: Use EnumBitSet for CzechChooseFlags. 2025-04-16 19:44:28 +01: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 Codechange: Use EnumBitSet for StationFacility. 2025-02-13 18:03:13 +00:00
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
tunnel_map.h
tunnelbridge_cmd.cpp
tunnelbridge_cmd.h
tunnelbridge_map.h Codechange: Add AssignBit function to assign the value of a single bit (#12934) 2024-09-10 08:36:58 -04:00
tunnelbridge.h
vehicle_base.h
vehicle_cmd.cpp
vehicle_cmd.h
vehicle_func.h Codechange: Replace FindVehicleOnPos with 'for' loop. 2025-04-22 22:12:59 +02:00
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 Codechange: add helpers to VehicleListIdentifier for ConvertibleThroughBase 2025-02-09 16:52:21 +01:00
viewport_cmd.h
viewport_func.h
viewport_gui.cpp
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
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 Codechange: Remove table/strings include from header files. 2025-03-21 12:53:40 +00:00
viewport.cpp
void_cmd.cpp
void_map.h
water_cmd.cpp
water_cmd.h
water_map.h
water.h
waypoint_base.h
waypoint_cmd.cpp
waypoint_cmd.h
waypoint_func.h
waypoint_gui.cpp
waypoint.cpp
widget_type.h
widget.cpp
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