|
OpenTTD Source 20251116-master-g21329071df
|
Public Member Functions | |
| LoggedChangeGRFAdd (const GRFIdentifier &ident) | |
| void | FormatTo (std::back_insert_iterator< std::string > &output_iterator, GrfIDMapping &grf_names, GamelogActionType action_type) override |
Public Member Functions inherited from LoggedChange | |
| LoggedChange (GamelogChangeType type=GLCT_NONE) | |
Public Member Functions inherited from GRFIdentifier | |
| GRFIdentifier (const GRFIdentifier &other)=default | |
| GRFIdentifier (GRFIdentifier &&other)=default | |
| GRFIdentifier (uint32_t grfid, const MD5Hash &md5sum) | |
| GRFIdentifier & | operator= (const GRFIdentifier &other)=default |
| bool | HasGrfIdentifier (uint32_t grfid, const MD5Hash *md5sum) const |
| Does the identification match the provided values? | |
Additional Inherited Members | |
Data Fields inherited from LoggedChange | |
| GamelogChangeType | ct {} |
Data Fields inherited from GRFIdentifier | |
| uint32_t | grfid |
| GRF ID (defined by Action 0x08) | |
| MD5Hash | md5sum |
| MD5 checksum of file to distinguish files with the same GRF ID (eg. newer version of GRF) | |
Definition at line 72 of file gamelog_internal.h.
|
inline |
Definition at line 73 of file gamelog_internal.h.
|
inline |
Definition at line 74 of file gamelog_internal.h.
|
overridevirtual |
Implements LoggedChange.
Definition at line 230 of file gamelog.cpp.