Difference between revisions of "Advanced Engine Features"

Jump to navigation Jump to search
→‎Loading/Saving during run time: Split implementation notes to be clearer.
(Remove "Already" from the notes as not good English syntax.)
(→‎Loading/Saving during run time: Split implementation notes to be clearer.)
Line 206: Line 206:
<syntax type="C++"> virtual Common::Error loadGameState(int slot);
<syntax type="C++"> virtual Common::Error loadGameState(int slot);
virtual bool canLoadGameStateCurrently();
virtual bool canLoadGameStateCurrently();
virtual Common::Error saveGameState(int slot, const Common::String &desc);
 
kSupportsLoadingDuringRuntime feature flag</syntax>
 
:'''Implemented by:''' [[AGI]], [[Cine]], [[Draci]], [[Hugo]], [[Kyra]], [[Mohawk]], [[Mortevielle]], [[Pegasus]], [[SAGA]], [[SCI]], [[SCUMM]], [[Sky]], [[Sword1]], [[Tinsel]], [[TeenAgent]], [[Toon]], [[Touche]], [[Tucker]]
 
:'''Not implemented by:''' [[AGOS]], [[CruisE]], [[Drascula]], [[Gob]], [[Groovie]], [[Lastexpress]], [[Lure]], [[MADE]], [[Parallaction]], [[Queen]], [[Sword2]], [[Sword25]], [[Touche]]
 
<syntax type="C++"> virtual Common::Error saveGameState(int slot, const Common::String &desc);
virtual bool canSaveGameStateCurrently();
virtual bool canSaveGameStateCurrently();


kSupportsLoadingDuringRuntime feature flag
kSupportsSavingDuringRuntime feature flag</syntax>
kSupportsSavingDuringRuntime feature flag</syntax>


'''Implemented by:'''
:'''Implemented by:''' [[AGI]], [[Cine]], [[Draci]], [[Hugo]], [[Kyra]], [[Mohawk]], [[Mortevielle]], [[Pegasus]], [[SAGA]], [[SCI]], [[SCUMM]], [[Sky]], [[Sword1]], [[TeenAgent]], [[Toon]], [[Touche]], [[Tucker]]
[[AGI]], [[Cine]], [[Draci]], [[Hugo]], [[Kyra]], [[Mohawk]], [[Mortevielle]], [[Pegasus]], [[SAGA]], [[SCI]], [[SCUMM]], [[Sky]], [[Sword1]], [[Tinsel]] (loading only), [[TeenAgent]], [[Toon]], [[Touche]], [[Tucker]]


'''Not implemented by:'''
:'''Not implemented by:''' [[AGOS]], [[CruisE]], [[Drascula]], [[Gob]], [[Groovie]], [[Lastexpress]], [[Lure]], [[MADE]], [[Parallaction]], [[Queen]], [[Sword2]], [[Sword25]], [[Touche]], [[Tinsel]]
[[AGOS]], [[CruisE]], [[Drascula]], [[Gob]], [[Groovie]], [[Lastexpress]], [[Lure]], [[MADE]], [[Parallaction]], [[Queen]], [[Sword2]], [[Sword25]], [[Touche]], [[Tinsel]] (saving)


==Misc==
==Misc==
TrustedUser
574

edits

Navigation menu