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
Juriy Petrochenkov f0aea2d246 Fix: RemoveAirport function now returns with 'Aircraft in the way' error message as it should be. 5 years ago
..
3rdparty Change: Limit memory allocations for each Squirrel instance 5 years ago
ai Change: Limit memory allocations for each Squirrel instance 5 years ago
blitter
core Remove: grow() helper function 5 years ago
depend Fix: ignore C++ standard library headers in depend (#7578) 5 years ago
game Fix #7600: Don't read uninitialised memory when parsing GS language files. 5 years ago
lang Update: Translations from eints 5 years ago
linkgraph
misc
music Fix 27384486e4: Error in GM Reset sysex data 5 years ago
network Codechange: replace grow() usage in ClientNetworkContentSocketHandler::OnReceiveData() 5 years ago
os Codechange: [Win32] Remove a FreeType work-around from Uniscribe if not using FreeType. 5 years ago
pathfinder Change: Avoid caching end of ship path, to allow penalties to apply. 5 years ago
saveload Feature: Multi-tile docks and docking points. 5 years ago
script Fix: typo in ScriptList::Valuate param error (#7687) 5 years ago
settingsgen
sound
spriteloader
strgen Fix #7553: check bounds when loading strings (#7554) 5 years ago
table Codechange: Refactor the Freetype font cache into a generic part that does not depend on Freetype and into one that does. 5 years ago
video Cleanup: Remove duplicate thread.h include (#7683) 5 years ago
widgets Feature: Town name filtering (#7621) 5 years ago
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
autoreplace_base.h
autoreplace_cmd.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
autoreplace_func.h
autoreplace_gui.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_consist.cpp
base_consist.h
base_media_base.h
base_media_func.h Fix: IniLoadFile::LoadFromDisk expects filename but BaseMedia::AddFile provided full path (#7348) 5 years ago
base_station_base.h
bitmap_type.h
bmp.cpp
bmp.h
bootstrap_gui.cpp
bridge.h
bridge_gui.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
bridge_map.cpp
bridge_map.h Feature: Multi-tile docks and docking points. 5 years ago
build_vehicle_gui.cpp Fix #7594: Max speed rendered incorrectly in road vehicle purchase window when using original acceleration model (#7597) 5 years ago
cargo_type.h
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
cargomonitor.h
cargopacket.cpp
cargopacket.h
cargotype.cpp
cargotype.h
cheat.cpp
cheat_func.h
cheat_gui.cpp Fix #7655: Decrease buttons in cheat window do not work properly 5 years ago
cheat_type.h
clear_cmd.cpp
clear_func.h
clear_map.h
cmd_helper.h
command.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
command_func.h
command_type.h Feature: Add NotRoadTypes (NRT) 5 years ago
company_base.h Feature: Add NotRoadTypes (NRT) 5 years ago
company_cmd.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
company_func.h
company_gui.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
company_gui.h
company_manager_face.h
company_type.h
console.cpp
console_cmds.cpp Add: 'getsysdate' console command (#7658) 5 years ago
console_func.h
console_gui.cpp
console_gui.h
console_internal.h
console_type.h
cpu.cpp
cpu.h
crashlog.cpp
crashlog.h
currency.cpp Add: Currency: NTD, CNY, HKD 5 years ago
currency.h Add: Currency: NTD, CNY, HKD 5 years ago
date.cpp
date_func.h
date_gui.cpp
date_gui.h
date_type.h
debug.cpp
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
disaster_vehicle.h
dock_gui.cpp Fix 81d335b: Don't check state of widget not present in scenario editor. (#7551) 5 years ago
driver.cpp
driver.h
economy.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
economy_base.h
economy_func.h
economy_type.h
effectvehicle.cpp
effectvehicle_base.h
effectvehicle_func.h
elrail.cpp
elrail_func.h
engine.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
engine_base.h
engine_func.h
engine_gui.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
engine_gui.h
engine_type.h Feature: Add NotRoadTypes (NRT) 5 years ago
error.h
error_gui.cpp
fileio.cpp Codechange: Remove unused FioTarFirstDir and FioTarAddLink functions 5 years ago
fileio_func.h Codechange: Remove unused FioTarFirstDir and FioTarAddLink functions 5 years ago
fileio_type.h
fios.cpp
fios.h
fios_gui.cpp
fontcache.cpp Add: [Win32] Support for loading fonts from a file for the GDI font renderer. 5 years ago
fontcache.h Codechange: [Win32] Pass a native GDI font description around when we have one, instead of repeatedly guessing the font. 5 years ago
fontdetection.cpp Codechange: [Win32] Pass a native GDI font description around when we have one, instead of repeatedly guessing the font. 5 years ago
fontdetection.h Add: [Win32] GDI engine for font glyph rendering as a replacement for including FreeType. 5 years ago
framerate_gui.cpp Add: Show memory allocations by GS and AI in framerate window 5 years ago
framerate_type.h
gamelog.cpp
gamelog.h
gamelog_internal.h
genworld.cpp
genworld.h
genworld_gui.cpp
gfx.cpp
gfx_func.h
gfx_layout.cpp Fix #6666: Mismatched parentheses in RTL languages 5 years ago
gfx_layout.h
gfx_type.h
gfxinit.cpp
gfxinit.h
goal.cpp Fix: Make GSGoal.QuestionClient work correctly at least for clients with ID < 2**16 5 years ago
goal_base.h
goal_gui.cpp
goal_type.h
graph_gui.cpp
graph_gui.h
ground_vehicle.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
ground_vehicle.hpp Feature: Add NotRoadTypes (NRT) 5 years ago
group.h
group_cmd.cpp Fix #7224: Drag and drop vehicle group creation does not work correctly. 5 years ago
group_gui.cpp
group_gui.h
group_type.h
gui.h
guitimer_func.h
heightmap.cpp
heightmap.h
highscore.cpp
highscore.h
highscore_gui.cpp
hotkeys.cpp
hotkeys.h
house.h
house_type.h
industry.h
industry_cmd.cpp Feature: Multi-tile docks and docking points. 5 years ago
industry_gui.cpp
industry_map.h
industry_type.h
industrytype.h
ini.cpp
ini_load.cpp
ini_type.h
intro_gui.cpp
landscape.cpp
landscape.h
landscape_type.h
language.h
livery.h
main_gui.cpp
map.cpp
map_func.h
map_type.h
misc.cpp
misc_cmd.cpp
misc_gui.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
mixer.cpp
mixer.h
music.cpp
music_gui.cpp
newgrf.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
newgrf.h Feature: Add NotRoadTypes (NRT) 5 years ago
newgrf_airport.cpp
newgrf_airport.h
newgrf_airporttiles.cpp
newgrf_airporttiles.h
newgrf_animation_base.h
newgrf_animation_type.h
newgrf_callbacks.h
newgrf_canal.cpp
newgrf_canal.h
newgrf_cargo.cpp
newgrf_cargo.h
newgrf_class.h
newgrf_class_func.h
newgrf_commons.cpp
newgrf_commons.h
newgrf_config.cpp
newgrf_config.h
newgrf_debug.h
newgrf_debug_gui.cpp Fix #7609: In the sprite aligner window the 'Reset relative' button crashes the game. 5 years ago
newgrf_engine.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp
newgrf_industries.h
newgrf_industrytiles.cpp
newgrf_industrytiles.h
newgrf_object.cpp
newgrf_object.h
newgrf_properties.h
newgrf_railtype.cpp
newgrf_railtype.h
newgrf_roadtype.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
newgrf_roadtype.h Feature: Add NotRoadTypes (NRT) 5 years ago
newgrf_sound.cpp Codechange: replace grow() usage in AllocateSound() 5 years ago
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
newgrf_station.cpp
newgrf_station.h
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 Feature: Allow showing Newspaper and Ticker messages in parallel 5 years ago
news_gui.h
news_type.h
object.h
object_base.h
object_cmd.cpp
object_gui.cpp
object_map.h
object_type.h
openttd.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
openttd.h
order_backup.cpp
order_backup.h
order_base.h
order_cmd.cpp Fix f53817987: unsafe mix of type 'TileIndex' and type 'bool' 5 years ago
order_func.h
order_gui.cpp
order_type.h
osk_gui.cpp
pbs.cpp
pbs.h
progress.cpp
progress.h
querystring_gui.h
rail.cpp
rail.h
rail_cmd.cpp Fix #7633: Allow zero-cost track conversion to succeed 5 years ago
rail_gui.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
rail_gui.h
rail_map.h Feature: Multi-tile docks and docking points. 5 years ago
rail_type.h
rev.cpp.in
rev.h
road.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
road.h Feature: Add NotRoadTypes (NRT) 5 years ago
road_cmd.cpp Fix #7633: Allow zero-cost track conversion to succeed 5 years ago
road_cmd.h
road_func.h Feature: Add NotRoadTypes (NRT) 5 years ago
road_gui.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
road_gui.h Feature: Add NotRoadTypes (NRT) 5 years ago
road_internal.h Feature: Add NotRoadTypes (NRT) 5 years ago
road_map.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
road_map.h Feature: Add NotRoadTypes (NRT) 5 years ago
road_type.h Feature: Add NotRoadTypes (NRT) 5 years ago
roadstop.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
roadstop_base.h
roadveh.h Feature: Add NotRoadTypes (NRT) 5 years ago
roadveh_cmd.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
roadveh_gui.cpp
safeguards.h
screenshot.cpp
screenshot.h
settings.cpp Add: [Win32] GDI engine for font glyph rendering as a replacement for including FreeType. 5 years ago
settings_func.h
settings_gui.cpp Change: Limit memory allocations for each Squirrel instance 5 years ago
settings_gui.h
settings_internal.h
settings_type.h Change: Limit memory allocations for each Squirrel instance 5 years ago
ship.h Feature: Multi-tile docks and docking points. 5 years ago
ship_cmd.cpp Codechange: Restrict docking points of docks. 5 years ago
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
signs_type.h
slope_func.h
slope_type.h
smallmap_gui.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
smallmap_gui.h
sortlist_type.h
sound.cpp
sound_func.h
sound_type.h
sprite.cpp
sprite.h
spritecache.cpp
spritecache.h
station.cpp Feature: Multi-tile docks and docking points. 5 years ago
station_base.h Feature: Multi-tile docks and docking points. 5 years ago
station_cmd.cpp Fix: RemoveAirport function now returns with 'Aircraft in the way' error message as it should be. 5 years ago
station_func.h Codechange: Restrict docking points of docks. 5 years ago
station_gui.cpp Fix: Crash on waypoint selection window 5 years ago
station_gui.h
station_kdtree.h
station_map.h Feature: Multi-tile docks and docking points. 5 years ago
station_type.h
statusbar_gui.cpp Feature: Allow showing Newspaper and Ticker messages in parallel 5 years ago
statusbar_gui.h
stdafx.h Fix: vcpkg used to patch lzma.h to define LZMA_API_STATIC for static builds (#7614) 5 years ago
story.cpp Fix: Narrowing cast in one storybook command 5 years ago
story_base.h
story_gui.cpp
story_type.h
string.cpp
string_base.h
string_func.h
string_type.h
stringfilter.cpp
stringfilter_type.h
strings.cpp Fix #7672: more than 32 resolutions may be available 5 years ago
strings_func.h Codechange: [Win32] Pass a native GDI font description around when we have one, instead of repeatedly guessing the font. 5 years ago
strings_type.h Fix #7672: more than 32 resolutions may be available 5 years ago
subsidy.cpp
subsidy_base.h
subsidy_func.h
subsidy_gui.cpp
subsidy_type.h
tar_type.h
terraform_cmd.cpp
terraform_gui.cpp
terraform_gui.h
textbuf.cpp
textbuf_gui.h
textbuf_type.h
texteff.cpp
texteff.hpp
textfile_gui.cpp Codechange: [Win32] Pass a native GDI font description around when we have one, instead of repeatedly guessing the font. 5 years ago
textfile_gui.h Codechange: [Win32] Pass a native GDI font description around when we have one, instead of repeatedly guessing the font. 5 years ago
textfile_type.h
tgp.cpp
tgp.h
thread.h
tile_cmd.h Feature: Add NotRoadTypes (NRT) 5 years ago
tile_map.cpp
tile_map.h
tile_type.h
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 Feature: Add NotRoadTypes (NRT) 5 years ago
toolbar_gui.h
town.h Feature: Town name filtering (#7621) 5 years ago
town_cmd.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
town_gui.cpp Feature: Town name filtering (#7621) 5 years ago
town_kdtree.h
town_map.h
town_type.h
townname.cpp
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 Feature: Add NotRoadTypes (NRT) 5 years ago
tunnelbridge.h Feature: Add NotRoadTypes (NRT) 5 years ago
tunnelbridge_cmd.cpp Feature: Multi-tile docks and docking points. 5 years ago
tunnelbridge_map.h
vehicle.cpp Feature: Add NotRoadTypes (NRT) 5 years ago
vehicle_base.h
vehicle_cmd.cpp Fix #7667: Buying an engine after buying wagons doesn't give a complete train. 5 years ago
vehicle_func.h Feature: Add NotRoadTypes (NRT) 5 years ago
vehicle_gui.cpp
vehicle_gui.h
vehicle_gui_base.h
vehicle_type.h
vehiclelist.cpp
vehiclelist.h
viewport.cpp Fix e8d397e4ee: Avoid using RemapCoords2 during savegame conversion. (#7588) 5 years ago
viewport_func.h
viewport_gui.cpp
viewport_kdtree.h
viewport_sprite_sorter.h
viewport_sprite_sorter_sse4.cpp
viewport_type.h Feature: Add NotRoadTypes (NRT) 5 years ago
void_cmd.cpp
void_map.h
water.h Feature: Multi-tile docks and docking points. 5 years ago
water_cmd.cpp Codechange: Restrict docking points of docks. 5 years ago
water_map.h Feature: Multi-tile docks and docking points. 5 years ago
waypoint.cpp
waypoint_base.h Fix #7250: Viewport kdtree not being updated for waypoints when sign moved. 5 years ago
waypoint_cmd.cpp Fix #7250: Viewport kdtree not being updated for waypoints when sign moved. 5 years ago
waypoint_func.h
waypoint_gui.cpp
widget.cpp
widget_type.h
window.cpp Fix: Clicking on scrollbar 'thumb' moved position up instantly. 5 years ago
window_func.h
window_gui.h
window_type.h
zoom_func.h
zoom_type.h