OpenTTD Source 20250312-master-gcdcc6b491d
|
Public Member Functions | |
LoggedChangeRevision (const std::string &text, uint32_t newgrf, uint16_t slver, uint8_t modified) | |
void | FormatTo (std::back_insert_iterator< std::string > &output_iterator, GrfIDMapping &grf_names, GamelogActionType action_type) override |
![]() | |
LoggedChange (GamelogChangeType type=GLCT_NONE) | |
Data Fields | |
std::string | text {} |
revision string, _openttd_revision | |
uint32_t | newgrf = 0 |
_openttd_newgrf_version | |
uint16_t | slver = 0 |
_sl_version | |
uint8_t | modified = 0 |
![]() | |
GamelogChangeType | ct {} |
Definition at line 50 of file gamelog_internal.h.
|
inline |
Definition at line 51 of file gamelog_internal.h.
|
inline |
Definition at line 52 of file gamelog_internal.h.
|
overridevirtual |
Implements LoggedChange.
Definition at line 177 of file gamelog.cpp.
uint8_t LoggedChangeRevision::modified = 0 |
Definition at line 59 of file gamelog_internal.h.
uint32_t LoggedChangeRevision::newgrf = 0 |
_openttd_newgrf_version
Definition at line 57 of file gamelog_internal.h.
Referenced by Gamelog::Info(), and Gamelog::TestRevision().
uint16_t LoggedChangeRevision::slver = 0 |
_sl_version
Definition at line 58 of file gamelog_internal.h.
std::string LoggedChangeRevision::text {} |
revision string, _openttd_revision
Definition at line 56 of file gamelog_internal.h.
Referenced by Gamelog::TestRevision().