|
int | GetColorDepth () const |
|
| GameSetupStruct (GameSetupStruct &&gss)=default |
|
GameSetupStruct & | operator= (GameSetupStruct &&gss)=default |
|
void | Free () |
|
void | read_savegame_info (Shared::Stream *in, GameDataVersion data_ver) |
|
void | read_font_infos (Shared::Stream *in, GameDataVersion data_ver) |
|
HGameFileError | read_cursors (Shared::Stream *in) |
|
void | read_interaction_scripts (Shared::Stream *in, GameDataVersion data_ver) |
|
void | read_words_dictionary (Shared::Stream *in) |
|
void | ReadInvInfo (Shared::Stream *in) |
|
void | WriteInvInfo (Shared::Stream *out) |
|
void | ReadMouseCursors (Shared::Stream *in) |
|
void | WriteMouseCursors (Shared::Stream *out) |
|
void | read_characters (Shared::Stream *in) |
|
void | read_lipsync (Shared::Stream *in, GameDataVersion data_ver) |
|
void | read_messages (Shared::Stream *in, const std::array< int32_t > &load_messages, GameDataVersion data_ver) |
|
void | ReadCharacters (Shared::Stream *in) |
|
void | WriteCharacters (Shared::Stream *out) |
|
HGameFileError | read_customprops (Shared::Stream *in, GameDataVersion data_ver) |
|
HGameFileError | read_audio (Shared::Stream *in, GameDataVersion data_ver) |
|
void | read_room_names (Shared::Stream *in, GameDataVersion data_ver) |
|
void | ReadAudioClips (Shared::Stream *in, size_t count) |
|
void | ReadFromSaveGame_v321 (Shared::Stream *in) |
|
void | ReadFromSavegame (Shared::Stream *in) |
|
void | WriteForSavegame (Shared::Stream *out) |
|
| GameSetupStructBase (GameSetupStructBase &&gss)=default |
|
GameSetupStructBase & | operator= (GameSetupStructBase &&gss)=default |
|
void | Free () |
|
void | SetDefaultResolution (GameResolutionType type) |
|
void | SetDefaultResolution (Size game_res) |
|
void | SetGameResolution (GameResolutionType type) |
|
void | SetGameResolution (Size game_res) |
|
void | ReadFromFile (Shared::Stream *in, GameDataVersion game_ver, SerializeInfo &info) |
|
void | WriteToFile (Shared::Stream *out, const SerializeInfo &info) const |
|
GameResolutionType | GetResolutionType () const |
|
const Size & | GetGameRes () const |
|
const Size & | GetDefaultRes () const |
|
const Size & | GetDataRes () const |
|
int | GetDataUpscaleMult () const |
|
int | GetRelativeUIMult () const |
|
int | GetScreenUpscaleMult () const |
|
bool | AllowRelativeRes () const |
|
bool | IsLegacyHiRes () const |
|
bool | IsDataInNativeCoordinates () const |
|
bool | IsLegacyLetterbox () const |
|
const Size & | GetLetterboxSize () const |
|
bool | IsLegacyAudioSystem () const |
|
AGS::Shared::String | GetAudioVOXName () const |
|