scummvm/engines/zvision
Orgad Shaneh 7adad5aaf5 ENGINES: Streamline auto-save write/delete protection
Some engines call setAutosave and some don't. isAutosave is used to
determine if a saved game is an autosave, but in fact, on most cases it
just falls back to comparing the name to "Autosave".

This is wrong for several reasons:
* Older versions of ScummVM used Autosave 0.
* The name "Autosave" is translated, so if you change the language, it
  won't be detected.

Instead of relying on the name, use the well-known getAutosaveSlot() from
Engine/MetaEngine.

Fixes #12735.
2021-08-23 13:34:35 +02:00
..
core ZVISION: Use custom engine actions for the menubar shortcuts 2020-03-15 17:35:09 +01:00
file ALL: Use Path type in Archive functions 2021-08-07 10:44:37 +02:00
graphics GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
scripting GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
sound JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
text ZVISION: Use the liberation fonts by default 2020-08-30 15:27:15 +03:00
video ZVISION: Disable the keymap when InputControl is focused 2020-03-15 17:35:09 +01:00
configure.engine
credits.pl DEVTOOLS: move credits from devtools/credits.pl to engines 2021-08-05 00:01:46 +02:00
detection_tables.h ZVISION: Added detection for unsupported Mac znemesis. Bugreport #11755 2021-04-22 18:41:18 +02:00
detection.cpp PLUGINS: MetaEngineStatic -> MetaEngineDetection 2020-10-11 23:14:39 +02:00
detection.h ENGINES: ALL: Move detection_enums -> detection.h 2020-10-03 14:56:36 +02:00
metaengine.cpp ENGINES: Streamline auto-save write/delete protection 2021-08-23 13:34:35 +02:00
module.mk ENGINES: ALL: Revert detection submodule to be directly present in the engine directory 2020-10-03 14:56:36 +02:00
POTFILES ALL: Clarify POTFILES, remove redundant common/translations.h includes 2020-11-10 03:03:49 +01:00
zvision.cpp ALL: Remove clearAllDebugChannels() from Engine dtors 2021-06-14 12:42:38 -05:00
zvision.h ENGINES: ALL: Move detection_enums -> detection.h 2020-10-03 14:56:36 +02:00