scummvm/engines/mortevielle
Alexander Tkachev b665fc933d ALL: Make simpleSaveNames() a MetaEngineFeature
Added it into hasFeature() of all engines which returned `true` in
simpleSaveNames() before.

As mentioned in #788, SCI is not always using simple names, so it
doesn't have such feature now.
2016-08-24 16:07:55 +06:00
..
actions.cpp MORTEVIELLE: added missing inter screen messages 2015-01-26 22:16:31 +01:00
configure.engine CONFIGURE: Introduced new engine dependency: highres 2016-03-05 14:25:56 +01:00
debugger.cpp ALL: Make Debugger command function names conform to our guidelines. 2014-05-27 02:04:08 +02:00
debugger.h MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
detection_tables.h MORTEVIELLE: Use engine data file for french version without menufr.mor 2015-09-07 23:50:36 +01:00
detection.cpp ALL: Make simpleSaveNames() a MetaEngineFeature 2016-08-24 16:07:55 +06:00
dialogs.cpp MORTEVIELLE: Fixed read index parsing alert strings 2015-01-23 14:29:29 +01:00
dialogs.h MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
graphics.cpp MORTEVIELLE: Fixed drawBox() to match original code 2015-01-23 14:29:16 +01:00
graphics.h MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
menu.cpp MORTEVIELLE: Do not try to use menu.mor file 2015-09-14 22:29:23 +01:00
menu.h MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
module.mk MORTEVIELLE: Janitorial - Remove trailing spaces 2014-02-16 18:24:19 +01:00
mortevielle.cpp MORTEVIELLE: Fix debug channel initialization 2016-07-28 11:41:49 +03:00
mortevielle.h MORTEVIELLE: added starting screen string index constant 2015-01-27 20:55:47 +01:00
mouse.cpp MORTEVIELLE: alternatively we can make it local to delay() 2015-01-24 14:03:22 +01:00
mouse.h MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
outtext.cpp MORTEVIELLE: added missing inter screen messages 2015-01-26 22:16:31 +01:00
outtext.h MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
saveload.cpp MORTEVIELLE: Use ### as save file pattern 2016-06-08 10:15:06 +02:00
saveload.h MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
sound.cpp JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
sound.h JANITORIAL: Reduce audio header dependencies 2016-04-14 16:10:21 +03:00
utils.cpp MORTEVIELLE: Reduce the scope of a variable 2015-11-27 15:05:41 +01:00