|
|
| MediaStationEngine (OSystem *syst, const ADGameDescription *gameDesc) |
| |
|
uint32 | getFeatures () const |
| |
|
Common::String | getGameId () const |
| |
|
Common::Platform | getPlatform () const |
| |
|
const char * | getAppName () const |
| |
| bool | hasFeature (EngineFeature f) const override |
| |
|
void | dispatchOneSystemEvent (const Common::Event &event) |
| |
|
void | generateMouseUpdateEvent () |
| |
|
uint | currentTimeInSeconds () |
| |
|
VideoDisplayManager * | getDisplayManager () |
| |
|
DisplayUpdateManager * | getDisplayUpdateManager () |
| |
|
PrintManager * | getPrintManager () |
| |
|
CursorManager * | getCursorManager () |
| |
|
FunctionManager * | getFunctionManager () |
| |
|
RootStage * | getRootStage () |
| |
|
StageDirector * | getStageDirector () |
| |
|
StreamFeedManager * | getStreamFeedManager () |
| |
|
EventLoop * | getEventLoop () |
| |
|
Document * | getDocument () |
| |
|
TimerService * | getTimerService () |
| |
|
ImtGod * | getImtGod () |
| |
|
void | registerAudioSequence (AudioSequence *sequence) |
| |
|
void | unregisterAudioSequence (AudioSequence *sequence) |
| |
|
void | serviceSounds () |
| |
|
Common::String | formatActorName (uint actorId, bool attemptToGetType=false, bool includeDefaultName=true) |
| |
|
Common::String | formatActorName (const Actor *actor, bool includeDefaultName=true) |
| |
|
Common::String | formatFunctionName (uint functionId, bool includeDefaultName=true) |
| |
|
Common::String | formatFileName (uint fileId, bool includeDefaultName=true) |
| |
|
Common::String | formatVariableName (uint variableId, bool includeDefaultName=true) |
| |
|
Common::String | formatParamTokenName (uint paramToken, bool includeDefaultName=true) |
| |
|
Common::String | formatAssetNameForChannelIdent (uint channelIdent, bool includeDefaultName=true) |
| |
|
SpatialEntity * | getMouseInsideHotspot () |
| |
|
void | setMouseInsideHotspot (SpatialEntity *entity) |
| |
|
void | clearMouseInsideHotspot () |
| |
|
SpatialEntity * | getMouseDownHotspot () |
| |
|
void | setMouseDownHotspot (SpatialEntity *entity) |
| |
|
void | clearMouseDownHotspot () |
| |
| virtual void | showHotspots (bool show) |
| |
| 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 | 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) |
| |
| virtual Common::Error | saveGameStream (Common::WriteStream *stream, bool isAutosave=false) |
| |
| virtual bool | canSaveGameStateCurrently (Common::U32String *msg=nullptr) |
| |
| bool | saveGameDialog () |
| |
| bool | loadGameDialog () |
| |