scummvm/engines/agos
Orgad Shaneh 43a44e213b 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-12-06 00:08:32 +00:00
..
drivers AGOS: Use the music volume setting for Accolade AdLib driver 2021-11-02 08:40:12 +01:00
agos.cpp AGOS: move debug channels to metaEngineDetection 2021-05-22 01:34:57 +02:00
agos.h AGOS: Fix restoreBlock() regression 2021-06-01 22:22:47 +01:00
animation.cpp AGOS: (ELVIRA/PC98/Jp) - add Japanese font drawing 2021-01-22 00:47:58 +01:00
animation.h AGOS: Add override keywords 2020-02-09 12:43:14 +01:00
charset-fontdata.cpp AGOS: (ELVIRA/PC98/Jp) - more fixes 2021-01-22 00:47:59 +01:00
charset.cpp AGOS: (ELVIRA/PC98/Jp) - add static msg strings + some fixes 2021-01-22 00:47:58 +01:00
configure.engine
contain.cpp
credits.pl DEVTOOLS: move credits from devtools/credits.pl to engines 2021-08-05 00:01:46 +02:00
cursor.cpp AGOS: (ELVIRA/PC98/Jp) - more fixes 2021-01-22 00:47:59 +01:00
debug.cpp AGOS: (ELVIRA/PC98/Jp) - fix startup 2021-01-22 00:47:58 +01:00
debug.h
debugger.cpp
debugger.h AGOS: Add override keywords 2020-02-09 12:43:14 +01:00
detection.cpp AGOS: move debug channels to metaEngineDetection 2021-05-22 01:34:57 +02:00
detection.h ENGINES: ALL: Move detection_enums -> detection.h 2020-10-03 14:56:36 +02:00
detection_tables.h AGOS: Added detection for Czech elvira1/elvira2. Bugreport #12017 2021-08-30 00:46:52 +02:00
draw.cpp AGOS: (ELVIRA/PC98/Jp) - more fixes 2021-01-22 00:47:59 +01:00
event.cpp AGOS: (ELVIRA/PC98/Jp) - more dirty rect handling 2021-01-22 00:47:58 +01:00
feeble.cpp
gfx.cpp AGOS: fix regression from 8d175842 2021-02-07 03:40:33 +01:00
icons.cpp AGOS: (ELVIRA/PC98/Jp) - more fixes 2021-01-22 00:47:59 +01:00
input.cpp AGOS: (ELVIRA2) - fix mouse wheel handling 2021-04-17 04:23:27 +02:00
input_pn.cpp
intern.h AGOS: Move some common detection related enums from intern.h -> intern_detection.h 2020-10-03 14:56:36 +02:00
intern_detection.h AGOS: Added support for German 4CD Feeble unpacked. Bugreport #11541 2021-04-26 14:51:10 +02:00
items.cpp
menus.cpp AGOS: (ELVIRA/PC98/Jp) - more dirty rect handling 2021-01-22 00:47:58 +01:00
metaengine.cpp ENGINES: Use MetaEngine consistently for getting autosave slot 2021-12-06 00:08:32 +00:00
midi.cpp AGOS: Use the music volume setting for Accolade AdLib driver 2021-11-02 08:40:12 +01:00
midi.h AGOS: (ELVIRA/PC98/Jp) - add sound driver 2021-01-22 00:47:59 +01:00
midiparser_s1d.cpp AGOS: Add override keywords 2020-02-09 12:43:14 +01:00
module.mk AGOS: (ELVIRA/PC98/Jp) - add sound driver 2021-01-22 00:47:59 +01:00
obsolete.h ENGINES: ALL: Move detection_enums -> detection.h 2020-10-03 14:56:36 +02:00
oracle.cpp
pn.cpp
POTFILES AGOS: Allow detecting games from disabled subengines 2020-12-04 20:57:14 +00:00
res.cpp AGOS: (ELVIRA/PC98/Jp) - more fixes 2021-01-22 00:47:59 +01:00
res_ami.cpp AGOS: (ELVIRA/PC98/Jp) - fix startup 2021-01-22 00:47:58 +01:00
res_snd.cpp AGOS: Fix format-overflow warnings 2021-04-27 04:00:01 +01:00
rooms.cpp
saveload.cpp AGOS: Use different save name for Simon1 demo. Bugreport #12787 2021-08-14 15:33:22 +02:00
script.cpp
script_dp.cpp
script_e1.cpp AGOS: (ELVIRA/PC98/Jp) - add static msg strings + some fixes 2021-01-22 00:47:58 +01:00
script_e2.cpp JANITORIAL: Update old bug tracker numbers 2021-03-03 02:15:05 +02:00
script_ff.cpp
script_pn.cpp
script_pp.cpp
script_s1.cpp AGOS: Fix format-overflow warnings 2021-04-27 04:00:01 +01:00
script_s2.cpp
script_ww.cpp
sound.cpp AGOS: Add override keywords 2020-02-09 12:43:14 +01:00
sound.h
string.cpp JANITORIAL: Update old bug tracker numbers 2021-03-03 02:15:05 +02:00
string_pn.cpp
subroutine.cpp AGOS: (ELVIRA/PC98/Jp) - fix startup 2021-01-22 00:47:58 +01:00
verb.cpp AGOS: (ELVIRA/PC98/Jp) - more dirty rect handling 2021-01-22 00:47:58 +01:00
verb_pn.cpp
vga.cpp AGOS: (ELVIRA/PC98/Jp) - add Japanese font drawing 2021-01-22 00:47:58 +01:00
vga.h
vga_e2.cpp AGOS: (ELVIRA/PC98/Jp) - add Japanese font drawing 2021-01-22 00:47:58 +01:00
vga_ff.cpp
vga_pn.cpp AGOS: (ELVIRA/PC98/Jp) - add Japanese font drawing 2021-01-22 00:47:58 +01:00
vga_s1.cpp
vga_s2.cpp
vga_ww.cpp AGOS: (ELVIRA/PC98/Jp) - add Japanese font drawing 2021-01-22 00:47:58 +01:00
window.cpp AGOS: Fix restoreBlock() regression 2021-06-01 22:22:47 +01:00
zones.cpp