|
| DMEngine (OSystem *syst, const DMADGameDescription *gameDesc) |
|
bool | hasFeature (EngineFeature f) const override |
|
Common::Error | loadGameState (int slot) override |
|
bool | canLoadGameStateCurrently (Common::U32String *msg=nullptr) override |
|
bool | isDemo () const |
|
void | delay (uint16 verticalBlank) |
|
uint16 | getScaledProduct (uint16 val, uint16 scale, uint16 vale2) |
|
uint16 | getRandomNumber (uint32 max) |
|
int16 | ordinalToIndex (int16 val) |
|
int16 | indexToOrdinal (int16 val) |
|
Common::Error | run () override |
|
void | saveGame () |
|
LoadgameResult | loadgame (int16 slot) |
|
void | endGame (bool doNotDrawCreditsOnly) |
|
void | entranceDrawCredits () |
|
void | fuseSequence () |
|
Common::Language | getGameLanguage () |
|
Direction | turnDirRight (int16 dir) |
|
Direction | turnDirLeft (int16 dir) |
|
Direction | returnOppositeDir (int16 dir) |
|
bool | isOrientedWestEast (int16 dir) |
|
uint16 | normalizeModulo4 (int16 dir) |
|
int32 | filterTime (int32 mapTime) |
|
int32 | setMapAndTime (uint32 map, uint32 time) |
|
uint16 | getMap (int32 mapTime) |
|
Thing | thingWithNewCell (Thing thing, int16 cell) |
|
int16 | getDistance (int16 mapx1, int16 mapy1, int16 mapx2, int16 mapy2) |
|
int32 | setMap (int32 mapTime, uint32 map) |
|
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 bool | canSaveAutosaveCurrently () |
|
virtual int | getAutosaveSlot () const |
|
virtual bool | gameTypeHasAddOns () const |
|
virtual bool | dirCanBeGameAddOn (const Common::FSDirectory &dir) const |
|
virtual bool | dirMustBeGameAddOn (const Common::FSDirectory &dir) const |
|
Common::ErrorCode | updateAddOns (const MetaEngine *metaEngine) 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 | loadGameStream (Common::SeekableReadStream *stream) |
|
void | setGameToLoadSlot (int slot) |
|
virtual Common::Error | saveGameState (int slot, const Common::String &desc, bool isAutosave=false) |
|
virtual Common::Error | saveGameStream (Common::WriteStream *stream, bool isAutosave=false) |
|
virtual bool | canSaveGameStateCurrently (Common::U32String *msg=nullptr) |
|
bool | saveGameDialog () |
|
bool | loadGameDialog () |
|