scummvm/engines
Nicola Mettifogo 07077a2be4 first step in parser simplification
svn-id: r25733
2007-02-19 22:34:00 +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 Renamed ANIMATION_H to AGOS_ANIMATION_H. 2007-02-19 20:55:16 +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 first step in parser simplification 2007-02-19 22:34:00 +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 Renamed SAGA_xxx_H_ to SAGA_xxx_H for consistency. 2007-02-19 17:30:43 +00:00
scumm As Fingolfin pointed out, we no longer need two different CD timer intervals 2007-02-19 21:09:23 +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