TrustedUser
2,147
edits
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=") Tags: Mobile edit Mobile web edit |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 22: | Line 22: | ||
void pauseEngine(bool pause); | void pauseEngine(bool pause); | ||
bool isPaused() const; | bool isPaused() const; | ||
</ | </syntaxhighlight> | ||
'''Implemented by:''' | '''Implemented by:''' | ||
Line 46: | Line 46: | ||
kSupportsRTL feature flag | kSupportsRTL feature flag | ||
</ | </syntaxhighlight> | ||
'''Implemented by:''' | '''Implemented by:''' | ||
Line 63: | Line 63: | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
virtual void syncSoundSettings(); | virtual void syncSoundSettings(); | ||
</ | </syntaxhighlight> | ||
'''Implemented by:''' | '''Implemented by:''' | ||
Line 110: | Line 110: | ||
2 Quicksave 2 | 2 Quicksave 2 | ||
$ | $ | ||
</ | </syntaxhighlight> | ||
Furthermore, this is used by the load/save dialogs in the Launcher and the GMM to build the list of savestates they show visually to the user. | Furthermore, this is used by the load/save dialogs in the Launcher and the GMM to build the list of savestates they show visually to the user. | ||
Line 128: | Line 128: | ||
kSupportsListSaves feature flag | kSupportsListSaves feature flag | ||
</ | </syntaxhighlight> | ||
'''Implemented by:''' | '''Implemented by:''' | ||
Line 148: | Line 148: | ||
kSupportsLoadingDuringStartup feature flag | kSupportsLoadingDuringStartup feature flag | ||
</ | </syntaxhighlight> | ||
'''Implemented by:''' | '''Implemented by:''' | ||
Line 171: | Line 171: | ||
kSupportsDeleteSave feature flag | kSupportsDeleteSave feature flag | ||
</ | </syntaxhighlight> | ||
'''Implemented by:''' | '''Implemented by:''' | ||
Line 196: | Line 196: | ||
kSavesSupportCreationDate feature flag | kSavesSupportCreationDate feature flag | ||
kSavesSupportPlayTime feature flag | kSavesSupportPlayTime feature flag | ||
</ | </syntaxhighlight> | ||
'''Implemented by:''' | '''Implemented by:''' | ||
Line 222: | Line 222: | ||
kSupportsLoadingDuringRuntime feature flag | kSupportsLoadingDuringRuntime feature flag | ||
</ | </syntaxhighlight> | ||
:'''Implemented by:''' [[AGI]], [[Avalanche]], [[Cine]], [[CGE]], [[Draci]], [[Drascula]], [[Dreamweb]], [[Hopkins]], [[Hugo]], [[Kyra]], [[Mohawk]], [[Mortevielle]], [[Neverhood]], [[Pegasus]], [[SAGA]], [[SCI]], [[SCUMM]], [[Sky]], [[Sword1]], [[TeenAgent]], [[Tinsel]], [[Toltecs]], [[Tony]], [[Toon]], [[Touche]], [[TsAGE]], [[Tucker]], [[Wintermute]], [[ZVision]] | :'''Implemented by:''' [[AGI]], [[Avalanche]], [[Cine]], [[CGE]], [[Draci]], [[Drascula]], [[Dreamweb]], [[Hopkins]], [[Hugo]], [[Kyra]], [[Mohawk]], [[Mortevielle]], [[Neverhood]], [[Pegasus]], [[SAGA]], [[SCI]], [[SCUMM]], [[Sky]], [[Sword1]], [[TeenAgent]], [[Tinsel]], [[Toltecs]], [[Tony]], [[Toon]], [[Touche]], [[TsAGE]], [[Tucker]], [[Wintermute]], [[ZVision]] | ||
Line 233: | Line 233: | ||
kSupportsSavingDuringRuntime feature flag | kSupportsSavingDuringRuntime feature flag | ||
</ | </syntaxhighlight> | ||
:'''Implemented by:''' [[AGI]], [[Avalanche]], [[Cine]], [[CGE]], [[Draci]], [[Drascula]], [[Dreamweb]], [[Hopkins]], [[Hugo]], [[Kyra]], [[Mohawk]], [[Mortevielle]], [[Neverhood]], [[Pegasus]], [[SAGA]], [[SCI]], [[SCUMM]], [[Sky]], [[Sword1]], [[TeenAgent]], [[Toltecs]], [[Tony]], [[Toon]], [[Touche]], [[TsAGE]], [[Tucker]], [[Wintermute]], [[ZVision]] | :'''Implemented by:''' [[AGI]], [[Avalanche]], [[Cine]], [[CGE]], [[Draci]], [[Drascula]], [[Dreamweb]], [[Hopkins]], [[Hugo]], [[Kyra]], [[Mohawk]], [[Mortevielle]], [[Neverhood]], [[Pegasus]], [[SAGA]], [[SCI]], [[SCUMM]], [[Sky]], [[Sword1]], [[TeenAgent]], [[Toltecs]], [[Tony]], [[Toon]], [[Touche]], [[TsAGE]], [[Tucker]], [[Wintermute]], [[ZVision]] | ||
Line 253: | Line 253: | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
virtual void errorString(const char *buf_input, char *buf_output, int buf_output_size); | virtual void errorString(const char *buf_input, char *buf_output, int buf_output_size); | ||
</ | </syntaxhighlight> | ||
:'''Implemented by:''' [[SCUMM]] | :'''Implemented by:''' [[SCUMM]] | ||
Line 261: | Line 261: | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
virtual GUI::Debugger *getDebugger(); | virtual GUI::Debugger *getDebugger(); | ||
</ | </syntaxhighlight> | ||
:'''Implemented by:''' [[AGI]], [[AGOS]], [[Avalanche]], [[Cine]], [[CGE]], [[Composer]], [[CruisE]], [[Draci]], [[Drascula]], [[Dreamweb]], [[Fullpipe]], [[Gob]], [[Groovie]], [[Hopkins]], [[Hugo]], [[Kyra]], [[Lastexpress]], [[Lure]], [[MADE]], [[Mohawk]], [[Mortevielle]], [[Neverhood]], [[Parallaction]], [[Pegasus]], [[Queen]], [[SAGA]], [[SCI]], [[SCUMM]], [[Sky]], [[Sword1]], [[Sword2]], [[Sword25]], [[TeenAgent]], [[Tinsel]], [[Toltecs]], [[Toon]], [[Tony]], [[Touche]], [[TsAGE]], [[Tucker]], [[Wintermute]], [[ZVision]] | :'''Implemented by:''' [[AGI]], [[AGOS]], [[Avalanche]], [[Cine]], [[CGE]], [[Composer]], [[CruisE]], [[Draci]], [[Drascula]], [[Dreamweb]], [[Fullpipe]], [[Gob]], [[Groovie]], [[Hopkins]], [[Hugo]], [[Kyra]], [[Lastexpress]], [[Lure]], [[MADE]], [[Mohawk]], [[Mortevielle]], [[Neverhood]], [[Parallaction]], [[Pegasus]], [[Queen]], [[SAGA]], [[SCI]], [[SCUMM]], [[Sky]], [[Sword1]], [[Sword2]], [[Sword25]], [[TeenAgent]], [[Tinsel]], [[Toltecs]], [[Toon]], [[Tony]], [[Touche]], [[TsAGE]], [[Tucker]], [[Wintermute]], [[ZVision]] | ||
:'''Not implemented by:''' | :'''Not implemented by:''' |