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
Patric Stout e4d216e44b Feature: join servers based on their invite code
This removes the need to know a server IP to join it. Invite codes
are small (~7 characters) indentifiers for servers, which can be
exchanged with other players to join the servers.
3 years ago
..
3rdparty Cleanup: simplify some boolean expressions 3 years ago
ai Cleanup: [Script] Use nullptr instead of 0 or NULL 3 years ago
blitter Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
core Cleanup: Remove now unused FOR_EACH_SET_BIT_EX macro 3 years ago
game Cleanup: [Script] Use nullptr instead of 0 or NULL 3 years ago
lang Feature: join servers based on their invite code 3 years ago
linkgraph Codechange: Remove FOR_EACH_SET_CARGO_ID 3 years ago
misc Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had 3 years ago
music Codechange: replace IConsolePrintF with IConsolePrint and fmt formatting 3 years ago
network Feature: join servers based on their invite code 3 years ago
os Codechange: [OSX] Use more exact enum names where introduced with the 10.12 SDK. 3 years ago
pathfinder Codechange: Remove FOR_EACH_SET_TRACK 3 years ago
saveload Codechange: use the name string in SaveLoad for the name of the Setting as well 3 years ago
script Codechange: access the name of a setting via an accessor function 3 years ago
settingsgen Codechange: validate that "max" value of settings fit in their storage 4 years ago
sound Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
spriteloader Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
strgen Change: [strgen] Change warnings for translations into infos (#9406) 3 years ago
table Feature: join servers based on their invite code 3 years ago
video Change: [Emscripten] set default scrolling mode to non-pointer-locking (#9191) 3 years ago
widgets Feature: join servers based on their invite code 3 years ago
CMakeLists.txt Codechange: split off the settings table and all the callbacks from the main settings handling logic 3 years ago
aircraft.h
aircraft_cmd.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
aircraft_gui.cpp
airport.cpp
airport.h
airport_gui.cpp Cleanup: nested_array should not be accessed directly. 3 years ago
animated_tile.cpp
animated_tile_func.h
articulated_vehicles.cpp Codechange: create MutableSpriteCache to remove the need to cast Vehicle to a mutable type in render methods 4 years ago
articulated_vehicles.h
autoreplace.cpp Codechange: Replace Group::replace_protection with Group::flags 3 years ago
autoreplace_base.h
autoreplace_cmd.cpp Fix #8169: nullptr dereference when autoreplacing vehicle with no orders (#9387) 3 years ago
autoreplace_func.h
autoreplace_gui.cpp Codechange: use setting name instead of index for CmdChange(Company)Setting (#9306) 3 years ago
autoreplace_gui.h
autoreplace_type.h
autoslope.h
base_consist.cpp
base_consist.h
base_media_base.h Codechange: Use std::string in file scanners. 4 years ago
base_media_func.h Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
base_station_base.h
bitmap_type.h
bmp.cpp
bmp.h
bootstrap_gui.cpp Fix f6d5c01: Delay deletion when closing windows 3 years ago
bridge.h
bridge_gui.cpp Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
bridge_map.cpp
bridge_map.h
build_vehicle_gui.cpp Codechange: Remove FOR_ALL_SORTED_STANDARD_CARGOSPECS 3 years ago
cargo_type.h Codechange: add constant for number of original cargoes. 3 years ago
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
cargomonitor.h Codechange: Replace assert_compile macro with static_assert 4 years ago
cargopacket.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 4 years ago
cargopacket.h Codechange: use SLE_STRUCT(LIST) for Station chunks 3 years ago
cargotype.cpp Codechange: Remove FOR_ALL_SORTED_STANDARD_CARGOSPECS 3 years ago
cargotype.h Codechange: Remove FOR_EACH_SET_CARGO_ID 3 years ago
cheat.cpp
cheat_func.h
cheat_gui.cpp Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
cheat_type.h Codechange: rework CHTS-chunk save/load to be more like the others 3 years ago
clear_cmd.cpp Add: make modal windows update more smooth 4 years ago
clear_func.h
clear_map.h
cmd_helper.h Codechange: Replace assert_compile macro with static_assert 4 years ago
command.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
command_func.h Codechange: move from C-string to std::string for DoCommand 3 years ago
command_type.h Codechange: [Network] Use std::string in CommandPacket 3 years ago
company_base.h Codechange: use SLE_STRUCT(LIST) for Company chunks 3 years ago
company_cmd.cpp Codechange: use the constructor for CompanyNewsItem to fill the data instead of a separate function 3 years ago
company_func.h
company_gui.cpp Fix f6d5c01: Delay deletion when closing windows 3 years ago
company_gui.h Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
company_manager_face.h Codechange: Replace assert_compile macro with static_assert 4 years ago
company_type.h
console.cpp Change: do not print the '-' in front of help messages and make help messages more uniform 3 years ago
console_cmds.cpp Feature: join servers based on their invite code 3 years ago
console_func.h Codechange: replace IConsolePrintF with IConsolePrint and fmt formatting 3 years ago
console_gui.cpp Codechange: improve style/writing of IConsolePrint strings 3 years ago
console_gui.h
console_internal.h Change: Use gender-neutral pronouns 3 years ago
console_type.h Change: not performing a command is worthy of an error, not a warning 3 years ago
cpu.cpp Feature: Add support for rdtsc for ARM-based Windows (MSVC) 4 years ago
cpu.h
crashlog.cpp Codechange: rename _SQ64 into POINTER_IS_64BIT (#9313) 3 years ago
crashlog.h Fix #8860: [Win32] Crashlog window wasn't reliably shown for crashes not on the main thread. 4 years ago
currency.cpp Add: Malaysia Ringgit as Currency 4 years ago
currency.h Codechange: move currency settings to std::string 3 years ago
date.cpp Fix: Whole status bar instead of money widget refreshed on money change (#8692) 4 years ago
date_func.h
date_gui.cpp Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
date_gui.h
date_type.h Feature: Configurable subsidy duration 3 years ago
debug.cpp Codechange: remove single use IConsoleDebug 3 years ago
debug.h Codechange: use fmt in DebugPrint where applicable 3 years ago
dedicated.cpp
depot.cpp Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
depot_base.h
depot_cmd.cpp Codechange: move from C-string to std::string for DoCommand 3 years ago
depot_func.h
depot_gui.cpp Cleanup: nested_array should not be accessed directly. 3 years ago
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 Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
driver.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
driver.h Add: Option to (dis-)allow accelerated video drivers. (#8819) 4 years ago
economy.cpp Codechange: Remove FOR_EACH_SET_CARGO_ID 3 years ago
economy_base.h
economy_func.h Feature: Set exclusive access to industry from GS (#8115) 4 years ago
economy_type.h Fix #8297: Infrastructure counters for road tunnels, bridges, depots … (#8454) 4 years ago
effectvehicle.cpp Codechange: rename sound ids to make more sense. (#8701) 4 years ago
effectvehicle_base.h
effectvehicle_func.h
elrail.cpp Codechange: Remove FOR_EACH_SET_TRACK 3 years ago
elrail_func.h Codechange: use separate pre and post callbacks for int settings 3 years ago
engine.cpp Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had 3 years ago
engine_base.h Codechange: Use C++ features for train wagon overrides. (#9141) 3 years ago
engine_func.h
engine_gui.cpp Fix f6d5c01: Delay deletion when closing windows 3 years ago
engine_gui.h
engine_type.h
error.h Codechange: add std::string accepting SetDParamStr to ErrorMessageData 3 years ago
error_gui.cpp Change: unify the style of console error messages and convert to fmt 3 years ago
fileio.cpp Codechange: use the C++ std::getenv over the POSIX/C getenv 3 years ago
fileio_func.h Add: '-X' option to ignore global folders in the search path (#9341) 3 years ago
fileio_type.h Add: always set PERSONAL_DIR "/content_download" in search path (#8481) 4 years ago
fios.cpp Codechange: rename str_validate to StrMakeValid(InPlace) (#9304) 3 years ago
fios.h Cleanup: remove the old FIO slot functions 3 years ago
fios_gui.cpp Cleanup: simplify some boolean expressions 3 years ago
fontcache.cpp Remove: logically dead code from font cache 3 years ago
fontcache.h Codechange: move font settings to std::string 3 years ago
fontcache_internal.h Codechange: Make the simple Malloc sprite allocator globally usable. 4 years ago
fontdetection.h Codechange: [Win32] Move Win32-specific font code to a seperate file. 4 years ago
framerate_gui.cpp Codechange: replace IConsolePrintF with IConsolePrint and fmt formatting 3 years ago
framerate_type.h
gamelog.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
gamelog.h Change: rework GLOG chunk to be more like the rest 3 years ago
gamelog_internal.h Change: rework GLOG chunk to be more like the rest 3 years ago
genworld.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
genworld.h Feature: allow setting a custom terrain type to define highest peak 4 years ago
genworld_gui.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
gfx.cpp Change: prevent palette updates during copying to the video driver 3 years ago
gfx_func.h Codechange: use _cur_palette the same in all the drivers 3 years ago
gfx_layout.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
gfx_layout.h
gfx_type.h Codechange: Add internal widget alignment property, along with widget part. 3 years ago
gfxinit.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
gfxinit.h
goal.cpp Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
goal_base.h
goal_gui.cpp Codechange: Remove FOR_EACH_SET_BIT 3 years ago
goal_type.h Feature: [GS] Allow non-question type windows to have no buttons 4 years ago
graph_gui.cpp Remove: logically dead code in graph UI 3 years ago
graph_gui.h
ground_vehicle.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 4 years ago
ground_vehicle.hpp Codechange: Remove min/max functions in favour of STL variants (#8502) 4 years ago
group.h Feature: Per-group wagon removal flag. 3 years ago
group_cmd.cpp Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
group_gui.cpp Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
group_gui.h
group_type.h
gui.h Change: move "give money" from client-list to company window 4 years ago
guitimer_func.h
heightmap.cpp Fix: limit heightmap sizes to something reasonable to prevent crafted heightmaps to OOM-crash the game 3 years ago
heightmap.h
highscore.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
highscore.h
highscore_gui.cpp Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
hotkeys.cpp Codechange: Stringify config file paths. 4 years ago
hotkeys.h
house.h Codechange: Replace assert_compile macro with static_assert 4 years ago
house_type.h
industry.h Feature: Allow GameScripts to add additional text to Industry view window 4 years ago
industry_cmd.cpp Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had 3 years ago
industry_gui.cpp Codechange: Don't explicitly unset _generating_world outside of genworld.cpp (#9418) 3 years ago
industry_map.h
industry_type.h
industrytype.h Change: [NewGRF] industry special flag 19 now specifically targets only passenger production, instead of the second cargo of any water-based industry. (#8590) 4 years ago
ini.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
ini_load.cpp Change: move sensitive information to secrets.cfg and private information to private.cfg 3 years ago
ini_type.h Change: move sensitive information to secrets.cfg and private information to private.cfg 3 years ago
intro_gui.cpp Change: Don't display OS name when the user is exiting the game 4 years ago
landscape.cpp Codechange: move from C-string to std::string for DoCommand 3 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 Cleanup: use nullptr instead of 0 or NULL 3 years ago
map.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
map_func.h Fix: Globally apply preprocessor directive coding style 4 years ago
map_type.h Codechange: Replace assert_compile macro with static_assert 4 years ago
misc.cpp Add: settings to limit your fast-forward game speed 4 years ago
misc_cmd.cpp Codechange: move from C-string to std::string for DoCommand 3 years ago
misc_gui.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
mixer.cpp Fix: Allow full sample range for 16-bit audio. 4 years ago
mixer.h
music.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
music_gui.cpp Codechange: Set specific widgets dirty instead of window. 3 years ago
newgrf.cpp Fix a4987233: NewGRFs could no longer be loaded from the NewGRF folder. 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 Codechange: Deduplicate ResolveReal() for resolvers that don't use real sprite groups. 3 years ago
newgrf_airport.h
newgrf_airporttiles.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_airporttiles.h
newgrf_animation_base.h
newgrf_animation_type.h
newgrf_callbacks.h
newgrf_canal.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years 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 Doc: Remove some SmallVector references from documentation. 4 years ago
newgrf_class_func.h
newgrf_commons.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_commons.h Cleanup: use nullptr instead of 0 or NULL 3 years ago
newgrf_config.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_config.h Codechange: use separate pre and post callbacks for int settings 3 years ago
newgrf_debug.h Codechange: replace _realtime_tick with std::chrono for mouse events 4 years ago
newgrf_debug_gui.cpp Codechange: add std::string accepting SetDParamStr to ErrorMessageData 3 years ago
newgrf_engine.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_engine.h Codechange: Use C++ features for train wagon overrides. (#9141) 3 years ago
newgrf_generic.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_generic.h
newgrf_gui.cpp Codechange: [ContentInfo] Use std::string instead of string buffers 3 years ago
newgrf_house.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_house.h
newgrf_industries.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_industries.h
newgrf_industrytiles.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_industrytiles.h
newgrf_object.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_object.h
newgrf_profiling.cpp Codechange: replace IConsolePrintF with IConsolePrint and fmt formatting 3 years ago
newgrf_profiling.h
newgrf_properties.h
newgrf_railtype.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_railtype.h Codechange: Deduplicate ResolveReal() for resolvers that don't use real sprite groups. 3 years ago
newgrf_roadtype.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_roadtype.h Codechange: Deduplicate ResolveReal() for resolvers that don't use real sprite groups. 3 years ago
newgrf_sound.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_sound.h
newgrf_spritegroup.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_spritegroup.h Cleanup: Use std::vector in RandomSpriteGroup. 3 years ago
newgrf_station.cpp Codechange: Remove FOR_EACH_SET_BIT 3 years ago
newgrf_station.h Codechange: Use std::vector for NewGRF station tile sprite layouts. 3 years ago
newgrf_storage.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_storage.h Codechange: move client name in settings to std::string 3 years ago
newgrf_text.cpp Fix 11ab3c4: [NewGRF] Overflow when determining cargo mask for string code 9A 1E 3 years ago
newgrf_text.h Codechange: [Network] Use std::string to get a NewGRF's name 3 years ago
newgrf_town.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
newgrf_town.h
newgrf_townname.cpp Codechange: move non-GUI code to non-GUI source files. 4 years ago
newgrf_townname.h Codechange: move non-GUI code to non-GUI source files. 4 years 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 Codechange: use a contructor for NewsItem to set the values 3 years ago
news_gui.h Feature: Make news and errors close hotkeys configurable 4 years ago
news_type.h Codechange: use a contructor for NewsItem to set the values 3 years ago
object.h Add: Hotkey to focus the build object class name filter editbox. 4 years ago
object_base.h
object_cmd.cpp Codechange: move from C-string to std::string for DoCommand 3 years ago
object_gui.cpp Cleanup: nested_array should not be accessed directly. 3 years ago
object_map.h
object_type.h
openttd.cpp Add #9188: netsave now keeps multiple version around, similar to autosave (#9395) 3 years ago
openttd.h Fix: thread safety issue during exiting the game (#9380) 3 years ago
order_backup.cpp Fix #9320, 2e136285: nullptr could not be converted to string 3 years ago
order_backup.h Codechange: Use ChunkHandlers sub-classes 3 years ago
order_base.h Codechange: Use ChunkHandlers sub-classes 3 years ago
order_cmd.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
order_func.h
order_gui.cpp Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
order_type.h
osk_gui.cpp Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
pbs.cpp
pbs.h
progress.cpp Add: make modal windows update more smooth 4 years ago
progress.h Add: make modal windows update more smooth 4 years ago
querystring_gui.h
rail.cpp
rail.h Cleanup: Replace FOR_ALL_SORTED_RAILTYPES macro with range iterator. 3 years ago
rail_cmd.cpp Fix b791ffc6: use the correct parameter in CmdSignalTrackHelper 3 years ago
rail_gui.cpp Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
rail_gui.h Codechange: use separate pre and post callbacks for int settings 3 years ago
rail_map.h
rail_type.h
random_access_file.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 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 Fix: [CMake] Auto-fill version details in rev.cpp and ottres.rc (#9066) 3 years ago
rev.h
road.cpp Cleanup: Remove unused (and mostly duplicated) function 4 years ago
road.h Codechange: Replace FOR_ALL_ROADTRAMTYPES with range-based for loops 3 years ago
road_cmd.cpp Codechange: move from C-string to std::string for DoCommand 3 years ago
road_cmd.h
road_func.h
road_gui.cpp Codechange: Rename window related DeleteXXX to match new behaviour 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 Codechange: move from C-string to std::string for DoCommand 3 years ago
roadveh_gui.cpp
safeguards.h Codechange: encapsulate network error handling 3 years ago
screenshot.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
screenshot.h Codechange: move misc settings to std::string 3 years ago
screenshot_gui.cpp Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
screenshot_gui.h
settings.cpp Fix: ensure no more than the allowed number of NewGRFs are loaded from the configuration 3 years ago
settings_func.h Codechange: C++-ify the usage of IniFile in settings.cpp 3 years ago
settings_gui.cpp Cleanup: simplify some boolean expressions 3 years ago
settings_gui.h
settings_internal.h Codechange: use the name string in SaveLoad for the name of the Setting as well 3 years ago
settings_table.cpp Codechange: split settings.ini over several files (#9421) 3 years ago
settings_table.h Codechange: split settings.ini over several files (#9421) 3 years ago
settings_type.h Feature: join servers based on their invite code 3 years ago
ship.h Codechange: Remove min/max functions in favour of STL variants (#8502) 4 years ago
ship_cmd.cpp Change: Use gender-neutral pronouns 3 years ago
ship_gui.cpp
signal.cpp Cleanup: simplify some boolean expressions 3 years ago
signal_func.h
signal_type.h
signs.cpp
signs_base.h
signs_cmd.cpp Codechange: move from C-string to std::string for DoCommand 3 years ago
signs_func.h
signs_gui.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
signs_type.h
slope_func.h
slope_type.h
smallmap_gui.cpp Fix f6d5c01: Delay deletion when closing windows 3 years ago
smallmap_gui.h Fix f6d5c01: Delay deletion when closing windows 3 years ago
sortlist_type.h Cleanup 2db88953e7: Remove VL_FIRST_SORT as it's useless 4 years ago
sound.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 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: convert printf DEBUG statements to fmt Debug statements 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: Rename window related DeleteXXX to match new behaviour 3 years ago
station_base.h Cleanup: remove lines from station_base.h that are already included in includes base_station_base.h 3 years ago
station_cmd.cpp Codechange: Remove FOR_EACH_SET_BIT 3 years ago
station_func.h
station_gui.cpp Codechange: Remove FOR_EACH_SET_CARGO_ID 3 years ago
station_gui.h
station_kdtree.h Codechange: Remove min/max functions in favour of STL variants (#8502) 4 years ago
station_map.h
station_type.h
statusbar_gui.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 4 years ago
statusbar_gui.h
stdafx.h Codechange: use the fmt library for simpler debug formats 3 years ago
story.cpp Codechange: move from C-string to std::string for DoCommand 3 years ago
story_base.h
story_gui.cpp Fix: comparison of narrow type to wide type in loop (potential for infinite loops) 3 years ago
story_type.h
string.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
string_base.h
string_func.h Codechange: add function to determine whether are string starts or ends with a given other string 3 years ago
string_type.h Codechange: use \u to indicate unicode chars in strings (#8379) 4 years ago
stringfilter.cpp Codechange: Make use of the improved C++17 emplace_back function. 4 years ago
stringfilter_type.h
strings.cpp Codechange: use the C++ std::getenv over the POSIX/C getenv 3 years ago
strings_func.h Codechange: replace InjectDParam/ShiftParameters by setting the right parameter values in the first place 3 years ago
strings_type.h Codechange: remove special strings for language and resolutions (#8824) 4 years ago
subsidy.cpp Codechange: replace InjectDParam/ShiftParameters by setting the right parameter values in the first place 3 years ago
subsidy_base.h Feature: Configurable subsidy duration 3 years ago
subsidy_func.h Cleanup: remove declaration of undefined function 3 years ago
subsidy_gui.cpp Feature: Configurable subsidy duration 3 years ago
subsidy_type.h
tar_type.h Codechange: Replace FOR_ALL_TARS with range-based for loops 3 years ago
terraform_cmd.cpp Codechange: Don't explicitly unset _generating_world outside of genworld.cpp (#9418) 3 years ago
terraform_gui.cpp Codechange: Don't explicitly unset _generating_world outside of genworld.cpp (#9418) 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 Fix #9174: Don't update text effect if it has been reset. (#9183) 3 years ago
texteff.hpp Fix: comparison of narrow type to wide type in loop (potential for infinite loops) 3 years ago
textfile_gui.cpp Codechange: rename str_validate to StrMakeValid(InPlace) (#9304) 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 Codechange: Remove FOR_ALL_TILES_IN_HEIGHT 3 years ago
tgp.h Feature: auto-detect map height limit based on generated map 4 years ago
thread.h Fix: on startup, NewGRF scan could case race-condition (#9382) 3 years ago
tile_cmd.h
tile_map.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 4 years ago
tile_map.h
tile_type.h Feature: allow setting a custom terrain type to define highest peak 4 years ago
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 Feature: Plant clumps of trees in editor by dragging on the landscape 4 years ago
tilehighlight_type.h
tilematrix_type.hpp Codechange: Remove min/max functions in favour of STL variants (#8502) 4 years ago
timetable.h
timetable_cmd.cpp Codechange: move from C-string to std::string for DoCommand 3 years ago
timetable_gui.cpp Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
toolbar_gui.cpp Codechange: Apply minimum size to toolbar widgets 3 years ago
toolbar_gui.h
town.h Codechange: Remove min/max functions in favour of STL variants (#8502) 4 years ago
town_cmd.cpp Codechange: use the constructor for CompanyNewsItem to fill the data instead of a separate function 3 years ago
town_gui.cpp Codechange: Don't explicitly unset _generating_world outside of genworld.cpp (#9418) 3 years ago
town_kdtree.h
town_map.h
town_type.h
townname.cpp Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had 3 years ago
townname_func.h
townname_type.h Codechange: turn a constant variable into a real constant. 4 years ago
track_func.h Codechange: Remove FOR_EACH_SET_TRACK 3 years ago
track_type.h
train.h
train_cmd.cpp Codechange: Remove FOR_EACH_SET_TRACK 3 years ago
train_gui.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 4 years ago
transparency.h
transparency_gui.cpp
transparency_gui.h
transport_type.h
tree_cmd.cpp Fix b791ffc6: use the correct name in CmdPlantTree 3 years ago
tree_gui.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 4 years ago
tree_map.h
tunnel_map.cpp
tunnel_map.h Fix: Set invalid road and tram types for rail tunnel ends 4 years ago
tunnelbridge.h
tunnelbridge_cmd.cpp Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had 3 years ago
tunnelbridge_map.h
vehicle.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
vehicle_base.h Codechange: remove the special station/vehicle code from SaveLoad 3 years ago
vehicle_cmd.cpp Cleanup: remove some unneeded c_str() calls 3 years ago
vehicle_func.h
vehicle_gui.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
vehicle_gui.h Codechange: Spell 'Viewport' consistently 4 years ago
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: use "[[maybe_unused]]" instead of a wide variety of other ways we had 3 years ago
vehiclelist.h
viewport.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
viewport_func.h Fix eeb88e8: Trains reversed while paused do not correctly update sprite bounds (#8540) 4 years ago
viewport_gui.cpp Codechange: Spell 'Viewport' consistently 4 years ago
viewport_kdtree.h
viewport_sprite_sorter.h Feature #7962: Significantly improve sprite sorter performance 4 years ago
viewport_sprite_sorter_sse4.cpp Codechange: rename _SQ64 into POINTER_IS_64BIT (#9313) 3 years ago
viewport_type.h Codechange: Spell 'Viewport' consistently 4 years ago
void_cmd.cpp
void_map.h
walltime_func.h Fix aa5a8fe28: [MinGW] Wrong define tested (WIN32 vs _WIN32) 3 years ago
water.h
water_cmd.cpp Codechange: Remove FOR_EACH_SET_BIT 3 years ago
water_map.h
waypoint.cpp Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
waypoint_base.h
waypoint_cmd.cpp Codechange: move from C-string to std::string for DoCommand 3 years ago
waypoint_func.h
waypoint_gui.cpp Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
widget.cpp Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had 3 years ago
widget_type.h Codechange: Make GetCurrentRect() conform to usual Rect bounds, and reuse it. 3 years ago
window.cpp Codechange: C++-ify the usage of IniFile in settings.cpp 3 years ago
window_func.h Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
window_gui.h Codechange: Rename window related DeleteXXX to match new behaviour 3 years ago
window_type.h Add: admin menu for companies in multiplayer games 3 years ago
zoom_func.h
zoom_type.h Feature: Automatic UI and font zoom levels when supported by the OS. 4 years ago