Commit Graph
11 Commits
Author SHA1 Message Date
Eugene Sandulenko 130eecefc8 BURIED: Use checkExtendedSaves() 2022-11-27 14:35:36 +01:00
Cameron Cawley 38596980b1 BURIED: Move the engine options into the MetaEngine subclass 2022-11-16 23:58:54 +01:00
Filippos Karapetis 1880b37100 BURIED: Add metadata to saved games - FR #12889
- Saved games now contain all metadata, including thumbnails, creation
date and play time
- Savesd games are now named buried.###, and they are compatible among
all versions
- Saved games are now sorted by slot, like in other engines, and are no
longer sorted alphabetically as before
- The engine checks on startup for saves using the original format and
converts them to the new format, thus it's possible to import saved
games from the original game
- The currently selected item is now stored in the saved game, thus
crashes that were related to loading a game with fewer items than the
currently selected item no longer occur
2021-12-30 13:27:49 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh ee57380de7 ENGINES: JANITORIAL: Remove 'virtual' when override is specified 2021-11-14 14:32:04 +02:00
Orgad Shaneh 78ef6203de ENGINES: Fix getSavegameFile for almost all engines
Use kSimpleSavesNames correctly, add where needed, remove where needed.

Trac #12977
2021-11-10 21:49:48 +00:00
Orgad Shaneh fe104cc337 ENGINES: Use MetaEngine consistently for getting autosave slot
The autosave refactoring that was done in
7adad5aaf5 used g_engine for identifying the
autosave slot. This worked for in-game save/load, but doesn't fit when
called from the launcher.

Fix by passing MetaEngine to SaveStateDescriptor ctor and using it for this
query.

Amends 7adad5aaf5.
2021-10-24 16:46:06 +02:00
Eugene Sandulenko 9c68ab2f43 BURIED: const'ness 2021-03-22 00:07:45 +01:00
Eugene Sandulenko 26fe61bfb8 BURIED: Re-add accidentally removed method 2021-03-22 00:07:44 +01:00
Eugene Sandulenko 279acfd6bc BURIED: Fix metaengine.cpp compilation 2021-03-22 00:07:44 +01:00
Eugene Sandulenko c529636463 BURIED: Converted detection.cpp to the new plugin structure 2021-03-22 00:07:44 +01:00