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
translators f313a539a5 Update: Translations from eints
portuguese: 1 change by azulcosta
3 years ago
..
3rdparty Fix #7513: recursive array/class/table release caused stack overflow 3 years ago
ai Cleanup: Remove unnecessary parameter of GetScrolledRowFromWidget() 3 years ago
blitter Codechange: Suppress warnings when asserts are disabled (#8916) 4 years ago
core Cleanup: Replace single-use Pair struct with std::pair. 3 years ago
game Codechange: Replace FOR_ALL_TARS with range-based for loops 3 years ago
lang Update: Translations from eints 3 years ago
linkgraph Codechange: Use text lines instead of pixel height of font for link graph widgets. 3 years ago
misc Cleanup: Delete remaining Blob code 4 years ago
music Cleanup: [Fluidsynth] Comply better with the coding style 3 years ago
network Codechange: [Network] Move connection string parsing away from C-strings 3 years ago
os Cleanup: Remove old FiosList helper methods. (#9139) 3 years ago
pathfinder Remove: performance measurements in YAPF 3 years ago
saveload Codechange: Replace FOR_ALL_ROADTRAMTYPES with range-based for loops 3 years ago
script Codechange: Replace FOR_ALL_SEARCHPATHS with range-based for loops 3 years ago
settingsgen
sound
spriteloader Feature: allow setting maximum zoom level at which sprites are drawn (#8604) 4 years ago
strgen Add: show completion progress of languages in the language dropdown for non-release builds. 3 years ago
table Change: [Network] Update server's NetworkServerGameInfo only when needed 3 years ago
video Codechange: Acquire video buffer before taking game state lock to prevent erratic fast forward behaviour (#9140) 3 years ago
widgets Fix: Recalculate padding and minimum sizes when GUI or Font zoom is changed. 3 years ago
CMakeLists.txt
aircraft.h
aircraft_cmd.cpp
aircraft_gui.cpp
airport.cpp
airport.h
airport_gui.cpp
animated_tile.cpp
animated_tile_func.h
articulated_vehicles.cpp
articulated_vehicles.h
autoreplace.cpp Codechange: Replace Group::replace_protection with Group::flags 3 years ago
autoreplace_base.h
autoreplace_cmd.cpp Feature: Per-group wagon removal flag. 3 years ago
autoreplace_func.h
autoreplace_gui.cpp Fix: Count engine details text in lines rather than pixels. (#9107) 3 years ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_consist.cpp
base_consist.h
base_media_base.h
base_media_func.h Codechange: [Network] Do not leak os_abstraction.h via base_media_func.h 3 years ago
base_station_base.h
bitmap_type.h
bmp.cpp
bmp.h
bootstrap_gui.cpp Codechange: we are not booing straps .. we are bootstrapping 4 years ago
bridge.h
bridge_gui.cpp
bridge_map.cpp
bridge_map.h
build_vehicle_gui.cpp Fix: Count engine details text in lines rather than pixels. (#9107) 3 years ago
cargo_type.h
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
cargomonitor.h
cargopacket.cpp
cargopacket.h
cargotype.cpp Codechange: Replace FOR_ALL_CARGOSPECS with range-based for loops 3 years ago
cargotype.h Codechange: Replace FOR_ALL_CARGOSPECS with range-based for loops 3 years ago
cheat.cpp
cheat_func.h
cheat_gui.cpp Change: rename setting "max_heightlevel" to "map_height_limit" 4 years ago
cheat_type.h
clear_cmd.cpp
clear_func.h
clear_map.h
cmd_helper.h
command.cpp Codechange: Replace CMD_SET_GROUP_REPLACE_PROTECTION with generic CMD_SET_GROUP_FLAG. 3 years ago
command_func.h
command_type.h Codechange: Replace CMD_SET_GROUP_REPLACE_PROTECTION with generic CMD_SET_GROUP_FLAG. 3 years ago
company_base.h
company_cmd.cpp Add: admin menu for companies in multiplayer games 3 years ago
company_func.h
company_gui.cpp Cleanup: Replace FOR_ALL_SORTED_ROADTYPES macro with range iterator. 3 years ago
company_gui.h
company_manager_face.h
company_type.h
console.cpp Codechange: Use std::string in console commands/aliases registration, and std::map instead our sorted linked list (#9057) 3 years ago
console_cmds.cpp Fix #9147: Delay making screenshots until the next draw tick as we may not access the video buffer from the game thread. 3 years ago
console_func.h
console_gui.cpp
console_gui.h
console_internal.h Codechange: Use std::string in console commands/aliases registration, and std::map instead our sorted linked list (#9057) 3 years ago
console_type.h
cpu.cpp
cpu.h
crashlog.cpp
crashlog.h Fix #8860: [Win32] Crashlog window wasn't reliably shown for crashes not on the main thread. 4 years ago
currency.cpp
currency.h
date.cpp
date_func.h
date_gui.cpp
date_gui.h
date_type.h
debug.cpp Codechange: Remove the now meaningless console_cp parameter from OTTD2FS 4 years ago
debug.h
dedicated.cpp
depot.cpp
depot_base.h
depot_cmd.cpp
depot_func.h
depot_gui.cpp
depot_map.h
depot_type.h
direction_func.h
direction_type.h
disaster_vehicle.cpp Fix #8956: Industry disaster news messages showed the wrong location (#8992) 4 years ago
disaster_vehicle.h
dock_gui.cpp Feature: Press ctrl to build diagonal rivers in Scenario Editor (#8880) 4 years ago
driver.cpp Codechange: Suppress warnings when asserts are disabled (#8917) 4 years ago
driver.h
economy.cpp Codechange: Replace FOR_ALL_CARGOSPECS with range-based for loops 3 years ago
economy_base.h
economy_func.h
economy_type.h
effectvehicle.cpp
effectvehicle_base.h
effectvehicle_func.h
elrail.cpp Codechange: Add fast path to catenary drawing in MaskWireBits 4 years ago
elrail_func.h
engine.cpp Codechange: Use C++ features for train wagon overrides. (#9141) 3 years ago
engine_base.h Codechange: Use C++ features for train wagon overrides. (#9141) 3 years ago
engine_func.h
engine_gui.cpp
engine_gui.h
engine_type.h
error.h
error_gui.cpp Fix: errors during bootstrap could still show up after bootstrap 4 years ago
fileio.cpp Codechange: Replace FOR_ALL_SEARCHPATHS with range-based for loops 3 years ago
fileio_func.h Codechange: Replace FOR_ALL_SEARCHPATHS with range-based for loops 3 years ago
fileio_type.h
fios.cpp Codechange: Replace FOR_ALL_SEARCHPATHS with range-based for loops 3 years ago
fios.h Cleanup: Remove old FiosList helper methods. (#9139) 3 years ago
fios_gui.cpp Cleanup: Remove old FiosList helper methods. (#9139) 3 years ago
fontcache.cpp Codechange: Scale sprite font height once on init instead of every call to GetHeight(). 3 years ago
fontcache.h Codechange: Scale sprite font height once on init instead of every call to GetHeight(). 3 years ago
fontcache_internal.h
fontdetection.h
framerate_gui.cpp Cleanup: Remove unnecessary parameter of GetScrolledRowFromWidget() 3 years ago
framerate_type.h
gamelog.cpp
gamelog.h
gamelog_internal.h
genworld.cpp Add: allow setting the highest mountain for heightmaps 4 years ago
genworld.h Feature: allow setting a custom terrain type to define highest peak 4 years ago
genworld_gui.cpp Feature: allow setting a custom terrain type to define highest peak 4 years ago
gfx.cpp Fix: Recalculate padding and minimum sizes when GUI or Font zoom is changed. 3 years ago
gfx_func.h Codechange: Simplify calling of DrawCharCentered() 3 years ago
gfx_layout.cpp
gfx_layout.h
gfx_type.h Codechange: Add internal widget alignment property, along with widget part. 3 years ago
gfxinit.cpp Codechange: Generalise the delayed blitter change to a generic video driver command queue. 3 years ago
gfxinit.h
goal.cpp
goal_base.h
goal_gui.cpp
goal_type.h
graph_gui.cpp Fix: Cargo legend blob in cargo payment rate window did not rescale. 3 years ago
graph_gui.h
ground_vehicle.cpp
ground_vehicle.hpp
group.h Feature: Per-group wagon removal flag. 3 years ago
group_cmd.cpp Feature: Per-group wagon removal flag. 3 years ago
group_gui.cpp Codechange: Replace CMD_SET_GROUP_REPLACE_PROTECTION with generic CMD_SET_GROUP_FLAG. 3 years ago
group_gui.h
group_type.h
gui.h
guitimer_func.h
heightmap.cpp Add: allow setting the highest mountain for heightmaps 4 years ago
heightmap.h
highscore.cpp
highscore.h
highscore_gui.cpp
hotkeys.cpp
hotkeys.h
house.h
house_type.h
industry.h
industry_cmd.cpp Codechange: Suppress warnings when asserts are disabled (#8917) 4 years ago
industry_gui.cpp Fix: Scale cargo lines in industry chain window. 3 years ago
industry_map.h
industry_type.h
industrytype.h
ini.cpp Fix e0561dbde: [MinGW] use ofstring(wchar_t*) as ofstring(wstring) doesn't exist (#8985) 4 years ago
ini_load.cpp
ini_type.h
intro_gui.cpp
landscape.cpp Fix 70bc55cfd6e: snow line height was set while calculating desert line (#8989) 4 years ago
landscape.h
landscape_type.h
language.h Change: treat languages as finished, if translations are 75% completed. 3 years ago
livery.h
main_gui.cpp
map.cpp
map_func.h
map_type.h
misc.cpp
misc_cmd.cpp
misc_gui.cpp Fix: Query windows may be partially drawn initially. (#9184) 3 years ago
mixer.cpp Fix: Allow full sample range for 16-bit audio. 4 years ago
mixer.h
music.cpp
music_gui.cpp Feature: Volume sliders in Game Options window 4 years ago
newgrf.cpp Codechange: Validate custom station platform layout tiles are permitted values only. 3 years ago
newgrf.h
newgrf_airport.cpp Cleanup: Use std::vector in RealSpriteGroup. 3 years ago
newgrf_airport.h
newgrf_airporttiles.cpp
newgrf_airporttiles.h
newgrf_animation_base.h
newgrf_animation_type.h
newgrf_callbacks.h
newgrf_canal.cpp Cleanup: Use std::vector in RealSpriteGroup. 3 years ago
newgrf_canal.h
newgrf_cargo.cpp Cleanup: Use std::vector in RealSpriteGroup. 3 years ago
newgrf_cargo.h
newgrf_class.h
newgrf_class_func.h
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp Cleanup: Leftover static const variable from a3b356e (#9194) 3 years ago
newgrf_config.h
newgrf_debug.h
newgrf_debug_gui.cpp Fix: Tidy up sizing of sprite aligner window sprite list. 3 years ago
newgrf_engine.cpp Cleanup: Use std::vector in RealSpriteGroup. 3 years ago
newgrf_engine.h Codechange: Use C++ features for train wagon overrides. (#9141) 3 years ago
newgrf_generic.cpp Cleanup: Use std::vector in RealSpriteGroup. 3 years ago
newgrf_generic.h
newgrf_gui.cpp Fix: Recalculate padding and minimum sizes when GUI or Font zoom is changed. 3 years ago
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp Fix: [NewGRF] industry variable 66 and object variable 46 clamped the squared-euclidian distance to 16 bit, when they should not. 3 years ago
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_object.cpp Fix: [NewGRF] industry variable 66 and object variable 46 clamped the squared-euclidian distance to 16 bit, when they should not. 3 years ago
newgrf_object.h
newgrf_profiling.cpp
newgrf_profiling.h
newgrf_properties.h
newgrf_railtype.cpp Cleanup: Use std::vector in RealSpriteGroup. 3 years ago
newgrf_railtype.h
newgrf_roadtype.cpp Cleanup: Use std::vector in RealSpriteGroup. 3 years ago
newgrf_roadtype.h
newgrf_sound.cpp
newgrf_sound.h
newgrf_spritegroup.cpp Cleanup: Use range iterator to evaluate DeterministicSpriteGroup. 3 years ago
newgrf_spritegroup.h Cleanup: Use std::vector in RandomSpriteGroup. 3 years ago
newgrf_station.cpp Codechange: Use std::vector for NewGRF station tile sprite layouts. 3 years ago
newgrf_station.h Codechange: Use std::vector for NewGRF station tile sprite layouts. 3 years ago
newgrf_storage.cpp
newgrf_storage.h
newgrf_text.cpp
newgrf_text.h
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
news_func.h
news_gui.cpp Codechange: Add widget text colour override property. 3 years ago
news_gui.h
news_type.h
object.h Add: Hotkey to focus the build object class name filter editbox. 4 years ago
object_base.h
object_cmd.cpp
object_gui.cpp Fix: adjust object and rail station selection window padding to be consistent (#8929) 4 years ago
object_map.h
object_type.h
openttd.cpp Codechange: [Network] Move connection string parsing away from C-strings 3 years ago
openttd.h Fix #6598: Prevent invalid memory accesses when abandoning a join from within a network game 3 years ago
order_backup.cpp
order_backup.h
order_base.h
order_cmd.cpp
order_func.h
order_gui.cpp
order_type.h
osk_gui.cpp Fix: Use unscaled values for padding OSK 3 years ago
pbs.cpp
pbs.h
progress.cpp
progress.h
querystring_gui.h
rail.cpp
rail.h Cleanup: Replace FOR_ALL_SORTED_RAILTYPES macro with range iterator. 3 years ago
rail_cmd.cpp Fix #8981: Don't attempt to re-reserve path if already entering/entered depot. 4 years ago
rail_gui.cpp Cleanup: Replace FOR_ALL_SORTED_RAILTYPES macro with range iterator. 3 years ago
rail_gui.h
rail_map.h
rail_type.h
rev.cpp.in Fix: [CMake] Auto-fill version details in rev.cpp and ottres.rc (#9066) 3 years ago
rev.h
road.cpp
road.h Codechange: Replace FOR_ALL_ROADTRAMTYPES with range-based for loops 3 years ago
road_cmd.cpp Codechange: Replace FOR_ALL_ROADTRAMTYPES with range-based for loops 3 years ago
road_cmd.h
road_func.h
road_gui.cpp Cleanup: Replace FOR_ALL_SORTED_ROADTYPES macro with range iterator. 3 years ago
road_gui.h
road_internal.h
road_map.cpp
road_map.h
road_type.h
roadstop.cpp
roadstop_base.h
roadveh.h
roadveh_cmd.cpp Fix #8565: Stopped road vehicle displays a speed different than 0 (#8901) 4 years ago
roadveh_gui.cpp
safeguards.h Codechange: encapsulate network error handling 3 years ago
screenshot.cpp Fix #9147: Delay making screenshots until the next draw tick as we may not access the video buffer from the game thread. 3 years ago
screenshot.h Fix #9147: Delay making screenshots until the next draw tick as we may not access the video buffer from the game thread. 3 years ago
screenshot_gui.cpp
screenshot_gui.h
settings.cpp Change: [Network] Update server's NetworkServerGameInfo only when needed 3 years ago
settings_func.h
settings_gui.cpp Codechange: No longer necessary to manually resize volume sliders. 3 years ago
settings_gui.h
settings_internal.h Feature: setting to indicate snow coverage for arctic climate (replaces snow line height) 4 years ago
settings_type.h Codechange: use NetworkAddress instead of two host/port variables where possible 3 years ago
ship.h
ship_cmd.cpp
ship_gui.cpp
signal.cpp
signal_func.h
signal_type.h
signs.cpp
signs_base.h
signs_cmd.cpp
signs_func.h
signs_gui.cpp Fix: Improved scaling and spacing of sign list window. 3 years ago
signs_type.h
slope_func.h
slope_type.h
smallmap_gui.cpp Fix: Scale smallmap legend 'blob' to fit text. 3 years ago
smallmap_gui.h Fix: Scale smallmap legend 'blob' to fit text. 3 years ago
sortlist_type.h
sound.cpp Codechange: Replace window related FOR_ALL with range-based for loops 3 years ago
sound_func.h
sound_type.h Doc: Clarify comment that SND_05_TRAIN_THROUGH_TUNNEL is only for steam engines (#8858) 4 years ago
sprite.cpp
sprite.h
spritecache.cpp Fix #8919: Release builds with asserts enabled (#8925) 4 years ago
spritecache.h
station.cpp
station_base.h
station_cmd.cpp Codechange: Replace FOR_ALL_ROADTRAMTYPES with range-based for loops 3 years ago
station_func.h
station_gui.cpp Codechange: Scale rating minigraphs on station window list. (#9075) 3 years ago
station_gui.h
station_kdtree.h
station_map.h
station_type.h
statusbar_gui.cpp
statusbar_gui.h
stdafx.h Fix: [MinGW] Set minimum OS version to Windows XP (#9135) 3 years ago
story.cpp
story_base.h
story_gui.cpp
story_type.h
string.cpp Fix: String validation could leave invalid Utf8 encoded strings (#9096) 3 years ago
string_base.h
string_func.h Add: [[nodiscard]] to std::string str_validate 3 years ago
string_type.h
stringfilter.cpp
stringfilter_type.h
strings.cpp Codechange: Replace FOR_ALL_SEARCHPATHS with range-based for loops 3 years ago
strings_func.h
strings_type.h
subsidy.cpp Cleanup: Replace single-use Pair struct with std::pair. 3 years ago
subsidy_base.h
subsidy_func.h Cleanup: Replace single-use Pair struct with std::pair. 3 years ago
subsidy_gui.cpp
subsidy_type.h
tar_type.h Codechange: Replace FOR_ALL_TARS with range-based for loops 3 years ago
terraform_cmd.cpp Change: rename setting "max_heightlevel" to "map_height_limit" 4 years ago
terraform_gui.cpp
terraform_gui.h
textbuf.cpp
textbuf_gui.h
textbuf_type.h
texteff.cpp Fix #9174: Don't update text effect if it has been reset. (#9183) 3 years ago
texteff.hpp Fix: Update text effect size when font zoom is changed. (#9174) 3 years ago
textfile_gui.cpp Fix: 'Cache' top and bottom lines of textfile viewer to avoid overdraw. (#9131) 3 years ago
textfile_gui.h Fix: 'Cache' top and bottom lines of textfile viewer to avoid overdraw. (#9131) 3 years ago
textfile_type.h
tgp.cpp Fix #8919: Release builds with asserts enabled (#8925) 4 years ago
tgp.h Feature: auto-detect map height limit based on generated map 4 years ago
thread.h Fix #8860: [Win32] Crashlog window wasn't reliably shown for crashes not on the main thread. 4 years ago
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h Feature: allow setting a custom terrain type to define highest peak 4 years ago
tilearea.cpp
tilearea_type.h
tilehighlight_func.h
tilehighlight_type.h
tilematrix_type.hpp
timetable.h
timetable_cmd.cpp
timetable_gui.cpp
toolbar_gui.cpp Codechange: Apply minimum size to toolbar widgets 3 years ago
toolbar_gui.h
town.h
town_cmd.cpp Codechange: Replace FOR_ALL_CARGOSPECS with range-based for loops 3 years ago
town_gui.cpp Feature: make the town directory horizontally resizable 3 years ago
town_kdtree.h
town_map.h
town_type.h
townname.cpp Fix #8919: Release builds with asserts enabled (#8925) 4 years ago
townname_func.h
townname_type.h
track_func.h
track_type.h
train.h
train_cmd.cpp
train_gui.cpp
transparency.h
transparency_gui.cpp
transparency_gui.h
transport_type.h
tree_cmd.cpp
tree_gui.cpp
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge.h
tunnelbridge_cmd.cpp Codechange: Replace FOR_ALL_ROADTRAMTYPES with range-based for loops 3 years ago
tunnelbridge_map.h
vehicle.cpp Fix 3d7ab09: stopped trains not updating viewport hash when reversed for a second time (#9165) 3 years ago
vehicle_base.h
vehicle_cmd.cpp
vehicle_func.h
vehicle_gui.cpp Cleanup: Replace FOR_ALL_SORTED_CARGOSPECS macro with range iterator. 3 years ago
vehicle_gui.h
vehicle_gui_base.h Fix: Use width of tiny arrow string instead of scaled pixels in ship/aircraft list. (#9102) 3 years ago
vehicle_type.h
vehiclelist.cpp Codechange: Suppress warnings when asserts are disabled (#8917) 4 years ago
vehiclelist.h
viewport.cpp Codechange: Replace window related FOR_ALL with range-based for loops 3 years ago
viewport_func.h
viewport_gui.cpp
viewport_kdtree.h
viewport_sprite_sorter.h
viewport_sprite_sorter_sse4.cpp
viewport_type.h
void_cmd.cpp
void_map.h
water.h
water_cmd.cpp Feature: Press ctrl to build diagonal rivers in Scenario Editor (#8880) 4 years ago
water_map.h
waypoint.cpp
waypoint_base.h
waypoint_cmd.cpp Codechange: Use std::vector for NewGRF station platform layouts. 3 years ago
waypoint_func.h
waypoint_gui.cpp
widget.cpp Fix: Crash when extra viewport height is zero with sign in view. (#9175) 3 years ago
widget_type.h Fix: Recalculate padding and minimum sizes when GUI or Font zoom is changed. 3 years ago
window.cpp Fix: Recalculate padding and minimum sizes when GUI or Font zoom is changed. 3 years ago
window_func.h Fix: Recalculate padding and minimum sizes when GUI or Font zoom is changed. 3 years ago
window_gui.h Codechange: Replace window related FOR_ALL with range-based for loops 3 years ago
window_type.h Add: admin menu for companies in multiplayer games 3 years ago
zoom_func.h
zoom_type.h