scummvm/engines
2007-02-19 09:46:45 +00:00
..
agi AGI: Removed detection sums for DDP. DDP uses an unsupporeted agi engine 2.01, all DDP versions are booter disks and thus 'hacks' and is buggy under any agi version other than 2.01 (2.272 and 2.089 dont work correctly). This will also stop bug reports coming in for DDP 2007-02-19 00:03:14 +00:00
agos Using stat and fopen is not portable (writing to a Common::File isn't either, but at least it doesn't force porters to #define fopen to work around it) 2007-02-17 20:37:57 +00:00
cine Bad hack to make this engine works on PalmOS (compiler still seems to hate some global objects) 2007-02-18 12:21:25 +00:00
gob Repaired loading 2007-02-18 12:26:56 +00:00
kyra Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) 2007-02-17 18:55:51 +00:00
lure Improved (I hope) the 'Unknown MD5' messages in our detectors a little bit 2007-02-18 18:07:32 +00:00
parallaction fixed engine bug preventing savegames from being consistent with the actual game status. The workaround code comes from BRA. 2007-02-19 09:31:43 +00:00
queen added basic support for playing FOTAQ amiga modules files (rjp1) instead of MIDI (code is currently #ifdef'ed out). 2007-02-18 21:46:40 +00:00
saga Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) 2007-02-17 18:55:51 +00:00
scumm Move SCUMM version checks for settings up monst.er.sou file, to higher level. 2007-02-19 09:46:45 +00:00
sky Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) 2007-02-17 18:55:51 +00:00
sword1 Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) 2007-02-17 18:55:51 +00:00
sword2 Removed some dead code, updated a warning message 2007-02-17 20:38:27 +00:00
touche Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) 2007-02-17 18:55:51 +00:00
engine.cpp removed warnings 2007-02-12 19:47:42 +00:00
engine.h Added OSystem::getTimerManager and OSystem::getMixer methods (wip) 2006-10-21 12:03:43 +00:00
engines.mk Initial import of Parallaction engine 2007-01-14 21:29:12 +00:00
module.mk Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files 2006-09-23 00:42:35 +00:00