..
3rdparty
Cleanup: simplify some boolean expressions
2021-06-17 16:18:30 +02:00
ai
Cleanup: [Script] Use nullptr instead of 0 or NULL
2021-06-17 16:18:30 +02:00
blitter
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
core
Cleanup: Remove now unused FOR_EACH_SET_BIT_EX macro
2021-07-09 21:36:09 +02:00
game
Cleanup: [Script] Use nullptr instead of 0 or NULL
2021-06-17 16:18:30 +02:00
lang
Update: Translations from eints
2021-07-10 18:49:56 +00:00
linkgraph
Codechange: Remove FOR_EACH_SET_CARGO_ID
2021-07-09 21:36:09 +02:00
misc
Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had
2021-06-03 17:30:00 +02:00
music
Codechange: replace IConsolePrintF with IConsolePrint and fmt formatting
2021-06-13 15:25:31 +02:00
network
Change: groundwork to allow ServerAddress to use invite codes
2021-07-11 20:38:42 +02:00
os
Codechange: [OSX] Use more exact enum names where introduced with the 10.12 SDK.
2021-06-22 21:09:37 +02:00
pathfinder
Codechange: Remove FOR_EACH_SET_TRACK
2021-07-09 21:36:09 +02:00
saveload
Codechange: use the name string in SaveLoad for the name of the Setting as well
2021-07-09 22:53:30 +02:00
script
Codechange: access the name of a setting via an accessor function
2021-07-09 22:53:30 +02:00
settingsgen
sound
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
spriteloader
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
strgen
Change: [strgen] Change warnings for translations into infos ( #9406 )
2021-06-29 22:19:24 +02:00
table
Codechange: use the name string in SaveLoad for the name of the Setting as well
2021-07-09 22:53:30 +02:00
video
Change: [Emscripten] set default scrolling mode to non-pointer-locking ( #9191 )
2021-06-28 18:39:09 +02:00
widgets
Add: use Game Coordinator to annouce public servers
2021-07-10 20:17:07 +02:00
aircraft_cmd.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
aircraft_gui.cpp
aircraft.h
airport_gui.cpp
Cleanup: nested_array should not be accessed directly.
2021-06-14 17:49:01 +01:00
airport.cpp
airport.h
animated_tile_func.h
animated_tile.cpp
articulated_vehicles.cpp
articulated_vehicles.h
autoreplace_base.h
autoreplace_cmd.cpp
Fix #8169 : nullptr dereference when autoreplacing vehicle with no orders ( #9387 )
2021-06-19 23:31:23 +02:00
autoreplace_func.h
autoreplace_gui.cpp
Codechange: use setting name instead of index for CmdChange(Company)Setting ( #9306 )
2021-05-29 23:27:01 +02:00
autoreplace_gui.h
autoreplace_type.h
autoreplace.cpp
autoslope.h
base_consist.cpp
base_consist.h
base_media_base.h
base_media_func.h
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
base_station_base.h
bitmap_type.h
bmp.cpp
bmp.h
bootstrap_gui.cpp
Fix f6d5c01
: Delay deletion when closing windows
2021-05-29 21:08:25 +02:00
bridge_gui.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
bridge_map.cpp
bridge_map.h
bridge.h
build_vehicle_gui.cpp
Codechange: Remove FOR_ALL_SORTED_STANDARD_CARGOSPECS
2021-07-09 21:36:09 +02:00
cargo_type.h
Codechange: add constant for number of original cargoes.
2021-05-13 23:28:43 +02:00
cargoaction.cpp
cargoaction.h
cargomonitor.cpp
cargomonitor.h
cargopacket.cpp
cargopacket.h
Codechange: use SLE_STRUCT(LIST) for Station chunks
2021-06-14 21:58:05 +02:00
cargotype.cpp
Codechange: Remove FOR_ALL_SORTED_STANDARD_CARGOSPECS
2021-07-09 21:36:09 +02:00
cargotype.h
Codechange: Remove FOR_EACH_SET_CARGO_ID
2021-07-09 21:36:09 +02:00
cheat_func.h
cheat_gui.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
cheat_type.h
Codechange: rework CHTS-chunk save/load to be more like the others
2021-06-10 19:18:24 +02:00
cheat.cpp
clear_cmd.cpp
clear_func.h
clear_map.h
CMakeLists.txt
Codechange: split off the settings table and all the callbacks from the main settings handling logic
2021-07-06 21:32:47 +02:00
cmd_helper.h
command_func.h
Codechange: move from C-string to std::string for DoCommand
2021-05-29 19:02:18 +02:00
command_type.h
Codechange: [Network] Use std::string in CommandPacket
2021-05-29 19:02:18 +02:00
command.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
company_base.h
Codechange: use SLE_STRUCT(LIST) for Company chunks
2021-06-14 21:58:05 +02:00
company_cmd.cpp
Codechange: use the constructor for CompanyNewsItem to fill the data instead of a separate function
2021-07-01 19:04:38 +02:00
company_func.h
company_gui.cpp
Fix f6d5c01
: Delay deletion when closing windows
2021-05-29 21:08:25 +02:00
company_gui.h
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
company_manager_face.h
company_type.h
console_cmds.cpp
Codechange: improve style/writing of IConsolePrint strings
2021-06-13 15:25:31 +02:00
console_func.h
Codechange: replace IConsolePrintF with IConsolePrint and fmt formatting
2021-06-13 15:25:31 +02:00
console_gui.cpp
Codechange: improve style/writing of IConsolePrint strings
2021-06-13 15:25:31 +02:00
console_gui.h
console_internal.h
Change: Use gender-neutral pronouns
2021-05-15 10:16:48 +02:00
console_type.h
Change: not performing a command is worthy of an error, not a warning
2021-06-13 15:25:31 +02:00
console.cpp
Change: do not print the '-' in front of help messages and make help messages more uniform
2021-06-13 15:25:31 +02:00
cpu.cpp
cpu.h
crashlog.cpp
Codechange: rename _SQ64 into POINTER_IS_64BIT ( #9313 )
2021-05-30 10:40:03 +02:00
crashlog.h
currency.cpp
currency.h
Codechange: move currency settings to std::string
2021-05-13 23:13:17 +02:00
date_func.h
date_gui.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
date_gui.h
date_type.h
Feature: Configurable subsidy duration
2021-06-10 23:26:16 +02:00
date.cpp
debug.cpp
Codechange: remove single use IConsoleDebug
2021-06-13 15:25:31 +02:00
debug.h
Codechange: use fmt in DebugPrint where applicable
2021-06-13 12:45:45 +02:00
dedicated.cpp
depot_base.h
depot_cmd.cpp
Codechange: move from C-string to std::string for DoCommand
2021-05-29 19:02:18 +02:00
depot_func.h
depot_gui.cpp
Cleanup: nested_array should not be accessed directly.
2021-06-14 17:49:01 +01:00
depot_map.h
depot_type.h
depot.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
direction_func.h
direction_type.h
disaster_vehicle.cpp
disaster_vehicle.h
dock_gui.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
driver.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
driver.h
economy_base.h
economy_func.h
economy_type.h
economy.cpp
Codechange: Remove FOR_EACH_SET_CARGO_ID
2021-07-09 21:36:09 +02:00
effectvehicle_base.h
effectvehicle_func.h
effectvehicle.cpp
elrail_func.h
Codechange: use separate pre and post callbacks for int settings
2021-05-29 10:07:30 +02:00
elrail.cpp
Codechange: Remove FOR_EACH_SET_TRACK
2021-07-09 21:36:09 +02:00
engine_base.h
engine_func.h
engine_gui.cpp
Fix f6d5c01
: Delay deletion when closing windows
2021-05-29 21:08:25 +02:00
engine_gui.h
engine_type.h
engine.cpp
Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had
2021-06-03 17:30:00 +02:00
error_gui.cpp
Change: unify the style of console error messages and convert to fmt
2021-06-13 15:25:31 +02:00
error.h
Codechange: add std::string accepting SetDParamStr to ErrorMessageData
2021-06-13 10:26:58 +02:00
fileio_func.h
Add: '-X' option to ignore global folders in the search path ( #9341 )
2021-06-10 23:13:34 +02:00
fileio_type.h
fileio.cpp
Codechange: use the C++ std::getenv over the POSIX/C getenv
2021-07-10 22:55:46 +02:00
fios_gui.cpp
Cleanup: simplify some boolean expressions
2021-06-17 16:18:30 +02:00
fios.cpp
Codechange: rename str_validate to StrMakeValid(InPlace) ( #9304 )
2021-05-29 11:21:38 +02:00
fios.h
Cleanup: remove the old FIO slot functions
2021-05-08 12:39:34 +02:00
fontcache_internal.h
fontcache.cpp
Remove: logically dead code from font cache
2021-07-10 11:27:09 +02:00
fontcache.h
Codechange: move font settings to std::string
2021-05-13 23:13:17 +02:00
fontdetection.h
framerate_gui.cpp
Codechange: replace IConsolePrintF with IConsolePrint and fmt formatting
2021-06-13 15:25:31 +02:00
framerate_type.h
gamelog_internal.h
Change: rework GLOG chunk to be more like the rest
2021-06-15 19:36:15 +02:00
gamelog.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
gamelog.h
Change: rework GLOG chunk to be more like the rest
2021-06-15 19:36:15 +02:00
genworld_gui.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
genworld.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
genworld.h
gfx_func.h
Codechange: use _cur_palette the same in all the drivers
2021-06-26 20:28:05 +02:00
gfx_layout.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
gfx_layout.h
gfx_type.h
gfx.cpp
Change: prevent palette updates during copying to the video driver
2021-06-26 20:28:05 +02:00
gfxinit.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
gfxinit.h
goal_base.h
goal_gui.cpp
Codechange: Remove FOR_EACH_SET_BIT
2021-07-09 21:36:09 +02:00
goal_type.h
goal.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
graph_gui.cpp
Remove: logically dead code in graph UI
2021-07-10 11:27:09 +02:00
graph_gui.h
ground_vehicle.cpp
ground_vehicle.hpp
group_cmd.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
group_gui.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
group_gui.h
group_type.h
group.h
gui.h
guitimer_func.h
heightmap.cpp
Fix: limit heightmap sizes to something reasonable to prevent crafted heightmaps to OOM-crash the game
2021-05-30 09:50:38 +02:00
heightmap.h
highscore_gui.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
highscore.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
highscore.h
hotkeys.cpp
hotkeys.h
house_type.h
house.h
industry_cmd.cpp
Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had
2021-06-03 17:30:00 +02:00
industry_gui.cpp
Codechange: Don't explicitly unset _generating_world outside of genworld.cpp ( #9418 )
2021-07-10 14:59:17 +02:00
industry_map.h
industry_type.h
industry.h
industrytype.h
ini_load.cpp
Change: move sensitive information to secrets.cfg and private information to private.cfg
2021-07-02 14:30:14 +02:00
ini_type.h
Change: move sensitive information to secrets.cfg and private information to private.cfg
2021-07-02 14:30:14 +02:00
ini.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
intro_gui.cpp
landscape_type.h
landscape.cpp
Codechange: move from C-string to std::string for DoCommand
2021-05-29 19:02:18 +02:00
landscape.h
language.h
livery.h
main_gui.cpp
Cleanup: use nullptr instead of 0 or NULL
2021-06-17 16:18:30 +02:00
map_func.h
map_type.h
map.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
misc_cmd.cpp
Codechange: move from C-string to std::string for DoCommand
2021-05-29 19:02:18 +02:00
misc_gui.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
misc.cpp
mixer.cpp
mixer.h
music_gui.cpp
music.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
newgrf_airport.cpp
Codechange: Deduplicate ResolveReal() for resolvers that don't use real sprite groups.
2021-06-12 08:05:59 +01:00
newgrf_airport.h
newgrf_airporttiles.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
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
2021-06-13 12:45:45 +02:00
newgrf_canal.h
newgrf_cargo.cpp
Codechange: Deduplicate ResolveReal() for resolvers that don't use real sprite groups.
2021-06-12 08:05:59 +01:00
newgrf_cargo.h
newgrf_class_func.h
newgrf_class.h
newgrf_commons.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
newgrf_commons.h
Cleanup: use nullptr instead of 0 or NULL
2021-06-17 16:18:30 +02:00
newgrf_config.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
newgrf_config.h
Codechange: use separate pre and post callbacks for int settings
2021-05-29 10:07:30 +02:00
newgrf_debug_gui.cpp
Codechange: add std::string accepting SetDParamStr to ErrorMessageData
2021-06-13 10:26:58 +02:00
newgrf_debug.h
newgrf_engine.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
newgrf_engine.h
newgrf_generic.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
newgrf_generic.h
newgrf_gui.cpp
Codechange: [ContentInfo] Use std::string instead of string buffers
2021-06-10 20:09:44 +02:00
newgrf_house.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
newgrf_house.h
newgrf_industries.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
newgrf_industries.h
newgrf_industrytiles.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
newgrf_industrytiles.h
newgrf_object.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
newgrf_object.h
newgrf_profiling.cpp
Codechange: replace IConsolePrintF with IConsolePrint and fmt formatting
2021-06-13 15:25:31 +02:00
newgrf_profiling.h
newgrf_properties.h
newgrf_railtype.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
newgrf_railtype.h
Codechange: Deduplicate ResolveReal() for resolvers that don't use real sprite groups.
2021-06-12 08:05:59 +01:00
newgrf_roadtype.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
newgrf_roadtype.h
Codechange: Deduplicate ResolveReal() for resolvers that don't use real sprite groups.
2021-06-12 08:05:59 +01:00
newgrf_sound.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
newgrf_sound.h
newgrf_spritegroup.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
newgrf_spritegroup.h
newgrf_station.cpp
Codechange: Remove FOR_EACH_SET_BIT
2021-07-09 21:36:09 +02:00
newgrf_station.h
newgrf_storage.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
newgrf_storage.h
Codechange: move client name in settings to std::string
2021-05-13 23:13:17 +02:00
newgrf_text.cpp
Fix 11ab3c4
: [NewGRF] Overflow when determining cargo mask for string code 9A 1E
2021-07-10 10:51:00 +02:00
newgrf_text.h
Codechange: [Network] Use std::string to get a NewGRF's name
2021-06-10 21:53:19 +02:00
newgrf_town.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
newgrf_town.h
newgrf_townname.cpp
newgrf_townname.h
newgrf.cpp
Fix a4987233
: NewGRFs could no longer be loaded from the NewGRF folder.
2021-07-11 12:16:07 +02:00
newgrf.h
Codechange: let NewGRF make use of SpriteFile instead of most of the FIO slot functions
2021-05-08 12:39:34 +02:00
news_func.h
Codechange: create a type for the "free_data" of NewsItems and (de)allocate it with new and delete
2021-07-01 19:04:38 +02:00
news_gui.cpp
Codechange: use a contructor for NewsItem to set the values
2021-07-01 19:04:38 +02:00
news_gui.h
news_type.h
Codechange: use a contructor for NewsItem to set the values
2021-07-01 19:04:38 +02:00
object_base.h
object_cmd.cpp
Codechange: move from C-string to std::string for DoCommand
2021-05-29 19:02:18 +02:00
object_gui.cpp
Cleanup: nested_array should not be accessed directly.
2021-06-14 17:49:01 +01:00
object_map.h
object_type.h
object.h
openttd.cpp
Add #9188 : netsave now keeps multiple version around, similar to autosave ( #9395 )
2021-07-09 21:44:02 +02:00
openttd.h
Fix: thread safety issue during exiting the game ( #9380 )
2021-06-17 18:58:59 +02:00
order_backup.cpp
Fix #9320 , 2e136285
: nullptr could not be converted to string
2021-05-30 19:59:49 +02:00
order_backup.h
Codechange: Use ChunkHandlers sub-classes
2021-07-06 22:29:08 +02:00
order_base.h
Codechange: Use ChunkHandlers sub-classes
2021-07-06 22:29:08 +02:00
order_cmd.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
order_func.h
order_gui.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
order_type.h
osk_gui.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
pbs.cpp
pbs.h
progress.cpp
progress.h
querystring_gui.h
rail_cmd.cpp
Fix b791ffc6
: use the correct parameter in CmdSignalTrackHelper
2021-06-01 17:12:06 +02:00
rail_gui.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
rail_gui.h
Codechange: use separate pre and post callbacks for int settings
2021-05-29 10:07:30 +02:00
rail_map.h
rail_type.h
rail.cpp
rail.h
random_access_file_type.h
Add: concept of a RandomAccessFile to replace the FIO slot functions
2021-05-08 12:39:34 +02:00
random_access_file.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
rev.cpp.in
rev.h
road_cmd.cpp
Codechange: move from C-string to std::string for DoCommand
2021-05-29 19:02:18 +02:00
road_cmd.h
road_func.h
road_gui.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
road_gui.h
road_internal.h
road_map.cpp
road_map.h
road_type.h
road.cpp
road.h
roadstop_base.h
roadstop.cpp
roadveh_cmd.cpp
Codechange: move from C-string to std::string for DoCommand
2021-05-29 19:02:18 +02:00
roadveh_gui.cpp
roadveh.h
safeguards.h
screenshot_gui.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
screenshot_gui.h
screenshot.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
screenshot.h
Codechange: move misc settings to std::string
2021-05-13 23:13:17 +02:00
settings_func.h
Codechange: C++-ify the usage of IniFile in settings.cpp
2021-07-02 14:30:14 +02:00
settings_gui.cpp
Cleanup: simplify some boolean expressions
2021-06-17 16:18:30 +02:00
settings_gui.h
settings_internal.h
Codechange: use the name string in SaveLoad for the name of the Setting as well
2021-07-09 22:53:30 +02:00
settings_table.cpp
Codechange: split settings.ini over several files ( #9421 )
2021-07-09 21:16:03 +02:00
settings_table.h
Codechange: split settings.ini over several files ( #9421 )
2021-07-09 21:16:03 +02:00
settings_type.h
Remove: old server listing via Master Server
2021-07-10 20:17:07 +02:00
settings.cpp
Fix: ensure no more than the allowed number of NewGRFs are loaded from the configuration
2021-07-11 11:20:07 +02:00
ship_cmd.cpp
Change: Use gender-neutral pronouns
2021-05-15 10:16:48 +02:00
ship_gui.cpp
ship.h
signal_func.h
signal_type.h
signal.cpp
Cleanup: simplify some boolean expressions
2021-06-17 16:18:30 +02:00
signs_base.h
signs_cmd.cpp
Codechange: move from C-string to std::string for DoCommand
2021-05-29 19:02:18 +02:00
signs_func.h
signs_gui.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
signs_type.h
signs.cpp
slope_func.h
slope_type.h
smallmap_gui.cpp
Fix f6d5c01
: Delay deletion when closing windows
2021-05-29 21:08:25 +02:00
smallmap_gui.h
Fix f6d5c01
: Delay deletion when closing windows
2021-05-29 21:08:25 +02:00
sortlist_type.h
sound_func.h
sound_type.h
Codechange: let NewGRF sounds make use of RandomAccessFile instead of the FIO slot functions
2021-05-08 12:39:34 +02:00
sound.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
sprite.cpp
sprite.h
spritecache.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
spritecache.h
Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality
2021-05-08 12:39:34 +02:00
station_base.h
Cleanup: remove lines from station_base.h that are already included in includes base_station_base.h
2021-06-17 16:18:30 +02:00
station_cmd.cpp
Codechange: Remove FOR_EACH_SET_BIT
2021-07-09 21:36:09 +02:00
station_func.h
station_gui.cpp
Codechange: Remove FOR_EACH_SET_CARGO_ID
2021-07-09 21:36:09 +02:00
station_gui.h
station_kdtree.h
station_map.h
station_type.h
station.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
statusbar_gui.cpp
statusbar_gui.h
stdafx.h
Codechange: use the fmt library for simpler debug formats
2021-06-13 12:45:45 +02:00
story_base.h
story_gui.cpp
Fix: comparison of narrow type to wide type in loop (potential for infinite loops)
2021-05-15 10:16:10 +02:00
story_type.h
story.cpp
Codechange: move from C-string to std::string for DoCommand
2021-05-29 19:02:18 +02:00
string_base.h
string_func.h
Codechange: add function to determine whether are string starts or ends with a given other string
2021-06-13 10:26:58 +02:00
string_type.h
string.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
stringfilter_type.h
stringfilter.cpp
strings_func.h
Codechange: replace InjectDParam/ShiftParameters by setting the right parameter values in the first place
2021-07-03 11:26:13 +02:00
strings_type.h
strings.cpp
Codechange: use the C++ std::getenv over the POSIX/C getenv
2021-07-10 22:55:46 +02:00
subsidy_base.h
Feature: Configurable subsidy duration
2021-06-10 23:26:16 +02:00
subsidy_func.h
Cleanup: remove declaration of undefined function
2021-07-03 11:26:13 +02:00
subsidy_gui.cpp
Feature: Configurable subsidy duration
2021-06-10 23:26:16 +02:00
subsidy_type.h
subsidy.cpp
Codechange: replace InjectDParam/ShiftParameters by setting the right parameter values in the first place
2021-07-03 11:26:13 +02:00
tar_type.h
terraform_cmd.cpp
Codechange: Don't explicitly unset _generating_world outside of genworld.cpp ( #9418 )
2021-07-10 14:59:17 +02:00
terraform_gui.cpp
Codechange: Don't explicitly unset _generating_world outside of genworld.cpp ( #9418 )
2021-07-10 14:59:17 +02:00
terraform_gui.h
textbuf_gui.h
Codechange: move misc settings to std::string
2021-05-13 23:13:17 +02:00
textbuf_type.h
textbuf.cpp
texteff.cpp
texteff.hpp
Fix: comparison of narrow type to wide type in loop (potential for infinite loops)
2021-05-15 10:16:10 +02:00
textfile_gui.cpp
Codechange: rename str_validate to StrMakeValid(InPlace) ( #9304 )
2021-05-29 11:21:38 +02:00
textfile_gui.h
textfile_type.h
tgp.cpp
Codechange: Remove FOR_ALL_TILES_IN_HEIGHT
2021-07-09 21:36:09 +02:00
tgp.h
thread.h
Fix: on startup, NewGRF scan could case race-condition ( #9382 )
2021-06-17 20:10:40 +02:00
tile_cmd.h
tile_map.cpp
tile_map.h
tile_type.h
tilearea_type.h
Codechange: Replace TILE_AREA_LOOP with range-based for loops
2021-05-13 00:13:54 +02:00
tilearea.cpp
Codechange: Replace TILE_AREA_LOOP with range-based for loops
2021-05-13 00:13:54 +02:00
tilehighlight_func.h
tilehighlight_type.h
tilematrix_type.hpp
timetable_cmd.cpp
Codechange: move from C-string to std::string for DoCommand
2021-05-29 19:02:18 +02:00
timetable_gui.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
timetable.h
toolbar_gui.cpp
toolbar_gui.h
town_cmd.cpp
Codechange: use the constructor for CompanyNewsItem to fill the data instead of a separate function
2021-07-01 19:04:38 +02:00
town_gui.cpp
Codechange: Don't explicitly unset _generating_world outside of genworld.cpp ( #9418 )
2021-07-10 14:59:17 +02:00
town_kdtree.h
town_map.h
town_type.h
town.h
townname_func.h
townname_type.h
townname.cpp
Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had
2021-06-03 17:30:00 +02:00
track_func.h
Codechange: Remove FOR_EACH_SET_TRACK
2021-07-09 21:36:09 +02:00
track_type.h
train_cmd.cpp
Codechange: Remove FOR_EACH_SET_TRACK
2021-07-09 21:36:09 +02:00
train_gui.cpp
train.h
transparency_gui.cpp
transparency_gui.h
transparency.h
transport_type.h
tree_cmd.cpp
Fix b791ffc6
: use the correct name in CmdPlantTree
2021-06-01 18:26:35 +02:00
tree_gui.cpp
tree_map.h
tunnel_map.cpp
tunnel_map.h
tunnelbridge_cmd.cpp
Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had
2021-06-03 17:30:00 +02:00
tunnelbridge_map.h
tunnelbridge.h
vehicle_base.h
Codechange: remove the special station/vehicle code from SaveLoad
2021-06-14 21:58:05 +02:00
vehicle_cmd.cpp
Cleanup: remove some unneeded c_str() calls
2021-06-15 06:13:00 +02:00
vehicle_func.h
vehicle_gui_base.h
vehicle_gui.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
vehicle_gui.h
vehicle_type.h
vehicle.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
vehiclelist.cpp
Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had
2021-06-03 17:30:00 +02:00
vehiclelist.h
viewport_func.h
viewport_gui.cpp
viewport_kdtree.h
viewport_sprite_sorter_sse4.cpp
Codechange: rename _SQ64 into POINTER_IS_64BIT ( #9313 )
2021-05-30 10:40:03 +02:00
viewport_sprite_sorter.h
viewport_type.h
viewport.cpp
Codechange: convert printf DEBUG statements to fmt Debug statements
2021-06-13 12:45:45 +02:00
void_cmd.cpp
void_map.h
walltime_func.h
Fix aa5a8fe28
: [MinGW] Wrong define tested (WIN32 vs _WIN32)
2021-06-10 23:17:29 +02:00
water_cmd.cpp
Codechange: Remove FOR_EACH_SET_BIT
2021-07-09 21:36:09 +02:00
water_map.h
water.h
waypoint_base.h
waypoint_cmd.cpp
Codechange: move from C-string to std::string for DoCommand
2021-05-29 19:02:18 +02:00
waypoint_func.h
waypoint_gui.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
waypoint.cpp
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
widget_type.h
widget.cpp
Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we had
2021-06-03 17:30:00 +02:00
window_func.h
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
window_gui.h
Codechange: Rename window related DeleteXXX to match new behaviour
2021-05-29 21:08:25 +02:00
window_type.h
window.cpp
Codechange: C++-ify the usage of IniFile in settings.cpp
2021-07-02 14:30:14 +02:00
zoom_func.h
zoom_type.h