|
| MickeyEngine (OSystem *syst, const AGIGameDescription *gameDesc) |
|
void | init () |
|
Common::Error | go () override |
|
void | debugCurRoom () |
|
void | debugGotoRoom (int) |
|
void | drawPic (int) |
|
void | drawObj (ENUM_MSA_OBJECT, int, int) |
|
virtual bool | promptIsEnabled () |
|
| AgiBase (OSystem *syst, const AGIGameDescription *gameDesc) |
|
bool | getFlag (int16 flagNr) |
|
void | setFlag (int16 flagNr, bool newState) |
|
void | flipFlag (int16 flagNr) |
|
void | setFlagOrVar (int16 flagNr, bool newState) |
|
uint32 | getGameID () const |
|
uint32 | getFeatures () const |
|
uint16 | getVersion () const |
|
uint16 | getGameType () const |
|
Common::Language | getLanguage () const |
|
bool | isLanguageRTL () const |
|
Common::Platform | getPlatform () const |
|
const char * | getGameMD5 () const |
|
void | initFeatures () |
|
void | initVersion () |
|
const char * | getDiskName (uint16 id) |
|
bool | canLoadGameStateCurrently (Common::U32String *msg=nullptr) override |
|
bool | canSaveGameStateCurrently (Common::U32String *msg=nullptr) override |
|
const byte * | getFontData () |
|
void | cycleInnerLoopActive (int16 loopType) |
|
void | cycleInnerLoopInactive () |
|
bool | cycleInnerLoopIsActive () |
|
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 |
|
| 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 Common::Error | saveGameState (int slot, const Common::String &desc, bool isAutosave=false) |
|
virtual Common::Error | saveGameStream (Common::WriteStream *stream, bool isAutosave=false) |
|
bool | saveGameDialog () |
|
bool | loadGameDialog () |
|
|
int | getDat (int) |
|
void | readExe (int, uint8 *, long) |
|
void | getDatFileName (int, char *) |
|
void | readDatHdr (char *, MSA_DAT_HEADER *) |
|
void | readOfsData (int, int, uint8 *, long) |
|
bool | chooseY_N (int, bool) |
|
int | choose1to9 (int) |
|
void | printStr (char *) |
|
void | printLine (const char *) |
|
void | printExeStr (int) |
|
void | printExeMsg (int) |
|
void | printDesc (int) |
|
bool | checkMenu () |
|
void | drawMenu (MSA_MENU &, int, int) |
|
void | getMouseMenuSelRow (MSA_MENU &, int *, int *, int, int, int) |
|
bool | getMenuSelRow (MSA_MENU &, int *, int *, int) |
|
void | getMenuSel (char *, int *, int *) |
|
void | centerMenu (MSA_MENU *) |
|
void | patchMenu (MSA_MENU *) |
|
void | printDatString (int) |
|
void | printDatMessage (int) |
|
void | playNote (MSA_SND_NOTE) |
|
void | playSound (ENUM_MSA_SOUND) |
|
void | drawRoomAnimation () |
|
void | drawRoom () |
|
void | drawLogo () |
|
void | animate () |
|
void | printRoomDesc () |
|
bool | loadGame () |
|
void | saveGame () |
|
void | showPlanetInfo () |
|
void | printStory () |
|
int | getPlanet () |
|
void | pressOB (int) |
|
void | insertDisk (int) |
|
void | gameOver () |
|
void | inventory () |
|
void | intro () |
|
void | getItem (ENUM_MSA_ITEM) |
|
void | getXtal (int) |
|
bool | parse (int, int) |
|
void | flipSwitch () |
|
void | waitAnyKey (bool anim=false) |
|
bool | planetIsAlreadyAssigned (int planet) |
|
bool | mickeyHasItem (int item) |
|
void | initialize () override |
|
void | pollTimer () |
|
int | getKeypress () override |
|
bool | isKeypress () override |
|
void | clearKeyQueue () override |
|
| PreAgiEngine (OSystem *syst, const AGIGameDescription *gameDesc) |
|
int | getGameId () |
|
void | clearImageStack () override |
|
void | recordImageStackCall (uint8 type, int16 p1, int16 p2, int16 p3, int16 p4, int16 p5, int16 p6, int16 p7) override |
|
void | replayImageStackCall (uint8 type, int16 p1, int16 p2, int16 p3, int16 p4, int16 p5, int16 p6, int16 p7) override |
|
void | releaseImageStack () override |
|
int | saveGame (const Common::String &fileName, const Common::String &saveName) |
|
int | loadGame (const Common::String &fileName, bool checkId=true) |
|
Common::String | getTargetName () |
|
void | clearScreen (int attr, bool overrideDefault=true) |
|
void | clearGfxScreen (int attr) |
|
void | setDefaultTextColor (int attr) |
|
int | getSelection (SelectionTypes type) |
|
int | rnd (int hi) |
|
void | drawStr (int row, int col, int attr, const char *buffer) |
|
void | drawStrMiddle (int row, int attr, const char *buffer) |
|
void | clearTextArea () |
|
void | clearRow (int row) |
|
void | XOR80 (char *buffer) |
|
void | printStr (const char *szMsg) |
|
void | printStrXOR (char *szMsg) |
|
Common::SaveFileManager * | getSaveFileMan () |
|
void | playNote (int16 frequency, int32 length) |
|
void | waitForTimer (int msec_delay) |
|
Common::Error | init () |
|
Common::Error | run () override |
|
bool | hasFeature (EngineFeature f) const override |
|
void | initRenderMode () |
|
virtual int | runDialog (GUI::Dialog &dialog) |
|
void | defaultSyncSoundSettings () |
|
virtual void | pauseEngineIntern (bool pause) |
|