Public Member Functions | |
void | zeroMouseButtons () |
void | updateEvents () |
void | gotoNextMorning () |
void | playDayChangeCutscene () |
void | removeFullscreenPic () |
void | wait () |
void | waitForSpeech () |
void | waitForSpeechOrSfx () |
void | syncSoundSettings () override |
void | pauseEngineIntern (bool pause) override |
DarkseedEngine (OSystem *syst, const ADGameDescription *gameDesc) | |
uint32 | getFeatures () const |
Common::Language | getLanguage () const |
Common::String | getGameId () const |
uint32 | getRandomNumber (uint maxNum) |
bool | isDosVersion () const |
bool | isCdVersion () const |
bool | isDosFloppy () const |
bool | isDosDemo () const |
bool | hasFeature (EngineFeature f) const override |
bool | canLoadGameStateCurrently (Common::U32String *msg) override |
bool | canSaveGameStateCurrently (Common::U32String *msg) override |
Common::Error | syncGame (Common::Serializer &s) |
Common::Error | saveGameStream (Common::WriteStream *stream, bool isAutosave=false) override |
Common::Error | loadGameStream (Common::SeekableReadStream *stream) override |
Common::Path | getRoomFilePath (const Common::Path &filename) const |
Common::Path | getPictureFilePath (const Common::Path &filename) const |
void | fadeIn (const Pal &palette) |
void | fadeOut () |
bool | fadeStep () |
void | restartGame () |
void | newGame () |
void | updateDisplay () |
void | debugTeleportToRoom (int newRoomNumber, int entranceNumber) |
void | showFullscreenPic (const Common::Path &filename) |
void | drawFullscreenPic () |
void | lookCode (int objNum) |
void | handleObjCollision (int targetObjNum) |
void | playSound (uint8 sfxId, uint8 unk1, int16 unk2) |
void | nextFrame (int nspAminIdx) |
void | throwmikeinjail () |
void | runObjects () |
void | getPackageObj (int packageType) |
void | printTime () |
void | changeToRoom (int newRoomNumber, bool placeDirectly=false) |
void | waitxticks (int ticks) |
void | doCircles () |
![]() | |
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 | applyGameSettings () |
virtual void | flipMute () |
virtual Common::String | getSaveStateName (int slot) const |
virtual Common::Error | loadGameState (int slot) |
void | setGameToLoadSlot (int slot) |
virtual Common::Error | saveGameState (int slot, const Common::String &desc, bool isAutosave=false) |
bool | saveGameDialog () |
bool | loadGameDialog () |
Public Attributes | |
Pic | _frame |
bool | _ct_voice_status = false |
bool | _isRightMouseClicked = false |
bool | _isLeftMouseClicked = false |
Common::KeyCode | _lastKeyPressed = Common::KeyCode::KEYCODE_INVALID |
Sound * | _sound = nullptr |
Nsp | _baseSprites |
Cursor | _cursor |
Graphics::Screen * | _screen = nullptr |
TosText * | _tosText = nullptr |
Console * | _console = nullptr |
Room * | _room = nullptr |
int | _actionMode = kPointerAction |
Player * | _player = nullptr |
Sprites | _sprites |
Objects | _objectVar |
Inventory | _inventory |
UseCode * | _useCode = nullptr |
Cutscene | _cutscene |
Animation * | _animation = nullptr |
Menu * | _menu = nullptr |
uint8 | _currentDay = 1 |
int | _currentTimeInSeconds = 0x7e8e |
int | _fttime = 0 |
uint8 | _previousRoomNumber = 0 |
uint16 | _targetRoomNumber = 0 |
uint16 | _headAcheMessageCounter = 0 |
uint8 | _headacheMessageIdx = 0 |
int | _sprite_y_scaling_threshold_maybe = 0xf0 |
int | _scaledWalkSpeed_maybe = 0 |
uint16 | _scaledSpriteWidth = 0 |
uint16 | _scaledSpriteHeight = 0 |
int | _frameBottom = 0 |
bool | _doorEnabled = false |
bool | _useDoorTarget = false |
int16 | _counter_2c85_888b = 0 |
uint8 | _targetPlayerDirection = 0 |
uint8 | _systemTimerCounter = 0 |
bool | _debugShowWalkPath = false |
int | _phoneStatus = 0 |
int16 | _soundTimer = 0 |
bool | _printedcomeheredawson = false |
![]() | |
OSystem * | _system |
Audio::Mixer * | _mixer |
Protected Member Functions | |
Common::Error | run () override |
![]() | |
virtual int | runDialog (GUI::Dialog &dialog) |
void | defaultSyncSoundSettings () |
Additional Inherited Members | |
![]() | |
enum | EngineFeature { kSupportsSubtitleOptions, kSupportsReturnToLauncher, kSupportsLoadingDuringRuntime, kSupportsSavingDuringRuntime, kSupportsChangingOptionsDuringRuntime, kSupportsArbitraryResolutions, kSupportsHelp, kSupportsQuitDialogOverride } |
![]() | |
static void | quitGame () |
static bool | shouldQuit () |
static bool | warnUserAboutUnsupportedGame (Common::String msg=Common::String()) |
static void | errorUnsupportedGame (Common::String extraMsg) |
![]() | |
Common::TimerManager * | _timer |
Common::EventManager * | _eventMan |
Common::SaveFileManager * | _saveFileMan |
GUI::Dialog * | _mainMenuDialog |
const Common::String | _targetName |
int32 | _activeEnhancements = kEnhGameBreakingBugFixes |
|
overrideprotectedvirtual |
Initialize the engine and start its main loop.
Implements Engine.
|
overridevirtual |
Notify the engine that the sound settings in the config manager might have changed and that it should adjust any internal volume (and other) values accordingly.
The default implementation sets the volume levels of all mixer sound types according to the config entries of the active domain. When overwriting, call the default implementation first, then adjust the volumes further (if required).
Reimplemented from Engine.
|
overridevirtual |
Actual implementation of pauseEngine by subclasses.
Reimplemented from Engine.
Common::String Darkseed::DarkseedEngine::getGameId | ( | ) | const |
Returns the game Id
|
inline |
Gets a random number
|
inlineoverridevirtual |
Determine whether the engine supports the specified feature.
Reimplemented from Engine.
|
inlineoverridevirtual |
Indicate whether a game state can be loaded.
msg | Optional pointer to message explaining why it is disabled |
Reimplemented from Engine.
|
inlineoverridevirtual |
Indicate whether a game state can be saved.
msg | Optional pointer to message explaining why it is disabled |
Reimplemented from Engine.
Common::Error Darkseed::DarkseedEngine::syncGame | ( | Common::Serializer & | s | ) |
Uses a serializer to allow implementing savegame loading and saving using a single method
|
inlineoverridevirtual |
Save a game state.
stream | The write stream to save the savegame data to. |
isAutosave | Expected to be true if an autosave is being created. |
Reimplemented from Engine.
|
inlineoverridevirtual |
Load a game state.
stream | The stream to load the save state from. |
Reimplemented from Engine.