OpenTTD/src/saveload
Patric Stout b136e65cf9
Change: reworked the debug levels for network facility (#9251)
It now follows very simple rules:
0 - Fatal, user should know about this
1 - Error, but we are recovering
2 - Warning, wrong but okay if you don't know
3 - Info, information you might care about
4 -
5 - Debug #1 - High level debug messages
6 - Debug #2 - Low level debug messages
7 - Trace information
2021-05-12 16:34:02 +02:00
..
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
afterload.cpp Change: reworked the debug levels for network facility (#9251) 2021-05-12 16:34:02 +02:00
ai_sl.cpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-08 11:02:30 +01:00
airport_sl.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
animated_tile_sl.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
autoreplace_sl.cpp Codechange: Replace FOR_ALL_ENGINE_RENEWS with range-based for loops 2019-12-21 20:13:03 +01:00
cargomonitor_sl.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
cargopacket_sl.cpp Codechange: Replace vehicle related FOR_ALL with range-based for loops 2019-12-21 20:13:03 +01:00
cheat_sl.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
company_sl.cpp Codechange: Replace FOR_ALL_ROADTRAMTYPES with range-based for loops 2021-05-03 19:46:57 +02:00
depot_sl.cpp Codechange: Use std::string for most of the user-settable custom names. 2020-05-21 20:02:34 +02:00
economy_sl.cpp Cleanup: Remove save-only autolength flag from economy chunk handlers 2020-12-27 10:30:55 +00:00
engine_sl.cpp Codechange: Make use of the improved C++17 emplace_back function. 2020-12-15 00:29:30 +01:00
game_sl.cpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-08 11:02:30 +01:00
gamelog_sl.cpp Fix: Corrupted savegame could crash the game by providing invalid gamelog enums. (#9045) 2021-04-17 19:19:18 +01:00
goal_sl.cpp Codechange: Replace FOR_ALL_GOALS with range-based for loops 2019-12-21 20:13:03 +01:00
group_sl.cpp Codechange: Replace Group::replace_protection with Group::flags 2021-04-22 22:57:00 +02:00
industry_sl.cpp Feature: Allow GameScripts to add additional text to Industry view window 2021-01-22 09:50:53 +00:00
labelmaps_sl.cpp Fix #7925: Reset temporary saveload data at the start of loading a savegame instead of at the end. 2020-01-12 19:08:38 +01:00
linkgraph_sl.cpp Fix: Corrupted savegame could cause heap corruption by writing outside link graph edge matrix. (#9046) 2021-04-17 19:19:37 +01:00
map_sl.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
misc_sl.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
newgrf_sl.cpp Fix #9202: Invalid test for unset NewGRF override mapping. (#9226) 2021-05-12 09:11:14 +02:00
newgrf_sl.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
object_sl.cpp Codechange: Replace FOR_ALL_OBJECTS with range-based for loops 2019-12-21 20:13:03 +01:00
oldloader.cpp Codechange: Don't use cpp_offsetof in the TTO/TTD savegame loader. 2021-02-13 20:08:53 +01:00
oldloader.h Codechange: Don't use cpp_offsetof in the TTO/TTD savegame loader. 2021-02-13 20:08:53 +01:00
oldloader_sl.cpp Codechange: Remove min/max functions in favour of STL variants (#8502) 2021-01-08 11:16:18 +01:00
order_sl.cpp Fix 63ccb36e: Incorrect string type for OrderBackup::name save/load 2020-06-22 08:02:42 +02:00
saveload.cpp Fix: [MinGW] Set minimum OS version to Windows XP (#9135) 2021-04-29 14:26:08 +02:00
saveload.h Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-08 11:02:30 +01:00
saveload_filter.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
saveload_internal.h Codechange: Use std::string for most of the user-settable custom names. 2020-05-21 20:02:34 +02:00
signs_sl.cpp Codechange: Use std::string for most of the user-settable custom names. 2020-05-21 20:02:34 +02:00
station_sl.cpp Codechange: Use std::string for most of the user-settable custom names. 2020-05-21 20:02:34 +02:00
storage_sl.cpp Codechange: Replace FOR_ALL_STORAGES with range-based for loops 2019-12-21 20:13:03 +01:00
story_sl.cpp Codechange: Replace story related FOR_ALL with range-based for loops 2019-12-21 20:13:03 +01:00
strings_sl.cpp Codechange: Use std::string for most of the user-settable custom names. 2020-05-21 20:02:34 +02:00
subsidy_sl.cpp Codechange: Replace FOR_ALL_SUBSIDIES with range-based for loops 2019-12-21 20:13:03 +01:00
town_sl.cpp Codechange #8258: Remove unused town cargo caches from the savegame 2020-07-27 17:32:00 +01:00
vehicle_sl.cpp Fix #8589, 653e7fa548: Motion counter is NewGRF-visible but not saved, leading to desyncs. (#8591) 2021-01-18 21:11:38 +01:00
waypoint_sl.cpp Codechange: Make use of the improved C++17 emplace_back function. 2020-12-15 00:29:30 +01:00