|
| SpaceBarEngine (OSystem *syst, const ADGameDescription *gameDesc) |
|
void | initializePath (const Common::FSNode &gamePath) override |
|
| BagelEngine (OSystem *syst, const ADGameDescription *gameDesc) |
|
uint32 | getFeatures () const |
|
Common::String | getGameId () const |
|
Common::Platform | getPlatform () const |
|
bool | isDemo () const |
|
uint32 | getRandomNumber (uint maxNum=0x7fffffff) |
|
bool | hasFeature (EngineFeature f) const override |
|
bool | canLoadGameStateCurrently (Common::U32String *msg=nullptr) override |
|
bool | canSaveGameStateCurrently (Common::U32String *msg=nullptr) override |
|
Common::Error | saveGameState (int slot, const Common::String &desc, bool isAutosave=false) override |
|
Common::Error | saveGameState (int slot, const Common::String &desc, bool isAutosave, StBagelSave &saveData) |
|
Common::Error | loadGameState (int slot) override |
|
Common::Error | saveGameStream (Common::WriteStream *stream, bool isAutosave=false) override |
|
Common::Error | loadGameStream (Common::SeekableReadStream *stream) override |
|
SaveStateList | listSaves () const |
|
bool | savesExist () const |
|
void | pauseEngineIntern (bool pause) override |
|
void | errorDialog (const char *msg) const |
|
void | enableKeymapper (bool enabled) |
|
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 | 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 |
|
void | setGameToLoadSlot (int slot) |
|
bool | saveGameDialog () |
|
bool | loadGameDialog () |
|
| CBagel (const BagelReg *gameReg) |
|
void | registerGame (const BagelReg *gameReg) |
|
ErrorCode | runApp () override |
|
ErrorCode | setOption (const char *section, const char *option, const char *stringValue) |
|
ErrorCode | setOption (const char *section, const char *option, int intValue) |
|
ErrorCode | getOption (const char *section, const char *option, char *stringValue, const char *defaultValue, uint32 size) |
|
ErrorCode | getOption (const char *section, const char *option, int *intValue, int defaultValue) |
|
ErrorCode | getOption (const char *section, const char *option, bool *boolValue, int defaultValue) |
|
void | setAppName (const char *newAppName) override |
|
CBagMasterWin * | getMasterWnd () const |
|
int | getChromaColor () |
|
ErrorCode | verifyCDInDrive (int diskId, const char *waveFile) |
|
| CBofOptions (const char *pszOptionsFile=nullptr) |
| Loads specified .INI file which contains user options. More...
|
|
virtual | ~CBofOptions () |
|
ErrorCode | commit () |
|
ErrorCode | loadOptionFile (const char *pszFile) |
| Loads and builds Option list. More...
|
|
const char * | getFileName () const |
|
ErrorCode | writeSetting (const char *pszSection, const char *pszOption, const char *pszValue) |
|
ErrorCode | writeSetting (const char *pszSection, const char *pszOption, int nValue) |
|
ErrorCode | readSetting (const char *section, const char *option, char *stringValue, const char *defaultValue, uint32 nSize) |
|
ErrorCode | readSetting (const char *section, const char *option, int *nValue, int defaultValue) |
|
ErrorCode | readSetting (const char *section, const char *option, bool *boolValue, bool defaultValue) |
|
ErrorCode | load () |
|
void | release () |
|
| CBofApp (const char *pszAppName) |
|
ErrorCode | preInit () |
|
void | postShutDown () |
|
const char * | getAppName () const |
|
void | setMainWindow (CBofWindow *pWnd) |
|
CBofWindow * | getMainWindow () const |
|
CBofWindow * | getActualWindow () const |
|
void | setPalette (CBofPalette *pPalette) |
|
CBofPalette * | getPalette () const |
|
int | screenWidth () const |
|
int | screenHeight () const |
|
int | screenDepth () const |
|
CBofCursor | getDefaultCursor () const |
|
void | setDefaultCursor (CBofCursor &cCursor) |
|
void | addCursor (CBofCursor &cCursor) |
|
void | delCursor (int nIndex) |
|
CBofCursor | getCursor (int nIndex) |
|
int | getNumberOfCursors () const |
|
void | setCaptureControl (CBofWindow *ctl) |
|
CBofWindow * | getCaptureControl () const |
|
void | setFocusControl (CBofWindow *ctl) |
|
CBofWindow * | getFocusControl () const |
|
bool | consolePlayVideo (const Common::Path &path) |
|
void | reportError (ErrorCode errCode, const char *format,...) |
|
bool | errorOccurred () const |
|
ErrorCode | getErrorCode () const |
|
void | clearError () |
|