Commit Graph
20 Commits
Author SHA1 Message Date
Le Philousophe 0674bd29a7 GRIFFON: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Paul Gilbert 318c7003fc GRIFFON: Implement autosaves 2020-02-04 19:05:26 -08:00
Paul Gilbert 055a9effc2 ENGINES: Adding an isAutosave flag to the new saveGameStream method
This is primarily future-proofing. Many games either show a message
or do some other UI action like closing an open game menu, and
obviously that should only be done when a savegame created by the
user is done, rather than for regular autosaves. By making this a
flag, when engines override saveGameStream, they'll be able to
tell if it's an autosave, and only do UI changes if not
2020-02-04 19:05:26 -08:00
Paul Gilbert 31f4bc74ab GRIFFON: Update save code to use new engine save methods 2020-02-04 19:05:26 -08:00
Eugene Sandulenko 3d6e22ec37 GRIFFON: Fix loading from GMM 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 50f964770c GRIFFON: Added support for extended saves 2019-11-13 22:07:08 +01:00
Strangerke 87d46434e3 GRIFFON: Some renaming 2019-11-13 22:07:08 +01:00
Strangerke b4b6f249f8 GRIFFON: More renaming 2019-11-13 22:07:08 +01:00
Strangerke 9142bea885 GRIFFON: start renaming members of Griffon engine class 2019-11-13 22:07:08 +01:00
Strangerke 57af73cb18 GRIFFON: Various code simplifications and renaming 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 128f852b27 GRIFFON: Some function renames 2019-11-13 22:07:08 +01:00
Strangerke e313bc167d GRIFFON: Add a check after calls to file.open 2019-11-13 22:07:08 +01:00
Strangerke 1714d20a4f GRIFFON: Turn some more variables to boolean, rename some variables 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 5fc1d7a6d8 GRIFFON: Vraiable renames 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 3796916033 GRIFFON: Variable renaming 2019-11-13 22:07:08 +01:00
Eugene Sandulenko bcbadaee94 GRIFFON: Variable renaming 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 6ebcdaeed4 GRIFFON: Rename more class variables 2019-11-13 22:07:08 +01:00
Eugene Sandulenko 62066b530f GRIFFON: Implement save/load 2019-11-13 22:07:08 +01:00
Eugene Sandulenko bdff046e06 GRIFFON: Move save/load functions to saveload.cpp 2019-11-13 22:07:08 +01:00