.. |
3rdparty
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
ai
|
Fix #11975, 27a920c : Running AIs also occupy a slot (#11976)
|
2024-02-04 13:19:35 +01:00 |
blitter
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
core
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
fontcache
|
Feature: Scalable OpenTTD TrueType font made by Zephyris.
|
2024-01-14 22:50:56 +01:00 |
game
|
Change: Improve ScriptSettings windows (#11958)
|
2024-02-02 18:08:05 +00:00 |
lang
|
Update: Translations from eints
|
2024-02-04 18:36:20 +00:00 |
linkgraph
|
Codechange: Remove TKM string codes by duplicating strings.
|
2024-01-28 14:44:24 +01:00 |
misc
|
Remove: replace custom span with std::span
|
2024-01-17 00:25:08 +01:00 |
music
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
network
|
Codechange: use std::vector for the outgoing command "queues"
|
2024-02-05 18:57:58 +01:00 |
os
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
pathfinder
|
Codechange: Added debug printing for Water Regions
|
2024-02-04 22:50:04 +01:00 |
saveload
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
script
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
settingsgen
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
sound
|
Codechange: coding style fixes
|
2024-01-04 16:23:54 +01:00 |
spriteloader
|
Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580)
|
2023-12-20 20:38:21 +00:00 |
strgen
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
table
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
tests
|
Codechange: Simplify SetBitIterator
|
2024-02-01 23:05:57 +01:00 |
timer
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
video
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
widgets
|
Feature: Order flag to unbunch vehicles at depot (#11945)
|
2024-02-03 08:04:24 -05:00 |
aircraft_cmd.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
aircraft_cmd.h
|
|
|
aircraft_gui.cpp
|
|
|
aircraft.h
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
airport_cmd.h
|
|
|
airport_gui.cpp
|
Codechange: Remove TKM string codes by duplicating strings.
|
2024-01-28 14:44:24 +01:00 |
airport.cpp
|
|
|
airport.h
|
|
|
animated_tile_func.h
|
|
|
animated_tile.cpp
|
|
|
articulated_vehicles.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
articulated_vehicles.h
|
|
|
autoreplace_base.h
|
|
|
autoreplace_cmd.cpp
|
Codechange: Use vector and iterators to store old/new vehicles during autoreplace. (#11851)
|
2024-01-21 09:21:22 +00:00 |
autoreplace_cmd.h
|
|
|
autoreplace_func.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
autoreplace_gui.cpp
|
Codechange: Make all NWidgetPart arrays constexpr.
|
2024-01-16 21:57:05 +00:00 |
autoreplace_gui.h
|
|
|
autoreplace_type.h
|
|
|
autoreplace.cpp
|
|
|
autoslope.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
base_consist.cpp
|
Feature: Order flag to unbunch vehicles at depot (#11945)
|
2024-02-03 08:04:24 -05:00 |
base_consist.h
|
Feature: Order flag to unbunch vehicles at depot (#11945)
|
2024-02-03 08:04:24 -05:00 |
base_media_base.h
|
|
|
base_media_func.h
|
|
|
base_station_base.h
|
|
|
bitmap_type.h
|
|
|
bmp.cpp
|
|
|
bmp.h
|
|
|
bootstrap_gui.cpp
|
Codechange: Make all NWidgetPart arrays constexpr.
|
2024-01-16 21:57:05 +00:00 |
bridge_gui.cpp
|
Codechange: Make all NWidgetPart arrays constexpr.
|
2024-01-16 21:57:05 +00:00 |
bridge_map.cpp
|
|
|
bridge_map.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
bridge.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
build_vehicle_gui.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
cargo_type.h
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
cargoaction.cpp
|
|
|
cargoaction.h
|
|
|
cargomonitor.cpp
|
|
|
cargomonitor.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
cargopacket.cpp
|
|
|
cargopacket.h
|
|
|
cargotype.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
cargotype.h
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
cheat_func.h
|
|
|
cheat_gui.cpp
|
Fix: Sandbox window does not reduce height when interface scale is reduced. (#11924)
|
2024-01-29 22:01:22 +00:00 |
cheat_type.h
|
|
|
cheat.cpp
|
|
|
clear_cmd.cpp
|
|
|
clear_func.h
|
|
|
clear_map.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
CMakeLists.txt
|
Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628)
|
2024-01-22 19:22:45 +00:00 |
command_func.h
|
Feature: Infinite money mode (#11902)
|
2024-01-30 18:01:02 +00:00 |
command_type.h
|
Add: [GS] Allow to set max loan for each company separately (#11224)
|
2024-01-30 19:15:19 +01:00 |
command.cpp
|
Cleanup: Use standard comment format (#11929)
|
2024-01-30 18:43:42 +00:00 |
company_base.h
|
Add: [GS] Allow to set max loan for each company separately (#11224)
|
2024-01-30 19:15:19 +01:00 |
company_cmd.cpp
|
Fix: Second colour vehicle-type default liveries not being updated
|
2024-02-04 07:14:39 +01:00 |
company_cmd.h
|
|
|
company_func.h
|
Feature: Infinite money mode (#11902)
|
2024-01-30 18:01:02 +00:00 |
company_gui.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
company_gui.h
|
|
|
company_manager_face.h
|
Codechange: Store Colours in Colours type. (#11625)
|
2024-01-21 13:23:04 +00:00 |
company_type.h
|
Codechange: allow certain enumeration to be added
|
2024-01-16 23:30:23 +01:00 |
console_cmds.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
console_func.h
|
Codechange: compile-time validate the string format of IConsolePrint (#11804)
|
2024-01-16 21:04:35 +00:00 |
console_gui.cpp
|
Codechange: Make all NWidgetPart arrays constexpr.
|
2024-01-16 21:57:05 +00:00 |
console_gui.h
|
|
|
console_internal.h
|
|
|
console_type.h
|
|
|
console.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
cpu.cpp
|
Remove: rdtsc and TIC/TOC based on CPU ticks (#11856)
|
2024-01-21 15:38:15 +00:00 |
cpu.h
|
Remove: rdtsc and TIC/TOC based on CPU ticks (#11856)
|
2024-01-21 15:38:15 +00:00 |
crashlog.cpp
|
Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628)
|
2024-01-22 19:22:45 +00:00 |
crashlog.h
|
|
|
currency.cpp
|
Codechange: remove all u8 prefix in favour of compile-time option (#11807)
|
2024-01-16 21:33:53 +00:00 |
currency.h
|
Add: Latvian Lats currency (#11691)
|
2024-01-07 16:03:38 -05:00 |
date_gui.cpp
|
Codechange: Split dates and timers into Economy and Calendar time (#10700)
|
2024-01-22 09:04:34 -05:00 |
date_gui.h
|
Codechange: Split dates and timers into Economy and Calendar time (#10700)
|
2024-01-22 09:04:34 -05:00 |
debug.cpp
|
Change: forcefully enable prefixing logs with date (#11930)
|
2024-01-30 22:02:16 +00:00 |
debug.h
|
Codechange: wrap 'if' in macros into 'do { ... } while (false)', so it does not break on following 'else'.
|
2024-01-30 23:43:42 +01:00 |
dedicated.cpp
|
|
|
depot_base.h
|
|
|
depot_cmd.cpp
|
|
|
depot_cmd.h
|
|
|
depot_func.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
depot_gui.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
depot_map.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
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
|
Codechange: allow certain enumeration to be added
|
2024-01-16 23:30:23 +01:00 |
disaster_vehicle.cpp
|
Codechange: Split dates and timers into Economy and Calendar time (#10700)
|
2024-01-22 09:04:34 -05:00 |
disaster_vehicle.h
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
dock_cmd.h
|
|
|
dock_gui.cpp
|
Codechange: allow certain enumeration to be added
|
2024-01-16 23:30:23 +01:00 |
driver.cpp
|
|
|
driver.h
|
|
|
economy_base.h
|
|
|
economy_cmd.h
|
|
|
economy_func.h
|
Feature: Settings to scale cargo production of towns and industries (#10606)
|
2024-01-30 15:11:46 -05:00 |
economy_type.h
|
Feature: Settings to scale cargo production of towns and industries (#10606)
|
2024-01-30 15:11:46 -05:00 |
economy.cpp
|
Codechange: Rename TownEffect to TownAcceptanceEffect.
|
2024-02-02 20:37:49 +00:00 |
effectvehicle_base.h
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
effectvehicle_func.h
|
|
|
effectvehicle.cpp
|
|
|
elrail_func.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
elrail.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
engine_base.h
|
Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO.
|
2024-01-09 18:56:05 +00: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
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
engine_gui.h
|
Codechange: Missing some conversions to WidgetID. (#11773)
|
2024-01-14 16:47:10 +00:00 |
engine_type.h
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
engine.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
error_func.h
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
error_gui.cpp
|
Change: position error window closer to cursor on large screens (#11923)
|
2024-01-30 14:57:49 +01:00 |
error.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
error.h
|
|
|
fileio_func.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
fileio_type.h
|
Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628)
|
2024-01-22 19:22:45 +00:00 |
fileio.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
fios_gui.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
fios.cpp
|
Add: list_[scenario|heightmap] and load_[scenario|height] console commands (#11867)
|
2024-01-23 14:01:25 +01:00 |
fios.h
|
Add: list_[scenario|heightmap] and load_[scenario|height] console commands (#11867)
|
2024-01-23 14:01:25 +01:00 |
fontcache.cpp
|
Add: GUI options to select sprite font and AA mode for all fonts.
|
2024-01-14 22:50:56 +01:00 |
fontcache.h
|
Add: GUI options to select sprite font and AA mode for all fonts.
|
2024-01-14 22:50:56 +01:00 |
fontdetection.h
|
|
|
framerate_gui.cpp
|
Fix: Excessive switching of horizontal scale for FPS graph 60 Hz categories
|
2024-01-17 06:34:17 +01:00 |
framerate_type.h
|
|
|
gamelog_internal.h
|
|
|
gamelog.cpp
|
Codechange: minor bits and pieces related to fmt::format() (#11806)
|
2024-01-16 21:10:34 +00:00 |
gamelog.h
|
|
|
genworld_gui.cpp
|
Codechange: Make all NWidgetPart arrays constexpr.
|
2024-01-16 21:57:05 +00:00 |
genworld.cpp
|
Remove: "generation_seed" from config, as it was a write-only value (#11927)
|
2024-01-30 17:02:35 +00:00 |
genworld.h
|
|
|
gfx_func.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
gfx_layout_fallback.cpp
|
Codechange: Store text run positions in vector of points.
|
2024-01-19 00:08:31 +00:00 |
gfx_layout_fallback.h
|
|
|
gfx_layout_icu.cpp
|
Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895)
|
2024-01-27 20:13:42 +00:00 |
gfx_layout_icu.h
|
Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895)
|
2024-01-27 20:13:42 +00:00 |
gfx_layout.cpp
|
Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895)
|
2024-01-27 20:13:42 +00:00 |
gfx_layout.h
|
Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895)
|
2024-01-27 20:13:42 +00:00 |
gfx_type.h
|
Codechange: allow certain enumeration to be added
|
2024-01-16 23:30:23 +01:00 |
gfx.cpp
|
Codechange: Store text run positions in vector of points.
|
2024-01-19 00:08:31 +00:00 |
gfxinit.cpp
|
Codechange: Split palette handling to separate file.
|
2023-12-25 11:22:52 +00:00 |
gfxinit.h
|
|
|
goal_base.h
|
|
|
goal_cmd.h
|
|
|
goal_gui.cpp
|
Codechange: Use templates to deduplicate goal widgets. (#11852)
|
2024-01-21 16:23:17 +00:00 |
goal_type.h
|
|
|
goal.cpp
|
|
|
graph_gui.cpp
|
Codechange: Replace magic value with a variable (#11980)
|
2024-02-04 10:45:24 +00:00 |
graph_gui.h
|
|
|
ground_vehicle.cpp
|
|
|
ground_vehicle.hpp
|
|
|
group_cmd.cpp
|
Codechange: Replace GroupStatistics' num_engines with std::map. (#11849)
|
2024-01-21 14:09:44 +00:00 |
group_cmd.h
|
|
|
group_gui.cpp
|
Codechange: Remove TKM string codes by duplicating strings.
|
2024-01-28 14:44:24 +01:00 |
group_gui.h
|
|
|
group_type.h
|
|
|
group.h
|
Codechange: Replace GroupStatistics' num_engines with std::map. (#11849)
|
2024-01-21 14:09:44 +00:00 |
gui.h
|
Change: only open story-book in center when a GS does it (#11916)
|
2024-02-03 08:09:55 +01:00 |
heightmap.cpp
|
Add: allow loading heightmaps from command-line (#11870)
|
2024-01-22 22:35:25 +00:00 |
heightmap.h
|
Add: allow loading heightmaps from command-line (#11870)
|
2024-01-22 22:35:25 +00:00 |
help_gui.cpp
|
Fix: TextfileWindow called virtual methods before constructor completed. (#11889)
|
2024-01-27 14:45:37 +00:00 |
help_gui.h
|
|
|
highscore_gui.cpp
|
Codechange: Make all NWidgetPart arrays constexpr.
|
2024-01-16 21:57:05 +00:00 |
highscore.cpp
|
|
|
highscore.h
|
|
|
hotkeys.cpp
|
|
|
hotkeys.h
|
|
|
house_type.h
|
|
|
house.h
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
industry_cmd.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
industry_cmd.h
|
|
|
industry_gui.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
industry_map.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
industry_type.h
|
|
|
industry.h
|
Codechange: Split dates and timers into Economy and Calendar time (#10700)
|
2024-01-22 09:04:34 -05:00 |
industrytype.h
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
ini_load.cpp
|
Fix #11644: Off by one error/buffer over-read in StrMakeValid (#11645)
|
2024-01-01 13:26:31 -05:00 |
ini_type.h
|
|
|
ini.cpp
|
|
|
intro_gui.cpp
|
Change: make for smooth-scrolling based on actual time
|
2024-01-25 10:29:48 +01:00 |
landscape_cmd.h
|
|
|
landscape_type.h
|
|
|
landscape.cpp
|
Add: allow loading heightmaps from command-line (#11870)
|
2024-01-22 22:35:25 +00:00 |
landscape.h
|
Add: allow loading heightmaps from command-line (#11870)
|
2024-01-22 22:35:25 +00:00 |
language.h
|
|
|
league_base.h
|
|
|
league_cmd.cpp
|
|
|
league_cmd.h
|
|
|
league_gui.cpp
|
Fix: Display rank correcly with more than 15 companies in a league table
|
2024-02-01 20:17:31 +01:00 |
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
|
Codechange: Store Colours in Colours type. (#11625)
|
2024-01-21 13:23:04 +00:00 |
main_gui.cpp
|
Codechange: Store Colours in Colours type. (#11625)
|
2024-01-21 13:23:04 +00:00 |
map_func.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
map_type.h
|
|
|
map.cpp
|
Change: simplified water region evaluation, removed savegame data (#11750)
|
2024-01-21 20:56:50 +00:00 |
misc_cmd.cpp
|
Fix #11938: Check infinite money setting in cases where it was missed (#11939)
|
2024-01-31 20:11:48 +01:00 |
misc_cmd.h
|
Add: [GS] Allow to set max loan for each company separately (#11224)
|
2024-01-30 19:15:19 +01:00 |
misc_gui.cpp
|
Codechange: Added debug printing for Water Regions
|
2024-02-04 22:50:04 +01:00 |
misc.cpp
|
Feature: Use real-time "wallclock" timekeeping units (#11341)
|
2024-01-23 11:36:09 -05:00 |
mixer.cpp
|
|
|
mixer.h
|
|
|
music_gui.cpp
|
Codechange: Make all NWidgetPart arrays constexpr.
|
2024-01-16 21:57:05 +00:00 |
music.cpp
|
|
|
newgrf_airport.cpp
|
|
|
newgrf_airport.h
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
newgrf_airporttiles.cpp
|
|
|
newgrf_airporttiles.h
|
Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO.
|
2024-01-09 18:56:05 +00:00 |
newgrf_animation_base.h
|
|
|
newgrf_animation_type.h
|
|
|
newgrf_callbacks.h
|
|
|
newgrf_canal.cpp
|
|
|
newgrf_canal.h
|
|
|
newgrf_cargo.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
newgrf_cargo.h
|
Codechange: Rename and move SpriteGroup-specific cargo types into a namespace.
|
2024-01-09 18:56:05 +00:00 |
newgrf_class_func.h
|
|
|
newgrf_class.h
|
|
|
newgrf_commons.cpp
|
|
|
newgrf_commons.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
newgrf_config.cpp
|
|
|
newgrf_config.h
|
|
|
newgrf_debug_gui.cpp
|
Codechange: Make all NWidgetPart arrays constexpr.
|
2024-01-16 21:57:05 +00:00 |
newgrf_debug.h
|
|
|
newgrf_engine.cpp
|
Codechange: Rename and move SpriteGroup-specific cargo types into a namespace.
|
2024-01-09 18:56:05 +00:00 |
newgrf_engine.h
|
|
|
newgrf_generic.cpp
|
|
|
newgrf_generic.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
newgrf_gui.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
newgrf_house.cpp
|
Codechange: Store Colours in Colours type. (#11625)
|
2024-01-21 13:23:04 +00:00 |
newgrf_house.h
|
|
|
newgrf_industries.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
newgrf_industries.h
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
newgrf_industrytiles.cpp
|
|
|
newgrf_industrytiles.h
|
|
|
newgrf_object.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
newgrf_object.h
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
newgrf_profiling.cpp
|
Codechange: minor bits and pieces related to fmt::format() (#11806)
|
2024-01-16 21:10:34 +00:00 |
newgrf_profiling.h
|
|
|
newgrf_properties.h
|
|
|
newgrf_railtype.cpp
|
|
|
newgrf_railtype.h
|
|
|
newgrf_roadstop.cpp
|
Add: Station variable 6B to get extended station id of nearby tiles (#10953)
|
2024-02-03 11:17:49 +01:00 |
newgrf_roadstop.h
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
newgrf_roadtype.cpp
|
|
|
newgrf_roadtype.h
|
|
|
newgrf_sound.cpp
|
|
|
newgrf_sound.h
|
|
|
newgrf_spritegroup.cpp
|
Codechange: replace ROR/ROL with std::rotr/rotl
|
2024-01-17 23:05:40 +01:00 |
newgrf_spritegroup.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
newgrf_station.cpp
|
Add: Station variable 6B to get extended station id of nearby tiles (#10953)
|
2024-02-03 11:17:49 +01:00 |
newgrf_station.h
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
newgrf_storage.cpp
|
|
|
newgrf_storage.h
|
|
|
newgrf_text.cpp
|
|
|
newgrf_text.h
|
|
|
newgrf_town.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
newgrf_town.h
|
|
|
newgrf_townname.cpp
|
Codechange: coding style fixes
|
2024-01-04 16:23:54 +01:00 |
newgrf_townname.h
|
Codechange: coding style fixes
|
2024-01-04 16:23:54 +01:00 |
newgrf.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
newgrf.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
news_cmd.h
|
|
|
news_func.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
news_gui.cpp
|
Codechange: Split dates and timers into Economy and Calendar time (#10700)
|
2024-01-22 09:04:34 -05:00 |
news_gui.h
|
|
|
news_type.h
|
Codechange: Split dates and timers into Economy and Calendar time (#10700)
|
2024-01-22 09:04:34 -05:00 |
object_base.h
|
|
|
object_cmd.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
object_cmd.h
|
|
|
object_gui.cpp
|
Codechange: Make all NWidgetPart arrays constexpr.
|
2024-01-16 21:57:05 +00:00 |
object_map.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
object_type.h
|
|
|
object.h
|
|
|
openttd.cpp
|
Codechange: use std::shared_ptr to manage saveload filters instead of manually trying to avoid double frees
|
2024-02-03 21:38:33 +01:00 |
openttd.h
|
Add: "restart current" console command to regenerate the map based on current settings (#11963)
|
2024-02-03 14:48:54 +00:00 |
order_backup.cpp
|
|
|
order_backup.h
|
|
|
order_base.h
|
Feature: Order flag to unbunch vehicles at depot (#11945)
|
2024-02-03 08:04:24 -05:00 |
order_cmd.cpp
|
Fix f6dd505 : Remove unneeded error when switching between depot actions
|
2024-02-03 17:32:25 -05: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
|
Fix #11968: Always set string parameters to avoid undefined behavior (#11973)
|
2024-02-04 07:07:47 +01:00 |
order_type.h
|
Feature: Order flag to unbunch vehicles at depot (#11945)
|
2024-02-03 08:04:24 -05:00 |
osk_gui.cpp
|
Codechange: Make all NWidgetPart arrays constexpr.
|
2024-01-16 21:57:05 +00:00 |
palette_func.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
palette.cpp
|
Add: 32bpp-to-8bpp palette index lookup.
|
2023-12-25 11:22:52 +00:00 |
pbs.cpp
|
|
|
pbs.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
progress.cpp
|
|
|
progress.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
querystring_gui.h
|
Codechange: Replace mishmash of types for widget index with WidgetID.
|
2023-12-30 00:23:57 +00:00 |
rail_cmd.cpp
|
Fix #11528: Don't auto-build past tunnelbridge ends (#11606)
|
2024-02-03 11:18:10 +01:00 |
rail_cmd.h
|
Codechange: Make command constant names consistent with command proc (#11920)
|
2024-01-29 13:41:36 +01:00 |
rail_gui.cpp
|
Fix: Signals were incorrectly shifted by 1 pixel when selected. (#12005)
|
2024-02-05 17:55:04 +00:00 |
rail_gui.h
|
Fix #10118: Cycle through current signal group, not just path signals (#11798)
|
2024-02-02 15:51:57 -05:00 |
rail_map.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
rail_type.h
|
|
|
rail.cpp
|
|
|
rail.h
|
Codechange: Split bit numbers from values in RailTypeFlags, RoadTypeFlags enums (#11877)
|
2024-01-24 22:24:34 +01:00 |
random_access_file_type.h
|
|
|
random_access_file.cpp
|
|
|
rev.cpp.in
|
|
|
rev.h
|
|
|
road_cmd.cpp
|
Fix #11528: Don't auto-build past tunnelbridge ends (#11606)
|
2024-02-03 11:18:10 +01:00 |
road_cmd.h
|
|
|
road_func.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
road_gui.cpp
|
Codechange: allow certain enumeration to be added
|
2024-01-16 23:30:23 +01:00 |
road_gui.h
|
|
|
road_internal.h
|
|
|
road_map.cpp
|
|
|
road_map.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
road_type.h
|
|
|
road.cpp
|
|
|
road.h
|
Codechange: Split bit numbers from values in RailTypeFlags, RoadTypeFlags enums (#11877)
|
2024-01-24 22:24:34 +01:00 |
roadstop_base.h
|
|
|
roadstop.cpp
|
|
|
roadveh_cmd.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
roadveh_cmd.h
|
|
|
roadveh_gui.cpp
|
Codechange: Add Rect version of FillDrawPixelInfo().
|
2023-12-20 09:29:28 +00:00 |
roadveh.h
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
safeguards.h
|
|
|
screenshot_gui.cpp
|
Codechange: Make all NWidgetPart arrays constexpr.
|
2024-01-16 21:57:05 +00:00 |
screenshot_gui.h
|
|
|
screenshot.cpp
|
Codechange: replace StrStartsWith/StrEndsWith with starts_with and ends_with
|
2024-01-17 19:48:22 +01:00 |
screenshot.h
|
|
|
settings_cmd.h
|
|
|
settings_func.h
|
|
|
settings_gui.cpp
|
Change: [Script] replace easy/medium/hard values with default value (#11959)
|
2024-02-03 09:15:03 +00:00 |
settings_gui.h
|
|
|
settings_internal.h
|
Codechange: Replace SF_GUI_NEGATIVE_IS_SPECIAL with a settings value callback.
|
2024-01-28 14:44:24 +01:00 |
settings_table.cpp
|
Codechange: Replace SF_GUI_NEGATIVE_IS_SPECIAL with a settings value callback.
|
2024-01-28 14:44:24 +01:00 |
settings_table.h
|
|
|
settings_type.h
|
Change: [Script] replace easy/medium/hard values with default value (#11959)
|
2024-02-03 09:15:03 +00:00 |
settings.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
ship_cmd.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
ship_cmd.h
|
|
|
ship_gui.cpp
|
|
|
ship.h
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
signal_func.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
signal_type.h
|
Codechange: allow certain enumeration to be added
|
2024-01-16 23:30:23 +01:00 |
signal.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
signature.cpp
|
Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628)
|
2024-01-22 19:22:45 +00:00 |
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
|
|
|
signs_cmd.cpp
|
|
|
signs_cmd.h
|
|
|
signs_func.h
|
|
|
signs_gui.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
signs_type.h
|
|
|
signs.cpp
|
|
|
slope_func.h
|
Codechange: switch our codebase to C++20
|
2024-01-17 00:25:08 +01:00 |
slope_type.h
|
|
|
smallmap_gui.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
smallmap_gui.h
|
|
|
social_integration.cpp
|
Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628)
|
2024-01-22 19:22:45 +00:00 |
social_integration.h
|
Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628)
|
2024-01-22 19:22:45 +00:00 |
sortlist_type.h
|
Codechange: coding style fixes
|
2024-01-04 16:23:54 +01:00 |
sound_func.h
|
|
|
sound_type.h
|
|
|
sound.cpp
|
|
|
sprite.cpp
|
|
|
sprite.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
spritecache_internal.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
spritecache.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
spritecache.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
station_base.h
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
station_cmd.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
station_cmd.h
|
Fix #11629: AirportGetNearestTown for rotated airports (#11631)
|
2023-12-28 21:43:05 +00:00 |
station_func.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
station_gui.cpp
|
Codechange: Remove TKM string codes by duplicating strings.
|
2024-01-28 14:44:24 +01:00 |
station_gui.h
|
|
|
station_kdtree.h
|
|
|
station_map.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
station_type.h
|
|
|
station.cpp
|
Codechange: Split dates and timers into Economy and Calendar time (#10700)
|
2024-01-22 09:04:34 -05:00 |
statusbar_gui.cpp
|
Feature: Infinite money mode (#11902)
|
2024-01-30 18:01:02 +00:00 |
statusbar_gui.h
|
|
|
stdafx.h
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
story_base.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
story_cmd.h
|
|
|
story_gui.cpp
|
Change: only open story-book in center when a GS does it (#11916)
|
2024-02-03 08:09:55 +01:00 |
story_type.h
|
|
|
story.cpp
|
Change: only open story-book in center when a GS does it (#11916)
|
2024-02-03 08:09:55 +01:00 |
string_base.h
|
|
|
string_func.h
|
Codechange: refactor DecodeHexText to a generic purpose ConvertHexToBytes (#11866)
|
2024-01-22 19:42:47 +01:00 |
string_type.h
|
Codechange: remove all u8 prefix in favour of compile-time option (#11807)
|
2024-01-16 21:33:53 +00:00 |
string.cpp
|
Codechange: refactor DecodeHexText to a generic purpose ConvertHexToBytes (#11866)
|
2024-01-22 19:42:47 +01:00 |
stringfilter_type.h
|
|
|
stringfilter.cpp
|
|
|
strings_func.h
|
Remove: replace custom span with std::span
|
2024-01-17 00:25:08 +01:00 |
strings_internal.h
|
Fix: don't use non-owning string pointer in StringParameter (#11952)
|
2024-02-02 23:01:54 +01:00 |
strings_type.h
|
|
|
strings.cpp
|
Add: {CURRENCY_SHORT} only did k / m suffix. Add bn / tn and make translatable. (#11921)
|
2024-01-29 20:20:35 +00:00 |
subsidy_base.h
|
Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO.
|
2024-01-09 18:56:05 +00:00 |
subsidy_cmd.h
|
|
|
subsidy_func.h
|
|
|
subsidy_gui.cpp
|
Feature: Use real-time "wallclock" timekeeping units (#11341)
|
2024-01-23 11:36:09 -05:00 |
subsidy_type.h
|
|
|
subsidy.cpp
|
Change: Passenger subsidies are generated for any TPE_PASSENGER cargo type.
|
2024-02-02 20:37:49 +00:00 |
survey.cpp
|
Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628)
|
2024-01-22 19:22:45 +00:00 |
survey.h
|
Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628)
|
2024-01-22 19:22:45 +00:00 |
tar_type.h
|
|
|
terraform_cmd.cpp
|
|
|
terraform_cmd.h
|
|
|
terraform_gui.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
terraform_gui.h
|
|
|
textbuf_gui.h
|
|
|
textbuf_type.h
|
|
|
textbuf.cpp
|
|
|
texteff.cpp
|
|
|
texteff.hpp
|
|
|
textfile_gui.cpp
|
Fix #11966: Scrollbar may be incorrect on first opening of text file window. (#11981)
|
2024-02-04 10:15:20 +00:00 |
textfile_gui.h
|
Fix: TextfileWindow called virtual methods before constructor completed. (#11889)
|
2024-01-27 14:45:37 +00:00 |
textfile_type.h
|
Codechange: allow certain enumeration to be added
|
2024-01-16 23:30:23 +01:00 |
tgp.cpp
|
|
|
tgp.h
|
|
|
thread.h
|
Codechange: coding style fixes
|
2024-01-04 16:23:54 +01:00 |
tile_cmd.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
tile_map.cpp
|
|
|
tile_map.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
tile_type.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
tilearea_type.h
|
Fix: use correct size parameter type in TileArea constructors (#11869)
|
2024-01-22 22:06:42 +00:00 |
tilearea.cpp
|
|
|
tilehighlight_func.h
|
Codechange: Replace mishmash of types for widget index with WidgetID.
|
2023-12-30 00:23:57 +00:00 |
tilehighlight_type.h
|
|
|
tilematrix_type.hpp
|
Codechange: coding style fixes
|
2024-01-04 16:23:54 +01:00 |
timetable_cmd.cpp
|
Feature: Order flag to unbunch vehicles at depot (#11945)
|
2024-02-03 08:04:24 -05:00 |
timetable_cmd.h
|
|
|
timetable_gui.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
timetable.h
|
Codechange: Split dates and timers into Economy and Calendar time (#10700)
|
2024-01-22 09:04:34 -05:00 |
toolbar_gui.cpp
|
Change: rebrand Cheats as Sandbox Options (#11874)
|
2024-01-26 19:56:01 +01:00 |
toolbar_gui.h
|
|
|
town_cmd.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
town_cmd.h
|
Codechange: Rename TownEffect to TownAcceptanceEffect.
|
2024-02-02 20:37:49 +00:00 |
town_gui.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
town_kdtree.h
|
|
|
town_map.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
town_type.h
|
Codechange: allow certain enumeration to be added
|
2024-01-16 23:30:23 +01:00 |
town.h
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
townname_func.h
|
|
|
townname_type.h
|
|
|
townname.cpp
|
Codechange: remove all u8 prefix in favour of compile-time option (#11807)
|
2024-01-16 21:33:53 +00:00 |
track_func.h
|
Codechange: replace FIND_FIRST_BIT/FindFirstBit2x64 with FindFirstBit
|
2024-01-19 21:10:39 +01:00 |
track_type.h
|
Feature: Region-based pathfinder for ships (#10543)
|
2024-01-08 20:29:05 +01:00 |
train_cmd.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
train_cmd.h
|
|
|
train_gui.cpp
|
Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO.
|
2024-01-09 18:56:05 +00:00 |
train.h
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
transparency_gui.cpp
|
Codechange: Make all NWidgetPart arrays constexpr.
|
2024-01-16 21:57:05 +00:00 |
transparency_gui.h
|
|
|
transparency.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
transport_type.h
|
|
|
tree_cmd.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
tree_cmd.h
|
|
|
tree_gui.cpp
|
Codechange: Make all NWidgetPart arrays constexpr.
|
2024-01-16 21:57:05 +00:00 |
tree_map.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
tunnel_map.cpp
|
|
|
tunnel_map.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
tunnelbridge_cmd.cpp
|
Change: simplified water region evaluation, removed savegame data (#11750)
|
2024-01-21 20:56:50 +00:00 |
tunnelbridge_cmd.h
|
|
|
tunnelbridge_map.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
tunnelbridge.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
vehicle_base.h
|
Feature: Order flag to unbunch vehicles at depot (#11945)
|
2024-02-03 08:04:24 -05:00 |
vehicle_cmd.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
vehicle_cmd.h
|
|
|
vehicle_func.h
|
Codechange: Split dates and timers into Economy and Calendar time (#10700)
|
2024-01-22 09:04:34 -05:00 |
vehicle_gui_base.h
|
Codechange: Remove TKM from vehicle list sorting dropdowns.
|
2024-01-28 14:44:24 +01:00 |
vehicle_gui.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
vehicle_gui.h
|
Codechange: allow certain enumeration to be added
|
2024-01-16 23:30:23 +01:00 |
vehicle_type.h
|
Codechange: allow certain enumeration to be added
|
2024-01-16 23:30:23 +01:00 |
vehicle.cpp
|
Change: Decouple and remove landscape-dependent cargo types. (#11719)
|
2024-02-04 10:16:08 +00:00 |
vehiclelist_cmd.h
|
|
|
vehiclelist_func.h
|
Codechange: Build station and depot vehicle lists from shared order lists. (#11676)
|
2024-01-05 18:59:38 +00:00 |
vehiclelist.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
vehiclelist.h
|
|
|
viewport_cmd.h
|
|
|
viewport_func.h
|
Change: make for smooth-scrolling based on actual time
|
2024-01-25 10:29:48 +01:00 |
viewport_gui.cpp
|
Codechange: Make all NWidgetPart arrays constexpr.
|
2024-01-16 21:57:05 +00:00 |
viewport_kdtree.h
|
|
|
viewport_sprite_sorter_sse4.cpp
|
|
|
viewport_sprite_sorter.h
|
|
|
viewport_type.h
|
|
|
viewport.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
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
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
water_cmd.h
|
|
|
water_map.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
water.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
waypoint_base.h
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
waypoint_cmd.cpp
|
Change: simplified water region evaluation, removed savegame data (#11750)
|
2024-01-21 20:56:50 +00:00 |
waypoint_cmd.h
|
|
|
waypoint_func.h
|
|
|
waypoint_gui.cpp
|
Codechange: Make all NWidgetPart arrays constexpr.
|
2024-01-16 21:57:05 +00:00 |
waypoint.cpp
|
|
|
widget_type.h
|
Codechange: Allow constexpr NWidgetPart construction.
|
2024-01-16 21:57:05 +00:00 |
widget.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
window_func.h
|
Codechange: Replace mishmash of types for widget index with WidgetID.
|
2023-12-30 00:23:57 +00:00 |
window_gui.h
|
Fix #11894: Defer window OnResize event to avoid processing multiple times per input tick. (#11900)
|
2024-01-27 18:44:27 +00:00 |
window_type.h
|
Codechange: Replace mishmash of types for widget index with WidgetID.
|
2023-12-30 00:23:57 +00:00 |
window.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
zoom_func.h
|
Codechange: replace static inline with static for non-class functions
|
2024-01-06 13:37:33 +01:00 |
zoom_type.h
|
Codechange: allow certain enumeration to be added
|
2024-01-16 23:30:23 +01:00 |