|
| MTropolisEngine (OSystem *syst, const MTropolisGameDescription *gameDesc) |
|
bool | hasFeature (EngineFeature f) const override |
|
uint32 | getGameID () const |
|
Common::Platform | getPlatform () const |
|
bool | promptSave (ISaveWriter *writer, const Graphics::Surface *screenshotOverride) override |
|
bool | namedSave (ISaveWriter *writer, const Graphics::Surface *screenshotOverride, const Common::String &fileName) override |
|
bool | autoSave (ISaveWriter *writer) override |
|
bool | promptLoad (ISaveReader *reader) override |
|
bool | namedLoad (ISaveReader *reader, const Common::String &fileName) override |
|
const Graphics::Surface * | getSavegameScreenshot () const |
|
Common::Error | saveGameStream (Common::WriteStream *stream, bool isAutosave) override |
|
bool | canSaveAutosaveCurrently () override |
|
bool | canSaveGameStateCurrently (Common::U32String *msg=nullptr) override |
|
void | handleEvents () |
|
MetaEngine * | getMetaEngine () const |
|
void | setMetaEngine (MetaEngine *metaEngine) |
|
PauseToken | pauseEngine () |
|
bool | isPaused () const |
|
void | openMainMenuDialog () |
|
uint32 | getTotalPlayTime () const |
|
void | setTotalPlayTime (uint32 time=0) |
|
Common::TimerManager * | getTimerManager () |
|
Common::EventManager * | getEventManager () |
|
Common::SaveFileManager * | getSaveFileManager () |
|
bool | existExtractedCDAudioFiles (uint track=1) |
|
bool | isDataAndCDAudioReadFromSameCD () |
|
void | warnMissingExtractedCDAudio () |
|
void | handleAutoSave () |
|
void | saveAutosaveIfEnabled () |
|
virtual int | getAutosaveSlot () const |
|
| Engine (OSystem *syst) |
|
virtual | ~Engine () |
|
virtual void | initializePath (const Common::FSNode &gamePath) |
|
virtual void | errorString (const char *buf_input, char *buf_output, int buf_output_size) |
|
virtual GUI::Debugger * | getDebugger () final |
|
void | setDebugger (GUI::Debugger *debugger) |
|
GUI::Debugger * | getOrCreateDebugger () |
|
bool | enhancementEnabled (int32 cls) |
|
virtual void | syncSoundSettings () |
|
virtual void | applyGameSettings () |
|
virtual void | flipMute () |
|
virtual Common::String | getSaveStateName (int slot) const |
|
virtual Common::Error | loadGameState (int slot) |
|
virtual Common::Error | loadGameStream (Common::SeekableReadStream *stream) |
|
void | setGameToLoadSlot (int slot) |
|
virtual bool | canLoadGameStateCurrently (Common::U32String *msg=nullptr) |
|
virtual Common::Error | saveGameState (int slot, const Common::String &desc, bool isAutosave=false) |
|
bool | saveGameDialog () |
|
bool | loadGameDialog () |
|