You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src
Jonathan G Rennison 2ed248a61d Merge branch 'master' into jgrpp
# Conflicts:
#	.github/workflows/ci-build.yml
#	.github/workflows/release-linux.yml
#	src/aircraft_cmd.cpp
#	src/airport_gui.cpp
#	src/articulated_vehicles.cpp
#	src/build_vehicle_gui.cpp
#	src/company_gui.cpp
#	src/genworld_gui.cpp
#	src/gfx_layout.cpp
#	src/misc_gui.cpp
#	src/newgrf.cpp
#	src/newgrf_config.h
#	src/newgrf_engine.cpp
#	src/news_gui.cpp
#	src/order_gui.cpp
#	src/roadveh_cmd.cpp
#	src/saveload/saveload.h
#	src/saveload/vehicle_sl.cpp
#	src/ship_cmd.cpp
#	src/statusbar_gui.cpp
#	src/table/settings/network_private_settings.ini
#	src/table/settings/network_settings.ini
#	src/toolbar_gui.cpp
#	src/train_cmd.cpp
#	src/vehicle_gui.cpp
1 year ago
..
3rdparty Merge branch 'master' into jgrpp 1 year ago
ai Merge branch 'master' into jgrpp 1 year ago
blitter Merge branch 'master' into jgrpp 1 year ago
core Merge branch 'master' into jgrpp 1 year ago
fontcache Merge branch 'master' into jgrpp 1 year ago
game Merge branch 'master' into jgrpp 1 year ago
lang Merge branch 'master' into jgrpp 1 year ago
linkgraph Merge branch 'master' into jgrpp 1 year ago
misc Merge branch 'master' into jgrpp 1 year ago
music Merge branch 'master' into jgrpp 1 year ago
network Merge branch 'master' into jgrpp 1 year ago
os Merge branch 'master' into jgrpp 1 year ago
pathfinder Remove str_fmt and str_vfmt 1 year ago
saveload Merge branch 'master' into jgrpp 1 year ago
script Merge branch 'master' into jgrpp 1 year ago
settingsgen Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
sound Merge branch 'master' into jgrpp 2 years ago
spriteloader Merge branch 'master' into jgrpp 1 year ago
strgen Merge branch 'master' into jgrpp 1 year ago
table Merge branch 'master' into jgrpp 1 year ago
tests Fix: FormatArrayAsHex returns gibberish instead of a hex array 1 year ago
timer Add missing <functional> header to src/timer/timer.h 1 year ago
video Merge branch 'master' into jgrpp 1 year ago
widgets Merge branch 'master' into jgrpp 1 year ago
CMakeLists.txt Merge branch 'master' into jgrpp 1 year ago
aircraft.h Debug: Log aircraft target airport and movement state name 1 year ago
aircraft_cmd.cpp Merge branch 'master' into jgrpp 1 year ago
aircraft_gui.cpp Feature: [NewGRF] Engine name callback. 1 year ago
airport.cpp
airport.h
airport_gui.cpp Merge branch 'master' into jgrpp 1 year ago
animated_tile.cpp Cleanup: Unused alloca definitions and includes 1 year ago
animated_tile.h
animated_tile_func.h Don't mark tile dirty when setting animation frame to its current value 2 years ago
articulated_vehicles.cpp Merge branch 'master' into jgrpp 1 year ago
articulated_vehicles.h
autoreplace.cpp Add #7525: Allow autoreplace with same model vehicle 1 year ago
autoreplace_base.h
autoreplace_cmd.cpp Fix crash in template replacement failure news if autorenew succeeds 1 year ago
autoreplace_func.h
autoreplace_gui.cpp Merge branch 'master' into jgrpp 1 year ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_consist.cpp
base_consist.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
base_media_base.h Codechange: use std::string for base media filename/warning storage 1 year ago
base_media_func.h Merge branch 'master' into jgrpp 1 year ago
base_station_base.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
bitmap_type.h Merge branch 'master' into jgrpp 1 year ago
bmp.cpp Fix: do not allow more palette colours than there are indices for the colours 1 year ago
bmp.h
bootstrap_gui.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
bridge.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
bridge_gui.cpp Merge branch 'master' into jgrpp 1 year ago
bridge_map.cpp Initial implementation of NewGRF custom signal styles 2 years ago
bridge_map.h Codechange: make use of Tile in for all direct map accesses 1 year ago
bridge_signal_map.h Initial implementation of NewGRF custom signal styles 2 years ago
build_vehicle_gui.cpp Merge branch 'master' into jgrpp 1 year ago
cargo_type.h Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 1 year ago
cargoaction.cpp
cargoaction.h
cargomonitor.cpp Merge branch 'master' into jgrpp 1 year ago
cargomonitor.h
cargopacket.cpp Merge branch 'master' into jgrpp 1 year ago
cargopacket.h Merge branch 'master' into jgrpp 1 year ago
cargotype.cpp Codechange: replace strnatcmp with C++ string capable version 1 year ago
cargotype.h Merge branch 'master' into jgrpp 2 years ago
cheat.cpp
cheat_func.h
cheat_gui.cpp Merge branch 'master' into jgrpp 1 year ago
cheat_type.h Merge branch 'master' into jgrpp-beta 3 years ago
clear_cmd.cpp Merge branch 'master' into jgrpp 1 year ago
clear_func.h
clear_map.h Codechange: make use of Tile in for all direct map accesses 1 year ago
cmd_helper.h Cleanup #9725: Replace cmd_helper related functions and remove cmd_helper.h. 2 years ago
command.cpp Add command result flag for whether SetResultData was called 1 year ago
command_aux.h Formatting: Fix indentation of public/private specifiers 1 year ago
command_func.h GS: Add GSAsyncMode(bool) class to set async mode of script DoCommands 1 year ago
command_type.h Add command result flag for whether SetResultData was called 1 year ago
company_base.h Re-add company shares 1 year ago
company_cmd.cpp Re-add company shares 1 year ago
company_func.h Fix #6544: Don't join AI company when loading network game in singleplayer 2 years ago
company_gui.cpp Merge branch 'master' into jgrpp 1 year ago
company_gui.h
company_manager_face.h Change: Centre company face in scaled widget. (#10688) 1 year ago
company_type.h Re-add company shares 1 year ago
console.cpp Merge branch 'master' into jgrpp 1 year ago
console_cmds.cpp Merge branch 'master' into jgrpp 1 year ago
console_func.h Fix #9388: thread unsafe use of NetworkAdminConsole/IConsolePrint 3 years ago
console_gui.cpp Codechange: migrate all Window-related timers to the new framework 1 year ago
console_gui.h
console_internal.h Merge branch 'master' into jgrpp-beta 3 years ago
console_type.h Merge branch 'master' into jgrpp-beta 3 years ago
cpu.cpp Implement ottd_rdtsc for AARCH64 on GCC/clang 2 years ago
cpu.h
crashlog.cpp Merge branch 'master' into jgrpp 1 year ago
crashlog.h Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
crashlog_bfd.h
currency.cpp Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
currency.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
date.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
date_func.h Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
date_gui.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
date_gui.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
date_type.h Merge branch 'master' into jgrpp 1 year ago
debug.cpp Remove str_fmt and str_vfmt 1 year ago
debug.h Add "command" debug category to log commands 1 year ago
debug_desync.h Add CheckCaches mode to emit a log/save/screenshot on detected issue 3 years ago
debug_fmt.h Add fmt-based Debug macro for upstream 1 year ago
debug_settings.h VarAction2: Allow inlining trivial procedures 2 years ago
dedicated.cpp Merge branch 'master' into jgrpp 1 year ago
departures.cpp Add departure board via order subtype to remove via for prior terminus 1 year ago
departures_func.h
departures_gui.cpp Departure boards: Change long vehicle names to traditional if group also shown 1 year ago
departures_gui.h
departures_type.h Add departure board via order subtype to remove via for prior terminus 1 year ago
depot.cpp
depot_base.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
depot_cmd.cpp Codechange: Un-bitstuff station/depot/waypoint commands. 2 years ago
depot_func.h Codechange: do not declare functions in blocks 1 year ago
depot_gui.cpp Merge branch 'master' into jgrpp 1 year ago
depot_map.h Codechange: make use of Tile in for all direct map accesses 1 year ago
depot_type.h Merge branch 'master' into jgrpp 2 years ago
direction_func.h Change various asserts to not be included in release builds 2 years ago
direction_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
disaster_vehicle.cpp Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
disaster_vehicle.h
dock_gui.cpp Codechange: migrate all game-time-related timers to the new framework 1 year ago
driver.cpp Merge branch 'master' into jgrpp 1 year ago
driver.h
economy.cpp Re-add company shares 1 year ago
economy_base.h
economy_func.h Merge branch 'master' into jgrpp 1 year ago
economy_type.h Add setting for milliseconds per game tick mode 1 year ago
effectvehicle.cpp Codechange: migrate size related functions to Map structure 1 year ago
effectvehicle_base.h
effectvehicle_func.h
elrail.cpp Merge branch 'master' into jgrpp 1 year ago
elrail_func.h Merge branch 'master' into jgrpp-beta 3 years ago
engine.cpp Merge branch 'master' into jgrpp 1 year ago
engine_base.h Merge branch 'master' into jgrpp 1 year ago
engine_func.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
engine_gui.cpp Merge branch 'master' into jgrpp 1 year ago
engine_gui.h TBTR: Tidy up includes 1 year ago
engine_type.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
error.h Codechange: migrate all Window-related timers to the new framework 1 year ago
error_gui.cpp Merge branch 'master' into jgrpp 1 year ago
event_logs.cpp Add "special events" log. Add console command, include in crash logs. 3 years ago
event_logs.h Add "special events" log. Add console command, include in crash logs. 3 years ago
fileio.cpp Merge branch 'master' into jgrpp 1 year ago
fileio_func.h Merge branch 'master' into jgrpp 1 year ago
fileio_type.h
fios.cpp Merge branch 'master' into jgrpp 1 year ago
fios.h Merge branch 'master' into jgrpp 1 year ago
fios_gui.cpp Merge branch 'master' into jgrpp 1 year ago
fontcache.cpp Merge branch 'master' into jgrpp 1 year ago
fontcache.h Merge branch 'master' into jgrpp 1 year ago
fontdetection.h Change: Rename some freetype things to fontcache. 2 years ago
framerate_gui.cpp Merge branch 'master' into jgrpp 1 year ago
framerate_type.h Codechange: do not declare functions in blocks 1 year ago
gamelog.cpp Merge branch 'master' into jgrpp 1 year ago
gamelog.h Add text to warning dialog when overwriting a non-extended version save 1 year ago
gamelog_internal.h Codechange: Place gamelog into its own class, along with internal data. 1 year ago
genworld.cpp Codechange: move tick-counter into TimerGameTick (#10712) 1 year ago
genworld.h Add generation of public roads linking towns 3 years ago
genworld_gui.cpp Merge branch 'master' into jgrpp 1 year ago
gfx.cpp Merge branch 'master' into jgrpp 1 year ago
gfx_func.h Add setting for milliseconds per game tick mode 1 year ago
gfx_layout.cpp Feature: drop ICU-lx in favour of directly interfacing with harfbuzz 1 year ago
gfx_layout.h Merge branch 'master' into jgrpp 1 year ago
gfx_layout_fallback.cpp Feature: drop ICU-lx in favour of directly interfacing with harfbuzz 1 year ago
gfx_layout_fallback.h Codechange: split implementations of ParagraphLayouterFactory into their own file 1 year ago
gfx_layout_icu.cpp Merge branch 'master' into jgrpp 1 year ago
gfx_layout_icu.h Feature: drop ICU-lx in favour of directly interfacing with harfbuzz 1 year ago
gfx_type.h Merge branch 'master' into jgrpp 1 year ago
gfxinit.cpp Merge branch 'master' into jgrpp 1 year ago
gfxinit.h
goal.cpp Merge branch 'master' into jgrpp 1 year ago
goal_base.h Codechange: use std::string instead of stredup/free for goals 1 year ago
goal_gui.cpp Merge branch 'master' into jgrpp 1 year ago
goal_type.h Merge branch 'master' into jgrpp 1 year ago
graph_gui.cpp Merge branch 'master' into jgrpp 1 year ago
graph_gui.h Feature: [GS] Scriptable league tables (#10001) 2 years ago
ground_vehicle.cpp Merge branch 'master' into jgrpp 1 year ago
ground_vehicle.hpp Merge branch 'master' into jgrpp 1 year ago
group.h Merge branch 'master' into jgrpp 1 year ago
group_cmd.cpp Fix template replacement cache update crash in RemoveAllGroupsForCompany 1 year ago
group_gui.cpp Merge branch 'master' into jgrpp 1 year ago
group_gui.h
group_type.h Add setting to show full group hierarchy in group names 2 years ago
gui.h Merge branch 'master' into jgrpp 1 year ago
guitimer_func.h Codechange: migrate all Window-related timers to the new framework 1 year ago
heightmap.cpp Codechange: migrate size related functions to Map structure 1 year ago
heightmap.h
highscore.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
highscore.h
highscore_gui.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
hotkeys.cpp Merge branch 'master' into jgrpp 1 year ago
hotkeys.h
house.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
house_type.h
industry.h Merge branch 'master' into jgrpp 1 year ago
industry_cmd.cpp Merge branch 'master' into jgrpp 1 year ago
industry_gui.cpp Merge branch 'master' into jgrpp 1 year ago
industry_map.h Codechange: make use of Tile in for all direct map accesses 1 year ago
industry_type.h
industrytype.h Change various asserts to not be included in release builds 2 years ago
infrastructure.cpp Merge branch 'master' into jgrpp 1 year ago
infrastructure_func.h Infra sharing: Disallow control over other company trains wholly in depots 1 year ago
ini.cpp Codechange: use string/fmt instead of printf for ShowInfo(F) 1 year ago
ini_load.cpp Merge tag '12.0-beta1' into jgrpp-beta 3 years ago
ini_type.h Merge branch 'master' into jgrpp-beta 3 years ago
intro_gui.cpp Codechange: introduce GetMainWindow() to properly account for nullptr checks 1 year ago
landscape.cpp Merge branch 'master' into jgrpp 1 year ago
landscape.h Merge branch 'master' into jgrpp 1 year ago
landscape_type.h
language.h
league_base.h Fix #10469, 5e14a20: [Script] League Table rating element is a int64 everywhere else 1 year ago
league_cmd.cpp Command: Use auxiliary data for league command strings 2 years ago
league_cmd.h Fix #10214: CMD_CREATE_LEAGUE_TABLE did not set CMD_STR_CTRL 1 year ago
league_gui.cpp Codechange: Remove STR_BLACK_RAW_STRING. 1 year ago
league_gui.h Feature: [GS] Scriptable league tables (#10001) 2 years ago
league_type.h Feature: [GS] Scriptable league tables (#10001) 2 years ago
livery.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
main_gui.cpp Merge branch 'master' into jgrpp 1 year ago
map.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
map_func.h Codechange: hide Tile(Extended) into the Tile structure 1 year ago
map_type.h Codechange: hide Tile(Extended) into the Tile structure 1 year ago
misc.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
misc_cmd.cpp Change: base autosaves intervals on real time (instead of game time) (#10655) 1 year ago
misc_gui.cpp Merge branch 'master' into jgrpp 1 year ago
mixer.cpp Fix: Data race on effect volume setting with mixer thread 2 years ago
mixer.h Fix: Data race on effect volume setting with mixer thread 2 years ago
music.cpp Merge branch 'master' into jgrpp 1 year ago
music_gui.cpp Merge branch 'master' into jgrpp 1 year ago
newgrf.cpp Merge branch 'master' into jgrpp 1 year ago
newgrf.h Merge branch 'master' into jgrpp 1 year ago
newgrf_airport.cpp Merge branch 'master' into jgrpp 1 year ago
newgrf_airport.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
newgrf_airporttiles.cpp Merge branch 'master' into jgrpp 1 year ago
newgrf_airporttiles.h VarAction2: Add support for more varaction2 types 1 year ago
newgrf_analysis.cpp VarAction2: Ignore callback failure groups when finding callback results 1 year ago
newgrf_analysis.h Avoid unnecessary viewport redraws for unused tile loop house triggers 2 years ago
newgrf_animation_base.h Codechange: move tick-counter into TimerGameTick (#10712) 1 year ago
newgrf_animation_type.h
newgrf_cache_check.h
newgrf_callbacks.h Allow selecting individual ship parts in refit window 1 year ago
newgrf_canal.cpp VarAction2: Add support for more varaction2 types 1 year ago
newgrf_canal.h
newgrf_cargo.cpp Codechange: Deduplicate ResolveReal() for resolvers that don't use real sprite groups. 3 years ago
newgrf_cargo.h
newgrf_class.h Codechange: Use std::vector for NewGRF class lists. 1 year ago
newgrf_class_func.h Codechange: use string/fmt instead of printf for grfmsg 1 year ago
newgrf_commons.cpp Merge branch 'master' into jgrpp 1 year ago
newgrf_commons.h GRF: Extend EntityIDMapping/OverrideManagerBase to 16 bit entity IDs 1 year ago
newgrf_config.cpp Merge branch 'master' into jgrpp 1 year ago
newgrf_config.h Merge branch 'master' into jgrpp 1 year ago
newgrf_debug.h
newgrf_debug_gui.cpp Merge branch 'master' into jgrpp 1 year ago
newgrf_engine.cpp Merge branch 'master' into jgrpp 1 year ago
newgrf_engine.h VarAction2: Add support for more varaction2 types 1 year ago
newgrf_extension.cpp Add town variable for town tile X and Y coordinates 1 year ago
newgrf_extension.h Add town variable for town tile X and Y coordinates 1 year ago
newgrf_generic.cpp Fix: fmt's {:#04X} yields '0X00', not '0x0000' 1 year ago
newgrf_generic.h NewGRF: Add generic town callback to set town zone radii 1 year ago
newgrf_gui.cpp Merge branch 'master' into jgrpp 1 year ago
newgrf_house.cpp Truncate house variable 47 TileX part if too large 1 year ago
newgrf_house.h VarAction2: Add support for more varaction2 types 1 year ago
newgrf_industries.cpp Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
newgrf_industries.h VarAction2: Add support for more varaction2 types 1 year ago
newgrf_industrytiles.cpp Add: NewGRF road stops 1 year ago
newgrf_industrytiles.h VarAction2: Add support for more varaction2 types 1 year ago
newgrf_industrytiles_analysis.h Industry: Determine which tiles in industry layouts are not animated 2 years ago
newgrf_internal.h VarAction2: Improve handling of feature changes with parent scopes 1 year ago
newgrf_newlandscape.cpp Add new landscape variable for ground density and snow presence 1 year ago
newgrf_newlandscape.h VarAction2: Add support for more varaction2 types 1 year ago
newgrf_newsignals.cpp Add railtype and signals variables for signal vertical clearance 1 year ago
newgrf_newsignals.h Add railtype and signals variables for signal vertical clearance 1 year ago
newgrf_object.cpp Merge branch 'master' into jgrpp 1 year ago
newgrf_object.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
newgrf_optimiser.cpp Add railtype and signals variables for signal vertical clearance 1 year ago
newgrf_profiling.cpp Codechange: use fmt::format instead of printf for the NewGRF profiler 1 year ago
newgrf_profiling.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
newgrf_properties.h Merge tag '12.0-beta1' into jgrpp-beta 3 years ago
newgrf_railtype.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
newgrf_railtype.h Add railtype and signals variables for signal vertical clearance 1 year ago
newgrf_roadstop.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
newgrf_roadstop.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
newgrf_roadtype.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
newgrf_roadtype.h VarAction2: Add support for more varaction2 types 1 year ago
newgrf_sound.cpp Codechange: Replace all usages of alloca/AllocaM with more modern/less discouraged alternatives 1 year ago
newgrf_sound.h Feature: Hotkey to honk a vehicle's horn (#10110) 2 years ago
newgrf_spritegroup.cpp VarAction2: Add support for more varaction2 types 1 year ago
newgrf_spritegroup.h VarAction2: Add support for more varaction2 types 1 year ago
newgrf_station.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
newgrf_station.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
newgrf_storage.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_storage.h Cleanup: Unused alloca definitions and includes 1 year ago
newgrf_text.cpp Merge branch 'master' into jgrpp 1 year ago
newgrf_text.h Merge branch 'master' into jgrpp-beta 3 years ago
newgrf_town.cpp Add town variable for town tile X and Y coordinates 1 year ago
newgrf_town.h VarAction2: Add support for more varaction2 types 1 year ago
newgrf_townname.cpp Codechange: Use std:: features for NewGRF town names (#10631) 1 year ago
newgrf_townname.h Codechange: Use std:: features for NewGRF town names (#10631) 1 year ago
news_func.h Codechange: create a type for the "free_data" of NewsItems and (de)allocate it with new and delete 3 years ago
news_gui.cpp Merge branch 'master' into jgrpp 1 year ago
news_gui.h
news_type.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
object.h
object_base.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
object_cmd.cpp Merge branch 'master' into jgrpp 1 year ago
object_gui.cpp Merge branch 'master' into jgrpp 1 year ago
object_map.h Codechange: make use of Tile in for all direct map accesses 1 year ago
object_type.h GRF: Initial support for > 255 objects per GRF 1 year ago
openttd.cpp Merge branch 'master' into jgrpp 1 year ago
openttd.h Change: base autosaves intervals on real time (instead of game time) (#10655) 1 year ago
order_backup.cpp Merge branch 'master' into jgrpp 2 years ago
order_backup.h Cleanup: remove unused static variables 1 year ago
order_base.h Scheduled dispatch: Add button to adjust departure slots 1 year ago
order_cmd.cpp Add conditional order test for whether slot is empty/not empty 1 year ago
order_cmd.h Fix: Don't send unused tile field over the network (#10507) 1 year ago
order_func.h Merge branch 'master' into jgrpp 1 year ago
order_gui.cpp Merge branch 'master' into jgrpp 1 year ago
order_type.h Add conditional order test for whether slot is empty/not empty 1 year ago
osk_gui.cpp Merge branch 'master' into jgrpp 1 year ago
pbs.cpp Change TunnelBridgeIsFree across_only to a mode enum type 1 year ago
pbs.h Tracerestrict: Add condition whether reservation passes through tile 1 year ago
plans.cpp Command: Replace binary_length field with auxiliary data 2 years ago
plans_base.h Remove incorrect nullness check 1 year ago
plans_cmd.cpp Fix plan lines not being refreshed when privacy mode changed 1 year ago
plans_func.h
plans_gui.cpp Merge tag '13.0-beta2' into jgrpp 2 years ago
plans_type.h
programmable_signals.cpp Fix various compiler warnings 3 years ago
programmable_signals.h
programmable_signals_gui.cpp Merge branch 'master' into jgrpp 1 year ago
progress.cpp
progress.h
querystring_gui.h
rail.cpp Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
rail.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
rail_cmd.cpp Merge branch 'master' into jgrpp 1 year ago
rail_gui.cpp Merge branch 'master' into jgrpp 1 year ago
rail_gui.h Merge branch 'master' into jgrpp-beta 3 years ago
rail_gui_type.h Merge branch 'master' into jgrpp-beta 3 years ago
rail_map.h Codechange: make use of Tile in for all direct map accesses 1 year ago
rail_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
random_access_file.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 1 year ago
random_access_file_type.h Inline fast case for random access file byte/word/dword read 3 years ago
rev.cpp.in Bump OpenTTD content server vanilla compatibility version to 13.0 1 year ago
rev.h Add: support filtering content entries for patchpacks (#9541) 3 years ago
road.cpp Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
road.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
road_cmd.cpp Fix adjacent level crossings left barred after removing middle of crossing 1 year ago
road_cmd.h Add: NewGRF road stops 1 year ago
road_func.h Fix adjacent level crossings left barred after removing middle of crossing 1 year ago
road_gui.cpp Merge branch 'master' into jgrpp 1 year ago
road_gui.h
road_internal.h
road_map.cpp Codechange: make use of Tile in for all direct map accesses 1 year ago
road_map.h Codechange: make use of Tile in for all direct map accesses 1 year ago
road_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
roadstop.cpp
roadstop_base.h
roadveh.h Add GetTileTrackStatus wrapper for when red signals part is not needed 1 year ago
roadveh_cmd.cpp Merge branch 'master' into jgrpp 1 year ago
roadveh_gui.cpp Merge branch 'master' into jgrpp 1 year ago
safeguards.h Codechange: use fmt::format instead of vseprintf for midi command formatting 1 year ago
schdispatch.h Changing day length or date no longer changes time in minutes 1 year ago
schdispatch_cmd.cpp Update orders window when renaming/removing dispatch schedule 1 year ago
schdispatch_gui.cpp Merge branch 'master' into jgrpp 1 year ago
scope.h Formatting: Fix indentation of public/private specifiers 1 year ago
scope_info.cpp
scope_info.h
screenshot.cpp Merge branch 'master' into jgrpp 1 year ago
screenshot.h Merge branch 'master' into jgrpp-beta 3 years ago
screenshot_gui.cpp strgen: Allow using another string as a default translation source 1 year ago
screenshot_gui.h Fix: Don't show screenshot GUI in screenshots (#9674) 3 years ago
settings.cpp Merge branch 'master' into jgrpp 1 year ago
settings_func.h Add console command to list settings and show current and default values 1 year ago
settings_gui.cpp Merge branch 'master' into jgrpp 1 year ago
settings_gui.h
settings_internal.h Remove linkgraph duration not day length scaled setting 1 year ago
settings_type.h Re-add company shares 1 year ago
ship.h Initial support for multi-part (pseudo-articulated) ships 1 year ago
ship_cmd.cpp Merge branch 'master' into jgrpp 1 year ago
ship_gui.cpp Initial support for multi-part (pseudo-articulated) ships 1 year ago
signal.cpp Add GetTileTrackStatus wrapper for when red signals part is not needed 1 year ago
signal_func.h Use order state at reservation time for signal mode tracerestrict eval 2 years ago
signal_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
signs.cpp Merge branch 'master' into jgrpp 3 years ago
signs_base.h
signs_cmd.cpp Codechange: Don't use globals for story/goal/sign/group command proc return values. 2 years ago
signs_func.h Codechange: Don't use globals for story/goal/sign/group command proc return values. 2 years ago
signs_gui.cpp Merge branch 'master' into jgrpp 1 year ago
signs_type.h
slope_func.h Merge branch 'master' into jgrpp 1 year ago
slope_type.h Merge branch 'master' into jgrpp 2 years ago
smallmap_colours.h
smallmap_gui.cpp Codechange: migrate all Window-related timers to the new framework 1 year ago
smallmap_gui.h Codechange: migrate all Window-related timers to the new framework 1 year ago
sortlist_type.h No longer use CDECL for GUIList::FilterFunction 2 years ago
sound.cpp Merge branch 'master' into jgrpp 1 year ago
sound_func.h
sound_type.h
sprite.cpp Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 1 year ago
sprite.h
spritecache.cpp Merge branch 'master' into jgrpp 1 year ago
spritecache.h Merge branch 'master' into jgrpp 1 year ago
station.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
station_base.h Fix: O(N^2) cost of Station::RecomputeCatchmentForAll 1 year ago
station_cmd.cpp Fix removal of order backups when upgrading airports 1 year ago
station_func.h Fix rail platforms being left partially reserved after deleting train 1 year ago
station_gui.cpp Merge branch 'master' into jgrpp 1 year ago
station_gui.h Highlight waypoint tiles when adjacent or distant joining 1 year ago
station_kdtree.h Codechange: migrate size related functions to Map structure 1 year ago
station_map.h Codechange: make use of Tile in for all direct map accesses 1 year ago
station_type.h Initial implementation of road waypoints 2 years ago
statusbar_gui.cpp Merge branch 'master' into jgrpp 1 year ago
statusbar_gui.h Update status bar sizing when changing date/time display settings 3 years ago
stdafx.h Merge branch 'master' into jgrpp 1 year ago
story.cpp Merge branch 'master' into jgrpp 1 year ago
story_base.h Merge branch 'master' into jgrpp 1 year ago
story_gui.cpp Merge branch 'master' into jgrpp 1 year ago
story_type.h Codechange: Don't use globals for story/goal/sign/group command proc return values. 2 years ago
string.cpp Remove str_fmt and str_vfmt 1 year ago
string_base.h Codechange: use smart pointers when creating StringIterators 1 year ago
string_func.h Remove str_fmt and str_vfmt 1 year ago
string_func_extra.h Explictly suppress unsigned unary minus warning on MSVC in IntFromChars 3 years ago
string_type.h Use separate CharSetFilter types for signed and unsigned decimal 1 year ago
stringfilter.cpp Merge branch 'master' into jgrpp 1 year ago
stringfilter_type.h Codechange: Pass more std::string to StringFilter::AddLine() (#10743) 1 year ago
strings.cpp Merge branch 'master' into jgrpp 1 year ago
strings_func.h Merge branch 'master' into jgrpp 1 year ago
strings_type.h Add a set of temporary std::strings which can be referenced by StringID 2 years ago
subsidy.cpp Merge branch 'master' into jgrpp 1 year ago
subsidy_base.h Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 1 year ago
subsidy_func.h Feature: Configurable subsidy duration 3 years ago
subsidy_gui.cpp Merge branch 'master' into jgrpp 1 year ago
subsidy_type.h
tar_type.h
tbtr_template_gui_create.cpp Merge branch 'master' into jgrpp 1 year ago
tbtr_template_gui_create.h
tbtr_template_gui_main.cpp Merge branch 'master' into jgrpp 1 year ago
tbtr_template_gui_main.h Allow cloning trains directly from the template train list 3 years ago
tbtr_template_vehicle.cpp Fix template replacement cache update crash in RemoveAllGroupsForCompany 1 year ago
tbtr_template_vehicle.h Fix template replacement cache update crash in RemoveAllGroupsForCompany 1 year ago
tbtr_template_vehicle_func.cpp TBTR: Tidy up includes 1 year ago
tbtr_template_vehicle_func.h TBTR: Refactor template replacement code 1 year ago
terraform_cmd.cpp Codechange: migrate size related functions to Map structure 1 year ago
terraform_gui.cpp Codechange: migrate size related functions to Map structure 1 year ago
terraform_gui.h
textbuf.cpp Codechange: replace text-buf printf with fmt::format 1 year ago
textbuf_gui.h Allow using ShowQuery with std::string texts 1 year ago
textbuf_type.h Codechange: replace text-buf printf with fmt::format 1 year ago
texteff.cpp Codechange: migrate all Window-related timers to the new framework 1 year ago
texteff.hpp Codechange: migrate all Window-related timers to the new framework 1 year ago
textfile_gui.cpp Codechange: use RAII to automatically restore _cur_dpi after use 1 year ago
textfile_gui.h Change: Use scaled WidgetDimensions. 2 years ago
textfile_type.h
tgp.cpp Merge branch 'master' into jgrpp 1 year ago
tgp.h
thread.h Fix MinGW compilation issues 3 years ago
tile_cmd.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
tile_map.cpp Codechange: migrate size related functions to Map structure 1 year ago
tile_map.h Codechange: make use of Tile in for all direct map accesses 1 year ago
tile_type.h Codechange: add annotation to selectively force inlining in debug build 1 year ago
tilearea.cpp Codechange: migrate size related functions to Map structure 1 year ago
tilearea_type.h Merge branch 'master' into jgrpp 1 year ago
tilehighlight_func.h
tilehighlight_type.h Allow specifying any palette ID for tile highlight recolouring 1 year ago
tilematrix_type.hpp Codechange: migrate size related functions to Map structure 1 year ago
timetable.h Update orders window when renaming/removing dispatch schedule 1 year ago
timetable_cmd.cpp Merge branch 'master' into jgrpp 1 year ago
timetable_gui.cpp Merge branch 'master' into jgrpp 1 year ago
toolbar_gui.cpp Merge branch 'master' into jgrpp 1 year ago
toolbar_gui.h Merge branch 'master' into jgrpp 1 year ago
town.h Codechange: Pass more std::string to StringFilter::AddLine() (#10743) 1 year ago
town_cmd.cpp Merge branch 'master' into jgrpp 1 year ago
town_gui.cpp Merge branch 'master' into jgrpp 1 year ago
town_gui.h
town_kdtree.h
town_map.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
town_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
townname.cpp Codechange: Replace all usages of alloca/AllocaM with more modern/less discouraged alternatives 1 year ago
townname_func.h Codechange: pass the randomizer directly to the town name generation 1 year ago
townname_type.h
tracerestrict.cpp Add command result flag for whether SetResultData was called 1 year ago
tracerestrict.h Tracerestrict: Add button to share program onto other signals 1 year ago
tracerestrict_gui.cpp Merge branch 'master' into jgrpp 1 year ago
track_func.h Change various asserts to not be included in release builds 2 years ago
track_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
train.h Merge branch 'master' into jgrpp 1 year ago
train_cmd.cpp Merge branch 'master' into jgrpp 1 year ago
train_gui.cpp Merge branch 'master' into jgrpp 1 year ago
train_speed_adaptation.h Implement train speed adaptation on signalled tunnels/bridges 2 years ago
transparency.h Split config transparency settings into base and extra fields 3 years ago
transparency_gui.cpp Merge tag '13.0-beta2' into jgrpp 2 years ago
transparency_gui.h
transport_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
tree_cmd.cpp Fix manual tree planting in artic climate in perfect tree placement mode 1 year ago
tree_gui.cpp Feature: Press Ctrl to build a diagonal area of trees (#10342) 1 year ago
tree_map.h Codechange: make use of Tile in for all direct map accesses 1 year ago
tunnel_base.h Initial implementation of NewGRF custom signal styles 2 years ago
tunnel_map.cpp Avoid unordered map/multimap for tunnel tile index and axis height maps 1 year ago
tunnel_map.h Codechange: make use of Tile in for all direct map accesses 1 year ago
tunnelbridge.h Add railtype and signals variables for signal vertical clearance 1 year ago
tunnelbridge_cmd.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
tunnelbridge_map.h Codechange: make use of Tile in for all direct map accesses 1 year ago
unit_conversion.h Merge branch 'master' into jgrpp 1 year ago
vehicle.cpp Merge branch 'master' into jgrpp 1 year ago
vehicle_base.h Merge branch 'master' into jgrpp 1 year ago
vehicle_cmd.cpp TBTR: Mark vehicles as requiring service on template/replacement change 1 year ago
vehicle_func.h Merge branch 'master' into jgrpp 1 year ago
vehicle_gui.cpp Merge branch 'master' into jgrpp 1 year ago
vehicle_gui.h Merge branch 'master' into jgrpp 1 year ago
vehicle_gui_base.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
vehicle_type.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
vehiclelist.cpp Vehicle list commands now take into account cargo type filter 2 years ago
vehiclelist.h Vehicle list commands now take into account cargo type filter 2 years ago
viewport.cpp Merge branch 'master' into jgrpp 1 year ago
viewport_func.h Highlight waypoint tiles when adjacent or distant joining 1 year ago
viewport_gui.cpp Merge branch 'master' into jgrpp 1 year ago
viewport_kdtree.h
viewport_sprite_sorter.h
viewport_sprite_sorter_sse4.cpp Fix #9935: Use more selectivity when building SSE specific code 2 years ago
viewport_type.h Allow converting track by individual track pieces instead of whole tiles 1 year ago
void_cmd.cpp Merge branch 'master' into jgrpp 1 year ago
void_map.h Codechange: make use of Tile in for all direct map accesses 1 year ago
walltime_func.h Wallclock format: Add form which accepts a std::time_t 1 year ago
water.h Run water flooding at constant speed at day lengths >= 4 1 year ago
water_cmd.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
water_map.h Cleanup: Remove obsolete (Make)EnumPropsT. (#10697) 1 year ago
waypoint.cpp Initial implementation of road waypoints 2 years ago
waypoint_base.h Initial implementation of road waypoints 2 years ago
waypoint_cmd.cpp Codechange: move all date-related variables inside the timer (#10706) 1 year ago
waypoint_func.h Initial implementation of road waypoints 2 years ago
waypoint_gui.cpp Add coverage button to waypoint window 1 year ago
widget.cpp Merge branch 'master' into jgrpp 1 year ago
widget_type.h Merge branch 'master' into jgrpp 1 year ago
window.cpp Merge branch 'master' into jgrpp 1 year ago
window_func.h Merge branch 'master' into jgrpp 1 year ago
window_gui.h Merge branch 'master' into jgrpp 1 year ago
window_type.h Merge branch 'master' into jgrpp 1 year ago
worker_thread.cpp Worker thread pool: Fix worker wake CV notify condition 1 year ago
worker_thread.h Worker thread pool: Fix worker wake CV notify condition 1 year ago
zoning.h
zoning_cmd.cpp Merge branch 'master' into jgrpp 1 year ago
zoning_gui.cpp Merge tag '13.0-beta2' into jgrpp 2 years ago
zoom_func.h Merge tag '13.0-beta2' into jgrpp 2 years ago
zoom_type.h Fix #10660: Sprite Font scale affected by viewport zoom level limits. (#10668) 1 year ago