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
rubidium42 ebe32ad912 Codechange: [Network] Use std::string for the internal handling of admin/rcon passwords 3 years ago
..
3rdparty
ai
blitter
core
game
lang Update: Translations from eints 3 years ago
linkgraph
misc
music Cleanup: [Fluidsynth] Remove fluid_player_join 3 years ago
network Codechange: [Network] Use std::string for the internal handling of admin/rcon passwords 3 years ago
os Codechange: move font settings to std::string 3 years ago
pathfinder
saveload Codechange: clean up C-string support from settings 3 years ago
script Codechange: clean up C-string support from settings 3 years ago
settingsgen
sound
spriteloader Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality 3 years ago
strgen
table Codechange: add constant for number of original cargoes. 3 years ago
video Change: reworked the debug levels for network facility (#9251) 3 years ago
widgets Codechange: use IterateFromBack/Front only if the order is important. 3 years ago
CMakeLists.txt Add: concept of a RandomAccessFile to replace the FIO slot functions 3 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 Fix #9256, 12e43c697d2: invalid read after free. (#9258) 3 years ago
autoreplace_func.h
autoreplace_gui.cpp
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_consist.cpp
base_consist.h
base_media_base.h
base_media_func.h
base_station_base.h
bitmap_type.h
bmp.cpp
bmp.h
bootstrap_gui.cpp
bridge.h
bridge_gui.cpp
bridge_map.cpp
bridge_map.h
build_vehicle_gui.cpp
cargo_type.h Codechange: add constant for number of original cargoes. 3 years ago
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
cargomonitor.h
cargopacket.cpp
cargopacket.h
cargotype.cpp Fix: Resolve cargo-types of default vehicles via their cargo label. 3 years ago
cargotype.h Fix: Resolve cargo-types of default vehicles via their cargo label. 3 years ago
cheat.cpp
cheat_func.h
cheat_gui.cpp
cheat_type.h
clear_cmd.cpp
clear_func.h
clear_map.h
cmd_helper.h
command.cpp
command_func.h
command_type.h
company_base.h
company_cmd.cpp Codechange: move passwords in settings to std::string 3 years ago
company_func.h
company_gui.cpp
company_gui.h
company_manager_face.h
company_type.h
console.cpp
console_cmds.cpp Codechange: [Network] Make company state password std::string 3 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
currency.h Codechange: move currency settings to std::string 3 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
driver.cpp
driver.h
economy.cpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 3 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
engine_base.h
engine_func.h
engine_gui.cpp
engine_gui.h
engine_type.h
error.h
error_gui.cpp
fileio.cpp Cleanup: remove the old FIO slot functions 3 years ago
fileio_func.h Cleanup: remove the old FIO slot functions 3 years ago
fileio_type.h
fios.cpp Codechange: add SetDParamStr that accepts std::string& 3 years ago
fios.h Cleanup: remove the old FIO slot functions 3 years ago
fios_gui.cpp Codechange: move passwords in settings to std::string 3 years ago
fontcache.cpp Codechange: move font settings to std::string 3 years ago
fontcache.h Codechange: move font settings to std::string 3 years ago
fontcache_internal.h
fontdetection.h
framerate_gui.cpp
framerate_type.h
gamelog.cpp
gamelog.h
gamelog_internal.h
genworld.cpp Change: reworked the debug levels for network facility (#9251) 3 years ago
genworld.h
genworld_gui.cpp Change: reworked the debug levels for network facility (#9251) 3 years ago
gfx.cpp Codechange: add DrawString(Multiline) that accepts std::string& 3 years ago
gfx_func.h Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality 3 years ago
gfx_layout.cpp
gfx_layout.h
gfx_type.h
gfxinit.cpp Fix fdc11a9: Missing sprite count determined on the wrong file 3 years ago
gfxinit.h
goal.cpp
goal_base.h
goal_gui.cpp
goal_type.h
graph_gui.cpp
graph_gui.h
ground_vehicle.cpp
ground_vehicle.hpp
group.h
group_cmd.cpp
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 Fix #9209: Excessive time resizing highscore/news window when screen is too small. (#9210) 3 years ago
hotkeys.cpp
hotkeys.h
house.h
house_type.h
industry.h
industry_cmd.cpp Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
industry_gui.cpp Fix: Apply unscaled padding to Viewport inside WWT_INSET. (#9219) 3 years ago
industry_map.h
industry_type.h
industrytype.h
ini.cpp
ini_load.cpp Codechange: move script settings to std::string 3 years ago
ini_type.h Codechange: move script settings to std::string 3 years ago
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 Codechange: use IterateFromBack/Front only if the order is important. 3 years ago
mixer.cpp
mixer.h
music.cpp Codechange: lets music make use of RandomAccessFile instead of the FIO slot functions 3 years ago
music_gui.cpp Codechange: Set specific widgets dirty instead of window. 3 years ago
newgrf.cpp Feature: Define refittability of default vehicles using cargo classes. 3 years ago
newgrf.h Codechange: let NewGRF make use of SpriteFile instead of most of the FIO slot functions 3 years ago
newgrf_airport.cpp
newgrf_airport.h
newgrf_airporttiles.cpp Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
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 Fix #9202: Invalid test for unset NewGRF override mapping. (#9226) 3 years ago
newgrf_config.cpp Codechange: let NewGRF make use of SpriteFile instead of most of the FIO slot functions 3 years ago
newgrf_config.h
newgrf_debug.h
newgrf_debug_gui.cpp Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality 3 years ago
newgrf_engine.cpp
newgrf_engine.h
newgrf_generic.cpp
newgrf_generic.h
newgrf_gui.cpp Codechange: add SetDParamStr that accepts std::string& 3 years ago
newgrf_house.cpp
newgrf_house.h
newgrf_industries.cpp
newgrf_industries.h
newgrf_industrytiles.cpp Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
newgrf_industrytiles.h
newgrf_object.cpp Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
newgrf_object.h
newgrf_profiling.cpp
newgrf_profiling.h
newgrf_properties.h
newgrf_railtype.cpp
newgrf_railtype.h
newgrf_roadtype.cpp
newgrf_roadtype.h
newgrf_sound.cpp Codechange: let NewGRF sounds make use of RandomAccessFile instead of the FIO slot functions 3 years ago
newgrf_sound.h
newgrf_spritegroup.cpp
newgrf_spritegroup.h
newgrf_station.cpp Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
newgrf_station.h
newgrf_storage.cpp
newgrf_storage.h Codechange: move client name in settings to std::string 3 years ago
newgrf_text.cpp
newgrf_text.h
newgrf_town.cpp
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
news_func.h
news_gui.cpp Fix #9063: Caption of news window incorrectly aligned. (#9252) 3 years ago
news_gui.h
news_type.h
object.h
object_base.h
object_cmd.cpp Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
object_gui.cpp
object_map.h
object_type.h
openttd.cpp Codechange: move passwords in settings to std::string 3 years ago
openttd.h
order_backup.cpp
order_backup.h
order_base.h
order_cmd.cpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 3 years ago
order_func.h
order_gui.cpp
order_type.h
osk_gui.cpp Codechange: move misc settings to std::string 3 years ago
pbs.cpp
pbs.h
progress.cpp
progress.h
querystring_gui.h
rail.cpp
rail.h
rail_cmd.cpp
rail_gui.cpp
rail_gui.h
rail_map.h
rail_type.h
random_access_file.cpp Codechange: use the new RandomAccessFile as backend for the FIO slot functions 3 years ago
random_access_file_type.h Add: concept of a RandomAccessFile to replace the FIO slot functions 3 years ago
rev.cpp.in
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 Codechange: Replace TILE_AREA_LOOP with range-based for loops 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 Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 3 years ago
roadveh_gui.cpp
safeguards.h
screenshot.cpp Codechange: move misc settings to std::string 3 years ago
screenshot.h Codechange: move misc settings to std::string 3 years ago
screenshot_gui.cpp
screenshot_gui.h
settings.cpp Codechange: clean up C-string support from settings 3 years ago
settings_func.h
settings_gui.cpp Codechange: move currency settings to std::string 3 years ago
settings_gui.h
settings_internal.h Codechange: clean up C-string support from settings 3 years ago
settings_type.h Codechange: move locale settings to std::string 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 Fix: memory leak due to assigning result of strdup to a std::string 3 years ago
signs_func.h
signs_gui.cpp
signs_type.h
slope_func.h
slope_type.h
smallmap_gui.cpp Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
smallmap_gui.h
sortlist_type.h
sound.cpp Codechange: use IterateFromBack/Front only if the order is important. 3 years ago
sound_func.h
sound_type.h Codechange: let NewGRF sounds make use of RandomAccessFile instead of the FIO slot functions 3 years ago
sprite.cpp
sprite.h
spritecache.cpp Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality 3 years ago
spritecache.h Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality 3 years ago
station.cpp Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
station_base.h Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
station_cmd.cpp Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
station_func.h
station_gui.cpp Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
station_gui.h
station_kdtree.h
station_map.h
station_type.h
statusbar_gui.cpp
statusbar_gui.h
stdafx.h Fix: [Emscripten] Use non-XDG directories to simplify lolac storage (#9207) 3 years ago
story.cpp
story_base.h
story_gui.cpp
story_type.h
string.cpp Codechange: move client name in settings to std::string 3 years ago
string_base.h
string_func.h Codechange: move client name in settings to std::string 3 years ago
string_type.h
stringfilter.cpp
stringfilter_type.h
strings.cpp Codechange: move font settings to std::string 3 years ago
strings_func.h Codechange: add SetDParamStr that accepts std::string& 3 years ago
strings_type.h
subsidy.cpp Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
subsidy_base.h
subsidy_func.h
subsidy_gui.cpp
subsidy_type.h
tar_type.h
terraform_cmd.cpp
terraform_gui.cpp Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
terraform_gui.h
textbuf.cpp
textbuf_gui.h Codechange: move misc settings to std::string 3 years ago
textbuf_type.h
texteff.cpp
texteff.hpp
textfile_gui.cpp Codechange: move font settings to std::string 3 years ago
textfile_gui.h
textfile_type.h
tgp.cpp
tgp.h
thread.h
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h
tilearea.cpp Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
tilearea_type.h Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
tilehighlight_func.h
tilehighlight_type.h
tilematrix_type.hpp
timetable.h
timetable_cmd.cpp
timetable_gui.cpp
toolbar_gui.cpp
toolbar_gui.h
town.h
town_cmd.cpp Fix: memory leak due to assigning result of strdup to a std::string 3 years ago
town_gui.cpp Fix: Apply unscaled padding to Viewport inside WWT_INSET. (#9219) 3 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 Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
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
vehicle_base.h
vehicle_cmd.cpp
vehicle_func.h
vehicle_gui.cpp Fix: Apply unscaled padding to Viewport inside WWT_INSET. (#9219) 3 years ago
vehicle_gui.h
vehicle_gui_base.h
vehicle_type.h
vehiclelist.cpp
vehiclelist.h
viewport.cpp Codechange: use IterateFromBack/Front only if the order is important. 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 Codechange: Replace TILE_AREA_LOOP with range-based for loops 3 years ago
water_map.h
waypoint.cpp
waypoint_base.h
waypoint_cmd.cpp
waypoint_func.h
waypoint_gui.cpp Fix: Apply unscaled padding to Viewport inside WWT_INSET. (#9219) 3 years ago
widget.cpp Fix: Apply unscaled padding to Viewport inside WWT_INSET. (#9219) 3 years ago
widget_type.h Codechange: Make GetCurrentRect() conform to usual Rect bounds, and reuse it. 3 years ago
window.cpp Codechange: make explicit that virtual functions in a con/destructor are resolved statically 3 years ago
window_func.h
window_gui.h Codechange: make Window destruction not rely on undefined behavior. 3 years ago
window_type.h
zoom_func.h
zoom_type.h