| OpenTTD
    | 
Code handling saving and loading of gamelog data. More...
#include "../stdafx.h"#include "../gamelog_internal.h"#include "../fios.h"#include "saveload.h"#include "../safeguards.h"Go to the source code of this file.
| Functions | |
| assert_compile (lengthof(_glog_desc)==GLCT_END) | |
| static void | Load_GLOG_common (LoggedAction *&gamelog_action, uint &gamelog_actions) | 
| static void | Save_GLOG () | 
| static void | Load_GLOG () | 
| static void | Check_GLOG () | 
| Variables | |
| static const SaveLoad | _glog_action_desc [] | 
| static const SaveLoad | _glog_mode_desc [] | 
| static const SaveLoad | _glog_revision_desc [] | 
| static const SaveLoad | _glog_oldver_desc [] | 
| static const SaveLoad | _glog_setting_desc [] | 
| static const SaveLoad | _glog_grfadd_desc [] | 
| static const SaveLoad | _glog_grfrem_desc [] | 
| static const SaveLoad | _glog_grfcompat_desc [] | 
| static const SaveLoad | _glog_grfparam_desc [] | 
| static const SaveLoad | _glog_grfmove_desc [] | 
| static const SaveLoad | _glog_grfbug_desc [] | 
| static const SaveLoad | _glog_emergency_desc [] | 
| static const SaveLoad *const | _glog_desc [] | 
| const ChunkHandler | _gamelog_chunk_handlers [] | 
Code handling saving and loading of gamelog data.
Definition in file gamelog_sl.cpp.
| const ChunkHandler _gamelog_chunk_handlers[] | 
| 
 | static | 
Definition at line 20 of file gamelog_sl.cpp.
| 
 | static | 
Definition at line 91 of file gamelog_sl.cpp.
| 
 | static | 
Definition at line 87 of file gamelog_sl.cpp.
| 
 | static | 
Definition at line 52 of file gamelog_sl.cpp.
| 
 | static | 
Definition at line 80 of file gamelog_sl.cpp.
| 
 | static | 
Definition at line 63 of file gamelog_sl.cpp.
| 
 | static | 
Definition at line 74 of file gamelog_sl.cpp.
| 
 | static | 
Definition at line 69 of file gamelog_sl.cpp.
| 
 | static | 
Definition at line 58 of file gamelog_sl.cpp.
| 
 | static | 
Definition at line 25 of file gamelog_sl.cpp.
| 
 | static | 
Definition at line 39 of file gamelog_sl.cpp.
| 
 | static | 
Definition at line 31 of file gamelog_sl.cpp.
| 
 | static | 
Definition at line 45 of file gamelog_sl.cpp.
 1.8.1.2
 1.8.1.2